[weld-commits] [weld/core] db3b96: WELD-1802 moved clearing of bean store and clean u...

GitHub noreply at github.com
Thu Dec 4 09:42:37 EST 2014


  Branch: refs/heads/1.1
  Home:   https://github.com/weld/core
  Commit: db3b96efaaed5c4c7f199ba86d4b6016f08af63a
      https://github.com/weld/core/commit/db3b96efaaed5c4c7f199ba86d4b6016f08af63a
  Author: runeks <rune at jpro.no>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/context/AbstractConversationContext.java

  Log Message:
  -----------
  WELD-1802 moved clearing of bean store and clean up to finally clause


  Commit: 0a6603b71973cb7a2158f99e5347bda3e452a257
      https://github.com/weld/core/commit/0a6603b71973cb7a2158f99e5347bda3e452a257
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/context/AbstractConversationContext.java
    M impl/src/main/java/org/jboss/weld/logging/messages/ConversationMessage.java
    M impl/src/main/resources/org/jboss/weld/messages/conversation_en.properties

  Log Message:
  -----------
  WELD-1774 Fix conversation context activation/association

- do not throw an exception when the conversation context is already
active (just log a warning that it's most likely a ThreadLocal leak)
- always associate the conversation context with the current HTTP
request


  Commit: d577de3d11c9e22b955c3839a0253976cd8cbeea
      https://github.com/weld/core/commit/d577de3d11c9e22b955c3839a0253976cd8cbeea
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/context/AbstractConversationContext.java

  Log Message:
  -----------
  WELD-1690 Conversation lock not unlocked when ending conversations

- always try to unlock the current conversation
- don't associate a conversation which was ended


  Commit: 9905c885ffc8b90f6887f1c0421b299345ad528e
      https://github.com/weld/core/commit/9905c885ffc8b90f6887f1c0421b299345ad528e
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/logging/messages/ServletMessage.java
    M impl/src/main/java/org/jboss/weld/servlet/WeldListener.java
    M impl/src/main/resources/org/jboss/weld/messages/servlet_en.properties

  Log Message:
  -----------
  WELD-1802 An exception during context deactivation/dissociation should
not abort further processing


Compare: https://github.com/weld/core/compare/d2d4bf0f7bc6...9905c885ffc8


More information about the weld-commits mailing list