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
Seems nice, but we miss one important thing: navigation from Test classes. I can see there is navigation between Route definitions: if I click e.g. on to("direct:someUri") then it takes me to corresponding Route where the from("direct:someUri") is defined. The other way around finding usages also work. However in Test classes where we have e.g. a ProducerTemplate with annotation @produce("direct:someUri") navigation is not in place. Having extensive test scenarios we find this
The text was updated successfully, but these errors were encountered:
Seems nice, but we miss one important thing: navigation from Test classes. I can see there is navigation between Route definitions: if I click e.g. on to("direct:someUri") then it takes me to corresponding Route where the from("direct:someUri") is defined. The other way around finding usages also work. However in Test classes where we have e.g. a ProducerTemplate with annotation @produce("direct:someUri") navigation is not in place. Having extensive test scenarios we find this
The text was updated successfully, but these errors were encountered: