Skip to content

Releases: kit-data-manager/service-base

v1.0.4

30 Jul 20:13
Compare
Choose a tag to compare

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

14 Jun 05:10
Compare
Choose a tag to compare

Fixed

  • Request handling is now properly stopped if expired/invalid JWT was provided

v1.0.2

03 Jun 10:14
Compare
Choose a tag to compare

Changed

  • Anonymous user is now added to the authorities by default.

v1.0.1

25 Mar 05:49
Compare
Choose a tag to compare

Changed

  • RabbitMQ no longer started by default.

v1.0.0

09 Mar 12:08
Compare
Choose a tag to compare

Added

  • Keycloak support added to JWT security filters

Changed

  • Update to jjwt 0.11.2

v0.3.2

13 Dec 13:46
Compare
Choose a tag to compare

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

30 Nov 10:54
Compare
Choose a tag to compare

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

13 Oct 05:51
Compare
Choose a tag to compare

Changed

  • Upgrade to Spring Boot 2.4.10
  • Upgrade Gradle to 7.2

v0.2.1

14 Jan 20:44
Compare
Choose a tag to compare

Fixed

  • Removed @component annotation in edu.kit.datamanager.dao.ByExampleSpecification to allow using service-base without database

v0.2.0

15 Dec 06:41
Compare
Choose a tag to compare

Changed

  • Renaming of RabbitMQ configuration property repo.messaging.exchange to repo.messaging.sender.exchange