[
https://issues.apache.org/jira/browse/CAMEL-9006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14640415#comment-14640415
]
Claus Ibsen commented on CAMEL-9006:
------------------------------------
This commit caused a bunch of tests to fail
{code}
Tests in error:
FromRestGetCorsCustomTest>TestSupport.runBare:58->ContextTestSupport.setUp:117->ContextTestSupport.startCamelContext:174
» NoSuchBean
FromRestGetCorsTest>TestSupport.runBare:58->ContextTestSupport.setUp:117->ContextTestSupport.startCamelContext:174
» NoSuchBean
FromRestGetEmbeddedRouteTest>TestSupport.runBare:58->ContextTestSupport.setUp:117->ContextTestSupport.startCamelContext:174
» NoSuchBean
FromRestGetEndPathTest>TestSupport.runBare:58->ContextTestSupport.setUp:117->ContextTestSupport.startCamelContext:174
» NoSuchBean
FromRestGetHttpErrorCodeTest>TestSupport.runBare:58->ContextTestSupport.setUp:117->ContextTestSupport.startCamelContext:174
» NoSuchBean
FromRestGetInterceptTest>TestSupport.runBare:58->ContextTestSupport.setUp:117->ContextTestSupport.startCamelContext:174
» NoSuchBean
FromRestGetOnExceptionTest>TestSupport.runBare:58->ContextTestSupport.setUp:117->ContextTestSupport.startCamelContext:174
» NoSuchBean
FromRestGetRouteOnExceptionTest>TestSupport.runBare:58->ContextTestSupport.setUp:117->ContextTestSupport.startCamelContext:174
» NoSuchBean
FromRestGetTest>TestSupport.runBare:58->ContextTestSupport.setUp:117->ContextTestSupport.startCamelContext:174
» NoSuchBean
FromRestIdAndDescriptionTest>TestSupport.runBare:58->ContextTestSupport.setUp:117->ContextTestSupport.startCamelContext:174
» NoSuchBean
FromRestUriPrefixTest>TestSupport.runBare:58->ContextTestSupport.setUp:117->ContextTestSupport.startCamelContext:174
» NoSuchBean
ManagedFromRestGetEmbeddedRouteTest>TestSupport.runBare:58->ContextTestSupport.setUp:117->ContextTestSupport.startCamelContext:174
» NoSuchBean
ManagedFromRestGetTest>TestSupport.runBare:58->ContextTestSupport.setUp:117->ContextTestSupport.startCamelContext:174
» NoSuchBean
ManagedRestRegistryTest>TestSupport.runBare:58->ContextTestSupport.setUp:117->ContextTestSupport.startCamelContext:174
» NoSuchBean
Tests run: 5406, Failures: 0, Errors: 14, Skipped: 4
{code}
> Add ability to use the same rest route for multiple components
> --------------------------------------------------------------
>
> Key: CAMEL-9006
> URL: https://issues.apache.org/jira/browse/CAMEL-9006
> Project: Camel
> Issue Type: New Feature
> Reporter: Daniel Kulp
> Assignee: Daniel Kulp
> Fix For: 2.16.0
>
>
> When using the rest DSL based route, it would be useful if the same route
> could be used for multiple components. This would help the CoAP case where
> the same REST routes may be used for both http based clients as well as
> CoAP/iot things.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)