Releases: ebean-orm/ebean-agent
Releases · ebean-orm/ebean-agent
11.1.1
#63 Support 11.x API where some ebean-annotation objects moved into io.ebean.annotation package
10.4.1
Issues:
#62 Look to use ClassWriterWithoutClassLoading (reading class meta via asm reader)
#61 FIX: Ebean.toJson when not enhanced MappedSuper is used bug
#60 fix #40 enhance typed queries in ebean entities bug
10.3.1
Issues:
#55 ArrayIndexOutOfBoundsException while calling enhanceQueryBean
#59 Change entity enhancement back to COMPUTE and EXPAND FRAMES
#58 kotlin query bean enhancement - kotlin.UninitializedPropertyAccessException: lateinit property name has not been initialized bug
#57 fix problem with empty TypedQueryBean already enhanced bug
10.1.7
Issues:
#46 - Don't print Query Beans warning if Query Beans not used
10.1.6
#45 ASM 5.2 getCommonSuperClass ... change to use supplied classLoader
#42 Update to ASM 5.2
#43 Refactor: Simplify - remove enhancement options
#44 Merge query bean enhancement into the ebean-agent (to simplify enhancement tools)
10.1.2
Issues:
#41 - java.lang.NullPointerException at io.ebean.enhance.agent.AnnotationInfoVisitor.visitEnd(AnnotationInfoVisitor.java:40) at io.ebean.enhance.asm.ClassReader.readAnnotationValues(ClassReader.java:1786)
10.1.1
Notes:
This agent is for Ebean 10.x where the package changed to io.ebean
8.2.1
Issues:
#39 ENH: Support @docstore ... document only enhancement
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
#36 - Change enhancement to support Ebean 8.x transparent full JDBC batch via intercept/callback on bean getters to automatically flush the JDBC batch buffer