Skip to content

Releases: ebean-orm/ebean-agent

12.1.11

31 Jan 05:53

Choose a tag to compare

#142 - Update ASM to 7.3.1
#141 - Refactor move ClassWriterWithoutClassLoading for easier asm update
#140 - Change default transient-internal-fields to be true (rather than false)
#139 - Change default profile-location to be on (rather than off by default)
#138 - Remove support for query-labels=true, query auto label …
#137 - Remove profileId (moving to use ProfileLocation for transaction profiling instead)

12.1.8

09 Mar 02:31

Choose a tag to compare

#136 ENH: Add loaded manifest resources to SummaryInfo
#135 Kotlin KAPT with Gradle can throw NPE in EnhanceContext.isQueryBean(EnhanceContext.java:150)
#134 Support reading META-INF/ebean-generated-info.mf (generated by query bean generator)
#133 Support multiple classloader loading manifests
#132 Refactor internals AgentManifest - remove unused initialPackages
#131 Refactor internals ClassPathClassBytesReader

12.1.6

06 Dec 04:18

Choose a tag to compare

#130 - java.lang.IllegalArgumentException: JSR/RET are not supported with computeFrames option

12.1.5

20 Nov 06:33

Choose a tag to compare

#129 - Change enhancement for @DBArray ... to handle nulls (like OneToMany and ManyToMany)

12.1.4

20 Nov 04:16

Choose a tag to compare

#128 Provide improved summary level logging of what classes were enhanced etc enhancement

11.45.1

11 Sep 03:24

Choose a tag to compare

#127 - Bug detection of "query beans" isn't tight enough - results in java.lang.NoSuchMethodError

11.44.1

11 Sep 03:22

Choose a tag to compare

#126 ENH: Add top-packages ... as simpler alternative to transactional-packages and querybean-packages enhancement

11.43.2

19 Aug 08:57

Choose a tag to compare

#125 - Fix Kotlin Query bean for forFetchGroup() enhancement

11.42.4

12 Aug 12:29

Choose a tag to compare

#123 NoSuchMethodError: org.example.domain.query.assoc.QAssocCustomer.setProfileLocation(Lio/ebean/ProfileLocation;)Ljava/lang/Object;
#124 Exclude org.jetbrains package from ebean-agent ignored packages (IgnoreClassHelper)

11.42.2

07 Aug 08:35

Choose a tag to compare

#122 - Unable to mock Entity when plugin is enabled