[weld/core] bd4d95: WELD-1871 Remove BeanLogger.delegateOnNonInitializ...
by GitHub
Branch: refs/heads/2.3
Home: https://github.com/weld/core
Commit: bd4d95b7c089659aa54713b6852a9e42e40a5e07
https://github.com/weld/core/commit/bd4d95b7c089659aa54713b6852a9e42e40a5e07
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java
M impl/src/main/java/org/jboss/weld/util/Decorators.java
Log Message:
-----------
WELD-1871 Remove BeanLogger.delegateOnNonInitializerMethod()
Commit: e296a88163f20a57a49e0b782cd3dcca29f2dee5
https://github.com/weld/core/commit/e296a88163f20a57a49e0b782cd3dcca29f2dee5
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java
M impl/src/main/java/org/jboss/weld/util/Decorators.java
Log Message:
-----------
WELD-1871 Minor update of BeanLogger.unableToProcessDecoratedType()
Commit: 57677fe3029cb01f06407bb1f28ea03b3441ee6d
https://github.com/weld/core/commit/57677fe3029cb01f06407bb1f28ea03b3441ee6d
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/DisposalMethod.java
M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java
Log Message:
-----------
WELD-1871 Revised BeanLogger.tooManyDelegateInjectionPoints()
Commit: 9b9c68b019a2e7a7ef6ee807f15984c8fc112283
https://github.com/weld/core/commit/9b9c68b019a2e7a7ef6ee807f15984c8fc112283
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/DisposalMethod.java
M impl/src/main/java/org/jboss/weld/injection/producer/ProducerMethodProducer.java
M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java
Log Message:
-----------
WELD-1871 Revised BeanLogger.inconsistentAnnotationsOnMethod()
Commit: 2c8cf402968962552fa9ed4933b305c364966f94
https://github.com/weld/core/commit/2c8cf402968962552fa9ed4933b305c364966f94
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/DisposalMethod.java
M impl/src/main/java/org/jboss/weld/injection/producer/ProducerMethodProducer.java
M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java
Log Message:
-----------
WELD-1871 Revised BeanLogger.methodNotBusinessMethod()
Commit: a781fc74e2eca846e57bcc78fed6cc4c1f12f193
https://github.com/weld/core/commit/a781fc74e2eca846e57bcc78fed6cc4c1f12f193
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java
M impl/src/main/java/org/jboss/weld/util/Beans.java
Log Message:
-----------
WELD-1871 Revised
BeanLogger.parameterAnnotationNotAllowedOnConstructor()
Commit: aa93fe387c353e034505efa84c5cf6e98fb1827d
https://github.com/weld/core/commit/aa93fe387c353e034505efa84c5cf6e98fb1827d
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/ProducerMethod.java
M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java
Log Message:
-----------
WELD-1871 Revised BeanLogger.producerMethodNotSpecializing()
Commit: 348ee7be6f0407a93b267fe17fbcdd322ef97e95
https://github.com/weld/core/commit/348ee7be6f0407a93b267fe17fbcdd322ef97e95
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/SessionBean.java
M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java
Log Message:
-----------
WELD-1871 Revised BeanLogger.observerMethodMustBeStaticOrBusiness()
Commit: 39b5864dcc6907cd0c4f95df9393dc432e63a40d
https://github.com/weld/core/commit/39b5864dcc6907cd0c4f95df9393dc432e63a40d
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java
M impl/src/main/java/org/jboss/weld/util/Decorators.java
Log Message:
-----------
WELD-1871 Revised BeanLogger.abstractMethodMustMatchDecoratedType()
Commit: 3cb42abfe7f358366637afe08fc511ad1a6a547e
https://github.com/weld/core/commit/3cb42abfe7f358366637afe08fc511ad1a6a547e
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/ManagedBean.java
M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java
Log Message:
-----------
WELD-1871 Revised
BeanLogger.managedBeanWithParameterizedBeanClassMustBeDependent()
Compare: https://github.com/weld/core/compare/791dfdec87c1...3cb42abfe7f3
9 years, 5 months
[weld/core] 49a510: CreationalContextTest - minor improvement
by GitHub
Branch: refs/heads/2.3
Home: https://github.com/weld/core
Commit: 49a51057a96192dc3f57d8b2995728b3c0c29cec
https://github.com/weld/core/commit/49a51057a96192dc3f57d8b2995728b3c0c29cec
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/CreationalContextTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/Echo.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/InjectedBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/Juicy.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/Producer.java
Log Message:
-----------
CreationalContextTest - minor improvement
9 years, 5 months
[weld/core] 254651: CreationalContextTest - minor improvement
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 254651a9692352769c1cb09c532afa4b8f364caf
https://github.com/weld/core/commit/254651a9692352769c1cb09c532afa4b8f364caf
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/CreationalContextTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/Echo.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/InjectedBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/Juicy.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/creational/Producer.java
Log Message:
-----------
CreationalContextTest - minor improvement
9 years, 5 months