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

   ## Summary
   - Fixes #8783
   - Replaced `ApplicationModel.getDependencies()` with 
`getRuntimeDependencies()` across 9 deployment processors to avoid incorrectly 
matching artifacts that are only present as deployment-only transitives (e.g. 
`kotlin-stdlib` pulled in by `quarkus-smallrye-openapi-deployment` via 
`kotlinx-metadata-jvm`)
   - Added `quarkus-smallrye-openapi` dependency to `integration-tests/amqp` to 
verify the fix for `SpringKotlinProcessor`
   
   ## Test plan
   - [ ] CI passes with the `quarkus-smallrye-openapi` dependency added to 
`integration-tests/amqp`
   - [ ] Native build of an extension using Spring support with 
`quarkus-smallrye-openapi` no longer fails with `NoClassDefFoundError` for 
`kotlin/reflect/KCallable`
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


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