Replies: 1 comment
-
I agree it should be deterministic. Especially because the vast majority of the automated tests expect a fully deterministic output. I see two flaws in the current implementation :
And normally, the "schemas" section is already fully deterministic. Creating the issue. But it might take me a week to do it since I expect to have to update most of the TUs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I just want to ask if the order of processed controllers is always guaranteed to be the same? I'm running
mvn compile
few times in a row and the generated output (yaml) is different.For sake of git compatibility I would like to have
paths
,tags
, etc. always is same order (alphabetical?)Beta Was this translation helpful? Give feedback.
All reactions