Wang, Gang created MNEMONIC-663:
-----------------------------------
Summary: 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: Gordon King
Fix For: 0.16.0
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)