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

Remove Instance<ConversationContext> from AbstractConversationContext and ConversationImpl

    XMLWordPrintable

Details

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

    Description

      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>

      Attachments

        Activity

          People

            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

            Dates

              Created:
              Updated:
              Resolved: