Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.10.6, 2.11.1, 2.12.0
-
None
-
Unknown
Description
CAMEL-5468 fixed a thread safety issue.
Though we should avoid the synchronized on subsequent getBean calls as that is not needed, only the first time to resolve the bean.
This will allow faster routing in Camel with the bean component, when using beans from the registry.
Attachments
Issue Links
- relates to
-
CAMEL-5468 RegistryBean.getBean() is not thread safe
- Resolved