Greg Wilkins
Greg Wilkins
For now the custom module will still be required. We need to gain more experience with his the change in Jakarta APIs to depend on CDI affects deployments. I.e. is...
We need to have a look at the current state of this before releasing 12.1.0
@joakime we need to check if the use of the transaction API still has a hard dependency on CDI, so if we expose transactions to a webapp that is using...
@rk1165 regardless of if it is in `ConnectionStatistics` or a new class, you are correct, this requires a semantic that will gather statistics from open connections. More over it will...
@lachlan-roberts review and close if necessary please
@lorban The HttpFields class is not intended to be Thread safe, so a `clear()` from one thread whilst another is iterating may well result in these kinds of NPEs. Several...
@lorban I've had another look at this. I can see some ways to harden HttpFields to avoid the NPE... but I'm now convinced that is not the right thing to...
@wendigo have you been able to reproduce this?
There are many many ways this can be done, all very much dependent on details of your deployment. But in short, an authenticator needs to be server class path. This...