Uploaded image for project: 'Weld'
  1. Weld
  2. WELD-1486

Remove Instance<ConversationContext> from AbstractConversationContext and ConversationImpl

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 2.0.4.Final, 2.1.0.Alpha1
    • None
    • None
    • None

      Since all the conversations are accessing the same instance of Instance<ConversationContext>, we effectively have a global lock (InstanceImpl extends AbstractFacade, which uses CreationalContextImpl, which synchronizes on field dependentInstances).

      We can get the active ConversationContext through beanManagerImpl.getContext() instead of through Instance<ConversationContext>

              marko.luksa@gmail.com Marko Luksa (Inactive)
              marko.luksa@gmail.com Marko Luksa (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: