Skip to content

Releases: ebean-orm/ebean-agent

11.1.1

15 Sep 22:29
Compare
Choose a tag to compare

#63 Support 11.x API where some ebean-annotation objects moved into io.ebean.annotation package

10.4.1

04 Aug 11:32
Compare
Choose a tag to compare

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

04 Aug 10:50
Compare
Choose a tag to compare

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

13 Mar 07:08
Compare
Choose a tag to compare

Issues:

#46 - Don't print Query Beans warning if Query Beans not used

10.1.6

27 Feb 11:18
Compare
Choose a tag to compare

#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

21 Dec 10:40
Compare
Choose a tag to compare

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

21 Dec 10:42
Compare
Choose a tag to compare

Notes:

This agent is for Ebean 10.x where the package changed to io.ebean

8.2.1

21 Nov 06:25
Compare
Choose a tag to compare

Issues:

#39 ENH: Support @docstore ... document only enhancement

8.1.1

03 Aug 04:28
Compare
Choose a tag to compare

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

02 Aug 09:21
Compare
Choose a tag to compare

#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