[weld/core] 67b4df: WELD-2611 Fire @Initialized event for conversation...
by Matej Novotny
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 67b4dffc00cc827143ce04eb900b95075337f668
https://github.com/weld/core/commit/67b4dffc00cc827143ce04eb900b95075337f668
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2020-02-03 (Mon, 03 Feb 2020)
Changed paths:
M modules/web/src/main/java/org/jboss/weld/module/web/context/http/LazyHttpConversationContextImpl.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/nonexistant/ConversationBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/nonexistant/ConversationScopedBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/nonexistant/NonExistentConversationTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/nonexistant/TestServlet.java
Log Message:
-----------
WELD-2611 Fire @Initialized event for conversation context after failed attempt to recover non-existing conversation.
4 years, 11 months