RivalAUT opened a new pull request, #561: URL: https://github.com/apache/ws-wss4j/pull/561
The class `net.shibboleth.utilities.java.support.primitive.StringSupport` is deprecated since OpenSAML 5, where they switched from `net.shibboleth.utilities:java-support` to `net.shibboleth:shib-support`. Because of that, I frequently get this warning while using wss4j: > Java class 'net.shibboleth.utilities.java.support.primitive.StringSupport': This will be removed in the next major version of this software; replacement is net.shibboleth.shared.primitive.StringSupport This PR replaces the deprecated import with the new one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
