aldettinger commented on issue #3816: URL: https://github.com/apache/camel-quarkus/issues/3816#issuecomment-1139581526
There is quarkus ticket to investigate and fix this: https://github.com/quarkusio/quarkus/issues/25829. Meanwhile, a possible workaround is to register `LeaseSpec.class` and `Lease.class` to allow field access by reflection manually, e.g: ``` @RegisterForReflection(targets = { LeaseSpec.class, Lease.class }) ``` -- 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]
