Branch: refs/heads/2.0
Home:
https://github.com/weld/core
Commit: 904cdf5e2a492e75d6440310df295e9422527e5a
https://github.com/weld/core/commit/904cdf5e2a492e75d6440310df295e9422527e5a
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/metadata/cache/StereotypeModel.java
Log Message:
-----------
Eliminate map lookups
Commit: 27583d28294a660aedbfa8bdb80b7f5f8a35cbb1
https://github.com/weld/core/commit/27583d28294a660aedbfa8bdb80b7f5f8a35cbb1
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/bootstrap/WeldBootstrap.java
Log Message:
-----------
Fix NPE on undeploy when thread pool is disabled
Commit: f81d9d5fcbec0633b372fe9b1404239ace9cab10
https://github.com/weld/core/commit/f81d9d5fcbec0633b372fe9b1404239ace9cab10
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/bootstrap/events/AbstractProcessProducerBean.java
M impl/src/main/java/org/jboss/weld/bootstrap/events/ProcessProducerFieldImpl.java
M impl/src/main/java/org/jboss/weld/bootstrap/events/ProcessProducerMethodImpl.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/lifecycle/processProducerField/GetDisposedParameterTest.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/lifecycle/processProducerField/Producer.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/lifecycle/processProducerField/VerifyingExtension.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/lifecycle/processProducerField/Zero.java
Log Message:
-----------
Implemented ProcessProducerField.getAnnotatedDisposedParameter()
Commit: 2a8cd4eebc1de655335161fe070a3c5823d5a9aa
https://github.com/weld/core/commit/2a8cd4eebc1de655335161fe070a3c5823d5a9aa
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/DisposalMethod.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/disposer/parameter/position/DisposedParameterPositionTest.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/disposer/parameter/position/Producer.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/disposer/parameter/position/Product.java
Log Message:
-----------
WELD-1117 Disposer method check too strict
Commit: e00698daee661571865d835124195585bb3fdd68
https://github.com/weld/core/commit/e00698daee661571865d835124195585bb3fdd68
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
A
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/lifecycle/processInjectionPoint/subclass/Bar.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/lifecycle/processInjectionPoint/subclass/Foo.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/lifecycle/processInjectionPoint/subclass/FooBinding.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/lifecycle/processInjectionPoint/subclass/FooInterceptor.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/lifecycle/processInjectionPoint/subclass/SubclassConstructorInjectionPointTest.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/lifecycle/processInjectionPoint/subclass/VerifyingExtension.java
Log Message:
-----------
Test for WELD-1118 ProcessInjectionPoint fired for
ProxyClassConstructorInjectionPointWrapper
Commit: bfadd8db52df9f30323757beaae321c6b92422e8
https://github.com/weld/core/commit/bfadd8db52df9f30323757beaae321c6b92422e8
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/interceptor/reader/InterceptorMetadataUtils.java
M impl/src/main/java/org/jboss/weld/resources/DefaultResourceLoader.java
Log Message:
-----------
Fix findbugs warnings
Commit: 2400e9e90c720138a952d64fb1507ea6cb6b34ce
https://github.com/weld/core/commit/2400e9e90c720138a952d64fb1507ea6cb6b34ce
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
M
tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/validation/FiringArrayEventTest.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/lifecycle/processInjectionPoint/subclass/SubclassConstructorInjectionPointTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/Goalkeeper.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/InterceptionTest.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/invalidContract/NoArgInterceptorInvalidContractTest.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/invalidContract/NotThrowingExceptionInterceptorInvalidContractTest.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/invalidContract/VoidInterceptorInvalidContractTest.java
R tests-arquillian/src/test/java/org/jboss/weld/tests/resolution/InstanceTest.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/resources/ws/WebServiceResourceTest.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/session/newBean/NewEnterpriseBeanTest.java
Log Message:
-----------
Assign issue ids to the @Ignore annotations, cleanup
Commit: ed4c43f070deb22a93739670e8265c044e0277b3
https://github.com/weld/core/commit/ed4c43f070deb22a93739670e8265c044e0277b3
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2012-04-26 (Thu, 26 Apr 2012)
Changed paths:
M
tests-arquillian/src/test/java/org/jboss/weld/tests/activities/current/EventCurrentActivityTest.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/errorpage/ErrorPageTest.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/abstractDecorator/broken/SimpleAbstractDecoratorWithInvalidAbstractMethodTest.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/enterprise/EnterpriseBeanTest.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/transactional/TransactionalObserversTest.java
R
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/injectionTarget/Aircraft.java
R
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/injectionTarget/AircraftDecorator.java
R
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/injectionTarget/InjectionTargetExtension.java
R
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/injectionTarget/InjectionTargetTest.java
R
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/injectionTarget/InjectionTargetWrapper.java
R
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/injectionTarget/Secured.java
R
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/injectionTarget/SecurityInterceptor.java
R
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/injectionTarget/Spitfire.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/multipleBeans/MultipleBeansTest.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/finalMethod/InterceptedBeanWithFinalMethodTest.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/generic/SimpleWeldClassTest.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/enterprise/EnterpriseBeanProxyTest.java
M
tests-arquillian/src/test/java/org/jboss/weld/tests/resolution/wbri293/ContextualReferenceTest.java
Log Message:
-----------
Testsuite cleanup
Compare:
https://github.com/weld/core/compare/5321a98...ed4c43f