12.11.0
reason-for-version-bump
#2274 - Add support for JSON bean mutation detection via HASH and SOURCE of JSON string content behaviour change enhancement reason-for-version-bump refactor
#2282 - Treat json Jackson collections the same wrt mutation detection refactor
#2288 - Change query metric hash from MD5 of sql + name + loc to Checksum of sql (+ rename to sqlHash) breaking-api
Issues:
#2290 - Add MetaTimedMetric locationHash() which is a crc32 checksum of package + type + method (excludes line number)
#2289 - Refactor io.ebean.meta API, method rename with deprecation deprecated-api refactor
#2287 - ebean-migration: For multiple platform db migrations, automatically run the migrations for the current platform by default
#2284 - ENH: ddl-generator - add optional generation of idx_.migrations file enhancement
#2283 - ddl-generator - Add DbMigration.addPlatform(Platform) with default sub-directory based on Platform enhancement
#2279 - Remove _ebean_getMarker() from EntityBean interface - not actually required refactor
#2275 - Change Query<?> to Query on ExtendedServer exists() method
#2273 - #2272 Fix for collection with orphanRemoval (such that equals/hashCode isn't use) bug