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

Bump Guava to make reflections work with Java 11 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

johanrydstrom
Copy link

With Java 11 and Guava 14.0.x com.google.common.reflectClassPath.from(ClassLoader.getSystemClassLoader()).getAllClasses() returns an empty Set. From a consumers perspective it is not possible to upgrade Guava on that side since rdi-client-java depends on a version of Guava which has had a non-compatible API change.

Resolves: #7

With Java 11 and Guava 14.0.x `com.google.common.reflectClassPath.from(ClassLoader.getSystemClassLoader()).getAllClasses()` returns an empty `Set`. From a consumers perspective it is not possible to upgrade Guava on that side since `rdi-client-java` depends on a version of Guava which has had a non-compatible API change.

Resolves: metamx#7
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

Successfully merging this pull request may close these issues.

Bump guava to a version which works with Java 11
1 participant