Skip to content

Commit 5255a2c

Browse files
authored
bump version to 3.4.2 (#1525)
Signed-off-by: liga-oz <liga.ozolina@sap.com>
1 parent a19a1e7 commit 5255a2c

File tree

33 files changed

+55
-47
lines changed

33 files changed

+55
-47
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 3.4.2
6+
7+
- [spring-security]
8+
- fixes a NPE bug introduced in the `HybridJwtDecoder` when the incoming request does not
9+
contain `x-forwarded-client-cert` header
10+
- `SecurityContextAutoConfiguration` which synchronises all SecurityContexts is now enabled by default. To disable it
11+
set the `sap.spring.security.hybrid.sync_securitycontext` spring property to false
12+
513
## 3.4.1
614

715
- [spring-security] fixes a NPE bug introduced in the `IasJwtDecoder` when the incoming request does not

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The SAP Cloud Security Services Integration is published to maven central: https
126126
<dependency>
127127
<groupId>com.sap.cloud.security</groupId>
128128
<artifactId>java-bom</artifactId>
129-
<version>3.4.1</version>
129+
<version>3.4.2</version>
130130
<scope>import</scope>
131131
<type>pom</type>
132132
</dependency>

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.sap.cloud.security</groupId>
1010
<artifactId>java-bom</artifactId>
11-
<version>3.4.1</version>
11+
<version>3.4.2</version>
1212
<packaging>pom</packaging>
1313
<name>java-bom</name>
1414

env/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.sap.cloud.security.xsuaa</groupId>
1111
<artifactId>parent</artifactId>
12-
<version>3.4.1</version>
12+
<version>3.4.2</version>
1313
</parent>
1414

1515
<groupId>com.sap.cloud.security</groupId>

java-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<dependency>
66
<groupId>com.sap.cloud.security</groupId>
77
<artifactId>java-api</artifactId>
8-
<version>3.4.1</version>
8+
<version>3.4.2</version>
99
</dependency>
1010
```

java-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.sap.cloud.security.xsuaa</groupId>
1111
<artifactId>parent</artifactId>
12-
<version>3.4.1</version>
12+
<version>3.4.2</version>
1313
</parent>
1414

1515
<groupId>com.sap.cloud.security</groupId>

java-security-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<artifactId>parent</artifactId>
1111
<groupId>com.sap.cloud.security.xsuaa</groupId>
12-
<version>3.4.1</version>
12+
<version>3.4.2</version>
1313
</parent>
1414

1515
<artifactId>java-security-it</artifactId>

java-security-test/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ It is pre-configured with a security filter that only accepts valid tokens. Furt
3939
```xml
4040
<dependency>
4141
<groupId>com.sap.cloud.security</groupId>
42-
<artifactId>java-security-test</artifactId>
43-
<version>3.4.1</version>
44-
<scope>test</scope>
42+
<artifactId>java-security-test</artifactId>
43+
<version>3.4.2</version>
44+
<scope>test</scope>
4545
</dependency>
4646
```
4747

java-security-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.sap.cloud.security.xsuaa</groupId>
1111
<artifactId>parent</artifactId>
12-
<version>3.4.1</version>
12+
<version>3.4.2</version>
1313
</parent>
1414

1515
<groupId>com.sap.cloud.security</groupId>

java-security/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To be able to validate tokens it performs the following tasks:
6767
<dependency>
6868
<groupId>com.sap.cloud.security</groupId>
6969
<artifactId>java-security</artifactId>
70-
<version>3.4.1</version>
70+
<version>3.4.2</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)