squakez commented on issue #3560: URL: https://github.com/apache/camel-k/issues/3560#issuecomment-1225740336
I noticed they are all the same errors happening on the `main` branch. In particular I can see: ``` org.graalvm.polyglot.PolyglotException: java.lang.IllegalStateException: Duplicate language id regex. First language [Language class com.oracle.truffle.regex.RegexLanguage, Loaded from file:/deployments/dependencies/lib/main/org.graalvm.regex.regex-22.1.0.jar]. Second language [Language class com.oracle.truffle.regex.RegexLanguage, Loaded from file:/deployments/dependencies/lib/main/org.graalvm.regex.regex-22.1.0.jar]. ``` I think we either merge everything and solve on `main` or we solve on `main`, then rebase every pending PR and see each result. I'd go with the second approach which look safer. -- 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]
