RuedigerMoeller / fast-serialization

FST: fast java serialization drop in-replacement
Apache License 2.0
1.58k stars 248 forks source link

Illegal reflection warning #309

Open jjgriffin2 opened 3 years ago

jjgriffin2 commented 3 years ago

Produced by an app I'm working on

WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.nustaq.serialization.FSTClazzInfo (file:/Users/jamesgriffin/.m2/repository/de/ruedigermoeller/fst/3.0.1/fst-3.0.1.jar) to field java.lang.String.value WARNING: Please consider reporting this to the maintainers of org.nustaq.serialization.FSTClazzInfo 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

yokochi47 commented 3 years ago

The same problem reported as #284. A quicksilver solution, hide_illegal_access_warning branch, already exists.