Branch: refs/heads/master
Home:
https://github.com/weld/core
Commit: a9b91cf53793fc81b921c10fefe80e267a30e4b5
https://github.com/weld/core/commit/a9b91cf53793fc81b921c10fefe80e267a30e4b5
Author: Pete Muir <pmuir(a)bleepbleep.org.uk>
Date: 2010-12-03 (Fri, 03 Dec 2010)
Changed paths:
M impl/src/main/java/org/jboss/weld/context/AbstractConversationContext.java
Log Message:
-----------
WELD-755
* Make sure we remove the conversation metadata
from the session-scoped backing store
proactively to prevent any mem leaks
Commit: 10fbdc658af1a4c203ee344f4720ece60088696f
https://github.com/weld/core/commit/10fbdc658af1a4c203ee344f4720ece60088696f
Author: Pete Muir <pmuir(a)bleepbleep.org.uk>
Date: 2010-12-03 (Fri, 03 Dec 2010)
Changed paths:
M impl/src/main/java/org/jboss/weld/jsf/WeldPhaseListener.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-755
* Fix error message when the conversation to
restore cannot be found
Commit: 7c9120c263cdf1d4f30cddc399e059d8d90ad160
https://github.com/weld/core/commit/7c9120c263cdf1d4f30cddc399e059d8d90ad160
Author: Pete Muir <pmuir(a)bleepbleep.org.uk>
Date: 2010-12-03 (Fri, 03 Dec 2010)
Changed paths:
M impl/src/main/java/org/jboss/weld/context/conversation/ConversationImpl.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/ClientConversationContextTest.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/Tornado.java
M
tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/faces-config.xml
A
tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/tornado.jsf
Log Message:
-----------
WELD-755
* Don't clear cid on end()
* Only generate a new cid if no cid exists