JiriOndrusek commented on PR #7605: URL: https://github.com/apache/camel/pull/7605#issuecomment-1126123483
I went through the modified classes and added tests where possible. I kept those changes in separate commit to make it more understandable and because I'm not 100% wether I didn't miss any configuration, making my results wrong. `WireTapReifier` and `ToDynamicReifier` covered by `RawUrlWireTapDslTest` `FromDefinition` and `sendDerfinition` - I reverted `.getRawUri()` to `.getUri()`, because I can not find a way of making "from" ot "to" dynamic (toD doesn't use this method), therefore there is nothing which could evaluate the expression `JaxbHelper` not tested - only usage seems to be in the `JaxbModelToXMLDumper` - there are no tests **WireTapReifier** I found a place where I think was an issue with wireTapReifier. Wrong uri was verified whether contains expression - fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
