jamesnetherton commented on issue #6813: URL: https://github.com/apache/camel-quarkus/issues/6813#issuecomment-2491604897
Some more context to the actual problem. This change: https://github.com/protocolbuffers/protobuf/commit/318d310e645306a895be53a985f34feb49acf579#diff-f34332f53194a822438f42063a2c54982362f4ca665561dea0005af83781641b Generates a static initialiser in protobuf generated code like: ```java static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 5, /* suffix= */ "", Messages.class.getName()); } ``` -- 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]
