Croway commented on PR #25725: URL: https://github.com/apache/camel/pull/25725#issuecomment-5452900587
Camel can resolve the configured top-level schema class, but Avro 1.12.2 applies a separate JVM-global validator. Besides the 13 `camel-avro` failures visible in CI, `camel-avro-rpc` has 61 failures, including rejection of `org.apache.avro.ipc.HandshakeRequest`. The tests are successful with: ``` -Dorg.apache.avro.SERIALIZABLE_PACKAGES=org.apache.avro,org.apache.camel ``` -- 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]
