Releases: kit-data-manager/service-base
Releases · kit-data-manager/service-base
v1.0.5
Changed
- Update to io.freefair.lombok 6.5.1
- Update to io.freefair.maven-publish-java 6.5.1
- Update to io.spring.dependency-management 1.0.14.RELEASE
- Update to org.owasp.dependencycheck 7.2.1
- Update to com.jfrog.bintray 1.8.5
- Update to net.researchgate.release 3.0.2
- Update to spring-boot 2.7.4
- Update to spring-doc 1.6.11
- Update tojackson-jaxrs-json-provider 2.13.4
- Update to jackson-datatype-joda 2.13.4
- Update jackson-datatype-jsr310 2.13.4
- Update to nimbus-jose-jwt 9.25.4
- Update to jjwt-api 0.11.5
- Update to jjwt-impl 0.11.5
- Update to jjwt-jackson 0.11.5
- Update to slf4j-api 1.7.36
- Update to jaxb-core 4.0.1
- Update to jaxb-impl 4.0.1
- Update to javassist 3.29.2-GA
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