[weld/core] 0dc569: WELD-2052 All conversation contexts should be dest...
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 0dc56922d16a3f1c96ea8c76fada0a4e02ab3005
https://github.com/weld/core/commit/0dc56922d16a3f1c96ea8c76fada0a4e02ab3005
Author: Martin Kouba <mkouba(a)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(a)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(a)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
9 years
[weld/core] efcd1a: WELD-2052 All conversation contexts should be dest...
by GitHub
Branch: refs/heads/2.3
Home: https://github.com/weld/core
Commit: efcd1aa4a01eed6980df1bec269585d8dae32f73
https://github.com/weld/core/commit/efcd1aa4a01eed6980df1bec269585d8dae32f73
Author: Martin Kouba <mkouba(a)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(a)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(a)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
9 years