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

An illegal reflective Warning #6

Open
KHaack opened this issue Dec 11, 2017 · 1 comment
Open

An illegal reflective Warning #6

KHaack opened this issue Dec 11, 2017 · 1 comment

Comments

@KHaack
Copy link
Contributor

KHaack commented Dec 11, 2017

Internal method calls in the spring framework will probably be deprecated in java 10. Will be fixed in newer spring versions.

This warning is currently appearing under the following versions:

  • Java 9 (build 9.0.1+11)
  • spring-core 4.3.12-RELEASE
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.springframework.cglib.core.ReflectUtils$1 (file:/xxxx/org/springframework/spring-core/4.3.12.RELEASE/spring-core-4.3.12.RELEASE.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of org.springframework.cglib.core.ReflectUtils$1
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
@AndreSonntag
Copy link
Collaborator

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