Branch: refs/heads/master
Home:
https://github.com/weld/core
Commit: 5f426d67b2d49a1582d1fa141eda7a61a95c4e8a
https://github.com/weld/core/commit/5f426d67b2d49a1582d1fa141eda7a61a95c4e8a
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2017-05-23 (Tue, 23 May 2017)
Changed paths:
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 jboss-tck-runner/src/test/tck20/tck-tests.xml
A
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/BeanConfiguratorWithNoCallbackTest.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/Charlie.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/IncorrectCustomBeanExtension.java
Log Message:
-----------
WELD-2387 Configurator defining a custom bean with no callback will fail with ISE during
deployment.