jakartaee / security

Jakarta Security
https://projects.eclipse.org/projects/ee4j.security
Other
47 stars 39 forks source link

Address issues/297 TCK challenge for adding support for running Security 3.0 signature TCK tests on Java 21 #305

Closed scottmarlow closed 10 months ago

scottmarlow commented 11 months ago

Address https://github.com/jakartaee/security/issues/297 by adding the same code changes as used for addressing the Platform TCK signature test failures on Java 21 via https://github.com/jakartaee/platform-tck/pull/1206

scottmarlow commented 4 months ago

@arjantijms I think that this pull request covered the minimum changes needed to support running the Security 3.0 signature tests on Java 21

The same change was made for the Jakarta EE 10 Platform TCK via https://github.com/jakartaee/platform-tck/pull/1206 which should cover the Security 3.0 API.