Upgrade Notes

From v1 to v2

This is a list of importance breaking-changes from v1 to v2: breaking-changes

In most case, the main API that means how to initialize and start schedulerx instance was not changed. But, some importance changes in package/module level and project artifact name need to be updated by yourself:

  1. Update library dependency:

    • Rename main artifact from io.github.zero88:vertx-scheduler to io.github.zero88:schedulerx

    • So you have to update the build descriptor. Follow Use scheduler.x in your project

  2. Change package name:

    • Replace all import statement in java files from import io.github.zero88.vertx.schedulerimport io.github.zero88.schedulerx