jamesnetherton commented on PR #19889: URL: https://github.com/apache/camel/pull/19889#issuecomment-3520522641
I know the tests pass, but the 3.x version of `amazon-kinesis-client` is compiled against protobuf 4.x. If anything were to access `software.amazon.kinesis.retrieval.kpl.Messages`, then you'd get `ClassNotFoundException` due to some logic within a static initializer in that class. The issue gets revealed in Camel Quarkus native mode in the 3.27.x LTS stream, where Quarkus is aligned with protobuf 3.x. -- 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]
