From 31569aa9db948f0207e7c6961e3e29a4e3fd4de2 Mon Sep 17 00:00:00 2001
From: Daniel Kuntze <137066232+kuntzed@users.noreply.github.com>
Date: Mon, 3 Feb 2025 16:20:07 +0100
Subject: [PATCH] Set release version to 3.5.8 (#1710)
---
CHANGELOG.md | 15 +++++++++++++++
README.md | 2 +-
bom/pom.xml | 2 +-
env/pom.xml | 2 +-
java-api/README.md | 2 +-
java-api/pom.xml | 2 +-
java-security-it/pom.xml | 2 +-
java-security-test/README.md | 2 +-
java-security-test/pom.xml | 2 +-
java-security/README.md | 2 +-
java-security/pom.xml | 2 +-
pom.xml | 2 +-
samples/java-security-usage-ias/pom.xml | 4 ++--
samples/java-security-usage/pom.xml | 4 ++--
samples/java-tokenclient-usage/pom.xml | 4 ++--
samples/sap-java-buildpack-api-usage/pom.xml | 2 +-
samples/spring-security-basic-auth/pom.xml | 6 +++---
samples/spring-security-hybrid-usage/pom.xml | 4 ++--
samples/spring-security-xsuaa-usage/pom.xml | 4 ++--
.../spring-webflux-security-hybrid-usage/pom.xml | 4 ++--
spring-security-compatibility/pom.xml | 2 +-
spring-security-starter/pom.xml | 2 +-
spring-security/Migration_SpringXsuaaProjects.md | 2 +-
spring-security/README.md | 2 +-
spring-security/pom.xml | 4 ++--
spring-xsuaa-it/pom.xml | 4 ++--
spring-xsuaa-starter/pom.xml | 2 +-
spring-xsuaa-test/README.md | 2 +-
spring-xsuaa-test/pom.xml | 2 +-
spring-xsuaa/README.md | 4 ++--
spring-xsuaa/pom.xml | 2 +-
token-client/README.md | 6 +++---
token-client/pom.xml | 2 +-
33 files changed, 60 insertions(+), 45 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0bb3aa98a..d8f1a1d76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,21 @@
# Change Log
All notable changes to this project will be documented in this file.
+## 3.5.8
+
+- [spring-security] Fix error handling for reactive token validation
+
+### Dependency upgrades
+
+- Downgrade org.wiremock:wiremock-standalone from 3.10.0 to 3.9.2
+- Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to 5.4.2
+- Bump io.projectreactor:reactor-test from 3.7.1 to 3.7.2
+- Bump org.assertj:assertj-core from 3.27.2 to 3.27.3
+- Bump spring.boot.version from 3.4.1 to 3.4.2
+- Bump spring.core.version from 6.2.1 to 6.2.2
+- Bump io.projectreactor:reactor-core from 3.7.1 to 3.7.2
+- Bump org.mockito:mockito-core from 5.14.2 to 5.15.2
+
## 3.5.7
- [java-security] Fix parallel JWKS fetches
diff --git a/README.md b/README.md
index 0d95e721e..271d7bb50 100644
--- a/README.md
+++ b/README.md
@@ -126,7 +126,7 @@ The SAP Cloud Security Services Integration is published to maven central: https
com.sap.cloud.security
java-bom
- 3.5.7
+ 3.5.8
import
pom
diff --git a/bom/pom.xml b/bom/pom.xml
index aeed102d3..c7f1d93cd 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -8,7 +8,7 @@
com.sap.cloud.security
java-bom
- 3.5.7
+ 3.5.8
pom
java-bom
diff --git a/env/pom.xml b/env/pom.xml
index 90cd4220e..42e8f3af7 100644
--- a/env/pom.xml
+++ b/env/pom.xml
@@ -9,7 +9,7 @@
com.sap.cloud.security.xsuaa
parent
- 3.5.7
+ 3.5.8
com.sap.cloud.security
diff --git a/java-api/README.md b/java-api/README.md
index 025c7abd2..b6c6fc1b4 100644
--- a/java-api/README.md
+++ b/java-api/README.md
@@ -5,6 +5,6 @@
com.sap.cloud.security
java-api
- 3.5.7
+ 3.5.8
```
diff --git a/java-api/pom.xml b/java-api/pom.xml
index 7aea65fd8..4d4cc1c3f 100644
--- a/java-api/pom.xml
+++ b/java-api/pom.xml
@@ -9,7 +9,7 @@
com.sap.cloud.security.xsuaa
parent
- 3.5.7
+ 3.5.8
com.sap.cloud.security
diff --git a/java-security-it/pom.xml b/java-security-it/pom.xml
index 75dd6ed16..8ee609afb 100644
--- a/java-security-it/pom.xml
+++ b/java-security-it/pom.xml
@@ -9,7 +9,7 @@
parent
com.sap.cloud.security.xsuaa
- 3.5.7
+ 3.5.8
java-security-it
diff --git a/java-security-test/README.md b/java-security-test/README.md
index 994e3e48c..b12a137ea 100644
--- a/java-security-test/README.md
+++ b/java-security-test/README.md
@@ -40,7 +40,7 @@ It is pre-configured with a security filter that only accepts valid tokens. Furt
com.sap.cloud.security
java-security-test
- 3.5.7
+ 3.5.8
test
```
diff --git a/java-security-test/pom.xml b/java-security-test/pom.xml
index 028fb3252..c94ee3545 100644
--- a/java-security-test/pom.xml
+++ b/java-security-test/pom.xml
@@ -9,7 +9,7 @@
com.sap.cloud.security.xsuaa
parent
- 3.5.7
+ 3.5.8
com.sap.cloud.security
diff --git a/java-security/README.md b/java-security/README.md
index 88cfeec1d..d1e9c495c 100644
--- a/java-security/README.md
+++ b/java-security/README.md
@@ -67,7 +67,7 @@ To be able to validate tokens it performs the following tasks:
com.sap.cloud.security
java-security
- 3.5.7
+ 3.5.8
org.apache.httpcomponents
diff --git a/java-security/pom.xml b/java-security/pom.xml
index 9b7303814..75452c461 100644
--- a/java-security/pom.xml
+++ b/java-security/pom.xml
@@ -9,7 +9,7 @@
com.sap.cloud.security.xsuaa
parent
- 3.5.7
+ 3.5.8
com.sap.cloud.security
diff --git a/pom.xml b/pom.xml
index 23bc9be61..e3e6b8080 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.sap.cloud.security.xsuaa
parent
- 3.5.7
+ 3.5.8
pom
parent
diff --git a/samples/java-security-usage-ias/pom.xml b/samples/java-security-usage-ias/pom.xml
index c4ab4b822..d7f2288f8 100755
--- a/samples/java-security-usage-ias/pom.xml
+++ b/samples/java-security-usage-ias/pom.xml
@@ -6,13 +6,13 @@
4.0.0
com.sap.cloud.security.xssec.samples
java-security-usage-ias
- 3.5.7
+ 3.5.8
war
UTF-8
17
- 3.5.7
+ 3.5.8
2.0.5
4.5.14
6.1.0
diff --git a/samples/java-security-usage/pom.xml b/samples/java-security-usage/pom.xml
index 1aa2b8b90..fc5b036a0 100755
--- a/samples/java-security-usage/pom.xml
+++ b/samples/java-security-usage/pom.xml
@@ -6,7 +6,7 @@
4.0.0
com.sap.cloud.security.xssec.samples
java-security-usage
- 3.5.7
+ 3.5.8
war
diff --git a/spring-xsuaa-it/pom.xml b/spring-xsuaa-it/pom.xml
index 2b42e7fd3..dd0431a29 100644
--- a/spring-xsuaa-it/pom.xml
+++ b/spring-xsuaa-it/pom.xml
@@ -14,12 +14,12 @@
spring-xsuaa-it
spring-xsuaa-it
- 3.5.7
+ 3.5.8
4.10.0
17
- 3.5.7
+ 3.5.8
diff --git a/spring-xsuaa-starter/pom.xml b/spring-xsuaa-starter/pom.xml
index acb799a40..59a945006 100644
--- a/spring-xsuaa-starter/pom.xml
+++ b/spring-xsuaa-starter/pom.xml
@@ -16,7 +16,7 @@
com.sap.cloud.security.xsuaa
parent
- 3.5.7
+ 3.5.8
xsuaa-spring-boot-starter
diff --git a/spring-xsuaa-test/README.md b/spring-xsuaa-test/README.md
index 9599c2f07..54da0ab53 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
- 3.5.7
+ 3.5.8
test
diff --git a/spring-xsuaa-test/pom.xml b/spring-xsuaa-test/pom.xml
index a70bee25f..298f36e54 100644
--- a/spring-xsuaa-test/pom.xml
+++ b/spring-xsuaa-test/pom.xml
@@ -9,7 +9,7 @@
com.sap.cloud.security.xsuaa
parent
- 3.5.7
+ 3.5.8
spring-xsuaa-test
diff --git a/spring-xsuaa/README.md b/spring-xsuaa/README.md
index 2afa545a3..f47bb957a 100644
--- a/spring-xsuaa/README.md
+++ b/spring-xsuaa/README.md
@@ -39,7 +39,7 @@ These (spring) dependencies need to be provided:
com.sap.cloud.security.xsuaa
spring-xsuaa
- 3.5.7
+ 3.5.8
org.apache.logging.log4j
@@ -53,7 +53,7 @@ These (spring) dependencies need to be provided:
com.sap.cloud.security.xsuaa
xsuaa-spring-boot-starter
- 3.5.7
+ 3.5.8
```
diff --git a/spring-xsuaa/pom.xml b/spring-xsuaa/pom.xml
index 38c8d3738..02f95abac 100644
--- a/spring-xsuaa/pom.xml
+++ b/spring-xsuaa/pom.xml
@@ -9,7 +9,7 @@
com.sap.cloud.security.xsuaa
parent
- 3.5.7
+ 3.5.8
spring-xsuaa
diff --git a/token-client/README.md b/token-client/README.md
index 9fdb7994b..cf294c7e1 100644
--- a/token-client/README.md
+++ b/token-client/README.md
@@ -49,7 +49,7 @@ In context of a Spring Boot application you can leverage autoconfiguration provi
com.sap.cloud.security
resourceserver-security-spring-boot-starter
- 3.5.7
+ 3.5.8
```
In context of Spring Applications you will need the following dependencies:
@@ -57,7 +57,7 @@ In context of Spring Applications you will need the following dependencies:
com.sap.cloud.security.xsuaa
token-client
- 3.5.7
+ 3.5.8
org.apache.httpcomponents
@@ -124,7 +124,7 @@ See the [OAuth2ServiceConfiguration](#oauth2serviceconfiguration) section and [H
com.sap.cloud.security.xsuaa
token-client
- 3.5.7
+ 3.5.8
org.apache.httpcomponents
diff --git a/token-client/pom.xml b/token-client/pom.xml
index 0fe086ace..7943f5b98 100644
--- a/token-client/pom.xml
+++ b/token-client/pom.xml
@@ -9,7 +9,7 @@
com.sap.cloud.security.xsuaa
parent
- 3.5.7
+ 3.5.8
token-client