- 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