Hi there,
there was a change in IBM's JDK property. I've reported the same to Microsoft JDBC maintainers here: microsoft/mssql-jdbc#2139
..and here's discussion with IBM folks: ibmruntimes/Semeru-Runtimes#30
Therefore, this condition is no longer valid:
|
if (System.getProperty("java.vendor").contains("IBM")) { |
Best regards,
K.M.
Hi there,
there was a change in IBM's JDK property. I've reported the same to Microsoft JDBC maintainers here: microsoft/mssql-jdbc#2139
..and here's discussion with IBM folks: ibmruntimes/Semeru-Runtimes#30
Therefore, this condition is no longer valid:
spring-security-kerberos/spring-security-kerberos-test/src/test/java/org/springframework/security/kerberos/test/TestMiniKdc.java
Line 52 in 3c3e7b9
Best regards,
K.M.