[weld-commits] [weld/core] 0dc569: WELD-2052 All conversation contexts should be dest...

GitHub noreply at github.com
Thu Nov 12 03:50:38 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: 0dc56922d16a3f1c96ea8c76fada0a4e02ab3005
      https://github.com/weld/core/commit/0dc56922d16a3f1c96ea8c76fada0a4e02ab3005
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2015-11-12 (Thu, 12 Nov 2015)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/context/AbstractConversationContext.java
    M impl/src/main/java/org/jboss/weld/context/bound/BoundConversationContextImpl.java
    M modules/web/src/main/java/org/jboss/weld/context/http/HttpConversationContextImpl.java
    M modules/web/src/main/java/org/jboss/weld/servlet/ConversationContextActivator.java
    M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/servlet/DestroyedConversationObserver.java
    M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/servlet/Message.java
    M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/servlet/Servlet.java
    M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/servlet/ServletConversationTest.java

  Log Message:
  -----------
  WELD-2052 All conversation contexts should be destroyed after the
servlet service() method completes


  Commit: a69888cc7a873f439119e434f83f39caab3cbae1
      https://github.com/weld/core/commit/a69888cc7a873f439119e434f83f39caab3cbae1
  Author: Matej Novotny <manovotn at redhat.com>
  Date:   2015-11-12 (Thu, 12 Nov 2015)

  Changed paths:
    A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/invalidation/ConversationBean.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/invalidation/ConversationServlet.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/invalidation/InvalidateConversationTest.java

  Log Message:
  -----------
  WELD-2052 added test for conversation destruction after session invalidation


  Commit: 5db57dff8de670be4d2d1354683073360f6a9026
      https://github.com/weld/core/commit/5db57dff8de670be4d2d1354683073360f6a9026
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2015-11-12 (Thu, 12 Nov 2015)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/context/AbstractConversationContext.java
    M modules/web/src/main/java/org/jboss/weld/servlet/ConversationContextActivator.java

  Log Message:
  -----------
  WELD-2052 Minor - renaming request attribute and methods


Compare: https://github.com/weld/core/compare/ba1ff6b05292...5db57dff8de6


More information about the weld-commits mailing list