JiriOndrusek commented on PR #7634: URL: https://github.com/apache/camel-quarkus/pull/7634#issuecomment-3188764097
@jamesnetherton There is one thing I'm not sure about: - the mssal test requires MySQL connector-j(see https://github.com/apache/camel-quarkus/blob/main/integration-test-groups/debezium/mssql/pom.xml#L51) - the library does not work in the native as is. I had to do som substitution and runtime registration. I don't think that the code belongs to debezium-mssql, so I created a new module `extesnion-support/mysql-connector`. I'm not sure about the location, If you think that there might be a better place, I'll refactor it. -- 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]
