-
Notifications
You must be signed in to change notification settings - Fork 191
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
nitrite test fails to compile to native with Camel 4 and Quarkus 3 #4525
Comments
Hmm, the transitive dependency Our tests work in JVM mode because the Lines 33 to 37 in d11a894
So there is no need to call But during native building, it needs to static analyst all the branches. I belive we can catch the same issue in JVM mode if we use a Java class as an Anyway, I can try to add a subsitution on And it seems that |
Add a substitution on |
This reverts commit 662afe0.
OK, after adding some substitutions in |
Thanks @zhfeng, great that we have a workaround now! Out of my curiosity: Isn't podam by any chance soaking to runtime class path by mistake? Data mocking sounds after a test dependency that should actually not be there. Or is it only required for running our tests? |
@ppalaga No,
|
Thanks for investigating, @zhfeng ! |
The text was updated successfully, but these errors were encountered: