JiriOndrusek opened a new pull request, #9223:
URL: https://github.com/apache/camel-quarkus/pull/9223
Fixes #9222
On a FIPS JVM the Testcontainers MySQL readiness probe (`useSSL=false`,
`allowPublicKeyRetrieval=true`) fails with `Cannot find any provider supporting
RSA/ECB/OAEPWithSHA-1AndMGF1Padding`, so quartz-clustered (dev service) and the
Debezium MySQL test resource never see the database as started.
- quartz-clustered: new `fips` Maven profile (activated by `-Dfips`) sets
`quarkus.datasource.devservices.properties.useSSL=true` for surefire and
failsafe
- Debezium MySQL test resource: `withUrlParam("useSSL", "true")` when the
JVM runs in FIPS mode
Over TLS the password is sent inside the channel and no RSA-OAEP step is
needed. Regular (non-FIPS) runs are unchanged.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]