In the latest code, I noticed that the DefaultComponent.createEndpoint(String uri) method now throws an exception if all the parameters aren't used. It assumes there is a spelling mistake. However, some of the consumers/producers expect these properties to be in the uri.
Example: file://somedir?delay=1000 This behavior might break a few things in the next release. Should this do log.warn instead? -- View this message in context: http://www.nabble.com/endpoint-parameters-tp18070112s22882p18070112.html Sent from the Camel - Development mailing list archive at Nabble.com.
