- [chg] Update for Seed 3.10+
- [fix] Fields annotation with Guice
@Injectannotation were not detected by Spring JPA override.
- [new] Add the ability to retrieve a SeedStack JDBC data source with the
seed:datasourceXML element. - [chg]
seed:configurationbean is now identifiable allowing to reuse configuration values in contexts. - [fix] Fix transitive dependency to poms SNAPSHOT.
- [fix] Fix ClassNotFoundException on EntityManager when JPA is not in the classpath.
- [brk] Update to SeedStack 16.11 new configuration system.
- [brk] JPA unit property used to specify an explicit unit name has been renamed from
org.seedstack.jpa.unit-nametoseedstack.jpaUnitName.
- [chg] Update for SeedStack 16.4.
- [fix] Correctly cleanup
ThreadLocalinSpringTransactionStatusLink.
No change.
- [new]
@WithApplicationContextsis now supported on test methods in conjunction with@WithCommandLineenabling a per-method alteration of the test Spring context. - [chg] Refactored as an add-on and updated to work with Seed 2.1.0+
- [new] Initial Open-Source release.