1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Fix CAS Client Java lib not working with Jakarta EE 9

Copy the code from the library and change it to support the Jakarta classes

Issue gh-10360
This commit is contained in:
Marcus Da Coregio
2021-10-19 14:22:29 -03:00
parent db60df2f9c
commit 5c4dd51994
4 changed files with 179 additions and 4 deletions
@@ -13,6 +13,7 @@
<!-- Ignore third-party code -->
<suppress files="BCrypt\.java|BCryptTests\.java" checks=".*"/>
<suppress files="org[\\/]springframework[\\/]security[\\/]cas[\\/]web[\\/]CommonUtils\.java" checks=".*"/>
<suppress files="org[\\/]springframework[\\/]security[\\/]core[\\/]ComparableVersion\.java" checks=".*"/>
<!-- InterfaceIsType rules we can't fix until a major revision due to back compatibility -->