Branch: refs/heads/master
Home:
https://github.com/weld/core
Commit: 9aaf0c0e9ce1bb30f9db9d39c53bf4965da17617
https://github.com/weld/core/commit/9aaf0c0e9ce1bb30f9db9d39c53bf4965da17617
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2017-01-12 (Thu, 12 Jan 2017)
Changed paths:
M impl/src/main/java/org/jboss/weld/bootstrap/events/AfterBeanDiscoveryImpl.java
M impl/src/main/java/org/jboss/weld/bootstrap/events/ProcessBeanAttributesImpl.java
M
impl/src/main/java/org/jboss/weld/bootstrap/events/configurator/BeanAttributesConfiguratorImpl.java
M
impl/src/main/java/org/jboss/weld/bootstrap/events/configurator/BeanConfiguratorImpl.java
M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java
M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java
M jboss-tck-runner/src/test/tck20/tck-tests.xml
R
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/BeanBuilderTest.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/BeanConfiguratorFailureTest.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/BeanConfiguratorTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/Bla.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/BrokenExtension.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/BuilderExtension.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/CoolStereotype.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/SuperCoolStereotype.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/observers/custom/ObserverConfiguratorWithoutNotifyTest.java
Log Message:
-----------
WELD-2308 Default scope for beans created from BeanConfigurator
- also exclude ObserverMethodWithoutNotifyMethodTest