Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.14.0
-
None
-
None
-
Unknown
Description
The implementation of Container.Instance is not ThreadSafe. It is also not defined what happens when multiple Containers race on the singleton.
Instead of using a Container singleton approach. It might be better to have a singleton ContainerRegistry that can handle concurrent/multiple Containers
Attachments
Issue Links
- relates to
-
CAMEL-8000 Add global notion of CamelContextRegistry
- Resolved