Skip to content

Version 0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Johannes-Schneider Johannes-Schneider released this 06 Jul 15:01
· 98 commits to main since this release
0.7.0
fc832c9

General

  • Dependency com.google.code.findbugs:jsr305 is no longer declared in java-bom nor propagated transitively to consuming Maven projects.

Module: java-sap-service-operator

  • The internal file system based cache, which was used in the SapServiceOperatorLayeredServiceBindingAccessor and the SapServiceOperatorServiceBindingIoAccessor has been removed. As a consequence, the two accessors will always reload all service bindings from the file system if their getServiceBindings method is invoked.
    • Note: By default, there is still a 5 minute cache (the SimpleServiceBindingCache) on top of all accessors. Therefore, reloads from the file system will at most happen every 5 minutes.