Skip to content

v2.1.0

Compare
Choose a tag to compare
@luisgoncalves luisgoncalves released this 29 Jun 20:50
· 115 commits to master since this release

#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().