Skip to content

Commit aff5a00

Browse files
authored
AMS Java 4.0.7 for 4.0.6 and 4.0.7 (#27)
1 parent 37d5117 commit aff5a00

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/Libraries/java/changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
## Version 4
44

5-
### 4.0.6
5+
### 4.0.7
66

77
- Fix: Read Number constants from DCN as `Double` instead of `Long/Int` to avoid runtime errors when comparing with `Double` attribute input
88
- Fix `AmsCapAutoConfiguration`: Use @Order(-100) for `AmsUserInfoProvider` bean to make sure it runs late in the `UserInfoProvider` chain. For example, this fixes incompatibilities with DwcUserInfoProvider which must run before the `AmsUserInfoProvider` to extract user information from the token.
99

10-
### 4.0.0 - 4.0.5*
10+
### 4.0.0 - 4.0.6*
1111

1212
Version 4 drastically changes the core API to streamline it with the Node.js library which received positive feedback since it introduced the same changes.
1313

1414
Instead of checking privileges on a `PolicyDecisionPoint` with an `Attributes` object, an `AuthorizationsProvider` prepares an `Authorizations` object for the same purpose. This separates *what* to check from *how* to check it. The necessary configuration for advanced authorization scenarios such as principal propagation or non-standard authorization strategies are configured once
1515
during application start. As a result, the authorization checks themselves remain straight-forward in version 4, with a focus on the application domain.
1616

17-
\* *first publicly available 4.x release version*
17+
\* *first publicly available 4.x release version is 4.0.5*
1818

1919
### New features
2020

0 commit comments

Comments
 (0)