You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Bipin Prasad (Jira)" <ji...@apache.org> on 2022/10/18 17:19:00 UTC

[jira] [Updated] (STORM-3883) Upgrade com.esotericsoftware.kryo from 3.0.3 to 4.0.2

     [ https://issues.apache.org/jira/browse/STORM-3883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bipin Prasad updated STORM-3883:
--------------------------------
    Description: 
Building storm with Kryo 3.0.3 using Java 11, gives warnings on the use of reflection in 3.0.3.

 
{code:java}
[ERROR] WARNING: An illegal reflective access operation has occurred
[ERROR] WARNING: Illegal reflective access by com.esotericsoftware.kryo.util.UnsafeUtil (file:/Users/bprasad/.m2/repository/com/esotericsoftware/kryo/3.0.3/kryo-3.0.3.jar) to constructor java.nio.DirectByteBuffer(long,int,java.lang.Object)
[ERROR] WARNING: Please consider reporting this to the maintainers of com.esotericsoftware.kryo.util.UnsafeUtil
[ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[ERROR] WARNING: All illegal access operations will be denied in a future release
{code}
 

Upgrade to version 4.0.2. (Note that version 5.x.x gives compile errors).

  was:
Building storm with Kryo 3.0.3 using Java 11, gives warnings on the use of reflection in 3.0.3.

Upgrade to version 4.0.2. (Note that version 5.x.x gives compile errors).


> Upgrade com.esotericsoftware.kryo from 3.0.3 to 4.0.2
> -----------------------------------------------------
>
>                 Key: STORM-3883
>                 URL: https://issues.apache.org/jira/browse/STORM-3883
>             Project: Apache Storm
>          Issue Type: Dependency upgrade
>            Reporter: Bipin Prasad
>            Assignee: Bipin Prasad
>            Priority: Major
>
> Building storm with Kryo 3.0.3 using Java 11, gives warnings on the use of reflection in 3.0.3.
>  
> {code:java}
> [ERROR] WARNING: An illegal reflective access operation has occurred
> [ERROR] WARNING: Illegal reflective access by com.esotericsoftware.kryo.util.UnsafeUtil (file:/Users/bprasad/.m2/repository/com/esotericsoftware/kryo/3.0.3/kryo-3.0.3.jar) to constructor java.nio.DirectByteBuffer(long,int,java.lang.Object)
> [ERROR] WARNING: Please consider reporting this to the maintainers of com.esotericsoftware.kryo.util.UnsafeUtil
> [ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> [ERROR] WARNING: All illegal access operations will be denied in a future release
> {code}
>  
> Upgrade to version 4.0.2. (Note that version 5.x.x gives compile errors).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)