Upgrade to WSS4J 4.0.0

See gh-1429
This commit is contained in:
Adriano Machado
2024-09-01 18:40:46 -04:00
committed by Stéphane Nicoll
parent 2ab80ac624
commit 409671b669
5 changed files with 6 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ dependencies {
api("org.apache.httpcomponents.client5:httpclient5:5.2.3")
api("org.apache.httpcomponents:httpclient:4.5.14")
api("org.apache.santuario:xmlsec:3.0.4")
api("org.apache.wss4j:wss4j-ws-security-dom:2.4.3")
api("org.apache.wss4j:wss4j-ws-security-dom:4.0.0")
api("org.apache.ws.xmlschema:xmlschema-core:2.3.1")
api("org.aspectj:aspectjrt:1.9.22")
api("org.aspectj:aspectjweaver:1.9.22")

View File

@@ -142,8 +142,9 @@ import org.springframework.ws.soap.security.wss4j2.callback.UsernameTokenPrincip
* @author Jamin Hitchcock
* @author Rob Leland
* @author Lars Uffmann
* @author Andreas Winter
* @since 2.3.0
* @see <a href="http://ws.apache.org/wss4j/">Apache WSS4J 2.0</a>
* @see <a href="http://ws.apache.org/wss4j/">Apache WSS4J 2.0+</a>
*/
public class Wss4jSecurityInterceptor extends AbstractWsSecurityInterceptor implements InitializingBean {

View File

@@ -15,6 +15,6 @@
*/
/**
* Contains {@code CallbackHandler} implementations for WSS4J 2.0.
* Contains {@code CallbackHandler} implementations for WSS4J 2.0+.
*/
package org.springframework.ws.soap.security.wss4j2.callback;

View File

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

View File

@@ -15,6 +15,6 @@
*/
/**
* Contains support classes for working with WSS4J 2.0.
* Contains support classes for working with WSS4J 2.0+.
*/
package org.springframework.ws.soap.security.wss4j2.support;