Releases: SAP/btp-environment-variable-access
Releases · SAP/btp-environment-variable-access
Version 0.10.5
Module: java-core-api
- Add new
ServiceIdentifier
(ServiceIdentifier.XSUAA
) for the SAP XSUAA service.
Version 0.10.4
General
- Update org.json:json from
20240205
to20240303
Module: java-core-api
- Add a new
ServiceIdentifier
(ServiceIdentifier.AI_CORE
) for the SAP AI Core Service.
Version 0.10.3
General
- Update
org.json:json
from20231013
to20240205
Module: java-core-api
- Add a new
ServiceIdentifier
for the SAP Identity Authentication Service.
Version 0.10.2
General
- Update
org.slf4j:slf4j-api
from2.0.9
to2.0.11
Version 0.10.1
General
- Fix CVE-2023-5072 by updating our dependency to
org.json:json
to a secure version (20231013
).
Version 0.10.0
Module: java-core-api
- Update the service identifier for Audit log retrieval service from
ServiceIdentifier.AUDIT_LOG
toServiceIdentifier.AUDIT_LOG_RETRIEVAL
Version 0.9.0
Module: java-core-api
- Add new identifiers for Workflow and Business Rules Services to the
ServiceIdentifier
class
Version 0.8.0
Module: java-core-api
- Add the
ServiceIdentifier
API, which represents an equatable abstractions for the service type. Instances of this class can safely be used forMaps
and comparison in general, across applications. - Add a new default method to the
ServiceBinding
interface:Optional<ServiceIdentifier> getServiceIdentifier()
.- There are also new methods on the
DefaultServiceBindingBuilder
that correspond to this getter.
- There are also new methods on the
Version 0.7.0
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
Version 0.6.0
General
- Update multiple dependencies, including a vulnerable version of
org.json:json
, which fixes CVE-2022-45688