Michal Vavřík
Michal Vavřík
This PR needs to be adapted to changes in Quarkus and Quakurs Quickstarts that happen in between. I'll do it later this week, address, Yoann comments and reopen it.
> @Pepo48 Do you know if there's a tracker at Quarkus side? FYI I tested this PR with KC https://github.com/quarkusio/quarkus/pull/40448, so I believe it is fixed.
> Do these warnings have an impact ? No.
The `setAppletEnabled` option was removed as documented here https://www.htmlunit.org/changes-report.html#a4.1.0, we don't need to set it.
Let's forget about it as we are dropping support for OpenTracing.
We haven't experienced this for a long time. There is definitely room for improvements, but that is for all the modules, not just the database ones.
> @michalvavrik I've checked what the MySQL Connector for Java does for caching sha-2 authentication and it seems to use the same cipher. > > Have you bean able to...
> @michalvavrik any news about this? Yeah, right? I am terribly sorry to forgetting about you. ATM I have urgent work stuff, but I'll find time by the end of...
> It is strange because @ActivateRequestContext is there, it looks like it is lost during the context propagation... `StandardSecurityCheckInterceptor` has priority `PLATFORM_BEFORE` while ActivateRequestContextInterceptor has `PLATFORM_BEFORE + 100`. Quarkus Security...
> So I guess for now, using a custom memory id is OK, in fact, it can make sense to combine eventually both @Authenticated and the custom memory id to...