Upgraded to Spring-Boot 2
All project dependencies have been upgraded to Spring Boot 2 baseline. We are also using Hibernate
Validator 6 which implements Bean Validation 2.
The project can also be run on Java 9.
SchedulerFactoryBean
The explicit configuration of the SchedulerFactoryBean
has been removed. This has been replaced
with the support added in Spring Boot 2. The behavior has been altered using external configuration.