[weld-commits] [weld/core] 441ca8: WELD-1888 More debug information on BeanIdentifier...

GitHub noreply at github.com
Mon Mar 23 09:34:53 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: 441ca846952b2713816de2e7a473ccb65c5188c9
      https://github.com/weld/core/commit/441ca846952b2713816de2e7a473ccb65c5188c9
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/context/bound/BoundSessionContextImpl.java
    M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java
    M impl/src/main/java/org/jboss/weld/logging/ContextLogger.java
    M impl/src/main/java/org/jboss/weld/serialization/BeanIdentifierIndex.java
    M impl/src/test/java/org/jboss/weld/tests/unit/serialization/BeanIdentifierIndexTest.java
    M modules/web/src/main/java/org/jboss/weld/context/http/HttpSessionContextImpl.java

  Log Message:
  -----------
  WELD-1888 More debug information on BeanIdentifierIndex

- log debug info during bootstrap
- show debug info when inconsistency is detected


  Commit: 90c9f804127dbee544ee4c07384fe4063a8f871e
      https://github.com/weld/core/commit/90c9f804127dbee544ee4c07384fe4063a8f871e
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java
    M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java
    M impl/src/main/java/org/jboss/weld/context/SerializableContextualFactory.java
    M impl/src/main/java/org/jboss/weld/context/beanstore/BeanIdentifierIndexNamingScheme.java
    M impl/src/main/java/org/jboss/weld/logging/SerializationLogger.java
    M impl/src/main/java/org/jboss/weld/serialization/BeanIdentifierIndex.java
    M impl/src/test/java/org/jboss/weld/tests/unit/serialization/BeanIdentifierIndexTest.java
    M tests/src/test/java/org/jboss/weld/tests/unit/cluster/NaiveClusterTest.java

  Log Message:
  -----------
  WELD-1891 Add configuration option to disable BeanIdentifierIndex


  Commit: bc2e6ee09dc91d17a60030fc30fbd023140877d7
      https://github.com/weld/core/commit/bc2e6ee09dc91d17a60030fc30fbd023140877d7
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
    M docs/reference/src/main/asciidoc/configure.asciidoc
    M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java

  Log Message:
  -----------
  WELD-1891 Mention BEAN_IDENTIFIER_INDEX_OPTIMIZATION key in ref guide


  Commit: ba5ab56ef56ba0a613515cdd1913d0911a3b9b49
      https://github.com/weld/core/commit/ba5ab56ef56ba0a613515cdd1913d0911a3b9b49
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
    M tests/src/test/java/org/jboss/weld/tests/unit/cluster/NaiveClusterTest.java

  Log Message:
  -----------
  WELD-1891 NaiveClusterTest - reset system properties correctly


  Commit: b7d18cd3aae200335f05ef1855d5ca32835090df
      https://github.com/weld/core/commit/b7d18cd3aae200335f05ef1855d5ca32835090df
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/serialization/BeanIdentifierIndex.java

  Log Message:
  -----------
  WELD-1888 Build BeanIdentifierIndex debug info only if needed


  Commit: 6caef0e535ce4446239e07dee284a2646894783e
      https://github.com/weld/core/commit/6caef0e535ce4446239e07dee284a2646894783e
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
    M environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/WeldServletLifecycle.java

  Log Message:
  -----------
  WELD-1887 Disable bean identifier index in Weld Servlet by default


  Commit: 084b5300d0d25db411825bf292ca24954cc50013
      https://github.com/weld/core/commit/084b5300d0d25db411825bf292ca24954cc50013
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
    M docs/reference/src/main/asciidoc/configure.asciidoc
    M docs/reference/src/main/asciidoc/environments.asciidoc

  Log Message:
  -----------
  WELD-1887 Docs - opt is disabled by default in weld-servlet


Compare: https://github.com/weld/core/compare/a6971b41f216...084b5300d0d2


More information about the weld-commits mailing list