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

GitHub noreply at github.com
Thu Nov 12 03:25:45 EST 2015


  Branch: refs/heads/2.3
  Home:   https://github.com/weld/core
  Commit: efcd1aa4a01eed6980df1bec269585d8dae32f73
      https://github.com/weld/core/commit/efcd1aa4a01eed6980df1bec269585d8dae32f73
  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 impl/src/main/java/org/jboss/weld/context/http/HttpConversationContextImpl.java
    M impl/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: 62659de1599848707e8a543dfb60f3c54cd8d8b0
      https://github.com/weld/core/commit/62659de1599848707e8a543dfb60f3c54cd8d8b0
  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: 50edf656fa439401523e7eaaf70a342f01b356fa
      https://github.com/weld/core/commit/50edf656fa439401523e7eaaf70a342f01b356fa
  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/servlet/ConversationContextActivator.java

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


Compare: https://github.com/weld/core/compare/0d0159aaa8fb...50edf656fa43


More information about the weld-commits mailing list