You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than writing the metadata in a non deterministic order, it would be preferable to write it in such a way that entries are ordered alphabetically.
Some tools use a find first matching strategy. As such, pushing deprecated items to the bottom would be a cheap way to make sure they consider deprecated items last.
The text was updated successfully, but these errors were encountered:
This commit updates the annotation processor to write metadata in a
consistent way. Groups, properties and hints are written and each item
is ordered alphabetically based on its name.
Also, deprecated items are written last.
Closesspring-projectsgh-14347
Signed-off-by: David J. M. Karlsen <[email protected]>
Rather than writing the metadata in a non deterministic order, it would be preferable to write it in such a way that entries are ordered alphabetically.
Some tools use a find first matching strategy. As such, pushing deprecated items to the bottom would be a cheap way to make sure they consider deprecated items last.
The text was updated successfully, but these errors were encountered: