Skip to content

4.2.268

Compare
Choose a tag to compare
@badgerwithagun badgerwithagun released this 16 Feb 00:36
· 438 commits to master since this release
1433d9d

feature: #223 Support serialization of UUID by default
feature: #239 Replaced CGLIB with ByteBuddy
Dependency bumps

Warning: To maintain compatibility with prior versions, add ByteBuddy and Objenesis to your classpath, e.g. in Maven:

<dependency>
  <groupId>net.bytebuddy</groupId>
  <artifactId>byte-buddy</artifactId>
  <version>1.12.1</version>
</dependency>
<dependency>
  <groupId>org.objenesis</groupId>
  <artifactId>objenesis</artifactId>
  <version>3.2</version>
</dependency>

These are only required if proxying classes (rather than interfaces).