RuedigerMoeller / fast-serialization

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

can't run on arm64 #330

Closed john1337 closed 1 year ago

john1337 commented 1 year ago

fst can't run on arm64,here are the error messages:

WARNING: An illegal reflective access operation has occurred

WARNING: Illegal reflective access by org.nustaq.serialization.FSTClazzInfo (jar:file:/iot-platform.jar!/BOOT-INF/lib/fst-2.57.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