[weld-commits] [weld/core] 051b0e: Use enum-based logging messages in BeanStore class...

GitHub noreply at github.com
Mon Nov 19 05:06:57 EST 2012


  Branch: refs/heads/2.0
  Home:   https://github.com/weld/core
  Commit: 051b0ea02e3dba58cc6d88b3e9267552c8465639
      https://github.com/weld/core/commit/051b0ea02e3dba58cc6d88b3e9267552c8465639
  Author: Marko Luksa <marko.luksa at gmail.com>
  Date:   2012-11-19 (Mon, 19 Nov 2012)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/context/beanstore/AttributeBeanStore.java
    M impl/src/main/java/org/jboss/weld/context/beanstore/http/AbstractSessionBeanStore.java
    M impl/src/main/java/org/jboss/weld/context/beanstore/http/EagerSessionBeanStore.java
    M impl/src/main/java/org/jboss/weld/context/beanstore/http/LazySessionBeanStore.java
    M impl/src/main/java/org/jboss/weld/logging/messages/ContextMessage.java
    M impl/src/main/resources/org/jboss/weld/messages/context_en.properties

  Log Message:
  -----------
  Use enum-based logging messages in BeanStore classes


  Commit: 2fcb719bd6c8a70b022b40af3f2e2e59574113a6
      https://github.com/weld/core/commit/2fcb719bd6c8a70b022b40af3f2e2e59574113a6
  Author: Marko Luksa <marko.luksa at gmail.com>
  Date:   2012-11-19 (Mon, 19 Nov 2012)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/interceptor/builder/MethodReference.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/passivating/serialization/interception/Foo.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/passivating/serialization/interception/FooDecorator.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/passivating/serialization/interception/FooImpl.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/passivating/serialization/interception/FooInterceptor.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/passivating/serialization/interception/Intercepted.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/passivating/serialization/interception/PassivationTest.java
    A tests/src/test/java/org/jboss/weld/tests/unit/interceptor/builder/MethodReferenceSerializationTest.java

  Log Message:
  -----------
  WELD-1236 Deserialization fails for bean containing intercepted methods with primitive or array-typed parameters

Conflicts:
	tests/src/main/java/org/jboss/weld/test/util/Utils.java


  Commit: ff2b561011e0700f8289557b2ebe67e973492701
      https://github.com/weld/core/commit/ff2b561011e0700f8289557b2ebe67e973492701
  Author: Marko Luksa <marko.luksa at gmail.com>
  Date:   2012-11-19 (Mon, 19 Nov 2012)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/bean/proxy/EnterpriseBeanProxyMethodHandler.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/enterprise/weld1234/ExceptionGenerator.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/enterprise/weld1234/Weld1234Test.java

  Log Message:
  -----------
  WELD-1234 A removed session-scoped stateful EJB renders the whole session scope unusable


Compare: https://github.com/weld/core/compare/172ce2873787...ff2b561011e0


More information about the weld-commits mailing list