Skip to content

Commit

Permalink
MySql test does not work on FIPS enabled system - native
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek authored and zhfeng committed Jun 20, 2024
1 parent f28d659 commit 125ba5e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 125ba5e

Please sign in to comment.