Releases: kit-data-manager/service-base
Releases · kit-data-manager/service-base
v1.0.4
Added
- RabbitMQ-based messaging credentials are now configurable in application.properties via properties repo.messaging.username and repo.messaging.password
Changed
- Update to net.researchgate.release 3.0.0
- Update to spring-boot 2.7.2
- Update to spring-doc 1.6.9
v1.0.3
Fixed
- Request handling is now properly stopped if expired/invalid JWT was provided
v1.0.2
Changed
- Anonymous user is now added to the authorities by default.
v1.0.1
Changed
- RabbitMQ no longer started by default.
v1.0.0
Added
- Keycloak support added to JWT security filters
Changed
- Update to jjwt 0.11.2
v0.3.2
Changed
- Update to Spring-Boot 2.4.13
- Update to dozer-core 6.5.2
- Update to json-patch 1.13
- Update to jackson-jaxrs-json-provider 2.13.0
- Update to jackson-module-afterburner 2.13.0
- Update to jackson-datatype-jsr310 2.13.0
- Update to jackson-datatype-joda 2.13.0
v0.3.1
Fixed
- Support for additional date patterns (yyyy, yyyy-MM, and yyyy-MM-dd) in CustomInstantDeserializer
Changed
- Removed (unused) coveralls and grgit plugins to sustain JDK8 compatibility
v0.3.0
Changed
- Upgrade to Spring Boot 2.4.10
- Upgrade Gradle to 7.2
v0.2.1
Fixed
- Removed @component annotation in edu.kit.datamanager.dao.ByExampleSpecification to allow using service-base without database
v0.2.0
Changed
- Renaming of RabbitMQ configuration property repo.messaging.exchange to repo.messaging.sender.exchange