eclipse-paho / eclipse-paho/paho.mqtt.java
llegal reflective access by org.eclipse.paho.client.mqttv3.internal.FileLock
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 919
- PR merge metrics
- No merged PRs in 30d
Description
Thanks for the great project.
- [ ] Bug exists Release Version 1.2.4 ( Master Branch)
When I connect to my mqtt broker using Java 11 I get this warning:
```
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.eclipse.paho.client.mqttv3.internal.FileLock (file:/C:/Users/sblantipodi/.m2/repository/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.4/org.eclipse.paho.client.mqttv3-1.2.4.jar) to method sun.nio.ch.FileLockImpl.release()
WARNING: Please consider reporting this to the maintainers of org.eclipse.paho.client.mqttv3.internal.FileLock
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
```
Thank you
Contributor guide
Assessment
This issue has not been assessed yet.