diff --git a/CHANGELOG.md b/CHANGELOG.md index 5de7c03c3..a01899630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log All notable changes to this project will be documented in this file. +## 2.14.1 +- [token-client] + - `OAuth2ServiceException` has been extended with getter method `getHeaders()` that gives the access to failed request's response headers + - `XsuaaOAuth2TokenService` and `DefaultOAuth2TokenService` add the response headers and status code to the thrown `OAuth2ServiceException` + +#### Dependency upgrades +- Bump btp-environment-variable-access from 0.8.0 to 0.9.0 + ## 2.14.0 #### :exclamation: IMPORTANT Update The `zone_uuid` claim in Identity service tokens has been deprecated and is now replaced by the `app_tid` claim. You should use the `app_tid` claim to identify the unique tenant id, which was previously referred to as the zone. diff --git a/api/README.md b/api/README.md index d5f4f31b8..42f6e7f0a 100644 --- a/api/README.md +++ b/api/README.md @@ -5,6 +5,6 @@ com.sap.cloud.security.xsuaa api - 2.14.0 + 2.14.1 ``` diff --git a/api/pom.xml b/api/pom.xml index 2f0cbf677..c005c3cbb 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -11,7 +11,7 @@ com.sap.cloud.security.xsuaa parent - 2.14.0 + 2.14.1 jar diff --git a/bom/pom.xml b/bom/pom.xml index 6d0b95c7e..fa0dd5a01 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -8,7 +8,7 @@ com.sap.cloud.security java-bom - 2.14.0 + 2.14.1 pom java-bom diff --git a/env/pom.xml b/env/pom.xml index a8c202312..fb03c267c 100644 --- a/env/pom.xml +++ b/env/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 2.14.0 + 2.14.1 com.sap.cloud.security diff --git a/java-api/README.md b/java-api/README.md index a485045ee..62b0be620 100644 --- a/java-api/README.md +++ b/java-api/README.md @@ -5,6 +5,6 @@ com.sap.cloud.security java-api - 2.14.0 + 2.14.1 ``` diff --git a/java-api/pom.xml b/java-api/pom.xml index 910081537..8713410c4 100644 --- a/java-api/pom.xml +++ b/java-api/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 2.14.0 + 2.14.1 com.sap.cloud.security diff --git a/java-security-it/pom.xml b/java-security-it/pom.xml index 9715b63f4..8c3c583e9 100644 --- a/java-security-it/pom.xml +++ b/java-security-it/pom.xml @@ -9,7 +9,7 @@ parent com.sap.cloud.security.xsuaa - 2.14.0 + 2.14.1 java-security-it diff --git a/java-security-test/README.md b/java-security-test/README.md index bae269a6b..a1994e85a 100644 --- a/java-security-test/README.md +++ b/java-security-test/README.md @@ -22,7 +22,7 @@ It includes for example a `JwtGenerator` that generates JSON Web Tokens (JWT) th com.sap.cloud.security java-security-test - 2.14.0 + 2.14.1 test ``` diff --git a/java-security-test/pom.xml b/java-security-test/pom.xml index 46d488ccf..dfa5f430c 100644 --- a/java-security-test/pom.xml +++ b/java-security-test/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 2.14.0 + 2.14.1 com.sap.cloud.security diff --git a/java-security/Migration_SpringSecurityProjects.md b/java-security/Migration_SpringSecurityProjects.md index 0154e4702..e773bd5fe 100644 --- a/java-security/Migration_SpringSecurityProjects.md +++ b/java-security/Migration_SpringSecurityProjects.md @@ -37,19 +37,19 @@ First make sure you have the following dependencies defined in your pom.xml: com.sap.cloud.security.xsuaa api - 2.14.0 + 2.14.1 com.sap.cloud.security java-security - 2.14.0 + 2.14.1 com.sap.cloud.security java-security-test - 2.14.0 + 2.14.1 test ``` diff --git a/java-security/README.md b/java-security/README.md index 1a0d68c11..7e81f7464 100644 --- a/java-security/README.md +++ b/java-security/README.md @@ -47,7 +47,7 @@ In case of XSUAA does the JWT provide a valid `jku` token header parameter that com.sap.cloud.security java-security - 2.14.0 + 2.14.1 org.apache.httpcomponents diff --git a/java-security/pom.xml b/java-security/pom.xml index f5b902612..8a4e2c607 100644 --- a/java-security/pom.xml +++ b/java-security/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 2.14.0 + 2.14.1 com.sap.cloud.security diff --git a/pom.xml b/pom.xml index 7522ef1fd..32f2532b1 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.sap.cloud.security.xsuaa parent - 2.14.0 + 2.14.1 pom parent @@ -66,7 +66,7 @@ 2.20.0 1.7.36 20230618 - 0.8.0 + 0.9.0 4.5.14 2.9.3 2.13.0 diff --git a/samples/java-security-usage-ias/pom.xml b/samples/java-security-usage-ias/pom.xml index f97cb3d58..507d18155 100755 --- a/samples/java-security-usage-ias/pom.xml +++ b/samples/java-security-usage-ias/pom.xml @@ -6,7 +6,7 @@ 4.0.0 com.sap.cloud.security.xssec.samples java-security-usage-ias - 2.14.0 + 2.14.1 war org.springframework.boot diff --git a/spring-xsuaa-mock/pom.xml b/spring-xsuaa-mock/pom.xml index 05192bac3..4aa7895e4 100644 --- a/spring-xsuaa-mock/pom.xml +++ b/spring-xsuaa-mock/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 2.14.0 + 2.14.1 spring-xsuaa-mock diff --git a/spring-xsuaa-starter/pom.xml b/spring-xsuaa-starter/pom.xml index 9dcca1280..95f54d326 100644 --- a/spring-xsuaa-starter/pom.xml +++ b/spring-xsuaa-starter/pom.xml @@ -16,7 +16,7 @@ com.sap.cloud.security.xsuaa parent - 2.14.0 + 2.14.1 xsuaa-spring-boot-starter diff --git a/spring-xsuaa-test/README.md b/spring-xsuaa-test/README.md index 2acb595bb..65ae2c1df 100644 --- a/spring-xsuaa-test/README.md +++ b/spring-xsuaa-test/README.md @@ -31,7 +31,7 @@ This includes for example a `JwtGenerator` that generates JSON Web Tokens (JWT) com.sap.cloud.security.xsuaa spring-xsuaa-test - 2.14.0 + 2.14.1 test diff --git a/spring-xsuaa-test/pom.xml b/spring-xsuaa-test/pom.xml index bcb9f5ba5..fc89ac2cd 100644 --- a/spring-xsuaa-test/pom.xml +++ b/spring-xsuaa-test/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 2.14.0 + 2.14.1 spring-xsuaa-test diff --git a/spring-xsuaa/README.md b/spring-xsuaa/README.md index aa74c73c9..44bec0b44 100644 --- a/spring-xsuaa/README.md +++ b/spring-xsuaa/README.md @@ -41,7 +41,7 @@ These (spring) dependencies needs to be provided: com.sap.cloud.security.xsuaa spring-xsuaa - 2.14.0 + 2.14.1 org.apache.logging.log4j @@ -55,7 +55,7 @@ These (spring) dependencies needs to be provided: com.sap.cloud.security.xsuaa xsuaa-spring-boot-starter - 2.14.0 + 2.14.1 ``` diff --git a/spring-xsuaa/pom.xml b/spring-xsuaa/pom.xml index e7210d9e8..49fe941b4 100644 --- a/spring-xsuaa/pom.xml +++ b/spring-xsuaa/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 2.14.0 + 2.14.1 spring-xsuaa diff --git a/token-client/README.md b/token-client/README.md index 7a1bf3ba1..279507ff9 100644 --- a/token-client/README.md +++ b/token-client/README.md @@ -23,7 +23,7 @@ The Resource owner password credentials (i.e., username and password) can be use com.sap.cloud.security.xsuaa token-client - 2.14.0 + 2.14.1 org.apache.httpcomponents @@ -80,7 +80,7 @@ tokenService.clearCache(); com.sap.cloud.security.xsuaa token-client - 2.14.0 + 2.14.1 org.springframework @@ -130,7 +130,7 @@ In context of a Spring Boot application you may like to leverage autoconfigurati com.sap.cloud.security.xsuaa xsuaa-spring-boot-starter - 2.14.0 + 2.14.1 org.apache.httpcomponents diff --git a/token-client/pom.xml b/token-client/pom.xml index b0f610beb..b4b7e7159 100644 --- a/token-client/pom.xml +++ b/token-client/pom.xml @@ -9,7 +9,7 @@ com.sap.cloud.security.xsuaa parent - 2.14.0 + 2.14.1 token-client