Skip to content

Releases: ebean-orm/ebean-agent

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

4.11.1

02 Aug 09:24
Compare
Choose a tag to compare

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

17 May 03:25
Compare
Choose a tag to compare

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

4.9.2

09 Mar 21:19
Compare
Choose a tag to compare

Issues:

#28 _ebean_intercept field missing when @MappedSuperclass with no persistent fields but has hashCode() and equals()