spring-projects / spring-security-kerberos

Spring Security Kerberos
https://spring.io/projects/spring-security-kerberos
185 stars 227 forks source link

java.vendor name changed in openj9 #254

Open krismarc opened 2 months ago

krismarc commented 2 months ago

Hi there,

there was a change in IBM's JDK property. I've reported the same to Microsoft JDBC maintainers here: https://github.com/microsoft/mssql-jdbc/issues/2139

..and here's discussion with IBM folks: https://github.com/ibmruntimes/Semeru-Runtimes/issues/30

Therefore, this condition is no longer valid: https://github.com/spring-projects/spring-security-kerberos/blob/3c3e7b9c28c6fc4f0ac13908d98143f378975214/spring-security-kerberos-test/src/test/java/org/springframework/security/kerberos/test/TestMiniKdc.java#L52

Best regards, K.M.