Skip to content

2.3.1

Latest
Compare
Choose a tag to compare
@twincitiesguy twincitiesguy released this 07 Apr 21:40
· 8 commits to master since this release
30ce338
  • Fixed #238 (unbind should not fail if user or bucket does not exist)
  • Fixed #231 (switch docker base image away from openjdk)

NOTE: This release includes breaking changes in Spring configuration files (application.yml)... if you use this file to configure your broker, modify it appropriately to reflect the new profile format:
change this:

spring:
  profiles: foo

to this:

spring:
  config:
    activate:
      on-profile: foo

Dependencies update: Spring Boot v2.7.9, Spring Cloud Open Service Broker v3.6.0, Guava v31.1, logback v1.2.11, Jersey Client v2.39, slf4j 1.7.36, object-client 3.4.5, bucket-wipe 2.2.0

  • Switched to Gradle 7.5