[weld-commits] [weld/core] 9aa734: WELD-1430 Use optimized session keys if possible

GitHub noreply at github.com
Thu Mar 6 10:33:56 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: 9aa73425c6e15be75f3748ac07962571baf134ca
      https://github.com/weld/core/commit/9aa73425c6e15be75f3748ac07962571baf134ca
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2014-03-06 (Thu, 06 Mar 2014)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java
    A impl/src/main/java/org/jboss/weld/context/beanstore/BeanIdentifierIndexNamingScheme.java
    M impl/src/main/java/org/jboss/weld/context/http/HttpSessionContextImpl.java
    M impl/src/main/java/org/jboss/weld/context/http/HttpSessionDestructionContext.java
    A impl/src/main/java/org/jboss/weld/serialization/BeanIdentifierIndex.java

  Log Message:
  -----------
  WELD-1430 Use optimized session keys if possible


  Commit: 38ab6792bbf94d4674c9b23050d4d2e7f58e576e
      https://github.com/weld/core/commit/38ab6792bbf94d4674c9b23050d4d2e7f58e576e
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2014-03-06 (Thu, 06 Mar 2014)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/context/beanstore/BeanIdentifierIndexNamingScheme.java
    M impl/src/main/java/org/jboss/weld/logging/Category.java
    A impl/src/main/java/org/jboss/weld/logging/SerializationLogger.java
    M impl/src/main/java/org/jboss/weld/serialization/BeanIdentifierIndex.java
    A impl/src/test/java/org/jboss/weld/tests/unit/serialization/BeanIdentifierIndexTest.java

  Log Message:
  -----------
  WELD-1430 BeanIdentifierIndex updates
- improve logging, parameter checking
- fix thread-related visibility


Compare: https://github.com/weld/core/compare/5f2237362250...38ab6792bbf9


More information about the weld-commits mailing list