From noreply at github.com Mon Aug 1 05:06:56 2016 From: noreply at github.com (GitHub) Date: Mon, 01 Aug 2016 02:06:56 -0700 Subject: [weld-commits] [weld/core] 8818a2: WELD-2205 Remove ExperimentalProcessObserverMethod Message-ID: <579f1130ac41_11063fbc8c3752c01540ec@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 8818a22f406906859ddda9d8c208556814bd3fcb https://github.com/weld/core/commit/8818a22f406906859ddda9d8c208556814bd3fcb Author: Martin Kouba Date: 2016-08-01 (Mon, 01 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/events/ProcessObserverMethodImpl.java M impl/src/main/java/org/jboss/weld/util/Observers.java M pom.xml M tests-arquillian/src/test/java/org/jboss/weld/tests/experimental/processObserverMethod/DummyExtension.java Log Message: ----------- WELD-2205 Remove ExperimentalProcessObserverMethod From noreply at github.com Mon Aug 1 05:09:24 2016 From: noreply at github.com (GitHub) Date: Mon, 01 Aug 2016 02:09:24 -0700 Subject: [weld-commits] [weld/core] 0475fd: WELD-2195 [Backport] Replace Guava - new collectio... Message-ID: <579f11c4b1b67_77773fc4d505b2a07687c@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 0475fdb2bb3fe4ba164cdc1a59efc72e5457fe97 https://github.com/weld/core/commit/0475fdb2bb3fe4ba164cdc1a59efc72e5457fe97 Author: Matej Novotny Date: 2016-08-01 (Mon, 01 Aug 2016) Changed paths: 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/bootstrap/ConcurrentValidator.java M impl/src/main/java/org/jboss/weld/bootstrap/SpecializationAndEnablementRegistry.java M impl/src/main/java/org/jboss/weld/bootstrap/Validator.java M impl/src/main/java/org/jboss/weld/ejb/EjbDescriptors.java M impl/src/main/java/org/jboss/weld/metadata/TypeStore.java A impl/src/main/java/org/jboss/weld/util/collections/AbstractMultimap.java M impl/src/main/java/org/jboss/weld/util/collections/ArraySetSupplier.java A impl/src/main/java/org/jboss/weld/util/collections/ListMultimap.java A impl/src/main/java/org/jboss/weld/util/collections/Multimap.java M impl/src/main/java/org/jboss/weld/util/collections/Multimaps.java A impl/src/main/java/org/jboss/weld/util/collections/SetMultimap.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/ListMultimapTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/SetMultimapTest.java Log Message: ----------- WELD-2195 [Backport] Replace Guava - new collections types Commit: 2acc2178a43dfdf840b5368a5464a2b123badb70 https://github.com/weld/core/commit/2acc2178a43dfdf840b5368a5464a2b123badb70 Author: Matej Novotny Date: 2016-08-01 (Mon, 01 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/SpecializationAndEnablementRegistry.java M impl/src/main/java/org/jboss/weld/util/collections/AbstractMultimap.java M impl/src/main/java/org/jboss/weld/util/collections/ListMultimap.java M impl/src/main/java/org/jboss/weld/util/collections/SetMultimap.java Log Message: ----------- Fix concurrency issues in AbstractMultimap and SpecializationAndEnablementRegistry. Compare: https://github.com/weld/core/compare/f2028355df69...2acc2178a43d From noreply at github.com Mon Aug 1 07:38:54 2016 From: noreply at github.com (GitHub) Date: Mon, 01 Aug 2016 04:38:54 -0700 Subject: [weld-commits] [weld/core] f1b278: WELD-2193 Remove dependency on Google Guava Message-ID: <579f34ce3c427_74c93fd9701ed2bc53658@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: f1b2786e514c3535da625e15d53650ab6bde2667 https://github.com/weld/core/commit/f1b2786e514c3535da625e15d53650ab6bde2667 Author: Martin Kouba Date: 2016-08-01 (Mon, 01 Aug 2016) Changed paths: M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/jandex/JandexClassFileInfo.java M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/jandex/JandexClassFileServices.java M environments/common/src/main/java/org/jboss/weld/environment/util/BeanArchives.java M environments/common/src/test/java/org/jboss/weld/environment/util/BeanArchivesTest.java M environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java M impl/pom.xml M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployer.java M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployerEnvironment.java M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployerEnvironmentFactory.java M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployment.java M impl/src/main/java/org/jboss/weld/bootstrap/ConcurrentBeanDeployer.java M impl/src/main/java/org/jboss/weld/bootstrap/FastProcessAnnotatedTypeResolver.java M impl/src/main/java/org/jboss/weld/executor/ProfilingExecutorServices.java M impl/src/main/java/org/jboss/weld/interceptor/proxy/AbstractInvocationContext.java M impl/src/main/java/org/jboss/weld/manager/RemoveMetadataWrapperFunction.java M impl/src/main/java/org/jboss/weld/metadata/FilterPredicate.java M impl/src/main/java/org/jboss/weld/metadata/ScanningPredicate.java A impl/src/main/java/org/jboss/weld/util/ForwardingExecutorService.java R impl/src/main/java/org/jboss/weld/util/Functions.java R impl/src/main/java/org/jboss/weld/util/collections/ArrayListSupplier.java M impl/src/main/java/org/jboss/weld/util/collections/EnumerationList.java R impl/src/main/java/org/jboss/weld/util/collections/HashSetSupplier.java M impl/src/main/java/org/jboss/weld/util/collections/Multimaps.java M impl/src/main/java/org/jboss/weld/xml/BeansXmlParser.java M pom.xml M probe/core/src/main/java/org/jboss/weld/probe/Probe.java M tests/src/test/java/org/jboss/weld/tests/unit/deployment/structure/nonTransitiveResolution/BeansXmlImpl.java Log Message: ----------- WELD-2193 Remove dependency on Google Guava From noreply at github.com Mon Aug 1 09:09:30 2016 From: noreply at github.com (GitHub) Date: Mon, 01 Aug 2016 06:09:30 -0700 Subject: [weld-commits] [weld/core] df60ac: [Backport] WELD-2064, rolling upgrades. Message-ID: <579f4a0a24aa_1c7a3fbdf8ac529c1433f8@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: df60ac51f6f98baadcf8d923bfdbf8d6929b6b0e https://github.com/weld/core/commit/df60ac51f6f98baadcf8d923bfdbf8d6929b6b0e Author: Matej Novotny Date: 2016-08-01 (Mon, 01 Aug 2016) Changed paths: M docs/reference/src/main/asciidoc/configure.asciidoc M impl/src/main/java/org/jboss/weld/Container.java M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployment.java A impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployments.java M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/id/delimiter/AllKnowingBean.java A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/id/delimiter/LittleBean.java A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/id/delimiter/RollingUpgradesIdDelimiterTest.java Log Message: ----------- [Backport] WELD-2064, rolling upgrades. From weld-commits at lists.jboss.org Tue Aug 2 01:33:26 2016 From: weld-commits at lists.jboss.org (gqqriqd) Date: Tue, 2 Aug 2016 13:33:26 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRzOuaLm+aUtuW6lOWxiuavlQ==?= =?utf-8?b?5Lia55Sf77yM5bqU5rOo5oSP5ZOq5Lqb57uG6IqC6Zeu6aKY77yfIHBo?= =?utf-8?q?ypaj?= Message-ID: <20160802133337541208@sue.net> weld-commits: ?? 1.???????????????????????????? 2.?????????????????? 3.???????????????????????? 4.?????????????????????????? 5.?????????????? 6.?????????????????????????? 7.?????????????????????????? 8.??????????????????? 9.??????????????????????? ??????????????????? ????????????? 2016-8-213:33:33 ??? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160802/8fde0291/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ??????????????????????.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 27251 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20160802/8fde0291/attachment-0001.bin From noreply at github.com Tue Aug 2 03:46:31 2016 From: noreply at github.com (GitHub) Date: Tue, 02 Aug 2016 00:46:31 -0700 Subject: [weld-commits] [weld/core] 763533: WELD-2199 remove unused code. Message-ID: <57a04fd721f62_243e3f868809b2a0713f6@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 763533bcce6ed9f5fffc8f56ca25792af22db936 https://github.com/weld/core/commit/763533bcce6ed9f5fffc8f56ca25792af22db936 Author: Tomas Remes Date: 2016-08-02 (Tue, 02 Aug 2016) Changed paths: M environments/common/src/main/java/org/jboss/weld/environment/logging/CommonLogger.java M environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/logging/WeldServletLogger.java M environments/servlet/core/src/main/java/org/jboss/weld/environment/tomcat/WeldForwardingInstanceManager.java M environments/servlet/tests/base/src/main/java/org/jboss/weld/environment/servlet/test/util/Deployments.java M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployerEnvironment.java M impl/src/main/java/org/jboss/weld/bootstrap/events/AbstractBeanDiscoveryEvent.java M impl/src/main/java/org/jboss/weld/bootstrap/events/ContainerLifecycleEvents.java M impl/src/main/java/org/jboss/weld/bootstrap/events/ProcessObserverMethodImpl.java M impl/src/main/java/org/jboss/weld/bootstrap/events/ProcessSessionBeanImpl.java R impl/src/main/java/org/jboss/weld/context/ForwardingWeldCreationalContext.java M impl/src/main/java/org/jboss/weld/context/WeldCreationalContext.java R impl/src/main/java/org/jboss/weld/context/beanstore/ForwardingNamingScheme.java M impl/src/main/java/org/jboss/weld/event/ObserverMethodImpl.java R impl/src/main/java/org/jboss/weld/executor/TaskPerItemTaskFactory.java M impl/src/main/java/org/jboss/weld/executor/TimingOutFixedThreadPoolExecutorServices.java M impl/src/main/java/org/jboss/weld/injection/producer/BasicInjectionTarget.java M impl/src/main/java/org/jboss/weld/injection/producer/NoopLifecycleCallbackInvoker.java R impl/src/main/java/org/jboss/weld/literal/EventLiteral.java M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java M impl/src/main/java/org/jboss/weld/logging/ConversationLogger.java M impl/src/main/java/org/jboss/weld/logging/UtilLogger.java R impl/src/main/java/org/jboss/weld/manager/RemoveMetadataWrapperFunction.java R impl/src/main/java/org/jboss/weld/resolution/ForwardingInterceptorResolvable.java R impl/src/main/java/org/jboss/weld/resources/SharedObjectFacade.java R impl/src/main/java/org/jboss/weld/security/GetBooleanSystemPropertyAction.java R impl/src/main/java/org/jboss/weld/serialization/NoopSerializableHolder.java R impl/src/main/java/org/jboss/weld/servlet/StaticWeldProvider.java R impl/src/main/java/org/jboss/weld/util/DelegatingFieldInjectionPointAttributes.java M impl/src/main/java/org/jboss/weld/util/InjectionPoints.java R impl/src/main/java/org/jboss/weld/util/collections/ArraySetSupplier.java R impl/src/main/java/org/jboss/weld/util/collections/ViewProvider.java M impl/src/main/java/org/jboss/weld/xml/XmlMetadata.java M impl/src/test/java/org/jboss/weld/tests/unit/util/collections/ListViewTest.java Log Message: ----------- WELD-2199 remove unused code. From noreply at github.com Tue Aug 2 03:48:47 2016 From: noreply at github.com (GitHub) Date: Tue, 02 Aug 2016 00:48:47 -0700 Subject: [weld-commits] [weld/core] b6580d: WELD-2199 remove unused code. Message-ID: <57a0505f1409_7c043fd348f2d2c011197b@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: b6580d1af6aadb92aea99674a6f4f4f568828a19 https://github.com/weld/core/commit/b6580d1af6aadb92aea99674a6f4f4f568828a19 Author: Tomas Remes Date: 2016-08-02 (Tue, 02 Aug 2016) Changed paths: M environments/common/src/main/java/org/jboss/weld/environment/logging/CommonLogger.java M environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/logging/WeldServletLogger.java M environments/servlet/core/src/main/java/org/jboss/weld/environment/tomcat/WeldForwardingInstanceManager.java M environments/servlet/tests/base/src/main/java/org/jboss/weld/environment/servlet/test/util/Deployments.java M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployerEnvironment.java M impl/src/main/java/org/jboss/weld/bootstrap/events/ContainerLifecycleEvents.java M impl/src/main/java/org/jboss/weld/bootstrap/events/ProcessObserverMethodImpl.java M impl/src/main/java/org/jboss/weld/bootstrap/events/ProcessSessionBeanImpl.java M impl/src/main/java/org/jboss/weld/context/WeldCreationalContext.java M impl/src/main/java/org/jboss/weld/event/ObserverMethodImpl.java M impl/src/main/java/org/jboss/weld/executor/TimingOutFixedThreadPoolExecutorServices.java M impl/src/main/java/org/jboss/weld/injection/producer/BasicInjectionTarget.java M impl/src/main/java/org/jboss/weld/injection/producer/NoopLifecycleCallbackInvoker.java M impl/src/main/java/org/jboss/weld/logging/UtilLogger.java R impl/src/main/java/org/jboss/weld/security/GetBooleanSystemPropertyAction.java R impl/src/main/java/org/jboss/weld/util/DelegatingFieldInjectionPointAttributes.java M impl/src/main/java/org/jboss/weld/util/InjectionPoints.java M impl/src/main/java/org/jboss/weld/xml/XmlMetadata.java M modules/web/src/main/java/org/jboss/weld/el/Namespace.java Log Message: ----------- WELD-2199 remove unused code. From noreply at github.com Wed Aug 3 05:14:30 2016 From: noreply at github.com (GitHub) Date: Wed, 03 Aug 2016 02:14:30 -0700 Subject: [weld-commits] [weld/core] ddcd27: AbstractContext - avoid one unnecessary ThreadLoca... Message-ID: <57a1b5f6edae6_3d8c3fca55ee929c28216@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: ddcd27c3547ca77c10ba5c5616ea212a51e814c7 https://github.com/weld/core/commit/ddcd27c3547ca77c10ba5c5616ea212a51e814c7 Author: Martin Kouba Date: 2016-08-03 (Wed, 03 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/context/AbstractContext.java Log Message: ----------- AbstractContext - avoid one unnecessary ThreadLocal.get() From noreply at github.com Wed Aug 3 05:16:10 2016 From: noreply at github.com (GitHub) Date: Wed, 03 Aug 2016 02:16:10 -0700 Subject: [weld-commits] [weld/core] fe258a: AbstractContext - avoid one unnecessary ThreadLoca... Message-ID: <57a1b65abf0f_65323fd1212612b8104389@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: fe258abb6068db142817d881e9c276a1b134bda9 https://github.com/weld/core/commit/fe258abb6068db142817d881e9c276a1b134bda9 Author: Martin Kouba Date: 2016-08-03 (Wed, 03 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/context/AbstractContext.java Log Message: ----------- AbstractContext - avoid one unnecessary ThreadLocal.get() From noreply at github.com Wed Aug 3 07:56:28 2016 From: noreply at github.com (GitHub) Date: Wed, 03 Aug 2016 04:56:28 -0700 Subject: [weld-commits] [weld/api] 10427a: WELD-2149 use JDK 9 aware parent and build config. Message-ID: <57a1dbec2eb2b_41833f87be3a129c108315@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/api Commit: 10427acdf58f6f327599130408e7eacbda1f8899 https://github.com/weld/api/commit/10427acdf58f6f327599130408e7eacbda1f8899 Author: Matej Novotny Date: 2016-08-03 (Wed, 03 Aug 2016) Changed paths: M pom.xml Log Message: ----------- WELD-2149 use JDK 9 aware parent and build config. From noreply at github.com Wed Aug 3 08:13:58 2016 From: noreply at github.com (GitHub) Date: Wed, 03 Aug 2016 05:13:58 -0700 Subject: [weld-commits] [weld/core] 4df43d: WELD-2155 JDK9: force-add java BCEL internal class... Message-ID: <57a1e006d22e8_6d0e3fdb9044d29c46784@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 4df43d7762cdbd239b50de27248c71bfdedc9999 https://github.com/weld/core/commit/4df43d7762cdbd239b50de27248c71bfdedc9999 Author: Matej Novotny Date: 2016-08-03 (Wed, 03 Aug 2016) Changed paths: M impl/pom.xml Log Message: ----------- WELD-2155 JDK9: force-add java BCEL internal classes to unnamed module Commit: c31c5492e30197b5a498df74a7ca966b0c6b998b https://github.com/weld/core/commit/c31c5492e30197b5a498df74a7ca966b0c6b998b Author: Matej Novotny Date: 2016-08-03 (Wed, 03 Aug 2016) Changed paths: M pom.xml Log Message: ----------- WELD-2149, make use of JDK-9 aware build config and Weld parent, also requires update of Weld API. Commit: eb497b0658d0db65a6a01b4bb26cc43983c44c62 https://github.com/weld/core/commit/eb497b0658d0db65a6a01b4bb26cc43983c44c62 Author: Matej Novotny Date: 2016-08-03 (Wed, 03 Aug 2016) Changed paths: M environments/se/core/pom.xml Log Message: ----------- WELD-2153 exclude groovy compilation when running on jdk 1.9+ Commit: de5d597620cce880c2a2f28c184de6061f733cbd https://github.com/weld/core/commit/de5d597620cce880c2a2f28c184de6061f733cbd Author: Matej Novotny Date: 2016-08-03 (Wed, 03 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/util/collections/Iterables.java M impl/src/main/java/org/jboss/weld/util/collections/Sets.java M tests-common/src/main/java/org/jboss/weld/test/util/ActionSequence.java Log Message: ----------- Fix compilation errors when compiling with JDK9 and having java source is set to 1.7 Commit: 0fecaf1496a076bd524d2542ec346885fd4156a2 https://github.com/weld/core/commit/0fecaf1496a076bd524d2542ec346885fd4156a2 Author: Matej Novotny Date: 2016-08-03 (Wed, 03 Aug 2016) Changed paths: M pom.xml Log Message: ----------- Remove JVM option for PermGenSize which is an unrecognized option in JDK 9. Compare: https://github.com/weld/core/compare/ddcd27c3547c...0fecaf1496a0 From noreply at github.com Wed Aug 3 08:16:59 2016 From: noreply at github.com (GitHub) Date: Wed, 03 Aug 2016 05:16:59 -0700 Subject: [weld-commits] [weld/core] 49813d: WELD-2209 Use provided ClassLoader/ResourceLoader ... Message-ID: <57a1e0bbbdb78_70e83f84582b129c556ec@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 49813d1528e0c091b5d4216453aae22a9ae3e70d https://github.com/weld/core/commit/49813d1528e0c091b5d4216453aae22a9ae3e70d Author: Martin Kouba Date: 2016-08-03 (Wed, 03 Aug 2016) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/scanning/Alpha.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/scanning/AlphaExtension.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/scanning/Bravo.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/scanning/BravoExtension.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/scanning/ExplicitClassLoaderExtensionScanningTest.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/scanning/ExplicitResourceLoaderExtensionScanningTest.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/scanning/MyExtension.java M impl/src/main/java/org/jboss/weld/bootstrap/ExtensionBeanDeployer.java M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java Log Message: ----------- WELD-2209 Use provided ClassLoader/ResourceLoader to load extensions - also log each extension bean deployed From noreply at github.com Wed Aug 3 08:19:54 2016 From: noreply at github.com (GitHub) Date: Wed, 03 Aug 2016 05:19:54 -0700 Subject: [weld-commits] [weld/core] 365ff4: WELD-2211 AbstractCDI implements WeldInstance Message-ID: <57a1e16abcf01_6b143ffb098432a095699@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 365ff4de0ff0bbb85666a6eb43e655bba365a562 https://github.com/weld/core/commit/365ff4de0ff0bbb85666a6eb43e655bba365a562 Author: Martin Kouba Date: 2016-08-03 (Wed, 03 Aug 2016) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/WeldContainer.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/instance/enhanced/Alpha.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/instance/enhanced/Bravo.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/instance/enhanced/Client.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/instance/enhanced/FirstProcessor.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/instance/enhanced/Juicy.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/instance/enhanced/Processor.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/instance/enhanced/SecondProcessor.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/instance/enhanced/WeldInstanceTest.java M impl/src/main/java/org/jboss/weld/AbstractCDI.java M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java Log Message: ----------- WELD-2211 AbstractCDI implements WeldInstance From noreply at github.com Thu Aug 4 03:12:18 2016 From: noreply at github.com (GitHub) Date: Thu, 04 Aug 2016 00:12:18 -0700 Subject: [weld-commits] [weld/core] e26e62: ObserverMethodImpl - remove unused newInjectionPoi... Message-ID: <57a2ead29a60e_3ffc3f87f198f2c0109290@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: e26e62102b88dba6c84fee5b7760e9205416cc19 https://github.com/weld/core/commit/e26e62102b88dba6c84fee5b7760e9205416cc19 Author: Martin Kouba Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/event/ObserverMethodImpl.java Log Message: ----------- ObserverMethodImpl - remove unused newInjectionPoints From noreply at github.com Thu Aug 4 03:31:35 2016 From: noreply at github.com (GitHub) Date: Thu, 04 Aug 2016 00:31:35 -0700 Subject: [weld-commits] [weld/core] f63b77: WELD-2210 use ClassFileInfo to detect top level ty... Message-ID: <57a2ef576c64e_3d9a3f7ebf7db2c0911f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: f63b77af2464315524caf23d02dd313f30670d69 https://github.com/weld/core/commit/f63b77af2464315524caf23d02dd313f30670d69 Author: Tomas Remes Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/jandex/JandexClassFileServices.java M environments/common/src/main/java/org/jboss/weld/environment/logging/CommonLogger.java M impl/src/main/java/org/jboss/weld/util/Beans.java M pom.xml Log Message: ----------- WELD-2210 use ClassFileInfo to detect top level type and static nested classes. Commit: c0c82a7e73b7fb57794eb3220a60ee3f3ba93757 https://github.com/weld/core/commit/c0c82a7e73b7fb57794eb3220a60ee3f3ba93757 Author: Tomas Remes Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/jandex/JandexClassFileInfo.java M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/jandex/JandexClassFileServices.java M environments/common/src/main/java/org/jboss/weld/environment/logging/CommonLogger.java M environments/se/core/pom.xml M environments/se/core/src/test/groovy/org/jboss/weld/environment/se/test/groovy/name/MalformedClassNameTest.groovy M impl/src/main/java/org/jboss/weld/bootstrap/FastAnnotatedTypeLoader.java M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java M impl/src/main/java/org/jboss/weld/util/Beans.java M pom.xml Log Message: ----------- Update groovy versions. Commit: 9d90d3ec2a3d60043187dbf4a4ed7176528afeaa https://github.com/weld/core/commit/9d90d3ec2a3d60043187dbf4a4ed7176528afeaa Author: Martin Kouba Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/FastAnnotatedTypeLoader.java Log Message: ----------- WELD-2210 Make FastAnnotatedTypeLoader.checkTypeModifiers private Compare: https://github.com/weld/core/compare/365ff4de0ff0...9d90d3ec2a3d From noreply at github.com Thu Aug 4 03:34:12 2016 From: noreply at github.com (GitHub) Date: Thu, 04 Aug 2016 00:34:12 -0700 Subject: [weld-commits] [weld/core] 809339: WELD-2186 review usage of ArraySet. Message-ID: <57a2eff4cf841_6d7f3fe8604672a0733c@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 8093394691dd131a18686e93e2e8e30711345cf3 https://github.com/weld/core/commit/8093394691dd131a18686e93e2e8e30711345cf3 Author: Matej Novotny Date: 2016-08-04 (Thu, 04 Aug 2016) 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/slim/backed/BackedAnnotatedType.java M impl/src/main/java/org/jboss/weld/bean/attributes/BeanAttributesFactory.java M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java M impl/src/main/java/org/jboss/weld/injection/InjectionPointFactory.java M impl/src/main/java/org/jboss/weld/injection/ResourceInjectionFactory.java M impl/src/main/java/org/jboss/weld/metadata/cache/MergedStereotypes.java M impl/src/main/java/org/jboss/weld/resolution/QualifierInstance.java M impl/src/main/java/org/jboss/weld/util/Beans.java M impl/src/main/java/org/jboss/weld/util/InjectionPoints.java R impl/src/main/java/org/jboss/weld/util/collections/ArraySet.java R impl/src/main/java/org/jboss/weld/util/collections/ArraySetMultimap.java M impl/src/main/java/org/jboss/weld/util/collections/WeldCollections.java M impl/src/main/java/org/jboss/weld/util/reflection/HierarchyDiscovery.java R impl/src/test/java/org/jboss/weld/tests/unit/util/collections/ArraySetTest.java Log Message: ----------- WELD-2186 review usage of ArraySet. Commit: 8283b9dad5f00a7699ead7f7ec189434ebb41346 https://github.com/weld/core/commit/8283b9dad5f00a7699ead7f7ec189434ebb41346 Author: Matej Novotny Date: 2016-08-04 (Thu, 04 Aug 2016) 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/util/collections/Multimap.java M impl/src/main/java/org/jboss/weld/util/collections/Multimaps.java Log Message: ----------- WELD-2186 adapt changed made in WELD-2156 to 2.4 branch once ArraySet was removed. Commit: 564ffbba1d1d084b2bd69d16d6b96cc007dfed42 https://github.com/weld/core/commit/564ffbba1d1d084b2bd69d16d6b96cc007dfed42 Author: Matej Novotny Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/annotated/slim/unbacked/UnbackedAnnotatedType.java M impl/src/main/java/org/jboss/weld/event/ObserverMethodImpl.java M impl/src/main/java/org/jboss/weld/injection/AbstractCallableInjectionPoint.java M impl/src/main/java/org/jboss/weld/injection/InjectionPointFactory.java M impl/src/main/java/org/jboss/weld/injection/producer/BasicInjectionTarget.java M impl/src/main/java/org/jboss/weld/injection/producer/ResourceInjector.java M impl/src/main/java/org/jboss/weld/metadata/cache/AbstractBindingModel.java M impl/src/main/java/org/jboss/weld/resolution/AbstractTypeSafeBeanResolver.java M impl/src/main/java/org/jboss/weld/util/BeanMethods.java M impl/src/main/java/org/jboss/weld/util/collections/WeldCollections.java Log Message: ----------- Removal of util collection methods which were linked to Guava dependency. Commit: 6e851cb5d812d3a4b022fc15db720adf8fe4c08c https://github.com/weld/core/commit/6e851cb5d812d3a4b022fc15db720adf8fe4c08c Author: Matej Novotny Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/annotated/enhanced/TypeClosureLazyValueHolder.java M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/AbstractEnhancedAnnotated.java M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotatedConstructorImpl.java M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotatedMethodImpl.java M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotatedTypeImpl.java M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedConstructor.java M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedMethod.java M impl/src/main/java/org/jboss/weld/annotated/slim/unbacked/UnbackedAnnotatedConstructor.java M impl/src/main/java/org/jboss/weld/annotated/slim/unbacked/UnbackedAnnotatedMethod.java M impl/src/main/java/org/jboss/weld/annotated/slim/unbacked/UnbackedAnnotatedType.java M impl/src/main/java/org/jboss/weld/bean/SyntheticDecorator.java M impl/src/main/java/org/jboss/weld/bean/attributes/BeanAttributesFactory.java M impl/src/main/java/org/jboss/weld/event/ObserverMethodImpl.java M impl/src/main/java/org/jboss/weld/injection/AbstractCallableInjectionPoint.java M impl/src/main/java/org/jboss/weld/injection/InjectionPointFactory.java M impl/src/main/java/org/jboss/weld/injection/producer/BasicInjectionTarget.java M impl/src/main/java/org/jboss/weld/injection/producer/ResourceInjector.java M impl/src/main/java/org/jboss/weld/interceptor/proxy/InterceptionContext.java M impl/src/main/java/org/jboss/weld/metadata/cache/AbstractBindingModel.java M impl/src/main/java/org/jboss/weld/resolution/AbstractTypeSafeBeanResolver.java M impl/src/main/java/org/jboss/weld/resolution/TypeSafeResolver.java M impl/src/main/java/org/jboss/weld/resources/SharedObjectCache.java M impl/src/main/java/org/jboss/weld/util/BeanMethods.java M impl/src/main/java/org/jboss/weld/util/InjectionPoints.java M impl/src/main/java/org/jboss/weld/util/collections/WeldCollections.java Log Message: ----------- Allign WeldCollections util with the way it works in 3.x. Enhance immutability in several classes. Compare: https://github.com/weld/core/compare/9d90d3ec2a3d...6e851cb5d812 From noreply at github.com Thu Aug 4 03:40:43 2016 From: noreply at github.com (GitHub) Date: Thu, 04 Aug 2016 00:40:43 -0700 Subject: [weld-commits] [weld/core] 34698d: WELD-2207 fix TODO's and remove environment.servle... Message-ID: <57a2f17bf60d_10653f826371d2a086729@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 34698d4cc143dd2130e8b0c97de0730ce3fdb93d https://github.com/weld/core/commit/34698d4cc143dd2130e8b0c97de0730ce3fdb93d Author: Tomas Remes Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/WeldServletLifecycle.java R environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/util/ServiceLoader.java M impl/src/main/java/org/jboss/weld/util/ServiceLoader.java Log Message: ----------- WELD-2207 fix TODO's and remove environment.servlet.util.ServiceLoader From noreply at github.com Thu Aug 4 03:57:15 2016 From: noreply at github.com (GitHub) Date: Thu, 04 Aug 2016 00:57:15 -0700 Subject: [weld-commits] [weld/core] 4c6581: WELD-2207 fix TODO's and remove environment.servle... Message-ID: <57a2f55b59827_2c423fe3b6a292a066630@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 4c65818285581bd6f4720367b2362299fb505b43 https://github.com/weld/core/commit/4c65818285581bd6f4720367b2362299fb505b43 Author: Tomas Remes Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/WeldServletLifecycle.java R environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/util/ServiceLoader.java M impl/src/main/java/org/jboss/weld/util/ServiceLoader.java Log Message: ----------- WELD-2207 fix TODO's and remove environment.servlet.util.ServiceLoader From weld-commits at lists.jboss.org Sun Aug 7 17:53:17 2016 From: weld-commits at lists.jboss.org (cfhgm) Date: Mon, 8 Aug 2016 05:53:17 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRzOuWmguS9leWkhOeQhuWRmA==?= =?utf-8?b?5bel6L+d57qq6Zeu6aKY77yM5Y+K5pyJ5pWI6LCD5bKX77yM6LCD6Jaq?= =?utf-8?q?_yqlzzs?= Message-ID: <20160808055324666524@yqxmypp.org> weld-commits: ?? 1.???????????????????????????? 2.?????????????????? 3.???????????????????????? 4.?????????????????????????? 5.?????????????? 6.?????????????????????????? 7.?????????????????????????? 8.??????????????????? 9.??????????????????????? ??????????????????? ???????????????????? 2016/8/8 ???5:53:23 ??? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160808/eca1d1d2/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ??????????????????????.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 27301 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20160808/eca1d1d2/attachment-0001.bin From weld-commits at lists.jboss.org Sun Aug 7 18:20:07 2016 From: weld-commits at lists.jboss.org (zwqfkt) Date: Mon, 8 Aug 2016 06:20:07 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRz77ya6LWEIOaWmQ==?= Message-ID: <20160808062014573082@nbu.org> weld-commits: ? ?? ????????????????????? ??????????????? 2016-8-86:20:13 vrh53 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160808/a2d2a5a3/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: 3?-????????????????????????????????-???.doc Type: application/msword Size: 72192 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20160808/a2d2a5a3/attachment-0001.doc From noreply at github.com Mon Aug 8 03:04:25 2016 From: noreply at github.com (GitHub) Date: Mon, 08 Aug 2016 00:04:25 -0700 Subject: [weld-commits] [weld/core] a35d81: WELD-2193 Unit tests, remove unused methods, fix S... Message-ID: <57a82ef9a001d_76243fd0088992bc80066@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: a35d81c54cd977ca637db04e5fa891efc2acd1fa https://github.com/weld/core/commit/a35d81c54cd977ca637db04e5fa891efc2acd1fa Author: Martin Kouba Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/util/collections/ImmutableList.java M impl/src/main/java/org/jboss/weld/util/collections/ImmutableMap.java M impl/src/main/java/org/jboss/weld/util/collections/ImmutableSet.java M impl/src/main/java/org/jboss/weld/util/collections/Sets.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/AbstractImmutableCollectionTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/AbstractImmutableListTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/AbstractImmutableMapTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/AbstractImmutableSetTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/DoubletonTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/EmptyListTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/EmptySetTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/ImmutableArrayListTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/ImmutableHashSetTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/ImmutableListTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/ImmutableSetTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/ImmutableSingletonMapTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/IteratorsTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/SetsTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/SingletonListTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/SingletonSetTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/TripletonTest.java Log Message: ----------- WELD-2193 Unit tests, remove unused methods, fix Sets.union() iterator From noreply at github.com Mon Aug 8 06:49:31 2016 From: noreply at github.com (GitHub) Date: Mon, 08 Aug 2016 03:49:31 -0700 Subject: [weld-commits] [weld/core] 2a3eae: WELD-2093 Add test case Message-ID: <57a863bbb0a8e_2dc43ff279df12bc786c7@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 2a3eae2a5d91f1ee0f14e97436221147a7571afa https://github.com/weld/core/commit/2a3eae2a5d91f1ee0f14e97436221147a7571afa Author: Martin Kouba Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/Fast.java A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/Foo.java A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/InterfaceDefaultMethodInterceptedTest.java A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/MissileInterceptor.java A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/Omega.java Log Message: ----------- WELD-2093 Add test case Commit: 717cef2b9b87f25e96e5a2c01ea70a0e564a162e https://github.com/weld/core/commit/717cef2b9b87f25e96e5a2c01ea70a0e564a162e Author: Martin Kouba Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotatedTypeImpl.java M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedType.java M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java M tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/Foo.java Log Message: ----------- WELD-2093 Support interception of default methods Commit: dc0450e5768898bda27166e7b579563ad7598292 https://github.com/weld/core/commit/dc0450e5768898bda27166e7b579563ad7598292 Author: Tomas Remes Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java M pom.xml M tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/InterfaceDefaultMethodInterceptedTest.java Log Message: ----------- WELD-2093 Update classfilewriter version. Commit: 56fa8fba0106f02fa78911083f893d0f0b50ca84 https://github.com/weld/core/commit/56fa8fba0106f02fa78911083f893d0f0b50ca84 Author: Martin Kouba Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java M impl/src/main/java/org/jboss/weld/bean/proxy/SecurityActions.java M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java M pom.xml M tests-arquillian/pom.xml Log Message: ----------- WELD-2093 Clean up ProxyFactory code - use classfilewriter 1.2.0.Beta1 only for tests in embedded container Compare: https://github.com/weld/core/compare/a35d81c54cd9...56fa8fba0106 From noreply at github.com Mon Aug 8 06:50:46 2016 From: noreply at github.com (GitHub) Date: Mon, 08 Aug 2016 03:50:46 -0700 Subject: [weld-commits] [weld/core] 1dfce7: WELD-2093 ProxyFactory - minor comment update Message-ID: <57a86406a71c7_518b3fba723c72bc326fa@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 1dfce7340676213f36ab3bbad01c1ef3ad580ba9 https://github.com/weld/core/commit/1dfce7340676213f36ab3bbad01c1ef3ad580ba9 Author: Martin Kouba Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java Log Message: ----------- WELD-2093 ProxyFactory - minor comment update From noreply at github.com Mon Aug 8 07:27:51 2016 From: noreply at github.com (GitHub) Date: Mon, 08 Aug 2016 04:27:51 -0700 Subject: [weld-commits] [weld/core] 8aefab: Fix logging message collision Message-ID: <57a86cb7ea47a_57523f88895bb2a016345@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 8aefab4d86bc4361ce63628a059da949c5bcb043 https://github.com/weld/core/commit/8aefab4d86bc4361ce63628a059da949c5bcb043 Author: Martin Kouba Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java Log Message: ----------- Fix logging message collision From noreply at github.com Mon Aug 8 07:34:49 2016 From: noreply at github.com (GitHub) Date: Mon, 08 Aug 2016 04:34:49 -0700 Subject: [weld-commits] [weld/core] 860c4c: WELD-2093 Add test case Message-ID: <57a86e591cc2e_49b83fabfe2132b8192c1@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 860c4c930127f01b22a749c101bf889212e3a6a2 https://github.com/weld/core/commit/860c4c930127f01b22a749c101bf889212e3a6a2 Author: Martin Kouba Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/Fast.java A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/Foo.java A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/InterfaceDefaultMethodInterceptedTest.java A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/MissileInterceptor.java A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/Omega.java Log Message: ----------- WELD-2093 Add test case Commit: 11bc1cdd43feeb1055ada5e1fbdabafd7c9dc1c2 https://github.com/weld/core/commit/11bc1cdd43feeb1055ada5e1fbdabafd7c9dc1c2 Author: Martin Kouba Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotatedTypeImpl.java M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedType.java M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java M tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/Foo.java Log Message: ----------- WELD-2093 Support interception of default methods Commit: 817224c7fd5629a86a0d8d873a5dd8ad0e28b145 https://github.com/weld/core/commit/817224c7fd5629a86a0d8d873a5dd8ad0e28b145 Author: Tomas Remes Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java M pom.xml M tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/InterfaceDefaultMethodInterceptedTest.java Log Message: ----------- WELD-2093 Update classfilewriter version. Commit: 3c33e10afe3fbbe96b31d917083dc582eaf2d6ca https://github.com/weld/core/commit/3c33e10afe3fbbe96b31d917083dc582eaf2d6ca Author: Martin Kouba Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java M impl/src/main/java/org/jboss/weld/bean/proxy/SecurityActions.java M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java M pom.xml M tests-arquillian/pom.xml Log Message: ----------- WELD-2093 Clean up ProxyFactory code - use classfilewriter 1.2.0.Beta1 only for tests in embedded container Commit: d5d572e6d81fea559e8f70125d1737cbb4d78ca8 https://github.com/weld/core/commit/d5d572e6d81fea559e8f70125d1737cbb4d78ca8 Author: Martin Kouba Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java Log Message: ----------- WELD-2093 ProxyFactory - minor comment update - also fix imports Compare: https://github.com/weld/core/compare/4c6581828558...d5d572e6d81f From noreply at github.com Mon Aug 8 07:38:10 2016 From: noreply at github.com (GitHub) Date: Mon, 08 Aug 2016 04:38:10 -0700 Subject: [weld-commits] [weld/core] 1f1924: WELD-2212 Allow to veto AnnotatedType without bean... Message-ID: <57a86f2212c60_4d903f99eb8872b8374d@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 1f1924e9651314c3d1c48f758a09ec0728493331 https://github.com/weld/core/commit/1f1924e9651314c3d1c48f758a09ec0728493331 Author: Martin Kouba Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java A impl/src/main/java/org/jboss/weld/bootstrap/WeldVetoExtension.java M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/veto/Alpha.java A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/veto/Bravo.java A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/veto/Charlie.java A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/veto/CustomScoped.java A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/veto/Delta.java A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/veto/VetoAnnotatedTypeWithoutBeanDefiningAnnotationTest.java Log Message: ----------- WELD-2212 Allow to veto AnnotatedType without bean defining annotation From weld-commits at lists.jboss.org Tue Aug 9 01:58:57 2016 From: weld-commits at lists.jboss.org (mprey) Date: Tue, 9 Aug 2016 13:58:57 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRz77ya5aaC5L2V5oiQ5Li66ZSA?= =?utf-8?b?5ZSu5Yag5Yab77yfaGNx?= Message-ID: <20160809135910314346@avfjp.org> weld-commits???? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160809/157a4729/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ????2?????.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 16791 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20160809/157a4729/attachment-0001.bin From noreply at github.com Wed Aug 10 02:43:22 2016 From: noreply at github.com (GitHub) Date: Tue, 09 Aug 2016 23:43:22 -0700 Subject: [weld-commits] [weld/api] 69786e: [maven-release-plugin] prepare release 2.4.CR1 Message-ID: <57aacd0af2e10_d6e3ff99c2812b811967c@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/api Commit: 69786e4e9a0eec4f8be1faf60d05addc6252ce3c https://github.com/weld/api/commit/69786e4e9a0eec4f8be1faf60d05addc6252ce3c Author: Martin Kouba Date: 2016-08-10 (Wed, 10 Aug 2016) Changed paths: M bom/pom.xml M pom.xml M weld-spi/pom.xml M weld/pom.xml Log Message: ----------- [maven-release-plugin] prepare release 2.4.CR1 From noreply at github.com Wed Aug 10 02:43:26 2016 From: noreply at github.com (GitHub) Date: Tue, 09 Aug 2016 23:43:26 -0700 Subject: [weld-commits] [weld/api] Message-ID: <57aacd0e9d2db_42813fdfbac792bc5671@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/2.4.CR1 Home: https://github.com/weld/api From noreply at github.com Wed Aug 10 02:43:28 2016 From: noreply at github.com (GitHub) Date: Tue, 09 Aug 2016 23:43:28 -0700 Subject: [weld-commits] [weld/api] 17243f: [maven-release-plugin] prepare for next developmen... Message-ID: <57aacd102cf51_56be3fcd9cac52c01337f9@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/api Commit: 17243fe00dba93d584d7d0148210cd18f9fedf02 https://github.com/weld/api/commit/17243fe00dba93d584d7d0148210cd18f9fedf02 Author: Martin Kouba Date: 2016-08-10 (Wed, 10 Aug 2016) Changed paths: M bom/pom.xml M pom.xml M weld-spi/pom.xml M weld/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From noreply at github.com Wed Aug 10 03:53:14 2016 From: noreply at github.com (GitHub) Date: Wed, 10 Aug 2016 00:53:14 -0700 Subject: [weld-commits] [weld/core] 1515be: WELD-2079 Remove deprecated SingleThreadScheduledE... Message-ID: <57aadd6a4da81_5d8c3f9dac25329c78565@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 1515be0a973baae525af444f80cd5c42ee2ad1e0 https://github.com/weld/core/commit/1515be0a973baae525af444f80cd5c42ee2ad1e0 Author: Martin Kouba Date: 2016-08-10 (Wed, 10 Aug 2016) Changed paths: R impl/src/main/java/org/jboss/weld/resources/SingleThreadScheduledExecutorServiceFactory.java Log Message: ----------- WELD-2079 Remove deprecated SingleThreadScheduledExecutorServiceFactory Commit: f4ea9b652ddaed11fe44011e2ebbbee5e65baad2 https://github.com/weld/core/commit/f4ea9b652ddaed11fe44011e2ebbbee5e65baad2 Author: Martin Kouba Date: 2016-08-10 (Wed, 10 Aug 2016) Changed paths: M docs/reference/src/main/asciidoc/configure.asciidoc M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java M impl/src/main/java/org/jboss/weld/bootstrap/WeldVetoExtension.java M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java M tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/veto/VetoAnnotatedTypeWithoutBeanDefiningAnnotationTest.java Log Message: ----------- WELD-2212 Add documentation Commit: a70e55c380cfff5e046dce00f65809923bf61070 https://github.com/weld/core/commit/a70e55c380cfff5e046dce00f65809923bf61070 Author: Martin Kouba Date: 2016-08-10 (Wed, 10 Aug 2016) Changed paths: M docs/reference/src/main/asciidoc/injection.asciidoc Log Message: ----------- WELD-2151 Add documentation Commit: 3e44702383148b2e0b79f63ccdd5ad0c83f3d618 https://github.com/weld/core/commit/3e44702383148b2e0b79f63ccdd5ad0c83f3d618 Author: Martin Kouba Date: 2016-08-10 (Wed, 10 Aug 2016) Changed paths: M docs/reference/src/main/asciidoc/ri-spi.asciidoc Log Message: ----------- WELD-2208 Document migration from 2.3 to 2.4 Compare: https://github.com/weld/core/compare/43c6323a24b1...3e4470238314 From noreply at github.com Wed Aug 10 03:45:47 2016 From: noreply at github.com (GitHub) Date: Wed, 10 Aug 2016 00:45:47 -0700 Subject: [weld-commits] [weld/core] 5a638b: Update TCK version. Message-ID: <57aadbab7b5e4_465a3fb814eed2a0898e5@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 5a638ba903c5685439d0d30a0cf5f694790772ca https://github.com/weld/core/commit/5a638ba903c5685439d0d30a0cf5f694790772ca Author: Tomas Remes Date: 2016-08-10 (Wed, 10 Aug 2016) Changed paths: M jboss-tck-runner/src/test/tck12/tck-tests.xml M pom.xml Log Message: ----------- Update TCK version. Commit: 43c6323a24b162d452de4eb37162d264c45e57de https://github.com/weld/core/commit/43c6323a24b162d452de4eb37162d264c45e57de Author: Tomas Remes Date: 2016-08-10 (Wed, 10 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bean/builtin/InstanceImpl.java M impl/src/main/java/org/jboss/weld/bootstrap/Validator.java M impl/src/main/java/org/jboss/weld/logging/BeanManagerLogger.java M impl/src/main/java/org/jboss/weld/util/InjectionPoints.java Log Message: ----------- WELD-2216 provide additional info for Instance.get() deployment problems. Compare: https://github.com/weld/core/compare/1f1924e96513...43c6323a24b1 From noreply at github.com Wed Aug 10 04:21:38 2016 From: noreply at github.com (GitHub) Date: Wed, 10 Aug 2016 01:21:38 -0700 Subject: [weld-commits] [weld/core] d583d0: WELD-2216 provide additional info for Instance.get... Message-ID: <57aae4123e094_531d3fb6edb852c057815@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: d583d0fcc416189e19416485af577858d61fdb36 https://github.com/weld/core/commit/d583d0fcc416189e19416485af577858d61fdb36 Author: Tomas Remes Date: 2016-08-10 (Wed, 10 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bean/builtin/InstanceImpl.java M impl/src/main/java/org/jboss/weld/bootstrap/Validator.java M impl/src/main/java/org/jboss/weld/logging/BeanManagerLogger.java M impl/src/main/java/org/jboss/weld/util/InjectionPoints.java Log Message: ----------- WELD-2216 provide additional info for Instance.get() deployment problems. From noreply at github.com Wed Aug 10 04:52:25 2016 From: noreply at github.com (GitHub) Date: Wed, 10 Aug 2016 01:52:25 -0700 Subject: [weld-commits] [weld/core] 4a5052: Upgrade maven-jdocbook-plugin to 2.3.9 Message-ID: <57aaeb492fb3a_4be83fcbde6e52a010104@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 4a5052bc5480c654d8187f36a09c0c0c814a4e24 https://github.com/weld/core/commit/4a5052bc5480c654d8187f36a09c0c0c814a4e24 Author: Martin Kouba Date: 2016-08-10 (Wed, 10 Aug 2016) Changed paths: M docs/reference/pom.xml Log Message: ----------- Upgrade maven-jdocbook-plugin to 2.3.9 Commit: 36d6332cbd8545011bedf635200a398b7c50147a https://github.com/weld/core/commit/36d6332cbd8545011bedf635200a398b7c50147a Author: Martin Kouba Date: 2016-08-10 (Wed, 10 Aug 2016) Changed paths: M docs/reference/src/main/asciidoc/ri-spi.asciidoc Log Message: ----------- WELD-2208 Mention ActivateRequestScope Compare: https://github.com/weld/core/compare/3e4470238314...36d6332cbd85 From noreply at github.com Thu Aug 11 02:12:58 2016 From: noreply at github.com (GitHub) Date: Wed, 10 Aug 2016 23:12:58 -0700 Subject: [weld-commits] [weld/core] f4404b: Upgrade Weld API to 2.4.CR1 Message-ID: <57ac176a4cddd_33053fee23cf929c555e@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: f4404b31a6aec51423fa0793779e33c209d0be58 https://github.com/weld/core/commit/f4404b31a6aec51423fa0793779e33c209d0be58 Author: Martin Kouba Date: 2016-08-11 (Thu, 11 Aug 2016) Changed paths: M pom.xml Log Message: ----------- Upgrade Weld API to 2.4.CR1 From noreply at github.com Thu Aug 11 03:58:27 2016 From: noreply at github.com (GitHub) Date: Thu, 11 Aug 2016 00:58:27 -0700 Subject: [weld-commits] [weld/api] de351d: Upgrade CDI API to 2.0-EDR2 Message-ID: <57ac30239f132_6e393fb2b2c9d2a03612b@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: de351d2ae88e08af4069690cf98dafa52abf9e8a https://github.com/weld/api/commit/de351d2ae88e08af4069690cf98dafa52abf9e8a Author: Martin Kouba Date: 2016-08-11 (Thu, 11 Aug 2016) Changed paths: M pom.xml Log Message: ----------- Upgrade CDI API to 2.0-EDR2 From noreply at github.com Thu Aug 11 04:39:08 2016 From: noreply at github.com (GitHub) Date: Thu, 11 Aug 2016 01:39:08 -0700 Subject: [weld-commits] [weld/api] 0522fa: [maven-release-plugin] prepare release 3.0.Alpha21 Message-ID: <57ac39ac2abee_1b6e3ff9f73c52b8816cb@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 0522faf229509bbdf48b4ce008a4ff70f20c4950 https://github.com/weld/api/commit/0522faf229509bbdf48b4ce008a4ff70f20c4950 Author: Martin Kouba Date: 2016-08-11 (Thu, 11 Aug 2016) Changed paths: M bom/pom.xml M pom.xml M weld-spi/pom.xml M weld/pom.xml Log Message: ----------- [maven-release-plugin] prepare release 3.0.Alpha21 From noreply at github.com Thu Aug 11 04:39:09 2016 From: noreply at github.com (GitHub) Date: Thu, 11 Aug 2016 01:39:09 -0700 Subject: [weld-commits] [weld/api] Message-ID: <57ac39add4b5c_11073fc6458f12b821795@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/tags/3.0.Alpha21 Home: https://github.com/weld/api From noreply at github.com Thu Aug 11 04:39:12 2016 From: noreply at github.com (GitHub) Date: Thu, 11 Aug 2016 01:39:12 -0700 Subject: [weld-commits] [weld/api] ad988d: [maven-release-plugin] prepare for next developmen... Message-ID: <57ac39b0ccf23_6d8e3ff4a394b2b86672@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: ad988d0f1f74477016575960fd67b8910640367a https://github.com/weld/api/commit/ad988d0f1f74477016575960fd67b8910640367a Author: Martin Kouba Date: 2016-08-11 (Thu, 11 Aug 2016) Changed paths: M bom/pom.xml M pom.xml M weld-spi/pom.xml M weld/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From noreply at github.com Fri Aug 12 02:30:36 2016 From: noreply at github.com (GitHub) Date: Thu, 11 Aug 2016 23:30:36 -0700 Subject: [weld-commits] [weld/core] 761fab: WELD-2150 Move ActivateRequestScope to API Message-ID: <57ad6d0c16937_d543fbf639032bc827a0@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/WELD-2150-3x Home: https://github.com/weld/core Commit: 761fab5f26b654dd79cb61534a343dd3e4ea833c https://github.com/weld/core/commit/761fab5f26b654dd79cb61534a343dd3e4ea833c Author: Martin Kouba Date: 2016-08-12 (Fri, 12 Aug 2016) Changed paths: M environments/common/src/main/java/org/jboss/weld/environment/WeldProvider.java M environments/se/core/src/main/java/org/jboss/weld/environment/se/WeldSEBeanRegistrant.java M environments/se/core/src/main/java/org/jboss/weld/environment/se/WeldSEProvider.java R environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/activators/ActivateRequestScope.java R environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/activators/ActivateRequestScopeInterceptor.java M environments/se/core/src/test/java/org/jboss/weld/environment/se/test/provider/custom/CustomCDIProvider.java M environments/se/core/src/test/java/org/jboss/weld/environment/se/test/provider/custom/TestCDI.java M environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/context/requestScope/Baz.java M environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/context/requestScope/Foo.java M environments/servlet/tests/base/src/main/java/org/jboss/weld/environment/servlet/test/provider/CustomCDIProvider.java M environments/servlet/tests/base/src/main/java/org/jboss/weld/environment/servlet/test/provider/TestCDI.java M impl/src/main/java/org/jboss/weld/SimpleCDI.java A impl/src/main/java/org/jboss/weld/bootstrap/WeldExtension.java M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java M impl/src/main/java/org/jboss/weld/bootstrap/events/builder/BeanAttributesConfiguratorImpl.java A impl/src/main/java/org/jboss/weld/context/activator/ActivateRequestScopeInterceptor.java A impl/src/main/java/org/jboss/weld/util/annotated/VetoedSuppressedAnnotatedType.java M pom.xml A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/activator/request/Bar.java A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/activator/request/Baz.java A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/activator/request/Foo.java A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/activator/request/RequestScopedActiveInterceptorTest.java M tests/src/test/java/org/jboss/weld/tests/unit/bootstrap/xml/BeansXmlTest.java Log Message: ----------- WELD-2150 Move ActivateRequestScope to API - also fix WELD-2201 - also upgrade Weld API to 3.0.Alpha21 From noreply at github.com Fri Aug 12 02:31:55 2016 From: noreply at github.com (GitHub) Date: Thu, 11 Aug 2016 23:31:55 -0700 Subject: [weld-commits] [weld/core] Message-ID: <57ad6d5b6c66e_f233fad611e12b8342a8@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/WELD-2150-3x Home: https://github.com/weld/core From noreply at github.com Fri Aug 12 02:33:30 2016 From: noreply at github.com (GitHub) Date: Thu, 11 Aug 2016 23:33:30 -0700 Subject: [weld-commits] [weld/core] Message-ID: <57ad6dba23553_1caa3f9dbf7692a0982b4@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.0.0.Beta5-branch Home: https://github.com/weld/core From noreply at github.com Fri Aug 12 02:33:50 2016 From: noreply at github.com (GitHub) Date: Thu, 11 Aug 2016 23:33:50 -0700 Subject: [weld-commits] [weld/core] Message-ID: <57ad6dce922ac_71e73fd5c5f1b2bc491c6@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.0.0 Home: https://github.com/weld/core From noreply at github.com Fri Aug 12 02:34:01 2016 From: noreply at github.com (GitHub) Date: Thu, 11 Aug 2016 23:34:01 -0700 Subject: [weld-commits] [weld/core] Message-ID: <57ad6dd977efc_207d3ffd0c5ef29c758b9@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.2.0 Home: https://github.com/weld/core From noreply at github.com Fri Aug 12 02:55:45 2016 From: noreply at github.com (GitHub) Date: Thu, 11 Aug 2016 23:55:45 -0700 Subject: [weld-commits] [weld/core] 38171e: WELD-2150 Move ActivateRequestScope to API Message-ID: <57ad72f1e0165_20903f9788bdb2bc52993@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 38171e71ec93c6473f11a03ea0dda3dccca4b176 https://github.com/weld/core/commit/38171e71ec93c6473f11a03ea0dda3dccca4b176 Author: Martin Kouba Date: 2016-08-12 (Fri, 12 Aug 2016) Changed paths: M environments/common/src/main/java/org/jboss/weld/environment/WeldProvider.java M environments/se/core/src/main/java/org/jboss/weld/environment/se/WeldSEBeanRegistrant.java M environments/se/core/src/main/java/org/jboss/weld/environment/se/WeldSEProvider.java R environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/activators/ActivateRequestScope.java R environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/activators/ActivateRequestScopeInterceptor.java M environments/se/core/src/test/java/org/jboss/weld/environment/se/test/provider/custom/CustomCDIProvider.java M environments/se/core/src/test/java/org/jboss/weld/environment/se/test/provider/custom/TestCDI.java M environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/context/requestScope/Baz.java M environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/context/requestScope/Foo.java M environments/servlet/tests/base/src/main/java/org/jboss/weld/environment/servlet/test/provider/CustomCDIProvider.java M environments/servlet/tests/base/src/main/java/org/jboss/weld/environment/servlet/test/provider/TestCDI.java M impl/src/main/java/org/jboss/weld/SimpleCDI.java A impl/src/main/java/org/jboss/weld/bootstrap/WeldExtension.java M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java M impl/src/main/java/org/jboss/weld/bootstrap/events/builder/BeanAttributesConfiguratorImpl.java A impl/src/main/java/org/jboss/weld/context/activator/ActivateRequestScopeInterceptor.java A impl/src/main/java/org/jboss/weld/util/annotated/VetoedSuppressedAnnotatedType.java M pom.xml A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/activator/request/Bar.java A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/activator/request/Baz.java A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/activator/request/Foo.java A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/activator/request/RequestScopedActiveInterceptorTest.java M tests/src/test/java/org/jboss/weld/tests/unit/bootstrap/xml/BeansXmlTest.java Log Message: ----------- WELD-2150 Move ActivateRequestScope to API - also fix WELD-2201 - also upgrade Weld API to 3.0.Alpha21 From noreply at github.com Fri Aug 12 03:07:04 2016 From: noreply at github.com (GitHub) Date: Fri, 12 Aug 2016 00:07:04 -0700 Subject: [weld-commits] [weld/core] 256b3d: WELD-2206 upgrade Jandex version. Message-ID: <57ad759881c69_707b3feb982c52b8705b3@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 256b3df08ac7148353368efdc4c019506e1dbe43 https://github.com/weld/core/commit/256b3df08ac7148353368efdc4c019506e1dbe43 Author: Tomas Remes Date: 2016-08-12 (Fri, 12 Aug 2016) Changed paths: M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/jandex/JandexClassFileInfo.java M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/jandex/JandexDiscoveryStrategy.java M environments/se/core/pom.xml M environments/se/core/src/test/groovy/org/jboss/weld/environment/se/test/groovy/name/MalformedClassNameTest.groovy M impl/src/main/java/org/jboss/weld/bootstrap/FastAnnotatedTypeLoader.java M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java M impl/src/main/java/org/jboss/weld/util/Beans.java M pom.xml Log Message: ----------- WELD-2206 upgrade Jandex version. From noreply at github.com Fri Aug 12 03:30:18 2016 From: noreply at github.com (GitHub) Date: Fri, 12 Aug 2016 00:30:18 -0700 Subject: [weld-commits] [weld/core] 8ba6b9: WELD-2212 Allow to veto AnnotatedType without bean... Message-ID: <57ad7b0a532e2_246f3fbe0773f2bc8863@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 8ba6b9c4398322d6d03ad6b626d2d35dd36ef081 https://github.com/weld/core/commit/8ba6b9c4398322d6d03ad6b626d2d35dd36ef081 Author: Martin Kouba Date: 2016-08-12 (Fri, 12 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java A impl/src/main/java/org/jboss/weld/bootstrap/WeldVetoExtension.java M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/veto/Alpha.java A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/veto/Bravo.java A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/veto/Charlie.java A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/veto/CustomScoped.java A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/veto/Delta.java A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/veto/VetoAnnotatedTypeWithoutBeanDefiningAnnotationTest.java Log Message: ----------- WELD-2212 Allow to veto AnnotatedType without bean defining annotation Commit: 9676a81c8d98f8b50b79a6866b74a1b167e51b2a https://github.com/weld/core/commit/9676a81c8d98f8b50b79a6866b74a1b167e51b2a Author: Martin Kouba Date: 2016-08-12 (Fri, 12 Aug 2016) Changed paths: M docs/reference/src/main/asciidoc/configure.asciidoc M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java M impl/src/main/java/org/jboss/weld/bootstrap/WeldVetoExtension.java M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java M tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/veto/VetoAnnotatedTypeWithoutBeanDefiningAnnotationTest.java Log Message: ----------- WELD-2212 Add documentation Commit: 1c4a55c1e236576b324638e51ede2454ebf27f6a https://github.com/weld/core/commit/1c4a55c1e236576b324638e51ede2454ebf27f6a Author: Martin Kouba Date: 2016-08-12 (Fri, 12 Aug 2016) Changed paths: M docs/reference/src/main/asciidoc/ri-spi.asciidoc Log Message: ----------- WELD-2208 Document migration from 2.3 to 2.4 Commit: bfaefb731b268f6e453d391540d04e8cb9ccb902 https://github.com/weld/core/commit/bfaefb731b268f6e453d391540d04e8cb9ccb902 Author: Martin Kouba Date: 2016-08-12 (Fri, 12 Aug 2016) Changed paths: M docs/reference/pom.xml Log Message: ----------- Upgrade maven-jdocbook-plugin to 2.3.9 Commit: e59fc06b9ff1940ba8695b2e75c10bd05a90d5c6 https://github.com/weld/core/commit/e59fc06b9ff1940ba8695b2e75c10bd05a90d5c6 Author: Martin Kouba Date: 2016-08-12 (Fri, 12 Aug 2016) Changed paths: M docs/reference/src/main/asciidoc/ri-spi.asciidoc M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java Log Message: ----------- WELD-2208 Mention ActivateRequestScope Compare: https://github.com/weld/core/compare/256b3df08ac7...e59fc06b9ff1 From noreply at github.com Fri Aug 12 03:59:20 2016 From: noreply at github.com (GitHub) Date: Fri, 12 Aug 2016 00:59:20 -0700 Subject: [weld-commits] [weld/core] 987ccf: WELD-2209 Use provided ClassLoader/ResourceLoader ... Message-ID: <57ad81d84200d_69073fb1111ad2c01059a0@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 987ccfe0540b1ab2e8050b57a1446ae1afd911c9 https://github.com/weld/core/commit/987ccfe0540b1ab2e8050b57a1446ae1afd911c9 Author: Martin Kouba Date: 2016-08-12 (Fri, 12 Aug 2016) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/scanning/Alpha.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/scanning/AlphaExtension.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/scanning/Bravo.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/scanning/BravoExtension.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/scanning/ExplicitClassLoaderExtensionScanningTest.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/scanning/ExplicitResourceLoaderExtensionScanningTest.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/scanning/MyExtension.java M impl/src/main/java/org/jboss/weld/bootstrap/ExtensionBeanDeployer.java M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java Log Message: ----------- WELD-2209 Use provided ClassLoader/ResourceLoader to load extensions - also log each extension bean deployed From weld-commits at lists.jboss.org Sun Aug 14 17:53:13 2016 From: weld-commits at lists.jboss.org (sjlbzr) Date: Mon, 15 Aug 2016 05:53:13 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRzOkhS5pyA5qOY5omL55qE5Y2B?= =?utf-8?b?57G7NjDkuKrmoLjlv4Ppl67popjlj4rop6PlhrPmlrnmoYjvvJ85Mjc2?= =?utf-8?q?0?= Message-ID: <20160815055326316367@mhqq.org> HR??????60?????????? 2016? 8?17? ??--?????????? ?????3500 ????????????????? ???????????????????????????? ?????021-31006787, 18917870808 ??? ???QQ?320588808 ?Training Background|????? ????????????HR????????????????????????????????????????????????????????????????????????????????????????? ????????????????????????????????????????????????????????????????????? ICH?????????????????????????????????????60????????????????????????????????????????????????????????????????????????????????? ?Outline Content|????? ?????????? 1????????????????????????????? 2???offer,????????????? 3?????????????????offer? 4????????????????????????? 5??????????????????? ??????????? 1???????????????????????????? 2??????????????????????? 3???????????????? 4?????????????????????????????????? 5??????????????????????????????????? ???????????? 1???????????????????????? 2????????????????????????????? 3??????????????????????????????????? 4???????1:1???????????????1.5????? 5???????6??????????????? 6????????????????? 7???????????????????????????????????????????????????? ?????????? 1?????????????????? 2???????1??????????????? 3???????????????????????????????? 4???????????????????????? 5?????????????????????????? ?????????? 1????????????????? 2????????????????????? 3??????????????????? ?????????????? 1????????????????? 2???????????????? 3??????1?????????????????? 4??????????????????????????????????? ?????????????????? 1?????????????????????????????? 2??????????????????????????????????????? 3??????????????????????????????????????????????????????? 4???????????????????????????????? 5?????????????????????????? 6??????????????????????????? ???????????? 1?????????????1??????? 2????????????????????????????? 3?????????????????????????? 4????10??????????????????? 5??????????????????????????????????? 6???????????????????????????? ?????????? 1????????????????????????? 2????????30???????????????????????????? 3?????????????????????????????? 4??????????????????? 5????????????????????????????? 6??????????????????????????24?????? 7??????????????????????????????????????? 8?????????????????????????????? 9?????????????????????????? 10??????????????? 11?HR??????????? 12????????????????????????????????? 13?????????????????????? 14???????????????????????? ??????????? 1????????????????????? 2???????????????????????? 3?????????????? 4?????????????????? 5?????????????????? ????????????????????tuiding02 at 163.com,??????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160815/764aa72e/attachment-0001.html From noreply at github.com Mon Aug 15 03:43:40 2016 From: noreply at github.com (GitHub) Date: Mon, 15 Aug 2016 00:43:40 -0700 Subject: [weld-commits] [weld/core] 745dfa: - added appropriate package to osgi bundle Message-ID: <57b172acb2874_34603fa5ed21d13084421@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 745dfa1f5d91bb94211d9ad421d5df4d4227e8ec https://github.com/weld/core/commit/745dfa1f5d91bb94211d9ad421d5df4d4227e8ec Author: lprimak Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M bundles/osgi/pom.xml M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployments.java Log Message: ----------- - added appropriate package to osgi bundle - fixed a bug when delimiter clashes with suffix Fixes Issue WELD-2064 Commit: c52175e9f5fc21ce3633b6d34646c927669e46e6 https://github.com/weld/core/commit/c52175e9f5fc21ce3633b6d34646c927669e46e6 Author: Martin Kouba Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployments.java A impl/src/test/java/org/jboss/weld/bootstrap/BeanDeploymentsTest.java Log Message: ----------- WELD-2064 Add unit test Compare: https://github.com/weld/core/compare/f4404b31a6ae...c52175e9f5fc From noreply at github.com Mon Aug 15 03:52:45 2016 From: noreply at github.com (GitHub) Date: Mon, 15 Aug 2016 00:52:45 -0700 Subject: [weld-commits] [weld/core] 004fd6: WELD-2064 Fixed a bug when delimiter clashes with ... Message-ID: <57b174cd68757_585b3feff435b14076086@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 004fd6a8cff6e0b4d9a26f05f90ca8102205aee9 https://github.com/weld/core/commit/004fd6a8cff6e0b4d9a26f05f90ca8102205aee9 Author: lprimak Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployments.java Log Message: ----------- WELD-2064 Fixed a bug when delimiter clashes with suffix Commit: 911a6811a61f9ad057ff566dfd9383d890e972cc https://github.com/weld/core/commit/911a6811a61f9ad057ff566dfd9383d890e972cc Author: Martin Kouba Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployments.java A impl/src/test/java/org/jboss/weld/bootstrap/BeanDeploymentsTest.java Log Message: ----------- WELD-2064 Add unit test Compare: https://github.com/weld/core/compare/987ccfe0540b...911a6811a61f From noreply at github.com Mon Aug 15 07:02:13 2016 From: noreply at github.com (GitHub) Date: Mon, 15 Aug 2016 04:02:13 -0700 Subject: [weld-commits] [weld/core] 51ddb0: WELD-2221 AnnotatedTypeValidator should consider e... Message-ID: <57b1a13534139_25863fb9d82b314026732@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 51ddb0b5160a0b7280d8a734f75044034ff91c09 https://github.com/weld/core/commit/51ddb0b5160a0b7280d8a734f75044034ff91c09 Author: Martin Kouba Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/annotated/AnnotatedTypeValidator.java M impl/src/main/java/org/jboss/weld/logging/MetadataLogger.java Log Message: ----------- WELD-2221 AnnotatedTypeValidator should consider extended interfaces From noreply at github.com Mon Aug 15 07:05:32 2016 From: noreply at github.com (GitHub) Date: Mon, 15 Aug 2016 04:05:32 -0700 Subject: [weld-commits] [weld/core] f45d68: WELD-2221 AnnotatedTypeValidator should consider e... Message-ID: <57b1a1fc7c301_fe03fe853ffb13c163bd@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: f45d6839f08fdfa5a98a08411b7671ef173c99d4 https://github.com/weld/core/commit/f45d6839f08fdfa5a98a08411b7671ef173c99d4 Author: Martin Kouba Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/annotated/AnnotatedTypeValidator.java M impl/src/main/java/org/jboss/weld/logging/MetadataLogger.java Log Message: ----------- WELD-2221 AnnotatedTypeValidator should consider extended interfaces From noreply at github.com Mon Aug 15 08:09:10 2016 From: noreply at github.com (GitHub) Date: Mon, 15 Aug 2016 05:09:10 -0700 Subject: [weld-commits] [weld/core] 4ea03f: WELD-2218 do not automatically add interceptor/dec... Message-ID: <57b1b0e6f16ae_7bf3f9084669140755f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 4ea03fb6ffcd37bcfc88845eb1fc90569bcb90cc https://github.com/weld/core/commit/4ea03fb6ffcd37bcfc88845eb1fc90569bcb90cc Author: Tomas Remes Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java M environments/se/core/src/test/java/org/jboss/weld/environment/se/test/builder/WeldBuilderTest.java M environments/se/core/src/test/java/org/jboss/weld/environment/se/test/interceptors/enablement/InterceptorEnabledForAppAndArchiveTest.java M impl/src/main/java/org/jboss/weld/bootstrap/Validator.java M impl/src/main/java/org/jboss/weld/logging/ValidatorLogger.java Log Message: ----------- WELD-2218 do not automatically add interceptor/decorator to set of bean classes Commit: 5cb7dfdd93375b8fb9c34c0e92d1410e93721fbe https://github.com/weld/core/commit/5cb7dfdd93375b8fb9c34c0e92d1410e93721fbe Author: Martin Kouba Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java M impl/src/main/java/org/jboss/weld/bootstrap/Validator.java M impl/src/main/java/org/jboss/weld/logging/ValidatorLogger.java Log Message: ----------- WELD-2218 Minor javadoc and logger updates Compare: https://github.com/weld/core/compare/51ddb0b5160a...5cb7dfdd9337 From noreply at github.com Mon Aug 15 08:14:51 2016 From: noreply at github.com (GitHub) Date: Mon, 15 Aug 2016 05:14:51 -0700 Subject: [weld-commits] [weld/core] 5ae497: WELD-2218 do not automatically add interceptor/dec... Message-ID: <57b1b23bd5166_22073f9895bd9134671f@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 5ae4978ed14484cdfd9d5283b803911573368662 https://github.com/weld/core/commit/5ae4978ed14484cdfd9d5283b803911573368662 Author: Tomas Remes Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java M environments/se/core/src/test/java/org/jboss/weld/environment/se/test/builder/WeldBuilderTest.java M environments/se/core/src/test/java/org/jboss/weld/environment/se/test/interceptors/enablement/InterceptorEnabledForAppAndArchiveTest.java M impl/src/main/java/org/jboss/weld/bootstrap/Validator.java M impl/src/main/java/org/jboss/weld/logging/ValidatorLogger.java Log Message: ----------- WELD-2218 do not automatically add interceptor/decorator to set of bean classes Commit: 104964e31c310c4b69a75ba3e1e7a7270a38d7d0 https://github.com/weld/core/commit/104964e31c310c4b69a75ba3e1e7a7270a38d7d0 Author: Martin Kouba Date: 2016-08-15 (Mon, 15 Aug 2016) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java M impl/src/main/java/org/jboss/weld/bootstrap/Validator.java M impl/src/main/java/org/jboss/weld/logging/ValidatorLogger.java Log Message: ----------- WELD-2218 Minor javadoc and logger updates Compare: https://github.com/weld/core/compare/f45d6839f08f...104964e31c31 From noreply at github.com Tue Aug 16 03:17:44 2016 From: noreply at github.com (GitHub) Date: Tue, 16 Aug 2016 00:17:44 -0700 Subject: [weld-commits] [weld/core] 30c61c: Probe - fix observer methods filtering (txPhase, r... Message-ID: <57b2be182b175_58bd3f87614eb13c757d8@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 30c61c074d31e8f2a6131e7d95b401c0149ca9b7 https://github.com/weld/core/commit/30c61c074d31e8f2a6131e7d95b401c0149ca9b7 Author: Martin Kouba Date: 2016-08-16 (Tue, 16 Aug 2016) Changed paths: M probe/core/src/main/client/app.js M probe/core/src/main/client/probe.html M probe/core/src/main/java/org/jboss/weld/probe/Queries.java Log Message: ----------- Probe - fix observer methods filtering (txPhase, reception) From noreply at github.com Tue Aug 16 03:18:14 2016 From: noreply at github.com (GitHub) Date: Tue, 16 Aug 2016 00:18:14 -0700 Subject: [weld-commits] [weld/core] 55e22d: Probe - fix observer methods filtering (txPhase, r... Message-ID: <57b2be364c12e_2f5c3fa07035f138267fb@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 55e22d580894edb8da2166bf31ca560f11cbf899 https://github.com/weld/core/commit/55e22d580894edb8da2166bf31ca560f11cbf899 Author: Martin Kouba Date: 2016-08-16 (Tue, 16 Aug 2016) Changed paths: M probe/core/src/main/client/app.js M probe/core/src/main/client/probe.html M probe/core/src/main/java/org/jboss/weld/probe/Queries.java Log Message: ----------- Probe - fix observer methods filtering (txPhase, reception) From noreply at github.com Tue Aug 16 09:23:44 2016 From: noreply at github.com (GitHub) Date: Tue, 16 Aug 2016 06:23:44 -0700 Subject: [weld-commits] [weld/core] 1119ad: WELD-2222 Probe - allow to filter unused beans Message-ID: <57b313e0d0863_4dad3faa41c0b130101583@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 1119ade1502838e11a2e80824811415c3f618c01 https://github.com/weld/core/commit/1119ade1502838e11a2e80824811415c3f618c01 Author: Martin Kouba Date: 2016-08-16 (Tue, 16 Aug 2016) Changed paths: M probe/core/src/main/client/app.js M probe/core/src/main/client/basic.css M probe/core/src/main/client/probe.html M probe/core/src/main/java/org/jboss/weld/probe/Components.java M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java M probe/core/src/main/java/org/jboss/weld/probe/Probe.java M probe/core/src/main/java/org/jboss/weld/probe/Queries.java M probe/core/src/main/java/org/jboss/weld/probe/Strings.java Log Message: ----------- WELD-2222 Probe - allow to filter unused beans From noreply at github.com Tue Aug 16 09:24:20 2016 From: noreply at github.com (GitHub) Date: Tue, 16 Aug 2016 06:24:20 -0700 Subject: [weld-commits] [weld/core] ae9e6a: WELD-2222 Probe - allow to filter unused beans Message-ID: <57b3140447de2_2cb23f97785e913464845@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: ae9e6af3da1efde2787d550b13fa7e5eebbad2e6 https://github.com/weld/core/commit/ae9e6af3da1efde2787d550b13fa7e5eebbad2e6 Author: Martin Kouba Date: 2016-08-16 (Tue, 16 Aug 2016) Changed paths: M probe/core/src/main/client/app.js M probe/core/src/main/client/basic.css M probe/core/src/main/client/probe.html M probe/core/src/main/java/org/jboss/weld/probe/Components.java M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java M probe/core/src/main/java/org/jboss/weld/probe/Probe.java M probe/core/src/main/java/org/jboss/weld/probe/Queries.java M probe/core/src/main/java/org/jboss/weld/probe/Strings.java Log Message: ----------- WELD-2222 Probe - allow to filter unused beans From noreply at github.com Tue Aug 16 09:35:42 2016 From: noreply at github.com (GitHub) Date: Tue, 16 Aug 2016 06:35:42 -0700 Subject: [weld-commits] [weld/core] f4cd7d: Upgrade Weld API in BOM to 2.4.CR1 Message-ID: <57b316ae8f331_71623fce0a7931388328c@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: f4cd7d3378466444b7b6dfd92e2f73392450befa https://github.com/weld/core/commit/f4cd7d3378466444b7b6dfd92e2f73392450befa Author: Martin Kouba Date: 2016-08-16 (Tue, 16 Aug 2016) Changed paths: M bom/pom.xml Log Message: ----------- Upgrade Weld API in BOM to 2.4.CR1 From noreply at github.com Tue Aug 16 09:46:05 2016 From: noreply at github.com (GitHub) Date: Tue, 16 Aug 2016 06:46:05 -0700 Subject: [weld-commits] [weld/core] 36cd32: [maven-release-plugin] prepare release 2.4.0.CR1 Message-ID: <57b3191d51051_27ea3fd771f6913074212@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 36cd328dee51a62b62bc1db61b05ce0fb1abc521 https://github.com/weld/core/commit/36cd328dee51a62b62bc1db61b05ce0fb1abc521 Author: Martin Kouba Date: 2016-08-16 (Tue, 16 Aug 2016) Changed paths: M bom/pom.xml M bundles/impl/pom.xml M bundles/osgi/pom.xml M docs/reference/pom.xml M environments/common/pom.xml M environments/se/build/pom.xml M environments/se/core/pom.xml M environments/se/pom.xml M environments/se/tests/pom.xml M environments/servlet/build/pom.xml M environments/servlet/core/pom.xml M environments/servlet/pom.xml M environments/servlet/tests/base/pom.xml M environments/servlet/tests/jetty/pom.xml M environments/servlet/tests/tomcat/pom.xml M examples/jsf/login/pom.xml M examples/jsf/numberguess/pom.xml M examples/jsf/pastecode/pom.xml M examples/jsf/permalink/pom.xml M examples/jsf/translator/ear/pom.xml M examples/jsf/translator/ejb/pom.xml M examples/jsf/translator/ftest/pom.xml M examples/jsf/translator/pom.xml M examples/jsf/translator/war/pom.xml M examples/osgi/paint-api/pom.xml M examples/osgi/paint-core/pom.xml M examples/osgi/paint-square/pom.xml M examples/osgi/paint-triangle/pom.xml M examples/osgi/pom.xml M examples/pom.xml M examples/se/groovy-numberguess/pom.xml M examples/se/hello-world/pom.xml M examples/se/numberguess/pom.xml M examples/webstart/pom.xml M impl/pom.xml M inject-tck-runner/pom.xml M jboss-as/pom.xml M jboss-tck-runner/pom.xml M jsf/pom.xml M pom.xml M porting-package/pom.xml M probe/core/pom.xml M probe/pom.xml M probe/tests/pom.xml M tests-arquillian/pom.xml M tests-common/pom.xml M tests/pom.xml Log Message: ----------- [maven-release-plugin] prepare release 2.4.0.CR1 From noreply at github.com Tue Aug 16 09:46:06 2016 From: noreply at github.com (GitHub) Date: Tue, 16 Aug 2016 06:46:06 -0700 Subject: [weld-commits] [weld/core] Message-ID: <57b3191eac6d4_e2e3f9cd4ff713891270@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/tags/2.4.0.CR1 Home: https://github.com/weld/core From noreply at github.com Tue Aug 16 09:46:10 2016 From: noreply at github.com (GitHub) Date: Tue, 16 Aug 2016 06:46:10 -0700 Subject: [weld-commits] [weld/core] d32b43: [maven-release-plugin] prepare for next developmen... Message-ID: <57b3192240401_21bd3f8936f0112c4359c@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: d32b43faf0402903155beede8fec6f94d88117dc https://github.com/weld/core/commit/d32b43faf0402903155beede8fec6f94d88117dc Author: Martin Kouba Date: 2016-08-16 (Tue, 16 Aug 2016) Changed paths: M bom/pom.xml M bundles/impl/pom.xml M bundles/osgi/pom.xml M docs/reference/pom.xml M environments/common/pom.xml M environments/se/build/pom.xml M environments/se/core/pom.xml M environments/se/pom.xml M environments/se/tests/pom.xml M environments/servlet/build/pom.xml M environments/servlet/core/pom.xml M environments/servlet/pom.xml M environments/servlet/tests/base/pom.xml M environments/servlet/tests/jetty/pom.xml M environments/servlet/tests/tomcat/pom.xml M examples/jsf/login/pom.xml M examples/jsf/numberguess/pom.xml M examples/jsf/pastecode/pom.xml M examples/jsf/permalink/pom.xml M examples/jsf/translator/ear/pom.xml M examples/jsf/translator/ejb/pom.xml M examples/jsf/translator/ftest/pom.xml M examples/jsf/translator/pom.xml M examples/jsf/translator/war/pom.xml M examples/osgi/paint-api/pom.xml M examples/osgi/paint-core/pom.xml M examples/osgi/paint-square/pom.xml M examples/osgi/paint-triangle/pom.xml M examples/osgi/pom.xml M examples/pom.xml M examples/se/groovy-numberguess/pom.xml M examples/se/hello-world/pom.xml M examples/se/numberguess/pom.xml M examples/webstart/pom.xml M impl/pom.xml M inject-tck-runner/pom.xml M jboss-as/pom.xml M jboss-tck-runner/pom.xml M jsf/pom.xml M pom.xml M porting-package/pom.xml M probe/core/pom.xml M probe/pom.xml M probe/tests/pom.xml M tests-arquillian/pom.xml M tests-common/pom.xml M tests/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From weld-commits at lists.jboss.org Tue Aug 16 15:31:00 2016 From: weld-commits at lists.jboss.org (radob) Date: Wed, 17 Aug 2016 03:31:00 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRz77ya5aaC5L2V5oiQ5Li66ZSA?= =?utf-8?b?5ZSu5Yag5Yab77yfbXU4?= Message-ID: <20160817033107864511@vjibdtb.com> weld-commits???? ???????????????????? ??????????????? 2016-8-173:31:06 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160817/37776d48/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ????2?????.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 16791 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20160817/37776d48/attachment-0001.bin From weld-commits at lists.jboss.org Sun Aug 21 21:45:19 2016 From: weld-commits at lists.jboss.org (gj) Date: Mon, 22 Aug 2016 09:45:19 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRzOuWmguS9leato+ehruWkhA==?= =?utf-8?b?55CG5ZGY5bel6L+d57qq6Zeu6aKY77yMIHRudGNx?= Message-ID: <20160822094526266014@uenshoc.com> weld-commits: ?? 1.???????????????????????????? 2.?????????????????? 3.???????????????????????? 4.?????????????????????????? 5.?????????????? 6.?????????????????????????? 7.?????????????????????????? 8.??????????????????? 9.??????????????????????? ??????????????????? ???????????? 2016/8/22 ???9:45:25 ??? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160822/8fd72078/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ??????????????????????.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 27222 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20160822/8fd72078/attachment-0001.bin From noreply at github.com Mon Aug 22 04:37:40 2016 From: noreply at github.com (GitHub) Date: Mon, 22 Aug 2016 01:37:40 -0700 Subject: [weld-commits] [weld/core] 25afb1: WELD-2219 Allow to export Probe mapping and monito... Message-ID: <57bab9d47aa5e_1fe33ff0c017514c129498@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 25afb14a8961131598090762ef176f9967b62b68 https://github.com/weld/core/commit/25afb14a8961131598090762ef176f9967b62b68 Author: Martin Kouba Date: 2016-08-22 (Mon, 22 Aug 2016) Changed paths: M environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/devmode/ProbeJmxIntegrationTest.java M probe/core/src/main/java/org/jboss/weld/probe/DefaultJsonDataProvider.java A probe/core/src/main/java/org/jboss/weld/probe/Exports.java M probe/core/src/main/java/org/jboss/weld/probe/JsonDataProvider.java M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java M probe/core/src/main/java/org/jboss/weld/probe/Resource.java Log Message: ----------- WELD-2219 Allow to export Probe mapping and monitoring data Commit: aa5d742df3b44f9184d194769b7ceadc48079f92 https://github.com/weld/core/commit/aa5d742df3b44f9184d194769b7ceadc48079f92 Author: Martin Kouba Date: 2016-08-22 (Mon, 22 Aug 2016) Changed paths: M docs/reference/src/main/asciidoc/configure.asciidoc M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java M probe/core/src/main/java/org/jboss/weld/probe/Exports.java M probe/core/src/main/java/org/jboss/weld/probe/ProbeExtension.java M probe/core/src/main/java/org/jboss/weld/probe/ProbeLogger.java Log Message: ----------- WELD-2219 Allow to export data after bootstrap - useful for non-web envs Compare: https://github.com/weld/core/compare/d32b43faf040...aa5d742df3b4 From noreply at github.com Mon Aug 22 04:38:03 2016 From: noreply at github.com (GitHub) Date: Mon, 22 Aug 2016 01:38:03 -0700 Subject: [weld-commits] [weld/core] e63f9c: WELD-2219 Allow to export Probe mapping and monito... Message-ID: <57bab9eb9e95_99c3fcdaf98f1401486a0@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: e63f9cdd892e894eaf5d889607628715f8b1991a https://github.com/weld/core/commit/e63f9cdd892e894eaf5d889607628715f8b1991a Author: Martin Kouba Date: 2016-08-22 (Mon, 22 Aug 2016) Changed paths: M environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/devmode/ProbeJmxIntegrationTest.java M probe/core/src/main/java/org/jboss/weld/probe/DefaultJsonDataProvider.java A probe/core/src/main/java/org/jboss/weld/probe/Exports.java M probe/core/src/main/java/org/jboss/weld/probe/JsonDataProvider.java M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java M probe/core/src/main/java/org/jboss/weld/probe/Resource.java Log Message: ----------- WELD-2219 Allow to export Probe mapping and monitoring data Commit: 943b61ad4ff7716abb86c335b2dd4450deca24b4 https://github.com/weld/core/commit/943b61ad4ff7716abb86c335b2dd4450deca24b4 Author: Martin Kouba Date: 2016-08-22 (Mon, 22 Aug 2016) Changed paths: M docs/reference/src/main/asciidoc/configure.asciidoc M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java M probe/core/src/main/java/org/jboss/weld/probe/Exports.java M probe/core/src/main/java/org/jboss/weld/probe/ProbeExtension.java M probe/core/src/main/java/org/jboss/weld/probe/ProbeLogger.java Log Message: ----------- WELD-2219 Allow to export data after bootstrap - useful for non-web envs Compare: https://github.com/weld/core/compare/ae9e6af3da1e...943b61ad4ff7 From noreply at github.com Mon Aug 22 10:38:55 2016 From: noreply at github.com (GitHub) Date: Mon, 22 Aug 2016 07:38:55 -0700 Subject: [weld-commits] [weld/core] fe78b1: WELD-2219 Fix observers export Message-ID: <57bb0e7fb18ef_59533fabf1675138743f8@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: fe78b1d2d721c0b7baa6a0689f778328d7559eb3 https://github.com/weld/core/commit/fe78b1d2d721c0b7baa6a0689f778328d7559eb3 Author: Martin Kouba Date: 2016-08-22 (Mon, 22 Aug 2016) Changed paths: M probe/core/src/main/java/org/jboss/weld/probe/DefaultJsonDataProvider.java M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java M probe/core/src/main/java/org/jboss/weld/probe/Queries.java Log Message: ----------- WELD-2219 Fix observers export From noreply at github.com Mon Aug 22 10:39:42 2016 From: noreply at github.com (GitHub) Date: Mon, 22 Aug 2016 07:39:42 -0700 Subject: [weld-commits] [weld/core] 9dd3d4: WELD-2219 Fix observers export Message-ID: <57bb0eaea9668_63613fdee22f5138863e4@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 9dd3d45db77af4191f328192b3597a3e1aa1d6f8 https://github.com/weld/core/commit/9dd3d45db77af4191f328192b3597a3e1aa1d6f8 Author: Martin Kouba Date: 2016-08-22 (Mon, 22 Aug 2016) Changed paths: M probe/core/src/main/java/org/jboss/weld/probe/DefaultJsonDataProvider.java M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java M probe/core/src/main/java/org/jboss/weld/probe/Queries.java Log Message: ----------- WELD-2219 Fix observers export From noreply at github.com Wed Aug 24 08:49:06 2016 From: noreply at github.com (GitHub) Date: Wed, 24 Aug 2016 05:49:06 -0700 Subject: [weld-commits] [weld/core] 7bfa8b: Remove unused junction plugin. Remove dependency v... Message-ID: <57bd97c2f39ce_40773fcbf471f13874261@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 7bfa8b47ef3bd85911b8cc22cf92f26d5c04ecff https://github.com/weld/core/commit/7bfa8b47ef3bd85911b8cc22cf92f26d5c04ecff Author: Matej Novotny Date: 2016-08-24 (Wed, 24 Aug 2016) Changed paths: M examples/jsf/numberguess/pom.xml M pom.xml Log Message: ----------- Remove unused junction plugin. Remove dependency version which is defined (identically) in weld-parent. From noreply at github.com Wed Aug 24 08:49:40 2016 From: noreply at github.com (GitHub) Date: Wed, 24 Aug 2016 05:49:40 -0700 Subject: [weld-commits] [weld/core] 43cdef: Removing junction plugin from numberguess jsf samp... Message-ID: <57bd97e4de06e_62d23f9e6e04313874051@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 43cdef8b2bd84df8ebe4bb5c26026b4a48d78c4b https://github.com/weld/core/commit/43cdef8b2bd84df8ebe4bb5c26026b4a48d78c4b Author: Matej Novotny Date: 2016-08-24 (Wed, 24 Aug 2016) Changed paths: M examples/jsf/numberguess/pom.xml Log Message: ----------- Removing junction plugin from numberguess jsf sample. From noreply at github.com Thu Aug 25 04:17:16 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 01:17:16 -0700 Subject: [weld-commits] [weld/parent] 47f0c9: WELD-2224 Cleanup and update of plugins. Message-ID: <57bea98c1c553_20563f8419a87140450c8@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/parent Commit: 47f0c93d3aeb31e3c7ae47af56d4b6efc274f259 https://github.com/weld/parent/commit/47f0c93d3aeb31e3c7ae47af56d4b6efc274f259 Author: Matej Novotny Date: 2016-08-25 (Thu, 25 Aug 2016) Changed paths: M pom.xml Log Message: ----------- WELD-2224 Cleanup and update of plugins. From noreply at github.com Thu Aug 25 04:18:19 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 01:18:19 -0700 Subject: [weld-commits] [weld/parent] 16cf89: [maven-release-plugin] prepare for next developmen... Message-ID: <57bea9cb5d6b5_2dfc3fcc9d4cb13012936d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/parent Commit: 16cf898cdc51ef989943e351e5c93db46a6f61c5 https://github.com/weld/parent/commit/16cf898cdc51ef989943e351e5c93db46a6f61c5 Author: Martin Kouba Date: 2016-08-25 (Thu, 25 Aug 2016) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From noreply at github.com Thu Aug 25 04:18:14 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 01:18:14 -0700 Subject: [weld-commits] [weld/parent] e70fd5: [maven-release-plugin] prepare release 35 Message-ID: <57bea9c62cefe_74813f94e70b913484829@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/parent Commit: e70fd524d5bee0d7fc3a39ce2768cc56617095ad https://github.com/weld/parent/commit/e70fd524d5bee0d7fc3a39ce2768cc56617095ad Author: Martin Kouba Date: 2016-08-25 (Thu, 25 Aug 2016) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release 35 From noreply at github.com Thu Aug 25 04:18:16 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 01:18:16 -0700 Subject: [weld-commits] [weld/parent] Message-ID: <57bea9c8dde9f_2fd13f8c7903d14045787@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/tags/35 Home: https://github.com/weld/parent From noreply at github.com Thu Aug 25 04:21:51 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 01:21:51 -0700 Subject: [weld-commits] [weld/build] 6abb03: WELD-2224 Excerpt generated logger classes from ch... Message-ID: <57beaa9fd874c_59663fbd6af271342617c@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/build Commit: 6abb03bdf8c7fd04de8cccaeea8313c64058a97c https://github.com/weld/build/commit/6abb03bdf8c7fd04de8cccaeea8313c64058a97c Author: Matej Novotny Date: 2016-08-25 (Thu, 25 Aug 2016) Changed paths: M build-config/pom.xml M build-config/src/main/resources/weld-checkstyle/checkstyle-suppressions.xml Log Message: ----------- WELD-2224 Excerpt generated logger classes from checkstyle plugin. Update parent version. From noreply at github.com Thu Aug 25 04:27:00 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 01:27:00 -0700 Subject: [weld-commits] [weld/build] b9ebbe: [maven-release-plugin] prepare release 11 Message-ID: <57beabd42ca2b_5f0e3fbd2e45b1381531b9@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/build Commit: b9ebbe7f226edc797a3028bc4ff323488d3da063 https://github.com/weld/build/commit/b9ebbe7f226edc797a3028bc4ff323488d3da063 Author: Martin Kouba Date: 2016-08-25 (Thu, 25 Aug 2016) Changed paths: M build-config/pom.xml Log Message: ----------- [maven-release-plugin] prepare release 11 From noreply at github.com Thu Aug 25 04:27:02 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 01:27:02 -0700 Subject: [weld-commits] [weld/build] Message-ID: <57beabd6b7a14_ce63fc7f5a1714044186@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/tags/11 Home: https://github.com/weld/build From noreply at github.com Thu Aug 25 04:27:09 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 01:27:09 -0700 Subject: [weld-commits] [weld/build] d7d1c8: [maven-release-plugin] prepare for next developmen... Message-ID: <57beabddcaef_7f6b3f93a510d13c45868@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/build Commit: d7d1c828fc5ed79786b8fbdb65ef7c22a5d58daa https://github.com/weld/build/commit/d7d1c828fc5ed79786b8fbdb65ef7c22a5d58daa Author: Martin Kouba Date: 2016-08-25 (Thu, 25 Aug 2016) Changed paths: M build-config/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From noreply at github.com Thu Aug 25 04:37:27 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 01:37:27 -0700 Subject: [weld-commits] [weld/parent] bc6282: Readd developer info Message-ID: <57beae47d09ce_6b013fb98182d140169991@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/parent Commit: bc6282fbcb78624e9cf150ced2a8df6ea5643e5d https://github.com/weld/parent/commit/bc6282fbcb78624e9cf150ced2a8df6ea5643e5d Author: Martin Kouba Date: 2016-08-25 (Thu, 25 Aug 2016) Changed paths: M pom.xml Log Message: ----------- Readd developer info From noreply at github.com Thu Aug 25 04:38:55 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 01:38:55 -0700 Subject: [weld-commits] [weld/parent] Message-ID: <57beae9fea6d2_78ba3ffc89cdb14c9674f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/tags/35 Home: https://github.com/weld/parent From noreply at github.com Thu Aug 25 04:39:58 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 01:39:58 -0700 Subject: [weld-commits] [weld/build] Message-ID: <57beaede7f79c_40943fd9977df13013044@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/tags/11 Home: https://github.com/weld/build From noreply at github.com Thu Aug 25 04:40:48 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 01:40:48 -0700 Subject: [weld-commits] [weld/parent] 6e1b55: [maven-release-plugin] prepare release 35 Message-ID: <57beaf105a900_45c23fdc896e7134818da@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/parent Commit: 6e1b55cb8a6b9a77870098c9d9432bbec9d523a6 https://github.com/weld/parent/commit/6e1b55cb8a6b9a77870098c9d9432bbec9d523a6 Author: Martin Kouba Date: 2016-08-25 (Thu, 25 Aug 2016) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release 35 From noreply at github.com Thu Aug 25 04:40:51 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 01:40:51 -0700 Subject: [weld-commits] [weld/parent] Message-ID: <57beaf136fb4_707c3fb68bc2b13c575a6@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/tags/35 Home: https://github.com/weld/parent From noreply at github.com Thu Aug 25 04:40:53 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 01:40:53 -0700 Subject: [weld-commits] [weld/parent] bd55bb: [maven-release-plugin] prepare for next developmen... Message-ID: <57beaf15212b9_7e6e3feff712b14c1090e5@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/parent Commit: bd55bbc217b6a8477a3df870f255946b634c7352 https://github.com/weld/parent/commit/bd55bbc217b6a8477a3df870f255946b634c7352 Author: Martin Kouba Date: 2016-08-25 (Thu, 25 Aug 2016) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From noreply at github.com Thu Aug 25 04:42:11 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 01:42:11 -0700 Subject: [weld-commits] [weld/build] 88083a: [maven-release-plugin] prepare release 11 Message-ID: <57beaf63be68d_1b013f8bf2dcb1404727f@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/build Commit: 88083ad60f56f20c2223ea491b81727987011ae3 https://github.com/weld/build/commit/88083ad60f56f20c2223ea491b81727987011ae3 Author: Martin Kouba Date: 2016-08-25 (Thu, 25 Aug 2016) Changed paths: M build-config/pom.xml Log Message: ----------- [maven-release-plugin] prepare release 11 From noreply at github.com Thu Aug 25 04:42:14 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 01:42:14 -0700 Subject: [weld-commits] [weld/build] Message-ID: <57beaf66b1e99_53ed3f987e15d12c1331f8@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/tags/11 Home: https://github.com/weld/build From noreply at github.com Thu Aug 25 04:42:17 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 01:42:17 -0700 Subject: [weld-commits] [weld/build] 1ab940: [maven-release-plugin] prepare for next developmen... Message-ID: <57beaf69403e6_51d63fd05aa05130148127@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/build Commit: 1ab940784f958cdad1e5e1b4904daafacf7a2702 https://github.com/weld/build/commit/1ab940784f958cdad1e5e1b4904daafacf7a2702 Author: Martin Kouba Date: 2016-08-25 (Thu, 25 Aug 2016) Changed paths: M build-config/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From noreply at github.com Thu Aug 25 07:40:57 2016 From: noreply at github.com (GitHub) Date: Thu, 25 Aug 2016 04:40:57 -0700 Subject: [weld-commits] [weld/core] dd9a16: WELD-2225 stick to new CDI 2.0-EDR2 SE API. Message-ID: <57bed9493500d_1c583f85efbd3134248e2@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: dd9a16e29733d3392723a9847910bf41c0bc0e04 https://github.com/weld/core/commit/dd9a16e29733d3392723a9847910bf41c0bc0e04 Author: Tomas Remes Date: 2016-08-25 (Thu, 25 Aug 2016) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java M environments/se/core/src/main/java/org/jboss/weld/environment/se/WeldContainer.java A environments/se/core/src/main/resources/META-INF/services/javax.enterprise.inject.se.SeContainerInitializer A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/synthethic/SyntheticBeanArchiveFromDirectoryTest.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/synthethic/testpackage/AlphaFromDirectory.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/synthethic/testpackage/nested/BetaFromDirectory.java M jboss-tck-runner/pom.xml Log Message: ----------- WELD-2225 stick to new CDI 2.0-EDR2 SE API. From noreply at github.com Fri Aug 26 05:08:56 2016 From: noreply at github.com (GitHub) Date: Fri, 26 Aug 2016 02:08:56 -0700 Subject: [weld-commits] [weld/core] c4c973: WELD-2203 Conform to CDI-596, use loggers, remove ... Message-ID: <57c0072826ad3_73ad3fe2f308b13041717@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: c4c9731e4c229b0305bba137b84f4d0741c02cdb https://github.com/weld/core/commit/c4c9731e4c229b0305bba137b84f4d0741c02cdb Author: Matej Novotny Date: 2016-08-26 (Fri, 26 Aug 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/events/ProcessAnnotatedTypeImpl.java M impl/src/main/java/org/jboss/weld/bootstrap/events/ProcessBeanAttributesImpl.java M impl/src/main/java/org/jboss/weld/bootstrap/events/ProcessInjectionPointImpl.java M impl/src/main/java/org/jboss/weld/bootstrap/events/ProcessObserverMethodImpl.java M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java Log Message: ----------- WELD-2203 Conform to CDI-596, use loggers, remove TODOs. From noreply at github.com Mon Aug 29 02:55:24 2016 From: noreply at github.com (GitHub) Date: Sun, 28 Aug 2016 23:55:24 -0700 Subject: [weld-commits] [weld/core] 442391: Update weld-parent version to 35. Correction to an... Message-ID: <57c3dc5c6c317_4613facb3ec51401170c3@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 44239124c7ffa0fc65cca45515d9e71ac1a26a43 https://github.com/weld/core/commit/44239124c7ffa0fc65cca45515d9e71ac1a26a43 Author: Matej Novotny Date: 2016-08-29 (Mon, 29 Aug 2016) Changed paths: M jboss-as/pom.xml M pom.xml Log Message: ----------- Update weld-parent version to 35. Correction to ant task in jboss updater. From noreply at github.com Mon Aug 29 02:58:37 2016 From: noreply at github.com (GitHub) Date: Sun, 28 Aug 2016 23:58:37 -0700 Subject: [weld-commits] [weld/core] b46fa1: Update weld-parent version to 35. Correction to an... Message-ID: <57c3dd1d7f35_7a6d3ff42e7d91348887c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: b46fa1c54c52fb899b7795bf0cf466d75ea85390 https://github.com/weld/core/commit/b46fa1c54c52fb899b7795bf0cf466d75ea85390 Author: Matej Novotny Date: 2016-08-29 (Mon, 29 Aug 2016) Changed paths: M jboss-as/pom.xml M pom.xml Log Message: ----------- Update weld-parent version to 35. Correction to ant task in jboss updater. Commit: c427c58152e433e5e2d858717c90f1a2ae78f3a8 https://github.com/weld/core/commit/c427c58152e433e5e2d858717c90f1a2ae78f3a8 Author: Matej Novotny Date: 2016-08-29 (Mon, 29 Aug 2016) Changed paths: M pom.xml Log Message: ----------- Override checkstyle plugin version to latest compatible with JDK 7. Compare: https://github.com/weld/core/compare/7bfa8b47ef3b...c427c58152e4 From weld-commits at lists.jboss.org Mon Aug 29 12:34:49 2016 From: weld-commits at lists.jboss.org (rv) Date: Tue, 30 Aug 2016 00:34:49 +0800 Subject: [weld-commits] =?utf-8?b?ZXpmZWEgIOS8geS4muWmguS9leWBmuWlveWGhQ==?= =?utf-8?b?6YOo5a6h6K6h77yf?= Message-ID: <20160830003503751107@atqsbn.com> weld-commits???? ???????????????????????????????????????????2004?????????????????????????????????2001??2004????????????10???????61.05%?????????????????????????????????????2004?????????????2001???2.5???????34.4%????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ???????????????,??????????????????????????????????,??????????????????,?????????????????????????????????????????????????????????,???????????????????????????? ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ???????????????????????????????? ????????????? 2016-8-300:35:02 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160830/20e2cb76/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ??????????.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 21644 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20160830/20e2cb76/attachment-0001.bin From weld-commits at lists.jboss.org Tue Aug 30 12:51:52 2016 From: weld-commits at lists.jboss.org (hvhg) Date: Wed, 31 Aug 2016 00:51:52 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRz77ya6LSo6YeP566h55CG55qE?= =?utf-8?b?5YWr5aSn5Y6f5YiZ?= Message-ID: <20160831005157612126@efapzucpp.net> ??????TQM?????? ??????????? ?????2016?9?9-10????9?22-23? ?? ????????????????????????????????????????? ?????3000?/?(??????????????) ?????0755-61280006, 010-51299910 18917870808 ??? QQ/??? 320588808 ????????????????????????????????? ????? ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ???????????????????????????????????????????? ??????????????????????????????????????????????????????????????????????????????????????????????????????????? ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ??????????????????????????????????????????????????????????????????????????TQM????????????????????????????????????????????????????TQM??????????????????????????????????TQM?????????????????????????????????????????????????????TQM????????????????????????????????????????????????? ???? 1.??????????????????????? 2.???????????,???????????????? 3.????????????????,????????????????? 4.?????TQM???TQM?????????? 5.???????????,????????? 6.????,?????????????????????????? 7.?????????????????????????????? 8.???????????????????????? 9.?????????,???????FMEA??????? 10.??????QCC??????,??????????? 11.??????????????,????????????? ????? ?????????????? 1?21???????? 2?????? 3???????????? 4???????? 5??????????????? 6?????????? 7??????????????? 8??????????? 9??????????? 10??????????????? 11?????????????? ???1?????? 2??????? 3)????? 4)???????? ???1??????? 2????? ??????????????? ???1)????????????? 2)??????????????????????? ?????????????? ?????????????????? 1?????????????KPI 2???????? 3?????????? 4?????????? 5??????? 6??????????????? 7?????? 8?????????????? 9?????????? 10???????????? 11????????? 12??????????? 13??????? 14?????????????? ??????? ?????????????? ???1????????? 2?????????? ?????? ?????????????? ??????? ?? ???????? 1???????????? 2????????????????? 3???????????????? 4????????????? 5?ISO9000??????????? 6?????????????? ???1???????? 2???? ??? ????????:1)????,???? 2)?????????????? ?????????? ?????? ??? ??TQM?????? 1??????? 2?TQM????? 3?TQM?????? 4????????????? 5?????????? 6?????????? 7?????????????? ???1????????? 2?????????? ????????????? ??????????? 1??????????????? 2??????????? 3???????????? 4?????????? 5????????? 6???????????? 7?????????? 8?????????????? ?????1???????????? 2??????????????? ?????1????????? 2?????? ????:??????????????? ????????????? 1??????????? 2????????????? 3????????????? 4???????????????? 5?????????????? ???????????????? ????????????????? ???1?????????????? 2?????????????? ????????????? 1???????????????? 2??????????????? 3???????????? 4???????????? 5?????????????? ????????????? ????????????????? ????????? ???????????? ??????????? ?????????CP ? ??????? ???????????? 1??????????????? 2??????????????? 3?????????? 4?????????? 5???????????? 6?????????????? 7???????????? 8???????????? 9?????????????? ???1????????????? 2???????????? ?????1)?????? 2?????? 3???????? ??????????????????????? ??????????????? ?? ??????????? 1??????????????? 2?QC????????? 3???? 4???8D 5?QCC?????? 6?FMEA???? 7?FMEA???? 8????????????? 9?????????????? ?????????8D???? ???????????????? ?????????? ???1???????FMEA???? 2???????8D???? ?????????????????? ?????????????????? ????? ???? ????????????????????? ???TWI?????? ??????????? ????????????? ???????????? ????????????????? ??????????????? ????????????????? ?????????? ???? 1997.3---1999.2 ??????????????????????????? 1999.3---2003.9 ????????????????? 2003.9---2008.9 ????????? 2008.9 ?? ???????? ???????????????????????????????????????????????????????????? ?2014??????????????????????????????????????????????????????????????????????????? ??????? ?????????????????????????????????????????????? ?????????????????????????????????????? ????????????????????????????? ????????????????????????????????????????????? ??????????????????????????????????????????? ?????????????????????????????????? ????????????????? ?????????????????????????? ??????????????????????????????? ???????????????????????? ???????????????????????????????????????? ??????????????????????????????? ??????????????????? ????????????????????? ???????????????????? ???????????????????????????? ?????? 2013??????????????????????????????? ?2011????????????????????????????????????????????????????????????? 2013????????????????TQM??????????????????93???? ???????????????????????? ------???? ???????????????????????????? ------???? ?????????????????????????????????????????? ------???? ??????????????????????????????????------???????????????????????????????????????? ------???? ????????????????????????????????????------????????????????????????????????------???? ?????????????? ------???? ????? ??????? ???????TQM??????? ???????? ????????????? ????????? ?????????????? ?TPM??????? ????????????? ???????? ???????? ???????? ?TQM??????? ?TPM??????? ?????? ?7S??? ???? ??????????? ?????????????? ??????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160831/2073a9c5/attachment-0001.html