Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/Libraries/java/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Version 4

### 4.3.0

- Feature: The `spring-boot-starter-ams-test` auto-configuration no longer matches when an `identity` service binding is found. This enables CAP applications to include `spring-boot-starter-cap-ams-test` as regular (instead of test-scoped) dependency to start locally with mock users and file-based authorization bundles without explicitly including test-scoped dependencies. To override this auto-configuration matcher, the property `sap.ams.test.enabled` can be explicitly set to `true` or `false`.
- Fix: `AmsRouteSecurity` is now useable with Spring Boot 3 / Spring Security 6 in addition to Spring Boot 4 / Spring Security 7.
- Fix: The `spring-boot-starter-ams-ztis` auto-configuration no longer configures the AMS library with Zero Trust Identity Service certificates unless the `credential-type` of the `identity` service binding is `X509_ATTESTED` and it has the same `app-identifier` as the `zero-trust-identity` service binding.

### 4.2.1

- Fix: The exponential retry mechanism in `AmsBundleLoader` no longer accidentally retries failed requests without a delay after ~100 consecutive failures, preventing 429 Too Many Requests errors.
Expand Down
Loading