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

microprofile-fault-tolerance tests fail with CNFE for FallbackFunction #6285

Closed
jamesnetherton opened this issue Jul 23, 2024 · 1 comment
Closed
Assignees
Milestone

Comments

@jamesnetherton
Copy link
Contributor

Bug description

Quarkus has upgraded SmallRye Fault Tolerance to 6.4.0. We need to catch up on the Camel side.

2024-07-23T03:25:18.8625451Z Caused by: java.lang.ClassNotFoundException: io.smallrye.faulttolerance.core.fallback.FallbackFunction
2024-07-23T03:25:18.8627035Z 	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
2024-07-23T03:25:18.8628564Z 	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
2024-07-23T03:25:18.8629812Z 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
2024-07-23T03:25:18.8631280Z 	at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:561)
2024-07-23T03:25:18.8632879Z 	at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:509)
2024-07-23T03:25:18.8634016Z 	... 54 more
@jamesnetherton jamesnetherton added the bug Something isn't working label Jul 23, 2024
@jamesnetherton jamesnetherton self-assigned this Jul 23, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Aug 14, 2024
@jamesnetherton jamesnetherton changed the title [quarkus-main] microprofile-fault-tolerance tests fail with CNFE for FallbackFunction microprofile-fault-tolerance tests fail with CNFE for FallbackFunction Aug 15, 2024
jamesnetherton added a commit that referenced this issue Aug 16, 2024
JiriOndrusek pushed a commit that referenced this issue Aug 22, 2024
JiriOndrusek pushed a commit that referenced this issue Aug 26, 2024
github-actions bot pushed a commit that referenced this issue Aug 27, 2024
JiriOndrusek pushed a commit that referenced this issue Aug 29, 2024
jamesnetherton added a commit that referenced this issue Sep 2, 2024
github-actions bot pushed a commit that referenced this issue Sep 3, 2024
jamesnetherton added a commit that referenced this issue Sep 6, 2024
github-actions bot pushed a commit that referenced this issue Sep 7, 2024
github-actions bot pushed a commit that referenced this issue Sep 8, 2024
github-actions bot pushed a commit that referenced this issue Sep 9, 2024
jamesnetherton added a commit that referenced this issue Sep 9, 2024
@jamesnetherton jamesnetherton added this to the 3.15.0 milestone Sep 14, 2024
jamesnetherton added a commit that referenced this issue Sep 15, 2024
jamesnetherton added a commit that referenced this issue Sep 15, 2024
@jamesnetherton
Copy link
Contributor Author

Fixed in #6439.

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

No branches or pull requests

1 participant