You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/03/15 19:31:17 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue, #4662: camel-quarkus-snakeyaml not compatible with Quarkus 3.0.0.Alpha6

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-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton closed issue #4662: camel-quarkus-snakeyaml not compatible with Quarkus 3.0.0.Alpha6

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #4662: camel-quarkus-snakeyaml not compatible with Quarkus 3.0.0.Alpha6
URL: https://github.com/apache/camel-quarkus/issues/4662


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] zhfeng commented on issue #4662: camel-quarkus-snakeyaml not compatible with Quarkus 3.0.0.Alpha6

Posted by "zhfeng (via GitHub)" <gi...@apache.org>.
zhfeng commented on issue #4662:
URL: https://github.com/apache/camel-quarkus/issues/4662#issuecomment-1476418614

   - https://github.com/apache/camel/pull/9572
   It has been merged and should be good to test with `camel-main` branch.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org