You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah thanks for reporting - yeah it would be better if the plugin could detect the uri in @Consume also. The plugin mainly detects in RouteBuilders and the other DSLs. But for Java code then URIs can be specified in annotations such as @Consume and @Produce.
IntelliJ keeps telling me that my direct endpoint does not exist when using the .to() component.
This will show an error marker "Cannot find endpoint declaration":
Do we have a workaround for this or is it the expected behaviour?
The text was updated successfully, but these errors were encountered: