jamesnetherton opened a new issue, #4662: URL: https://github.com/apache/camel-quarkus/issues/4662
SnakeYAML has been upgraded to 2.x: ``` 2023-03-15T16:52:20.6319162Z Caused by: java.lang.NoSuchMethodError: org.yaml.snakeyaml.representer.Representer: method 'void <init>()' not found 2023-03-15T16:52:20.6319978Z at org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat.defaultRepresenter(SnakeYAMLDataFormat.java:419) 2023-03-15T16:52:20.6320884Z at org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat.getYaml(SnakeYAMLDataFormat.java:150) 2023-03-15T16:52:20.6321994Z at org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat.marshal(SnakeYAMLDataFormat.java:114) 2023-03-15T16:52:20.6322867Z at org.apache.camel.support.processor.MarshalProcessor.process(MarshalProcessor.java:64) 2023-03-15T16:52:20.6323574Z ... 48 more ``` We need: https://issues.apache.org/jira/browse/CAMEL-19130 I will disable the affected tests for now. -- 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: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org