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
In Camel 2.17 the method signature of CamelSpringTestSupport.createRouteBuilder() changed to return RoutesBuilder - seems like a bug. The following tests needed a cast down to the interface:
org.camelcookbook.ws.proxy.ProxyCxfSpringTest
org.camelcookbook.ws.client.ClientSpringTest
The text was updated successfully, but these errors were encountered:
In Camel 2.17 the method signature of CamelSpringTestSupport.createRouteBuilder() changed to return RoutesBuilder - seems like a bug. The following tests needed a cast down to the interface:
org.camelcookbook.ws.proxy.ProxyCxfSpringTest
org.camelcookbook.ws.client.ClientSpringTest
The text was updated successfully, but these errors were encountered: