gitgabrio opened a new issue, #1915: URL: https://github.com/apache/incubator-kie-issues/issues/1915
This [PR](https://github.com/apache/incubator-kie-kogito-runtimes/pull/3750) update version of com.github.javaparser:javaparser-core to 3.26.21 in kogito-quarkus bom. But inside drools repository the older one has been kept, leading to version clash in downstream projects. The consequence of that is failure of native build in process-quarkus examples: 1. drools-generated GeneratedParserClass invoke constructor of PatternExpress, that is a public class in the old version (3.25.8), 2. during static analysis of native build, the compiler find the new version (3.26.1) of the library, in which PatternExpress is an abstract, so it can't be instantiated, leading to failure. Scope of this ticket is to have 1. com.github.javaparser:javaparser-core defined on one single place (drools-build-parent pom) 2. have it updated to 3.26.1 over all our codebase -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
