Skip to content

Releases: ebean-orm/ebean-agent

13.6.1

16 May 00:37
Compare
Choose a tag to compare

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

27 Apr 22:29
Compare
Choose a tag to compare

Issues

#180 - Bug: toString() is added via enhancement when it should not - due to the existance of inherited toString() implementation

13.3.0

11 Apr 01:37
Compare
Choose a tag to compare

#177 #178 - Provide a decent default toString() implementation for entity beans

13.1.0

06 Apr 09:28
Compare
Choose a tag to compare

#176 - Bump to ASM 9.3 (supports compile to Java 19 bytecode)
#175 - Support EntityBeanIntercept as an interface (InterceptReadWrite & InterceptReadOnly)

12.12.1

04 Oct 09:44
Compare
Choose a tag to compare

Issues:

#172 #173 - Kotlin collection initialisation for @onetomany @manytomany bug

12.11.2

20 Aug 03:17
Compare
Choose a tag to compare

#169 - Agent has to set ModifyListenMode on OrderColumn-Relations

12.11.0

04 Aug 03:11
Compare
Choose a tag to compare

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

22 Jul 04:33
Compare
Choose a tag to compare

#164 - NPE With MappedSuperclass with no properties that uses named database #165

12.9.2

22 Jul 04:34
Compare
Choose a tag to compare

#163 - Add ignore of jakarta packages to fast path for ignoring enhancement

12.9.1

31 May 23:40
Compare
Choose a tag to compare

#162 - Add Java 17 support