[weld-commits] [weld/core] c90818: WELD-1775 Notify @Initialized(ConversationScoped.c...

GitHub noreply at github.com
Wed Nov 5 06:11:03 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: c90818dd83891d051df4aaee24a544d6da7ba184
      https://github.com/weld/core/commit/c90818dd83891d051df4aaee24a544d6da7ba184
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2014-11-05 (Wed, 05 Nov 2014)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/context/AbstractConversationContext.java
    M impl/src/main/java/org/jboss/weld/context/http/LazyHttpConversationContextImpl.java
    M impl/src/main/java/org/jboss/weld/servlet/ConversationContextActivator.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/event/lazy/ConversationScopedBean.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/event/lazy/ObservingBean.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/event/lazy/Servlet.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/event/lazy/TransientConversationLifecycleEventTest.java
    A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/event/lazy/web.xml

  Log Message:
  -----------
  WELD-1775 Notify @Initialized(ConversationScoped.class) observers even if conversation context initialized lazily


  Commit: 6161b1d5a00a88e952ce899b699c93a579b0365f
      https://github.com/weld/core/commit/6161b1d5a00a88e952ce899b699c93a579b0365f
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2014-11-05 (Wed, 05 Nov 2014)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/context/http/LazyHttpConversationContextImpl.java
    M impl/src/main/java/org/jboss/weld/servlet/ConversationContextActivator.java

  Log Message:
  -----------
  WELD-1775 Don't create a new Runnable instance for each request


  Commit: 02161fe24e5cc1976afda4fd41dcaa420b4b2e19
      https://github.com/weld/core/commit/02161fe24e5cc1976afda4fd41dcaa420b4b2e19
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2014-11-05 (Wed, 05 Nov 2014)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/context/http/LazyHttpConversationContextImpl.java

  Log Message:
  -----------
  WELD-1775 Oops


Compare: https://github.com/weld/core/compare/c0d326b029df...02161fe24e5c


More information about the weld-commits mailing list