sanjana2505006 commented on PR #8265: URL: https://github.com/apache/camel-quarkus/pull/8265#issuecomment-3861063878
@jamesnetherton Thank you for the feedback! I have refactored the test resources for all Debezium modules (MongoDB, MySQL, PostgreSQL, MSSQL, Oracle) to avoid static initialization of configuration properties. This should prevent the `ServiceConfigurationError` and `ClassNotFoundException` that often occur during native testing when `ConfigProvider` is accessed too early. I also re-applied the `maven-artifact` exclusion removal. I wasn't able to run the full native verification locally due to missing Docker/native tools in my environment, but I've verified that the code changes align with native best practices. Relying on the CI to confirm everything is green now. -- 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]
