[weld-commits] [weld/core] 87aa37: WELD-1418 NonexistentConversationException: WELD-0...

GitHub noreply at github.com
Thu Sep 5 08:22:45 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: 87aa37af4e7209774fb2dacbf8a492e30cf6032d
      https://github.com/weld/core/commit/87aa37af4e7209774fb2dacbf8a492e30cf6032d
  Author: Marko Luksa <marko.luksa at gmail.com>
  Date:   2013-09-04 (Wed, 04 Sep 2013)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/context/AbstractConversationContext.java
    M impl/src/main/java/org/jboss/weld/servlet/ConversationContextActivator.java
    M impl/src/main/java/org/jboss/weld/servlet/HttpContextLifecycle.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/weld1418/Servlet.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/weld1418/SomeBean.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/weld1418/Weld1418Test.java

  Log Message:
  -----------
  WELD-1418 NonexistentConversationException: WELD-000321 No conversation found to restore for id 1


  Commit: c5a9ba2cd8c75f65678813e1e25d0c919e5d7383
      https://github.com/weld/core/commit/c5a9ba2cd8c75f65678813e1e25d0c919e5d7383
  Author: Marko Luksa <marko.luksa at gmail.com>
  Date:   2013-09-04 (Wed, 04 Sep 2013)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/context/AbstractConversationContext.java
    M impl/src/main/java/org/jboss/weld/context/conversation/ConversationImpl.java

  Log Message:
  -----------
  WELD-1500 NonexistentConversationException when a second request tries to access the conversation created by another request that is still active


  Commit: 89942bf72bdedab2dce3a9782975c7c61e3bf261
      https://github.com/weld/core/commit/89942bf72bdedab2dce3a9782975c7c61e3bf261
  Author: Marko Luksa <marko.luksa at gmail.com>
  Date:   2013-09-04 (Wed, 04 Sep 2013)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/context/AbstractConversationContext.java
    M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/weld1418/Servlet.java
    M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/weld1418/Weld1418Test.java

  Log Message:
  -----------
  WELD-1499 A freshly created conversation can be associated with more than one request at the same time


  Commit: d5d0c10fdee0c22a7703321da203a2080a33aec8
      https://github.com/weld/core/commit/d5d0c10fdee0c22a7703321da203a2080a33aec8
  Author: Marko Luksa <marko.luksa at gmail.com>
  Date:   2013-09-04 (Wed, 04 Sep 2013)

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

  Log Message:
  -----------
  No need to look up conversation by id twice


Compare: https://github.com/weld/core/compare/4e77feecbb0b...d5d0c10fdee0


More information about the weld-commits mailing list