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

Fix for cross-compile(from java 8 to java 7) in RequestContext(ConcurrentHashMap) #401

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

Conversation

weslleyandrade
Copy link

This PR propose a solution to the problem in cross compilation.
When the zuul is compiled in jdk 8 and run in jdk 7 the exception it is launched:
"Caused by: java.lang.NoSuchMethodError: com.netflix.zuul.context.RequestContext.keySet()Ljava/util/concurrent/ConcurrentHashMap$KeySetView;"

The problem it is more detailed in: https://gist.github.com/AlainODea/1375759b8720a3f9f094

@vspassion007
Copy link

please merge it, big issue for Java 7

@carl-mastrangelo
Copy link
Contributor

Is there still interest @weslleyandrade in this PR?

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.

3 participants