Releases: ebean-orm/ebean-agent
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
4.5.2
4.5.1
Issues:
Add ignore of com/fasterxml/jackson
Add enhancement support for PersistBatch on transaction and on cascade