Releases: ebean-orm/ebean-agent
Releases · ebean-orm/ebean-agent
10.1.7
10.1.6
10.1.2
10.1.1
Notes:
This agent is for Ebean 10.x where the package changed to io.ebean
8.2.1
8.1.1
Change to groupId: org.avaje.ebean
<dependency>
<groupId>org.avaje.ebean</groupId>
<artifactId>ebean-agent</artifactId>
<version>8.1.1</version>
</dependency>
8.1.1
4.11.1
Issues:
#33 Distill packages to search (to distinct top level packages) ... effectively a small performance tweak
#34 Refactor - Cleanup ClassAdapterDetectEnhancement
#35 Refactor: Remove using ebean.mf for packages, just leave it to normal pacakage blacklist from IgnoreClassHelper
#32 Close InputStream when reading ebean.mf
4.10.1
Issues:
#31 NPE when constructor takes a Set/List to addAll to the persistent set/list
#30 ENH: Add ability to turn of getGeneratedKeys with @transactional annotation