This is an automated email from the ASF dual-hosted git repository.

zhfeng pushed a commit to branch 3.8.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 125ba5e3394397bd4eea2cca9f9e4af3c1dd6b5b
Author: JiriOndrusek <[email protected]>
AuthorDate: Thu May 30 13:20:07 2024 +0200

    MySql test does not work on FIPS enabled system - native
---
 .../camel/quarkus/component/jdbc/mysql/Sha256FIPSPasswordPlugin.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/integration-test-groups/jdbc/mysql/src/main/java/org/apache/camel/quarkus/component/jdbc/mysql/Sha256FIPSPasswordPlugin.java
 
b/integration-test-groups/jdbc/mysql/src/main/java/org/apache/camel/quarkus/component/jdbc/mysql/Sha256FIPSPasswordPlugin.java
index 58d3977f5f..70da05c5ad 100644
--- 
a/integration-test-groups/jdbc/mysql/src/main/java/org/apache/camel/quarkus/component/jdbc/mysql/Sha256FIPSPasswordPlugin.java
+++ 
b/integration-test-groups/jdbc/mysql/src/main/java/org/apache/camel/quarkus/component/jdbc/mysql/Sha256FIPSPasswordPlugin.java
@@ -17,7 +17,9 @@
 package org.apache.camel.quarkus.component.jdbc.mysql;
 
 import com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin;
+import io.quarkus.runtime.annotations.RegisterForReflection;
 
+@RegisterForReflection
 public class Sha256FIPSPasswordPlugin extends Sha256PasswordPlugin {
 
     public Sha256FIPSPasswordPlugin() {

Reply via email to