quarkiverse / quarkus-kerberos

Quarkus Kerberos extension
Apache License 2.0
4 stars 3 forks source link

Bump to Quarkus 3.12.3 #121

Closed gastaldi closed 2 weeks ago

gastaldi commented 3 weeks ago
cescoffier commented 3 weeks ago

The CI must be adapted as we do not have Java 17 yet

gastaldi commented 3 weeks ago

Also the build fails with java.lang.IllegalAccessException: class io.quarkiverse.kerberos.runtime.KerberosRecorder cannot access class sun.security.jgss.SunProvider (in module java.security.jgss) because module java.security.jgss does not export sun.security.jgss to unnamed module @21bcffb5

Now how do we declare this module? 🤔

sberyozkin commented 3 weeks ago

Hey @gastaldi, thanks a million for looking after it

gastaldi commented 3 weeks ago

This PR requires https://github.com/quarkusio/quarkus/pull/41836 to be in a Quarkus release to pass the checks