Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running with JDK 11 generates warning #971

Open
dturanski opened this issue Aug 19, 2020 · 0 comments
Open

Running with JDK 11 generates warning #971

dturanski opened this issue Aug 19, 2020 · 0 comments
Assignees

Comments

@dturanski
Copy link
Contributor

9-Aug-2020 14:56:33	WARNING: An illegal reflective access operation has occurred
19-Aug-2020 14:56:33	WARNING: Illegal reflective access by com.esotericsoftware.kryo.util.UnsafeUtil (jar:file:/opt/bamboo-home/xml-data/build-dir/SCDT-LSM2SM2-RDFATFKJ1/local/skipper-server/skipper-server.jar!/BOOT-INF/lib/kryo-shaded-4.0.2.jar!/) to constructor java.nio.DirectByteBuffer(long,int,java.lang.Object)
19-Aug-2020 14:56:33	WARNING: Please consider reporting this to the maintainers of com.esotericsoftware.kryo.util.UnsafeUtil
19-Aug-2020 14:56:33	WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
19-Aug-2020 14:56:33	WARNING: All illegal access operations will be denied in a future release

The kryo dependency comes from spring-statemachine-data-jpa and used here:

https://github.com/spring-cloud/spring-cloud-skipper/blob/master/spring-cloud-skipper-server-core/src/main/java/org/springframework/cloud/skipper/server/statemachine/StateMachinePersistConfiguration.java#

See also EsotericSoftware/kryo#747

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants