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
Since Jakarta EE 11 bumps the Java requirement to 21, Jakarta Persistence should IMO do so as well. If time permits, it should IMO also add support for the new sequenced collection interfaces:
SequencedCollection
SequencedSet
SequencedMap
These types should be supported collection types which are useful when using @OrderBy("some_column").
The text was updated successfully, but these errors were encountered:
Since Jakarta EE 11 bumps the Java requirement to 21, Jakarta Persistence should IMO do so as well. If time permits, it should IMO also add support for the new sequenced collection interfaces:
SequencedCollection
SequencedSet
SequencedMap
These types should be supported collection types which are useful when using
@OrderBy("some_column")
.The text was updated successfully, but these errors were encountered: