Skip to content

5.0.0

Choose a tag to compare

@amanteaux amanteaux released this 17 Apr 16:12
· 12 commits to master since this release

See Plume v5.0.0 changelog and migration instructions.

Changes since 5.0.0-RC1:

  • Some details have been added to the migration guide
  • The version of the cron library is now managed in Plume dependencies
  • The class MockedClock now correctly contain a @Singleton annotation

To upgrade from the 5.0.0-RC1 version to the 5.0.0 version, follow these steps:

  • In the pom.xml file, remove the version of the ch.eitchnet.cron library
  • Remove duplicated MockedClock class that could have been added to mitigate the missing @Singleton annotation