Skip to content

Version 2.2.1

Latest
Compare
Choose a tag to compare
@juliuskrah juliuskrah released this 10 Apr 23:07
· 2 commits to v2.x since this release

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.