Maven dependencies
ThegroupId for Maven dependencies has changed, it is now org.camunda.bpm.springboot. For example:
Enterprise Web Applications
For Enterprise users, the way to use the Spring Boot Starter has changed. Instead of using theenterprise Maven profile, you can now include a special starter in your Maven POM file:
-ee suffix. See the documentation here.
Default configuration values changed
Some default configuration values changed. This means that if you relied on the old default values, you should now explicitly declare them in you configuration file:- The history level is now FULL by default
- The UUID-Generator is used for id generation by default.
camunda.bpm.job-execution.active was removed. The job executor is activated whenever it is enabled.