[weld/as7-weld-subsystem] 8fd0d2: Change to use new SPI
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/as7-weld-subsystem
Commit: 8fd0d2db9a0a3c0a85516b69084abd5d34c9d281
https://github.com/weld/as7-weld-subsystem/commit/8fd0d2db9a0a3c0a85516b6...
Author: Stuart Douglas <stuart.w.douglas(a)gmail.com>
Date: 2013-02-05 (Tue, 05 Feb 2013)
Changed paths:
M subsystem/src/main/java/org/jboss/as/weld/WeldBootstrapService.java
M subsystem/src/main/java/org/jboss/as/weld/WeldMessages.java
M subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WeldDeploymentProcessor.java
M subsystem/src/main/java/org/jboss/as/weld/services/bootstrap/WeldEjbInjectionServices.java
M subsystem/src/main/java/org/jboss/as/weld/services/bootstrap/WeldJpaInjectionServices.java
M subsystem/src/main/java/org/jboss/as/weld/services/bootstrap/WeldResourceInjectionServices.java
A subsystem/src/main/java/org/jboss/as/weld/util/ImmediateResourceReferenceFactory.java
Log Message:
-----------
Change to use new SPI
Commit: 8809452b0fafbb27cb9488e53ca009f50ff1fde0
https://github.com/weld/as7-weld-subsystem/commit/8809452b0fafbb27cb9488e...
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2013-02-05 (Tue, 05 Feb 2013)
Changed paths:
M installer/src/main/modules/org/jboss/as/weld/main/module.xml
M pom.xml
M subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WeldBeanManagerServiceProcessor.java
A subsystem/src/main/java/org/jboss/as/weld/services/bootstrap/AbstractResourceInjectionServices.java
A subsystem/src/main/java/org/jboss/as/weld/services/bootstrap/ComponentViewToResourceReferenceFactoryAdapter.java
A subsystem/src/main/java/org/jboss/as/weld/services/bootstrap/ManagedReferenceFactoryToResourceReferenceFactoryAdapter.java
A subsystem/src/main/java/org/jboss/as/weld/services/bootstrap/ManagedReferenceToResourceReferenceAdapter.java
M subsystem/src/main/java/org/jboss/as/weld/services/bootstrap/WeldEjbInjectionServices.java
M subsystem/src/main/java/org/jboss/as/weld/services/bootstrap/WeldResourceInjectionServices.java
M subsystem/src/main/java/org/jboss/as/weld/util/Reflections.java
A subsystem/src/main/java/org/jboss/as/weld/util/ResourceInjectionUtilities.java
Log Message:
-----------
WELD-1089 Resource type is not checked against matching object in the Java EE component environment
Compare: https://github.com/weld/as7-weld-subsystem/compare/ebbdbdd6b2a8...8809452...
11 years, 10 months
[weld/core] f3101e: WELD-1310 Implement BeforeBeanDiscovery.addQualifi...
by GitHub
Branch: refs/heads/2.0
Home: https://github.com/weld/core
Commit: f3101eb7cab6ad48c446ac1f125eb8faf932f714
https://github.com/weld/core/commit/f3101eb7cab6ad48c446ac1f125eb8faf932f714
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2013-02-04 (Mon, 04 Feb 2013)
Changed paths:
M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/AbstractEnhancedAnnotated.java
M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotatedTypeImpl.java
M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotationImpl.java
M impl/src/main/java/org/jboss/weld/annotated/slim/AnnotatedTypeIdentifier.java
M impl/src/main/java/org/jboss/weld/bootstrap/events/BeforeBeanDiscoveryImpl.java
M impl/src/main/java/org/jboss/weld/resources/ClassTransformer.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/interceptors/annotated/Actor.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/interceptors/annotated/Hack.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/interceptors/annotated/James.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/interceptors/annotated/Quick.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/interceptors/annotated/QuickExtension.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/interceptors/annotated/QuickInterceptor.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/interceptors/annotated/QuickLiteral.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/interceptors/annotated/SpiAddedInterceptorBindingTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/qualifiers/annotated/Hack.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/qualifiers/annotated/Quick.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/qualifiers/annotated/QuickExtension.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/qualifiers/annotated/QuickLiteral.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/qualifiers/annotated/SpiAddedQualifierTest.java
Log Message:
-----------
WELD-1310 Implement BeforeBeanDiscovery.addQualifier() and addInterceptorBinding()
Commit: 93a5d609100a12f3fa40f444816ac4b583db60f9
https://github.com/weld/core/commit/93a5d609100a12f3fa40f444816ac4b583db60f9
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2013-02-04 (Mon, 04 Feb 2013)
Changed paths:
M impl/src/main/java/org/jboss/weld/bootstrap/events/BeforeBeanDiscoveryImpl.java
A impl/src/main/java/org/jboss/weld/util/annotated/AnnotatedTypeWrapper.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/interceptors/annotated/Actor.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/interceptors/annotated/Quick.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/interceptors/annotated/QuickExtension.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/interceptors/annotated/Slow.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/interceptors/annotated/SlowInterceptor.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/interceptors/annotated/Snail.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/interceptors/annotated/SpiAddedInterceptorBindingTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/qualifiers/annotated/Quick.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/qualifiers/annotated/QuickExtension.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/qualifiers/annotated/Slow.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/qualifiers/annotated/Snail.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/qualifiers/annotated/SpiAddedQualifierTest.java
Log Message:
-----------
WELD-1310 Add required annotations if needed
Commit: 7e98f04264a6475df199ff1649ba18c3cb4ed3b0
https://github.com/weld/core/commit/7e98f04264a6475df199ff1649ba18c3cb4ed3b0
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2013-02-05 (Tue, 05 Feb 2013)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/builtin/ee/EEResourceProducerField.java
M impl/src/main/java/org/jboss/weld/bean/builtin/ee/StaticEEResourceProducerField.java
M impl/src/main/java/org/jboss/weld/injection/InjectionPointFactory.java
M impl/src/main/java/org/jboss/weld/injection/ResourceInjectionPoint.java
M jboss-tck-runner/1.1/src/test/resources/tck-tests.xml
Log Message:
-----------
WELD-1089 Resource type is not checked against matching object in the Java EE component environment
Compare: https://github.com/weld/core/compare/bd61b8888ea6...7e98f04264a6
11 years, 10 months
[weld/core] bf9594: Testcase for AS7-5710
by GitHub
Branch: refs/heads/2.0
Home: https://github.com/weld/core
Commit: bf9594c595dfa04cc1f14eba970cdba9f10d436e
https://github.com/weld/core/commit/bf9594c595dfa04cc1f14eba970cdba9f10d436e
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2013-02-04 (Mon, 04 Feb 2013)
Changed paths:
M tests-arquillian/pom.xml
A tests-arquillian/src/test/java/org/jboss/weld/tests/ws/interceptors/EJB3EndpointImpl.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/ws/interceptors/EJBInterceptor.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/ws/interceptors/EJBInterceptorImpl.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/ws/interceptors/EndpointIface.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/ws/interceptors/POJOEndpointImpl.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/ws/interceptors/POJOInterceptor.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/ws/interceptors/POJOInterceptorImpl.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/ws/interceptors/WebServiceInterceptorTest.java
Log Message:
-----------
Testcase for AS7-5710
Commit: 2f7509be33c206cfbd476d2308647b87bc273444
https://github.com/weld/core/commit/2f7509be33c206cfbd476d2308647b87bc273444
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2013-02-04 (Mon, 04 Feb 2013)
Changed paths:
A tests-arquillian/src/test/java/org/jboss/weld/tests/integration/multideployment/CrossDeploymentTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/integration/multideployment/SimpleBean.java
Log Message:
-----------
Testcase for AS7-5966
Compare: https://github.com/weld/core/compare/3677b90884da...2f7509be33c2
11 years, 10 months
[weld/as7-weld-subsystem] 6de795: Set actual location + use right index.
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/as7-weld-subsystem
Commit: 6de7951bb5c0069d936e305f03f5ac441e1dfc21
https://github.com/weld/as7-weld-subsystem/commit/6de7951bb5c0069d936e305...
Author: Ales Justin <ales.justin(a)gmail.com>
Date: 2013-02-03 (Sun, 03 Feb 2013)
Changed paths:
M subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WeldPortableExtensionProcessor.java
Log Message:
-----------
Set actual location + use right index.
Commit: bd15c827dadcc6950865609c251a7dd8812e282d
https://github.com/weld/as7-weld-subsystem/commit/bd15c827dadcc6950865609...
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2013-02-03 (Sun, 03 Feb 2013)
Changed paths:
M pom.xml
Log Message:
-----------
Use Weld SNAPSHOT again
Commit: f8b6bae02caedd891f9c5851442d4d85548a187b
https://github.com/weld/as7-weld-subsystem/commit/f8b6bae02caedd891f9c585...
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2013-02-03 (Sun, 03 Feb 2013)
Changed paths:
M installer/src/main/modules/org/jboss/as/weld/main/module.xml
M pom.xml
M subsystem/pom.xml
M subsystem/src/main/java/org/jboss/as/weld/injection/WeldManagedReferenceFactory.java
Log Message:
-----------
AS7-5710 Add support for CDI interceptors and decorators to POJO web service components
Commit: 570b1c28a8f6f89bfd391f58cd9b9580354e5fbd
https://github.com/weld/as7-weld-subsystem/commit/570b1c28a8f6f89bfd391f5...
Author: James Perkins <jperkins(a)redhat.com>
Date: 2013-02-03 (Sun, 03 Feb 2013)
Changed paths:
M subsystem/src/main/java/org/jboss/as/weld/deployment/AS7BeansXmlHandler.java
M subsystem/src/main/java/org/jboss/as/weld/ejb/WeldInterceptorInstances.java
M subsystem/src/main/java/org/jboss/as/weld/webtier/jsf/DummyELResolver.java
Log Message:
-----------
Add missing copyright headers
Commit: 4b9e802a70e6590e14d86204e1108c73b6d2540f
https://github.com/weld/as7-weld-subsystem/commit/4b9e802a70e6590e14d8620...
Author: Stuart Douglas <stuart.w.douglas(a)gmail.com>
Date: 2013-02-03 (Sun, 03 Feb 2013)
Changed paths:
A subsystem/src/main/java/org/jboss/as/weld/WeldBootstrapService.java
R subsystem/src/main/java/org/jboss/as/weld/WeldContainer.java
A subsystem/src/main/java/org/jboss/as/weld/WeldStartService.java
M subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WeldBeanManagerServiceProcessor.java
M subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WeldComponentIntegrationProcessor.java
M subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WeldDeploymentProcessor.java
M subsystem/src/main/java/org/jboss/as/weld/ejb/EjbRequestScopeActivationInterceptor.java
M subsystem/src/main/java/org/jboss/as/weld/ejb/Jsr299BindingsInterceptor.java
M subsystem/src/main/java/org/jboss/as/weld/injection/WeldManagedReferenceFactory.java
M subsystem/src/main/java/org/jboss/as/weld/services/BeanManagerService.java
R subsystem/src/main/java/org/jboss/as/weld/services/WeldService.java
Log Message:
-----------
AS7-5939 Intermittent Failures in WeldJndiLookupTestCase
Commit: e62cfd72f05f9aa32cd15bcfa40c9298250401e0
https://github.com/weld/as7-weld-subsystem/commit/e62cfd72f05f9aa32cd15bc...
Author: Stuart Douglas <stuart.w.douglas(a)gmail.com>
Date: 2013-02-03 (Sun, 03 Feb 2013)
Changed paths:
M subsystem/src/main/java/org/jboss/as/weld/WeldLogger.java
M subsystem/src/main/java/org/jboss/as/weld/WeldStartService.java
M subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WeldDeploymentProcessor.java
Log Message:
-----------
AS7-4990 Make sure the naming context is setup correctly when bootstrapping weld
Commit: 5fb58ea8cb9c7d3d8292a4dac1ebc3a77ef16c0f
https://github.com/weld/as7-weld-subsystem/commit/5fb58ea8cb9c7d3d8292a4d...
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2013-02-03 (Sun, 03 Feb 2013)
Changed paths:
M subsystem/src/main/java/org/jboss/as/weld/WeldExtension.java
M subsystem/src/main/java/org/jboss/as/weld/WeldSubsystemAdd.java
A subsystem/src/main/java/org/jboss/as/weld/compatibility/ApplicationServerVersion.java
A subsystem/src/main/java/org/jboss/as/weld/compatibility/Compatibility.java
A subsystem/src/main/java/org/jboss/as/weld/compatibility/Operations.java
M subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WeldComponentIntegrationProcessor.java
M subsystem/src/main/java/org/jboss/as/weld/ejb/Jsr299BindingsInterceptor.java
M subsystem/src/main/java/org/jboss/as/weld/ejb/StatefulSessionObjectReferenceFactory.java
R subsystem/src/main/java/org/jboss/as/weld/util/ApplicationServerVersion.java
R subsystem/src/main/java/org/jboss/as/weld/util/Compatibility.java
R subsystem/src/main/java/org/jboss/as/weld/util/Operations.java
Log Message:
-----------
Minor refactoring
Commit: dd611e0d91bc5b0c5006a642a2d4710750bc5958
https://github.com/weld/as7-weld-subsystem/commit/dd611e0d91bc5b0c5006a64...
Author: Stuart Douglas <stuart.w.douglas(a)gmail.com>
Date: 2013-02-03 (Sun, 03 Feb 2013)
Changed paths:
M subsystem/src/main/java/org/jboss/as/weld/WeldLogger.java
M subsystem/src/main/java/org/jboss/as/weld/WeldSubsystemAdd.java
A subsystem/src/main/java/org/jboss/as/weld/compatibility/Phase.java
M subsystem/src/main/java/org/jboss/as/weld/deployment/BeanArchiveMetadata.java
A subsystem/src/main/java/org/jboss/as/weld/deployment/UrlScanner.java
M subsystem/src/main/java/org/jboss/as/weld/deployment/WeldAttachments.java
A subsystem/src/main/java/org/jboss/as/weld/deployment/processors/ExternalBeanArchiveProcessor.java
M subsystem/src/main/java/org/jboss/as/weld/deployment/processors/LegacyBeansXmlProcessor.java
M subsystem/src/main/java/org/jboss/as/weld/deployment/processors/WeldDeploymentProcessor.java
Log Message:
-----------
AS7-5966 Add support for creating CDI beans from modules outside the deployment
Compare: https://github.com/weld/as7-weld-subsystem/compare/392973fef715...dd611e0...
11 years, 10 months