Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@fmbenhassine fmbenhassine released this 15 Nov 16:36
· 38 commits to master since this release
6267111

This release is the same as v4.3.0 except the removal of deprecated APIs. It is a major version upgrade as it requires Java 11 as a minimum Java version. The main reason for this major version upgrade is that Easy Random v5 will be the last feature release of the project which is going to be in maintenance mode from now on.

Migrating from v4.3 to v5.0

As mentioned above, v5 should be a drop-in replacement of v4.3 as long as you use Java 11 instead of Java 8. The following deprecated APIs have been removed in v5.0:

  • org.jeasy.random.util.DateUtils
  • org.jeasy.random.util.CollectionUtils
  • All static factory methods to create randomizers (aNewXXXRandomzier). Use the equivalent constructors instead.