mirror of
https://github.com/ebean-orm/ebean.git
synced 2026-09-25 03:31:07 +00:00
* Add support for Java 21 SequencedSet and SequencedMap Such that these can be used in place of Set and Map if desired. * Refactor BeanSet, BeanList, BeanMap replacing setActualSet|List|Map Replace with collectionAdd() and refresh() methods. * Refactor rename method getBeanCollectionAdd() -> collectionAdd() * Build needs to use Java 21 to support the multi-release jar * Update SequencedSet etc from recent changes * Update build, needs package to use MR-JAR --------- Co-authored-by: robin.bygrave <robin.bygrave@eroad.com>