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

ClassNotFoundException Caffeine SSLMS #1003

Closed
galderz opened this issue Mar 31, 2020 · 4 comments
Closed

ClassNotFoundException Caffeine SSLMS #1003

galderz opened this issue Mar 31, 2020 · 4 comments
Assignees

Comments

@galderz
Copy link
Contributor

galderz commented Mar 31, 2020

More issues testing Quarkus/Graal masters with JDK11 in quarkus-universe-integration-tests-camel-consul module:

Caused by: java.lang.ClassNotFoundException: com.github.benmanes.caffeine.cache.SSLMS
	at com.oracle.svm.core.hub.ClassForNameSupport.forName(ClassForNameSupport.java:60)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:229)
	at com.github.benmanes.caffeine.cache.LocalCacheFactory.newBoundedLocalCache(LocalCacheFactory.java:95)
	... 27 more

Longer output.

@lburgazzoli
Copy link
Contributor

That seems strange as we do use the caffeine extension from quarkus and - IMHO - it should fail also on Jdk 8

@galderz
Copy link
Contributor Author

galderz commented Mar 31, 2020

@lburgazzoli Note that I'm testing Quarkus/Graal masters, maybe something else is triggering this.

galderz added a commit to galderz/camel-quarkus that referenced this issue Mar 31, 2020
galderz added a commit to galderz/camel-quarkus that referenced this issue Mar 31, 2020
galderz added a commit to galderz/camel-quarkus that referenced this issue Mar 31, 2020
* This indirectly brings caffeine and solves temporarily the problem.
oscerd added a commit that referenced this issue Mar 31, 2020
@lburgazzoli
Copy link
Contributor

@galderz I think we can close this one right ?

@galderz
Copy link
Contributor Author

galderz commented Apr 6, 2020

Yup

@galderz galderz closed this as completed Apr 6, 2020
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