Skip to content

Releases: ebean-orm/ebean-agent

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()

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