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

Getting rid of: WARNING: An illegal reflective access operation has occurred #140

Open
bernd-clemenz opened this issue Oct 5, 2021 · 0 comments

Comments

@bernd-clemenz
Copy link

Getting rid of:

WARNING: An illegal reflective access operation has occurred

by updating the dependencies to more recent versions. The followoing list works for me building against J11 (see below) using

mvn clean install

These changed made the warning go away. The build completes with success:

  • guava: 31.0.1-jre
  • slf4j: 1.7.32
  • guice: 5.0.1
  • guice-assistedinject: 5.0.1
  • spock-core: 2.0-groovy-3.0
  • gmavenplus-plugin: 1.13.0
  • maven-surefire-plugin: 3.0.0-M5
  • jacoco-maven-plugin: 0.8.7

Info:
Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
Maven home: apache-maven-3.8.2
Java version: 11.0.12, vendor: GraalVM Community, runtime: graalvm-ce-java11-21.2.0
Default locale: de_DE, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

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

1 participant