Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.14.1
-
None
-
Patch Available
-
Novice
Description
CamelTestSupport has a
protected JndiRegistry createRegistry()
method.
It would be better if it returned the Generic type Registry instead - that way you can override the method and return a SimpleRegistry for your tests without having to do this in createCamelContext() which defats createRegistry's purpose.
Attachments
Issue Links
- depends upon
-
CAMEL-10792 CamelContext: add internal registry for context specific beans
- Resolved
- is related to
-
CAMEL-4538 Make CamelTestSupport return Registry instead of JndiRegistry in createRegistry method
- Resolved