sanjana2505006 opened a new pull request, #8265: URL: https://github.com/apache/camel-quarkus/pull/8265
This PR addresses the `ClassNotFoundException: org.apache.maven.artifact.versioning.InvalidVersionSpecificationException` encountered during native compilation of Debezium extensions. The issue was traced to an incorrect exclusion of `maven-artifact` in the [extensions-support/debezium/deployment/pom.xml](cci:7://file:///Users/sanjana./camel-quarkus/extensions-support/debezium/deployment/pom.xml:0:0-0:0). This exclusion prevented essential Maven versioning classes (required by the Debezium engine at build time) from being available to the Quarkus native image generator. Changes: - Removed `<exclusion>` for `maven-artifact` in `camel-quarkus-support-debezium-deployment`. Verification: - Performed a JVM build (`mvn clean install`) of Debezium support and connector modules (PostgreSQL and Oracle) to ensure no regressions. - Ref: #8252 -- 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]
