Foivos Zakkak
Foivos Zakkak
@gradinac did you have the chance to take a look at this? I am willing to work on a fix for it, but I would like to get some feedback...
> One thing that confused me a bit is that `-H:AdditionalSecurityProviders=com.sun.security.sasl.Provider` is still required - is the provider of the Sasl(Client|Server)Factory different to this one or is there another reason...
> I've created a PR that should fix the automatic registration of this provider: #4279 > If you have the chance to, could you try it out? I've tested it...
Fixed by #4279, I can no longer reproduce with `master` (e34853d00b44ee25872c7e808fdb3a47a1cd3b7a). Thank you @gradinac !
@gradinac it looks like this one slipped through the cracks :)
Please note that the corresponding API is new in 21.3 meaning that https://github.com/galderz/quarkus/commit/5f596024792e4a7a739ea77fc2b544d1acd9c1e2 breaks compatibility with 21.2 and 20.3. As a result, IMO we should first wait for Quarkus to...
+1 on dropping support for 21.3 as there will be no further 21.3.x releases moving forward (i.e. it's reaching its EOL on the 25th of October). If Quarkus 2.14 is...
> I don't think much testing has been carried out with Quarkus 2.13 and graal/mandrel 21.3, so I'm not convinced we need to keep it (or rather this fix is...
> Ignore the configured values when using GraalVM 21.3 and just log a warning? That was my first thought as well. But I think we should better fail with an...