RouteBuilder class not found in quarkus #32147
Closed
isaqueengineer
started this conversation in
Community
Replies: 3 comments
-
Which |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mkouba the RouteBuilder class is not found in quarkus version 2.16. `package com.example; import javax.enterprise.context.ApplicationScoped; @ApplicationScoped
}` |
Beta Was this translation helpful? Give feedback.
0 replies
-
I solved the problem by adding "camel-quarkus-rest" dependency.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
RouteBuilder class not found in quakus with apache camel.
The version used was .16.5.Final
Example of pom.xml
Beta Was this translation helpful? Give feedback.
All reactions