Skip to content

Releases: ebean-orm/ebean-agent

11.10.2

26 Mar 23:21
Compare
Choose a tag to compare

#80 - @transaction on class level causes clinit to be enhanced (transactional) - Regression introduced in 11.9.1

11.10.1

22 Feb 23:25
Compare
Choose a tag to compare

Issues:

#77 - QueryBean enhancement not applied on interface default methods

11.9.1

22 Jan 13:56
Compare
Choose a tag to compare

Issues:

#75 ENH: Add ClassMetaCache to assist use of IDE enhancement with incremental compilation
#76 ENH: Add support for profile location enhancement

11.5.1

07 Nov 09:44
Compare
Choose a tag to compare

Notes:

This version supports enhancement of Java 9 bytecode.

Issues:

#69 Update to ASM 6.0 (Support enhancement of java 9 bytecode)
#73 renamed tests

11.4.1

07 Nov 09:45
Compare
Choose a tag to compare

Issues:

#67 Change @transactional enhancement for refactor (simplify) for Ebean 11.4.1
#66 Add support for configuring transientInternalFields and checkNullManyFields in ebean.mf manifest file
#68 Remove the enhancement support for PropertyChangeListener (Removed from Ebean 11.4.1)

11.3.1

01 Nov 10:12
Compare
Choose a tag to compare

Issues:

#65 - ENH: Add support for transaction profiling via @transactional enhancement and profileId

11.1.2

09 Oct 11:31
Compare
Choose a tag to compare

Issues:

#64 - Loading of transactional class triggers ebean server creation (when it has a static initialiser method)

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