Skip to content

Upgrade to Apache WSS4J 4.0.0 #1429

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<stax.version>2.1.0</stax.version>
<woodstox.version>6.5.1</woodstox.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
<wss4j.version>2.4.3</wss4j.version>
<wss4j.version>3.0.3</wss4j.version>
<wss4j-next.version>3.0.0</wss4j-next.version>
<xmlsec.version>3.0.4</xmlsec.version>
<xml-schema-core.version>2.3.1</xml-schema-core.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
* @author Rob Leland
* @author Lars Uffmann
* @author Andreas Winter
* @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>
* @since 2.3.0
*/
public class Wss4jSecurityInterceptor extends AbstractWsSecurityInterceptor implements InitializingBean {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
Contains <code>CallbackHandler</code> implementations for WSS4J 2.0.
Contains <code>CallbackHandler</code> implementations for WSS4J 2.0+.
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<body>
Contains classes for using the <a href="http://ws.apache.org/wss4j/">Apache WSS4J 2.0</a> WS-Security implementation
Contains classes for using the <a href="http://ws.apache.org/wss4j/">Apache WSS4J 2.0+</a> WS-Security implementation
within
Spring-WS.
</body>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
Contains support classes for working with WSS4J 2.0.
Contains support classes for working with WSS4J 2.0+.
</body>
</html>