This is an automated email from the ASF dual-hosted git repository.
jiriondrusek pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from c22a9e566f Regen SBOM from commit
fea7adeea382afd3e86d8fcf54c9308139f5ab2c (#6665)
add e5dd6b04bc Mysql testResource instead of devservices
No new revisions were added by this update.
Summary of changes:
integration-test-groups/jdbc/mysql/README.adoc | 26 ------
integration-test-groups/jdbc/mysql/pom.xml | 26 +++---
.../jdbc/mysql/Sha256FIPSPasswordPlugin.java | 38 ---------
.../src/main/resources/application.properties | 2 +-
.../component/jdbc/mysql/CamelMysqlJdbcTest.java | 3 +-
.../component/jdbc/mysql/MysqlTestResource.java | 92 ++++++++++++++++++++++
integration-tests/jdbc-grouped/pom.xml | 26 +++---
7 files changed, 127 insertions(+), 86 deletions(-)
delete mode 100644 integration-test-groups/jdbc/mysql/README.adoc
delete mode 100644
integration-test-groups/jdbc/mysql/src/main/java/org/apache/camel/quarkus/component/jdbc/mysql/Sha256FIPSPasswordPlugin.java
create mode 100644
integration-test-groups/jdbc/mysql/src/test/java/org/apache/camel/quarkus/component/jdbc/mysql/MysqlTestResource.java