Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.76 KB

changelog.md

File metadata and controls

49 lines (39 loc) · 1.76 KB

4.0.0 - 2024-11-08

  • 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)

3.0.2 - 2022-01-21

  • Upgrade to NinjaFramework 6.8.1 and Ebean 12.13.1

3.0.1 - 2020-06-11

  • Use native ebean package finder vs. guava (works better on Java 11) (jjlauer)

3.0.0 - 2020-04-29

  • Bump to Ebean 12.1.1+ (jjlauer)
  • Bump to Ninja 6.0.0+ (jjlauer)
  • Requires Java 8+ (jjlauer)

2.0.0 - 2016-01-08

  • Expose DDL Seed and Init SQL properties (drouillard)
  • Bump to ebean 6.16.4 (drouillard)

1.5.1 - 2015-08-27

  • 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)

1.5.0 - 2015-03-17

  • 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.

1.4.0 - 2014-02-17

  • Bump to Ninja 3.0.0 and ebean 3.2.5 (ra)

1.2.1 - 2013-07-17

  • Version bump to Ninja 1.5 (ra)
  • Fixed Java Version to 1.7 (ra)
  • Better shutdown of Ebean (especially in tests) (ra)

1.2

  • Bump to Ninja 1.4.4

1.1

  • Updated to Ninja version 1.3
  • Fixed a small bug when property "ebean.models" was not set