Thanks Emmanuel, I can't reproduce the failure on JDK 17 on my mac. Colm.
On Wed, Nov 19, 2025 at 10:30 AM Emmanuel Lécharny <[email protected]> wrote: > > Hi Colm, > > I re-ran the build with 21, twice, no error. > > So I'll +1 the release, and you have some test to double chec just in > case for the next release ;-) > > On 19/11/2025 09:00, Emmanuel Lécharny wrote: > > HiColm, > > > > sorry for the late response... > > > > > > I have a test failure: > > > > Env: Mac OS > > > > $ mvn --version > > Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937) > > Maven home: /opt/apache-maven-3.9.9 > > Java version: 17.0.14, vendor: Eclipse Adoptium, runtime: /Library/Java/ > > JavaVirtualMachines/temurin-17.jdk/Contents/Home > > Default locale: en_US, platform encoding: UTF-8 > > OS name: "mac os x", version: "15.3.2", arch: "x86_64", family: "mac" > > > > > > test failure: > > > > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: > > 1.528 s <<< FAILURE! -- in > > org.apache.kerby.kerberos.kerb.server.GssInteropTest > > [ERROR] org.apache.kerby.kerberos.kerb.server.GssInteropTest.testGss -- > > Time elapsed: 1.463 s <<< ERROR! > > javax.security.auth.login.LoginException: Identifier doesn't match > > expected value (906) > > at jdk.security.auth/ > > com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:785) > > at jdk.security.auth/ > > com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:597) > > at java.base/ > > javax.security.auth.login.LoginContext.invoke(LoginContext.java:755) > > at java.base/ > > javax.security.auth.login.LoginContext$4.run(LoginContext.java:679) > > at java.base/ > > javax.security.auth.login.LoginContext$4.run(LoginContext.java:677) > > at java.base/ > > java.security.AccessController.doPrivileged(AccessController.java:712) > > at java.base/ > > javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:677) > > at java.base/ > > javax.security.auth.login.LoginContext.login(LoginContext.java:587) > > at > > org.apache.kerby.kerberos.kerb.client.JaasKrbUtil.loginUsingKeytab(JaasKrbUtil.java:94) > > at > > org.apache.kerby.kerberos.kerb.server.LoginTestBase.loginServiceUsingKeytab(LoginTestBase.java:66) > > at > > org.apache.kerby.kerberos.kerb.server.GssInteropTest.validateServiceTicket(GssInteropTest.java:68) > > at > > org.apache.kerby.kerberos.kerb.server.GssInteropTest.testGss(GssInteropTest.java:64) > > at java.base/java.lang.reflect.Method.invoke(Method.java:569) > > at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) > > at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) > > Caused by: KrbException: Identifier doesn't match expected value (906) > > at java.security.jgss/ > > sun.security.krb5.internal.KRBError.init(KRBError.java:318) > > at java.security.jgss/ > > sun.security.krb5.internal.KRBError.<init>(KRBError.java:191) > > at java.security.jgss/ > > sun.security.krb5.KrbAsRep.<init>(KrbAsRep.java:63) > > at java.security.jgss/ > > sun.security.krb5.KrbAsReqBuilder.send(KrbAsReqBuilder.java:345) > > at java.security.jgss/ > > sun.security.krb5.KrbAsReqBuilder.action(KrbAsReqBuilder.java:498) > > at jdk.security.auth/ > > com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:761) > > ... 14 more > > > > > > > > If I run the build with Java 21? all pass green. > > > > > > > > On 07/11/2025 17:10, Colm O hEigeartaigh wrote: > >> This is a vote to release Apache Kerby 2.1.1. > >> > >> Issues fixed: https://issues.apache.org/jira/secure/ReleaseNote.jspa? > >> projectId=12310910&version=12355012 > >> Git tag: https://github.com/apache/directory-kerby/tree/kerby-all-2.1.1 > >> Artifacts: https://repository.apache.org/content/repositories/ > >> orgapachedirectory-1246/ > >> > >> +1 from me. > >> > >> Colm. > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > > > > -- > ------------------------ > Emmanuel Lécharny > [email protected] > [email protected] > ------------------------ > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
