Releases: ebean-orm/ebean-agent
4.11.1
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
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
4.9.1
4.8.1
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
Issues
#21 Fix for issue introduced by #16 ... with transient fields (or @transient fields) initialised in the constructor
4.6.1
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
4.5.3
Issues:
#14 @transactional annotation not support attach other annotations