You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Otavio Rodolfo Piske (Jira)" <ji...@apache.org> on 2022/01/10 11:58:00 UTC

[jira] [Commented] (CAMEL-17462) camel-atomix: likely incompatible with JDK 17

    [ https://issues.apache.org/jira/browse/CAMEL-17462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17471921#comment-17471921 ] 

Otavio Rodolfo Piske commented on CAMEL-17462:
----------------------------------------------

We may need to upgrade to or create a new component based on Atomix v3.

> camel-atomix: likely incompatible with JDK 17
> ---------------------------------------------
>
>                 Key: CAMEL-17462
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17462
>             Project: Camel
>          Issue Type: Wish
>            Reporter: Otavio Rodolfo Piske
>            Priority: Major
>
> This component seems to be incompatible with Java 17. The tests fail with:
>  
>  
> {code:java}
> java.util.concurrent.CompletionException: java.lang.NoClassDefFoundError: Could not initialize class io.atomix.catalyst.buffer.util.HeapMemory
> ...
> Caused by: java.lang.NoClassDefFoundError: Could not initialize class io.atomix.catalyst.buffer.util.HeapMemory
>     at io.atomix.catalyst.buffer.UnsafeHeapBytes.allocate(UnsafeHeapBytes.java:42)
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)