You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Freeman Yue Fang (Jira)" <ji...@apache.org> on 2021/09/21 15:40:00 UTC

[jira] [Commented] (CAMEL-16965) tests in camel-leveldb failed with JDK17

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

Freeman Yue Fang commented on CAMEL-16965:
------------------------------------------

The root cause is from fasterxml jackson-databinding and there is a known issue to track it
https://github.com/FasterXML/jackson-databind/issues/3275

We need to use add-opens explicitly in camel-leveldb test for now

> tests in camel-leveldb failed with JDK17
> ----------------------------------------
>
>                 Key: CAMEL-16965
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16965
>             Project: Camel
>          Issue Type: Sub-task
>          Components: camel-leveldb
>            Reporter: Freeman Yue Fang
>            Assignee: Freeman Yue Fang
>            Priority: Major
>
> caused by
> {code}
> [ERROR] WARNING: Illegal reflective access by com.fasterxml.jackson.databind.util.ClassUtil (file:/Users/ffang/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.jar) to field java.lang.Throwable.detailMessage
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)