JiriOndrusek opened a new issue, #9153:
URL: https://github.com/apache/camel-quarkus/issues/9153

   `camel-kamelet` ships 
`org.apache.camel.component.kamelet.utils.format.schema.DelegatingSchemaResolver`,
 which hard-references the schema resolvers of the *optional* `camel-jackson`, 
`camel-jackson-avro` and `camel-jackson-protobuf` dependencies.
   
   When that class becomes reachable in a native build — e.g. an application 
combining `camel-quarkus-kamelet` with a scheduled batch polling consumer such 
as `file` — and any of those dependencies is absent, the GraalVM analysis fails:
   
   ```
   UnresolvedElementException: Error loading a referenced type:
   java.lang.NoClassDefFoundError: 
org/apache/camel/component/jackson/transform/JsonSchemaResolver
   ```
   
   The existing kamelet integration tests never make the class reachable, so CI 
does not catch it.
   
   _Claude Code on behalf of @JiriOndrusek_


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