v2.1.0
#256 - Replace javax.xml.bind
with jakarta.xml.bind
#261 - Upgrade Apache Santuario (xmlsec) to version 2.3.0
- This version of xmlsec removes the local file-system and HTTP resolvers by default: https://issues.apache.org/jira/browse/SANTUARIO-573.
- If you're using using data object references that require such resolvers, use one of the following options:
- Add the resolvers to
SignedDataObjects
/SignatureSpecificVerificationOptions
(see this commit) - Register the resolvers directly with xmlsec using
ResourceResolver.register()
.
- Add the resolvers to