Occurrent 0.19.2 is released with some smaller improvements to the Spring Boot module:
OccurrentAnnotationBeanPostProcessor
is only applied ifoccurrent.subscription.enabled
property is missing or istrue
.- Added ability to disable the creation a default instance of an
ApplicationService
when using thespring-boot-starter-mongodb
module by specifyingoccurrent.application-service.enabled=false
.
Dependency upgrades:
- Upgraded cloudevents from 3.0.0 to 4.0.1
- Upgraded jackson from 2.17.1 to 2.17.2
- Upgraded jobrunr from 7.2.1 to 7.2.3
- Upgraded kotlin from 2.0.0 to 2.0.20
- Upgraded mongodb-driver-sync from 5.1.1 to 5.1.4
- Upgraded project reactor from 3.6.7 to 3.6.9
- Upgraded spring-boot from 3.3.1 to 3.3.3
- Upgraded spring-data-mongodb from 4.3.1 to 4.3.3
- Upgraded kotlinx-html-jvm from 0.7.2 to 0.11.0