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

version 1.5.4 doesn't work on JDK 7 #1322

Closed
caarlos0 opened this issue Aug 18, 2016 · 7 comments
Closed

version 1.5.4 doesn't work on JDK 7 #1322

caarlos0 opened this issue Aug 18, 2016 · 7 comments
Labels

Comments

@caarlos0
Copy link
Contributor

When trying to upgrade from 1.4.23 to 1.5.4, I started to get this error:

java.lang.NoSuchMethodError: java.util.concurrent.ConcurrentHashMap.keySet()Ljava/util/concurrent/ConcurrentHashMap$KeySetView;

The issue seems somewhat related to #359 and the issue seems to be described here.

FWIW version 1.5.3 works.

@mattrjacobs
Copy link
Contributor

Thanks for the report. I switched the Jenkins build to JDK8, since the new hystrix-reactivesocket modules require JDK8. Looks like I can't do that for the entire project.

I will remove those modules and republish with JDK7 (lowest-supported version in Jenkins).

@caarlos0
Copy link
Contributor Author

@mattrjacobs nice, thanks!

@mattrjacobs
Copy link
Contributor

I just released 1.5.5. Can you try that and verify you're fixed?

@caarlos0
Copy link
Contributor Author

@mattrjacobs yeah, just fired a build... I'l report in like half a hour...

@caarlos0
Copy link
Contributor Author

@mattrjacobs worked, thanks!

@caarlos0
Copy link
Contributor Author

Can I close this?

@mattrjacobs
Copy link
Contributor

Yes, thanks

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

No branches or pull requests

2 participants