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

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


The following commit(s) were added to refs/heads/main by this push:
     new da83f0dd42 MySql test does not work on FIPS enabled system - native
da83f0dd42 is described below

commit da83f0dd42ca3d125e4e549c26d20b9e48c4d622
Author: JiriOndrusek <ondrusek.j...@gmail.com>
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