wso2 / wso2-wss4j

Apache License 2.0
41 stars 65 forks source link

Bump xmlsec versions and implement new abstract methods in EnvelopeIdResolver class #92

Closed mpmadhavig closed 1 year ago

mpmadhavig commented 1 year ago

Purpose

This PR contains implementation behind the version migration happened for xmlsec dependency. Currently, the all the packs uses latest 2.1.7 xmlsec version and the components that uses the xmlsec dependecy needs to be implemented and compiled using the newly introduced abstract methods of the xml dependency, otherwise the runtime env will throw an error.

When this PR should be merged

Relavant PRs

Related Issues