You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -231,9 +231,9 @@ Retry Pattern allows to retry sending a failed request and it will only work wit
231
231
The Apache WSS4J project provides a Java implementation of the common primary security standards for Web Services, namely the OASIS Web Services Security (WS-Security) specifications from the OASIS Web Services Security TC.
232
232
2. org.apache.wss4j:wss4j-ws-security-dom:2.4.1
233
233
WSS4J 2.0.0 introduces a streaming (StAX-based) WS-Security implementation to complement the existing DOM-based implementation. The DOM-based implementation is quite performant and flexible, but suffers from having to read the entire XML tree into memory. For large SOAP requests this can have a detrimental impact on performance. In addition, for web services stacks such as Apache CXF which are streaming-based, it carries an additional performance penalty of having to explicitly convert the request stream to a DOM Element.
234
-
3. org.bouncycastle:bcprov-jdk15on:1.70
234
+
3. org.bouncycastle:bcprov-jdk18on:1.78
235
235
This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.
236
-
4. org.apache.santuario:xmlsec:2.3.0
236
+
4. org.apache.santuario:xmlsec:2.3.4
237
237
The XML Security project is aimed at providing implementation of security standards for XML,supports XML-Signature Syntax and Processing,XML Encryption Syntax and Processing, and supports XML Digital Signature APIs.
238
238
5. org.apache.commons:commons-lang3:3.4
239
239
Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
@@ -251,6 +251,19 @@ Retry Pattern allows to retry sending a failed request and it will only work wit
251
251
Provides low level HTTP transport components that can be used to build custom client and server side HTTP services with a minimal footprint.
0 commit comments