jamesnetherton opened a new pull request, #7292:
URL: https://github.com/apache/camel-quarkus/pull/7292

   This reverts some test class loading hacks added in 3.22.0.CR1.
   
   Also, not sure how this went unnoticed, but Quarkus bumped Kotlin to 2.1.20 
some weeks back. This causes dependency convergence check issues for 
`org.jetbrains.kotlin:kotlin-stdlib-common`.
   
   That dependency is deprecated and there's no longer a JAR for it. Its 
replacement is supposedly `org.jetbrains.kotlin:kotlin-stdlib` but that's not 
guaranteed to be backwards compatible.
   
   So I've just banned & excluded the `kotlin-stdlib-common` everywhere.
   
   I am expecting some things to potentially fail. Lets see.
   


-- 
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]

Reply via email to