- New ninja-ebean15-module to support Ebean 14+ which removed EbeanServer and change configuration class names (jjlauer)
- For Java 17/21 support, you'll need to use Ebean 14+ (jjlauer)
- Bump to Ninja 7.0.0 (jjlauer)
- Upgrade to NinjaFramework 6.8.1 and Ebean 12.13.1
- Use native ebean package finder vs. guava (works better on Java 11) (jjlauer)
- Bump to Ebean 12.1.1+ (jjlauer)
- Bump to Ninja 6.0.0+ (jjlauer)
- Requires Java 8+ (jjlauer)
- Expose DDL Seed and Init SQL properties (drouillard)
- Bump to ebean 6.16.4 (drouillard)
- 2015-08-27 Ebean DDL properties default to false to avoid accidental database recreation (metacity)
- 2015-08-27 Call loadFromProperties() explicitly to avoid NPE in Ebean 6.4.1 (metacity)
- Bump to Ninja 4.0.5 in tests (ra)
- H2 DB now in provided scope so downstream projects do not need to manually exclude it (if they are using another vendor)
- javax.persistence now in provided scope so downstream projects do not need to manually exclude it (if they are using another vendor)
- ebean.models accepts packages -- simply add a ".*" at the end of the package name to differentiate it from a single classname.
- Factory method to create ebean server in NinjaEbeanServerLifecycle to allow subclasses to override config.
- Bump to Ninja 3.0.0 and ebean 3.2.5 (ra)
- Version bump to Ninja 1.5 (ra)
- Fixed Java Version to 1.7 (ra)
- Better shutdown of Ebean (especially in tests) (ra)
- Bump to Ninja 1.4.4
- Updated to Ninja version 1.3
- Fixed a small bug when property "ebean.models" was not set