Skip to content

Releases: ebean-orm/ebean-agent

4.9.1

20 Jan 01:54
Compare
Choose a tag to compare

Issues:

#22 "java.lang.VerifyError: Bad type on operand stack" while using Enhancement agent

4.8.1

22 Dec 04:50
Compare
Choose a tag to compare

Issues:

#24 Support Kotlin constructor initialisation of non-null OneToMany or ManyToMany

Enhancements:

#27 Remove unused _ebean_createCopy(); method

#26 ENH: Add support for using/searching for META-INF/ebean.mf manifest file

#25 ENH: Change debug logging from PrintStream to new simple MessageOutput interface

#23 Treat @draft property as a @transient property (and avoid invoking lazy loading)

4.7.1

31 Aug 02:36
Compare
Choose a tag to compare

Issues

#21 Fix for issue introduced by #16 ... with transient fields (or @transient fields) initialised in the constructor

4.6.1

31 Aug 02:38
Compare
Choose a tag to compare

Issues

#20 Offline use API change - remove unused output directory parameter

#19 ENH: Remove unused asm commons classes enhancement

#18 ENH: Improving ignoring for standard packages (jdk, junit, joda, apache, jdbc drivers etc)

#17 ENH: Reduce logging noise at debug=1 ... move some debug messages to lower levels

4.5.4

29 Jul 16:42
Compare
Choose a tag to compare

Issues

#16 Consume the initialisation of many properties in Constructor - ArrayList, HashSet, LinkedHashSet.

4.5.3

20 Apr 09:09
Compare
Choose a tag to compare

Issues:
#14 @transactional annotation not support attach other annotations

4.5.2

20 Apr 09:11
Compare
Choose a tag to compare

Issues:
#13 Expose unexpected exceptions, so the maven plugin knows when to fail

4.5.1

20 Apr 09:12
Compare
Choose a tag to compare

Issues:
Add ignore of com/fasterxml/jackson
Add enhancement support for PersistBatch on transaction and on cascade

4.1.10

03 Nov 12:20
Compare
Choose a tag to compare

Issues:

#12 Issue where @MappedSuperclass without any persistent fields extends @MappedSuperclass with @id
#9 Support enhancement and non-enhancement of MappedSuperclass - regression from #7

4.1.9

28 Oct 10:50
Compare
Choose a tag to compare

Issues:
#11 NPE java.lang.NullPointerException at com.avaje.ebean.enhance.agent.ClassMeta$MethodReader.visitAnnotation(ClassMeta.java:370)