Skip to content

Commit 409671b

Browse files
ammachadosnicoll
authored andcommitted
Upgrade to WSS4J 4.0.0
See gh-1429
1 parent 2ab80ac commit 409671b

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

spring-ws-platform/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
api("org.apache.httpcomponents.client5:httpclient5:5.2.3")
3636
api("org.apache.httpcomponents:httpclient:4.5.14")
3737
api("org.apache.santuario:xmlsec:3.0.4")
38-
api("org.apache.wss4j:wss4j-ws-security-dom:2.4.3")
38+
api("org.apache.wss4j:wss4j-ws-security-dom:4.0.0")
3939
api("org.apache.ws.xmlschema:xmlschema-core:2.3.1")
4040
api("org.aspectj:aspectjrt:1.9.22")
4141
api("org.aspectj:aspectjweaver:1.9.22")

spring-ws-security/src/main/java/org/springframework/ws/soap/security/wss4j2/Wss4jSecurityInterceptor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,9 @@
142142
* @author Jamin Hitchcock
143143
* @author Rob Leland
144144
* @author Lars Uffmann
145+
* @author Andreas Winter
145146
* @since 2.3.0
146-
* @see <a href="http://ws.apache.org/wss4j/">Apache WSS4J 2.0</a>
147+
* @see <a href="http://ws.apache.org/wss4j/">Apache WSS4J 2.0+</a>
147148
*/
148149
public class Wss4jSecurityInterceptor extends AbstractWsSecurityInterceptor implements InitializingBean {
149150

spring-ws-security/src/main/java/org/springframework/ws/soap/security/wss4j2/callback/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
*/
1616

1717
/**
18-
* Contains {@code CallbackHandler} implementations for WSS4J 2.0.
18+
* Contains {@code CallbackHandler} implementations for WSS4J 2.0+.
1919
*/
2020
package org.springframework.ws.soap.security.wss4j2.callback;

spring-ws-security/src/main/java/org/springframework/ws/soap/security/wss4j2/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
/**
1818
* Contains classes for using the <a href="http://ws.apache.org/wss4j/">Apache WSS4J
19-
* 2.0</a> WS-Security implementation within Spring-WS.
19+
* 2.0+</a> WS-Security implementation within Spring-WS.
2020
*/
2121
package org.springframework.ws.soap.security.wss4j2;

spring-ws-security/src/main/java/org/springframework/ws/soap/security/wss4j2/support/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
*/
1616

1717
/**
18-
* Contains support classes for working with WSS4J 2.0.
18+
* Contains support classes for working with WSS4J 2.0+.
1919
*/
2020
package org.springframework.ws.soap.security.wss4j2.support;

0 commit comments

Comments
 (0)