Skip to content

1.36

Compare
Choose a tag to compare
@YukiInu YukiInu released this 08 Jan 09:46
· 7 commits to master since this release
1964fc0
  • Update dependencies
    • Spring 5.3.39
    • AWS 1.12.772
    • Jetty 9.4.56.v20240826
    • Joda-Time 2.12.7
    • Log4J 2.23.1
    • ActiveMQ 5.16.7
    • Apache CXF 3.5.9
    • JSON Small and Fast Parser 2.5.1
    • Jackson 2.17.2
    • Guava 33.3.0-jre
    • Hazelcast 5.3.7
    • Swagger 2.2.22
    • Liquibase 4.28.0
    • Mongo Java Driver 4.11.4
    • Mongock 5.4.4
    • Bouncycastle Provider 1.78.1
    • Nimbus JOSE+JWT 9.41
    • Commons Codec 1.17.0
    • Junit 5.10.3
    • Bson 2.15.1
    • Concordion 4.0.1
  • Removed (unused) cglib from dvalin-jaxrs
  • Removed concordion-extensions
  • Migrated all JUnit tests to Junit 5 syntax
  • Removed mongodb-driver-legacy from mongodb
    • Deprecated mongo functionality was removed
    • Complete overhaul for entity handling
    • The old functionality is still available with the mongodb-legacy library
  • Breaking: Removed Junit 5 Vintage engine and Junit 4 (can be added in projects that need it)
  • Fixed vulnerabilities: CVE-2023-52428(nimbus-jose-jwt), CVE-2024-29857,CVE-2024-30171,CVE-2024-30172,CVE-2024-34447 (bouncycastle), CVE-2024-28752,CVE-2024-29736 (Apache CXF), CVE-2024-38808 (Spring Framework)
  • Corrected the use of @nullable and @nonnull annotations on created ivos and events, especially on the generated builders
  • Add support for h2 embedded database
  • Fix conflicting jetty ContextHandlers for static files and web frontend