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
HHH-19195 Discriminator values should be hierarchically sorted.
While collecting they are inserted in proper order, but TreeMap will
not preserver ordering, but sort them alphabetically by names.
To keep values order LinkedHashMap should be used instead of TreeMap.
0 commit comments