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

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


  Branch: refs/heads/2.2
  Home:   https://github.com/weld/core
  Commit: 1a63cdcd9127e305c682b1be48118b276ae68208
      https://github.com/weld/core/commit/1a63cdcd9127e305c682b1be48118b276ae68208
  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/context/http/HttpSessionContextImpl.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

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

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


  Commit: 4d76f88ebacc8e3da898ad4ccbb913e826dbbd54
      https://github.com/weld/core/commit/4d76f88ebacc8e3da898ad4ccbb913e826dbbd54
  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: b11b9bf49ae54c805042dd7d30a9e2767dbe916c
      https://github.com/weld/core/commit/b11b9bf49ae54c805042dd7d30a9e2767dbe916c
  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: 0125bb65f246d9dbb44a0691b30622e28e11ff09
      https://github.com/weld/core/commit/0125bb65f246d9dbb44a0691b30622e28e11ff09
  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: aa78999df7c3ca746c8f3870d4d37f2df4b8ea5b
      https://github.com/weld/core/commit/aa78999df7c3ca746c8f3870d4d37f2df4b8ea5b
  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: 0cc53ef134aaffbbe83e82ee1d2a706236c2a453
      https://github.com/weld/core/commit/0cc53ef134aaffbbe83e82ee1d2a706236c2a453
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
    M impl/src/test/java/org/jboss/weld/tests/unit/serialization/BeanIdentifierIndexTest.java

  Log Message:
  -----------
  WELD-1888 Don't use java7 features


  Commit: a2b7b995c35a070f6127f7a1181b1e2bcfe54879
      https://github.com/weld/core/commit/a2b7b995c35a070f6127f7a1181b1e2bcfe54879
  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: 3b357da8b4a0e2dadc69fe169482e92dde4df87d
      https://github.com/weld/core/commit/3b357da8b4a0e2dadc69fe169482e92dde4df87d
  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/f83324ee1316...3b357da8b4a0


More information about the weld-commits mailing list