You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mnemonic.apache.org by "Chunyong He (Jira)" <ji...@apache.org> on 2021/10/01 04:25:00 UTC

[jira] [Closed] (MNEMONIC-663) Illegal reflective access operation in ChunkBuffer

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

Chunyong He closed MNEMONIC-663.
--------------------------------
    Resolution: Fixed

> Illegal reflective access operation in ChunkBuffer
> --------------------------------------------------
>
>                 Key: MNEMONIC-663
>                 URL: https://issues.apache.org/jira/browse/MNEMONIC-663
>             Project: Mnemonic
>          Issue Type: Test
>          Components: TestCase
>    Affects Versions: 0.16.0
>            Reporter: Wang, Gang
>            Assignee: Chunyong He
>            Priority: Major
>             Fix For: 0.16.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The testcase `ChunkBufferNGTest` shows warning about illegal reflective access operation as
> `
> [INFO] Running org.apache.mnemonic.ChunkBufferNGTest
> [ERROR] WARNING: An illegal reflective access operation has occurred
> [ERROR] WARNING: Illegal reflective access by org.apache.mnemonic.ChunkBuffer (file:/home/gary/mnemonic/mnemonic-core/target/classes/) to field java.nio.Buffer.address
> [ERROR] WARNING: Please consider reporting this to the maintainers of org.apache.mnemonic.ChunkBuffer
> [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
> `
> the way to reproduce it is
> `mvn -Dtest=ChunkBufferNGTest test -pl mnemonic-core -DskipTests=false`



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