Version 0.7.0
Pre-release
Pre-release
General
- Dependency
com.google.code.findbugs:jsr305
is no longer declared injava-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 theSapServiceOperatorServiceBindingIoAccessor
has been removed. As a consequence, the two accessors will always reload all service bindings from the file system if theirgetServiceBindings
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.
- Note: By default, there is still a 5 minute cache (the