jamesnetherton opened a new issue, #4294: URL: https://github.com/apache/camel-quarkus/issues/4294
Seems Quarkus has upgraded to a version of `antlr` that is no longer compatible. ``` 2022-11-24T04:29:00.0489501Z Caused by: java.lang.ExceptionInInitializerError 2022-11-24T04:29:00.0489925Z at com.api.jsonata4java.expressions.Expressions.parse(Expressions.java:94) 2022-11-24T04:29:00.0490423Z at org.apache.camel.component.jsonata.JsonataEndpoint.onExchange(JsonataEndpoint.java:112) 2022-11-24T04:29:00.0490923Z at org.apache.camel.support.ProcessorEndpoint$1.process(ProcessorEndpoint.java:61) 2022-11-24T04:29:00.0491515Z at org.apache.camel.support.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:66) 2022-11-24T04:29:00.0491971Z ... 47 more 2022-11-24T04:29:00.0492501Z Caused by: java.lang.UnsupportedOperationException: java.io.InvalidClassException: org.antlr.v4.runtime.atn.ATN; Could not deserialize ATN with version 3 (expected 4). 2022-11-24T04:29:00.0493094Z at org.antlr.v4.runtime.atn.ATNDeserializer.deserialize(ATNDeserializer.java:56) 2022-11-24T04:29:00.0493561Z at org.antlr.v4.runtime.atn.ATNDeserializer.deserialize(ATNDeserializer.java:48) 2022-11-24T04:29:00.0494093Z at com.api.jsonata4java.expressions.generated.MappingExpressionLexer.<clinit>(MappingExpressionLexer.java:234) 2022-11-24T04:29:00.0494532Z ... 51 more 2022-11-24T04:29:00.0495021Z Caused by: java.io.InvalidClassException: org.antlr.v4.runtime.atn.ATN; Could not deserialize ATN with version 3 (expected 4). ``` -- 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]
