github flamingock/mongock v3.3.0-BETA
3.3.0-BETA

latest releases: mongock-5.5.1, mongock-5.5.0, mongock-5.4.4...
pre-release5 years ago

Features

  • Added MongockTemplate

Bug fixed

Notes

  • For this version to work as expected, is required:
    • Use Spring[Boot]MongockBuilder with MongoTemplate in constructor, no with MongoClient(which is deprecated and will be removed in the next major release)
    • Replace MongoTemplate by MongockTemplate in ALL your changeLogs (include already processed). Don't worry, MongockTemplate provides the exact same API than MongoTemplate, it's just a decorator, so you won't miss any functionality. You just need to change the name of the class and add the import

Don't miss a new mongock release

NewReleases is sending notifications on new releases.