[weld/core] 441ca8: WELD-1888 More debug information on BeanIdentifier...
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 441ca846952b2713816de2e7a473ccb65c5188c9
https://github.com/weld/core/commit/441ca846952b2713816de2e7a473ccb65c5188c9
Author: Martin Kouba <mkouba(a)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(a)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(a)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(a)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(a)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(a)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(a)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
9 years, 10 months
[weld/core] 1a63cd: WELD-1888 More debug information on BeanIdentifier...
by GitHub
Branch: refs/heads/2.2
Home: https://github.com/weld/core
Commit: 1a63cdcd9127e305c682b1be48118b276ae68208
https://github.com/weld/core/commit/1a63cdcd9127e305c682b1be48118b276ae68208
Author: Martin Kouba <mkouba(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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
9 years, 10 months
[weld/core] a0dd5f: [maven-release-plugin] prepare for next developmen...
by GitHub
Branch: refs/heads/1.1
Home: https://github.com/weld/core
Commit: a0dd5f523f9647f399a4a10079ec5e5322d0b20f
https://github.com/weld/core/commit/a0dd5f523f9647f399a4a10079ec5e5322d0b20f
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2015-03-20 (Fri, 20 Mar 2015)
Changed paths:
M bom/pom.xml
M build-config/pom.xml
M bundles/osgi/pom.xml
M docs/reference/pom.xml
M environments/se/build/pom.xml
M environments/se/core/pom.xml
M environments/servlet/build/pom.xml
M environments/servlet/core/pom.xml
M environments/servlet/pom.xml
M environments/servlet/tests/base/pom.xml
M environments/servlet/tests/jetty/pom.xml
M environments/servlet/tests/jetty7/pom.xml
M environments/servlet/tests/tomcat/pom.xml
M environments/servlet/tests/tomcat7/pom.xml
M examples/jsf/login/pom.xml
M examples/jsf/numberguess/pom.xml
M examples/jsf/pastecode/pom.xml
M examples/jsf/permalink/pom.xml
M examples/jsf/translator/ear/pom.xml
M examples/jsf/translator/ejb/pom.xml
M examples/jsf/translator/ftest/pom.xml
M examples/jsf/translator/pom.xml
M examples/jsf/translator/war/pom.xml
M examples/pom.xml
M examples/se/hello-world/pom.xml
M examples/se/numberguess/pom.xml
M impl/pom.xml
M inject-tck-runner/pom.xml
M jboss-as/jboss-as-7/pom.xml
M jboss-tck-runner/pom.xml
M pom.xml
M porting-package/pom.xml
M tests-arquillian/pom.xml
M tests/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
9 years, 10 months