Download Latest Version v5.0.0 source code.tar.gz (113.5 kB)
Email in envelope

Get an email when there's a new version of Easy Random

Home / easy-random-5.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2020-11-15 731 Bytes
v5.0.0 source code.tar.gz 2020-11-15 113.5 kB
v5.0.0 source code.zip 2020-11-15 517.0 kB
Totals: 3 Items   631.2 kB 0

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.
Source: README.md, updated 2020-11-15