Description
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`
Attachments
Issue Links
- links to