Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Replaced ByteArrayInputStream reflection with new BytesInputStream implementation. The reflection is what required --add-opens java.base/java.io=jjwt.api on JDK 17+. - Refactored KeysBridge to perform our own key length logic instead of delegating to sun.security.util.KeyUtil. The reflection is what required --add-opens java.base/sun.security.util=jjwt.api on JDK 17+ - Removed AddOpens.java due to above refactoring (no longer needed). - Returned a test-only --add-opens for sun.security.util for 3 test cases (added to test.addOpens maven property)
- Loading branch information