Skip to content

13.0.0

Compare
Choose a tag to compare
@rbygrave rbygrave released this 31 Mar 09:18
· 1758 commits to master since this release

Java 11

1) Java 11

#2622 #2374 - Bump to Java 11 and move module-info (no longer multi-release jars)

2) Separate modules per platform

#2614 #2621 - Refactor extract separate modules for each platform from ebean-api dbplatform

There are now platform specific modules like ebean-postgres, ebean-mysql, ebean-sqlserver etc. The dependency io.ebean : ebean is a composite that includes all the platforms. From Ebean 13 onwards applications that only target one or a few platforms can instead depend on those specific modules instead.