Releases: ebean-orm/ebean-agent
Releases · ebean-orm/ebean-agent
13.6.1
Issues
#181- Remove "play" from the IgnoreClassHelper ... as entity beans are put in play.db.ebean package
#182 - Add ability to specify the ebean enhancement version via argument e.g. "debug=1;version=141"
#183 - Add io.opentelemetry to the ignore packages list
13.5.0
Issues
#180 - Bug: toString() is added via enhancement when it should not - due to the existance of inherited toString() implementation
13.3.0
#177 #178 - Provide a decent default toString() implementation for entity beans
13.1.0
#176 - Bump to ASM 9.3 (supports compile to Java 19 bytecode)
#175 - Support EntityBeanIntercept as an interface (InterceptReadWrite & InterceptReadOnly)
12.11.2
#169 - Agent has to set ModifyListenMode on OrderColumn-Relations
12.11.0
Issues:
#167 - Remove _ebean_getMarker() method and _EBEAN_MARKER field - instead just use interface to detect enhancement
#166 - Mockito mock on Ebean entity with IntelliJ plugin turned on gives java.lang.ClassFormatError: Duplicate method name "_ebean_getMarker" with signature "()Ljava.lang.String;" in class file test/model/PersistentFile$MockitoMock$1375524470
12.10.0
#164 - NPE With MappedSuperclass with no properties that uses named database #165
12.9.2
#163 - Add ignore of jakarta packages to fast path for ignoring enhancement
12.9.1
#162 - Add Java 17 support