From noreply at github.com Wed Jun 1 01:58:16 2016 From: noreply at github.com (GitHub) Date: Tue, 31 May 2016 22:58:16 -0700 Subject: [weld-commits] [weld/core] 7b7b72: WELD-2166 Test case Message-ID: <574e79786e450_dee3fd7fed032a0251115@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 7b7b723b8c16e5425edc2b65e7639a3110409453 https://github.com/weld/core/commit/7b7b723b8c16e5425edc2b65e7639a3110409453 Author: Martin Kouba Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: A environments/se/core/src/test/java/org/jboss/weld/environment/se/test/interceptors/enablement/InterceptorEnabledForAppAndArchiveTest.java A environments/se/core/src/test/java/org/jboss/weld/environment/se/test/interceptors/enablement/Transactional.java A environments/se/core/src/test/java/org/jboss/weld/environment/se/test/interceptors/enablement/TransactionalInterceptor.java A environments/se/core/src/test/java/org/jboss/weld/environment/se/test/interceptors/enablement/TransasctionalService.java Log Message: ----------- WELD-2166 Test case From noreply at github.com Wed Jun 1 03:10:01 2016 From: noreply at github.com (GitHub) Date: Wed, 01 Jun 2016 00:10:01 -0700 Subject: [weld-commits] [weld/core] 988a10: WELD-2165 Detect non-unique BeanDeploymentArchive/... Message-ID: <574e8a494a743_4b073f7fd11bd2b81738a8@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 988a10115af6886034c001bbc64083a84969f39e https://github.com/weld/core/commit/988a10115af6886034c001bbc64083a84969f39e Author: Martin Kouba Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployment.java M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeploymentArchiveMapping.java M impl/src/main/java/org/jboss/weld/bootstrap/DeploymentVisitor.java M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java M pom.xml M tests/pom.xml A tests/src/test/java/org/jboss/weld/tests/unit/deployment/structure/duplicit/Bar.java A tests/src/test/java/org/jboss/weld/tests/unit/deployment/structure/duplicit/DuplicateBeanArchiveIdTest.java A tests/src/test/java/org/jboss/weld/tests/unit/deployment/structure/duplicit/Foo.java Log Message: ----------- WELD-2165 Detect non-unique BeanDeploymentArchive/BeanManager identifier - also upgrade TestNG to 6.8.8 From noreply at github.com Wed Jun 1 03:11:13 2016 From: noreply at github.com (GitHub) Date: Wed, 01 Jun 2016 00:11:13 -0700 Subject: [weld-commits] [weld/core] 80351b: WELD-2165 Detect non-unique BeanDeploymentArchive/... Message-ID: <574e8a91ec7f0_763f3fbec0b2b2b867152@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 80351bff54b3ee4279aceee37a710bca9222f00e https://github.com/weld/core/commit/80351bff54b3ee4279aceee37a710bca9222f00e Author: Martin Kouba Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployment.java M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeploymentArchiveMapping.java M impl/src/main/java/org/jboss/weld/bootstrap/DeploymentVisitor.java M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java M pom.xml M tests/pom.xml A tests/src/test/java/org/jboss/weld/tests/unit/deployment/structure/duplicit/Bar.java A tests/src/test/java/org/jboss/weld/tests/unit/deployment/structure/duplicit/DuplicateBeanArchiveIdTest.java A tests/src/test/java/org/jboss/weld/tests/unit/deployment/structure/duplicit/Foo.java Log Message: ----------- WELD-2165 Detect non-unique BeanDeploymentArchive/BeanManager identifier - also upgrade TestNG to 6.8.8 From noreply at github.com Wed Jun 1 05:09:53 2016 From: noreply at github.com (GitHub) Date: Wed, 01 Jun 2016 02:09:53 -0700 Subject: [weld-commits] [weld/core] 598628: WELD-2166 Test case Message-ID: <574ea66163762_6de53f91388f32bc17124e@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 598628fa7e46b698ca0731bc374563250d5da3de https://github.com/weld/core/commit/598628fa7e46b698ca0731bc374563250d5da3de Author: Martin Kouba Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: A environments/se/core/src/test/java/org/jboss/weld/environment/se/test/interceptors/enablement/InterceptorEnabledForAppAndArchiveTest.java A environments/se/core/src/test/java/org/jboss/weld/environment/se/test/interceptors/enablement/Transactional.java A environments/se/core/src/test/java/org/jboss/weld/environment/se/test/interceptors/enablement/TransactionalInterceptor.java A environments/se/core/src/test/java/org/jboss/weld/environment/se/test/interceptors/enablement/TransasctionalService.java Log Message: ----------- WELD-2166 Test case Commit: 2388d1ed7defdbb7cce3147b39252b3af806f814 https://github.com/weld/core/commit/2388d1ed7defdbb7cce3147b39252b3af806f814 Author: Martin Kouba Date: 2016-06-01 (Wed, 01 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/enablement/GlobalEnablementBuilder.java Log Message: ----------- WELD-2166 Fix GlobalEnablementBuilder Compare: https://github.com/weld/core/compare/80351bff54b3...2388d1ed7def From noreply at github.com Thu Jun 2 04:38:42 2016 From: noreply at github.com (GitHub) Date: Thu, 02 Jun 2016 01:38:42 -0700 Subject: [weld-commits] [weld/build] a0ef79: WELD-2149 Weld build fails on checkstyle on JDK9 Message-ID: <574ff0927914_f963fd9e28f12bc9796e@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/build Commit: a0ef79a4d28a3154fe49a56fad5ab013a71c17f0 https://github.com/weld/build/commit/a0ef79a4d28a3154fe49a56fad5ab013a71c17f0 Author: Antoine Sabot-Durand Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M build-config/pom.xml M build-config/src/main/resources/weld-checkstyle/checkstyle.xml Log Message: ----------- WELD-2149 Weld build fails on checkstyle on JDK9 Add a profile only activated for Oracle JDK version under 1.9 to include tools.jar since checkstyle engine has to be updated? to 6.18 some rules should be removed: - RedundantThrows was removed in 6.2: https://github.com/checkstyle/checkstyle/issues/473 - RedundantModifier changed its behavior and is far too strict now Commit: f56969cfc5971a1b152746b41ecb79decb78d168 https://github.com/weld/build/commit/f56969cfc5971a1b152746b41ecb79decb78d168 Author: Martin Kouba Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M build-config/pom.xml Log Message: ----------- [maven-release-plugin] prepare release 10 Compare: https://github.com/weld/build/compare/cf67c618899e...f56969cfc597 From noreply at github.com Thu Jun 2 04:38:45 2016 From: noreply at github.com (GitHub) Date: Thu, 02 Jun 2016 01:38:45 -0700 Subject: [weld-commits] [weld/build] Message-ID: <574ff0955f65b_69fe3fdd83e8b2a0173250@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/tags/10 Home: https://github.com/weld/build From noreply at github.com Thu Jun 2 04:38:47 2016 From: noreply at github.com (GitHub) Date: Thu, 02 Jun 2016 01:38:47 -0700 Subject: [weld-commits] [weld/build] 20ee74: [maven-release-plugin] prepare for next developmen... Message-ID: <574ff0977bdc3_1d303fb6d95452c011571f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/build Commit: 20ee74e3cb332d1fa3e6a54eac72d0cf754c24ff https://github.com/weld/build/commit/20ee74e3cb332d1fa3e6a54eac72d0cf754c24ff Author: Martin Kouba Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M build-config/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From noreply at github.com Thu Jun 2 04:45:00 2016 From: noreply at github.com (GitHub) Date: Thu, 02 Jun 2016 01:45:00 -0700 Subject: [weld-commits] [weld/parent] 6c0c84: WELD-2149 Weld build fails on checkstyle with JDK9 Message-ID: <574ff20c3f79f_5d043f7ff5b4729c5941b@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/parent Commit: 6c0c84655d3aa7736444fad4b045fc47569cb02d https://github.com/weld/parent/commit/6c0c84655d3aa7736444fad4b045fc47569cb02d Author: Antoine Sabot-Durand Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M pom.xml Log Message: ----------- WELD-2149 Weld build fails on checkstyle with JDK9 - Upgrade weld-common-build-config version to avoid tools.jar issue - Update checkstyle to 6.18 (official JDK9 support) - Update checkstyle Maven plugin to 2.17 (not mandatory to correct issue) From noreply at github.com Thu Jun 2 04:46:21 2016 From: noreply at github.com (GitHub) Date: Thu, 02 Jun 2016 01:46:21 -0700 Subject: [weld-commits] [weld/parent] e53db0: Upgrade weld-common-build-config to 10 Message-ID: <574ff25d9f1c4_7d8d3f8c10ff52b8162285@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/parent Commit: e53db089718690b582fc9361cac08c0aa3499fc4 https://github.com/weld/parent/commit/e53db089718690b582fc9361cac08c0aa3499fc4 Author: Martin Kouba Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M pom.xml Log Message: ----------- Upgrade weld-common-build-config to 10 From noreply at github.com Thu Jun 2 04:49:26 2016 From: noreply at github.com (GitHub) Date: Thu, 02 Jun 2016 01:49:26 -0700 Subject: [weld-commits] [weld/parent] 67ef2f: [maven-release-plugin] prepare release 34 Message-ID: <574ff31647eac_39893feff44af2bc11827@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/parent Commit: 67ef2f0e46a698d5de848746e618a8a67f427194 https://github.com/weld/parent/commit/67ef2f0e46a698d5de848746e618a8a67f427194 Author: Martin Kouba Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release 34 From noreply at github.com Thu Jun 2 04:49:29 2016 From: noreply at github.com (GitHub) Date: Thu, 02 Jun 2016 01:49:29 -0700 Subject: [weld-commits] [weld/parent] Message-ID: <574ff3191440a_7a73fab108932bc1314c8@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/tags/34 Home: https://github.com/weld/parent From noreply at github.com Thu Jun 2 04:49:30 2016 From: noreply at github.com (GitHub) Date: Thu, 02 Jun 2016 01:49:30 -0700 Subject: [weld-commits] [weld/parent] 506271: [maven-release-plugin] prepare for next developmen... Message-ID: <574ff31ad38ed_7ad13fe28e3a52b811186@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/parent Commit: 50627196c519d7f66789b913cda4c50d3f8e37dc https://github.com/weld/parent/commit/50627196c519d7f66789b913cda4c50d3f8e37dc Author: Martin Kouba Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From noreply at github.com Thu Jun 2 04:56:56 2016 From: noreply at github.com (GitHub) Date: Thu, 02 Jun 2016 01:56:56 -0700 Subject: [weld-commits] [weld/core] e548bb: WELD-2168 Probe - make use of highlight.js Message-ID: <574ff4d89c0ca_1c813f9979c8b2a0622a2@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: e548bbfcd69726c41920d64c94ee3dd248b90e47 https://github.com/weld/core/commit/e548bbfcd69726c41920d64c94ee3dd248b90e47 Author: Martin Kouba Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/util/reflection/Formats.java M probe/core/pom.xml M probe/core/src/main/client/app.js A probe/core/src/main/client/highlight-default.min-8.9.1.css A probe/core/src/main/client/highlight.min-8.9.1.js M probe/core/src/main/client/probe.html M probe/core/src/main/client/wro.xml M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java A probe/core/src/test/java/org/jboss/weld/probe/JsonObjectsTest.java Log Message: ----------- WELD-2168 Probe - make use of highlight.js From noreply at github.com Thu Jun 2 04:57:30 2016 From: noreply at github.com (GitHub) Date: Thu, 02 Jun 2016 01:57:30 -0700 Subject: [weld-commits] [weld/core] d1cfd2: WELD-2168 Probe - make use of highlight.js Message-ID: <574ff4fabc8e3_6abd3ff957d6f2a0130826@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: d1cfd27b2b59aa46438e534847a1a5e8fb3ce6df https://github.com/weld/core/commit/d1cfd27b2b59aa46438e534847a1a5e8fb3ce6df Author: Martin Kouba Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/util/reflection/Formats.java M probe/core/pom.xml M probe/core/src/main/client/app.js A probe/core/src/main/client/highlight-default.min-8.9.1.css A probe/core/src/main/client/highlight.min-8.9.1.js M probe/core/src/main/client/probe.html M probe/core/src/main/client/wro.xml M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java A probe/core/src/test/java/org/jboss/weld/probe/JsonObjectsTest.java Log Message: ----------- WELD-2168 Probe - make use of highlight.js From noreply at github.com Thu Jun 2 05:03:41 2016 From: noreply at github.com (GitHub) Date: Thu, 02 Jun 2016 02:03:41 -0700 Subject: [weld-commits] [weld/core] aea809: WeldConfiguration - minor javadoc fix Message-ID: <574ff66dd9e4a_79853f97fa72f2a0116482@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: aea809e0d781229b04d7f1c959fdb43dee7f433d https://github.com/weld/core/commit/aea809e0d781229b04d7f1c959fdb43dee7f433d Author: Martin Kouba Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/config/WeldConfiguration.java Log Message: ----------- WeldConfiguration - minor javadoc fix From noreply at github.com Thu Jun 2 05:03:52 2016 From: noreply at github.com (GitHub) Date: Thu, 02 Jun 2016 02:03:52 -0700 Subject: [weld-commits] [weld/core] 8e2dc7: WeldConfiguration - minor javadoc fix Message-ID: <574ff6787e061_5aff3f973d96d2a0626d@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 8e2dc7f33ba9b9015765afb2410c6d12f1886f48 https://github.com/weld/core/commit/8e2dc7f33ba9b9015765afb2410c6d12f1886f48 Author: Martin Kouba Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/config/WeldConfiguration.java Log Message: ----------- WeldConfiguration - minor javadoc fix From noreply at github.com Thu Jun 2 09:57:28 2016 From: noreply at github.com (GitHub) Date: Thu, 02 Jun 2016 06:57:28 -0700 Subject: [weld-commits] [weld/core] cbff52: WELD-2159 Fix NPE in ObserverMethodConfiguratorImp... Message-ID: <57503b48a43b6_4cec3fa4e4d2d2a0416753@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: cbff529c4f2b3e8c3966c0f2575cdeae5661283d https://github.com/weld/core/commit/cbff529c4f2b3e8c3966c0f2575cdeae5661283d Author: Martin Kouba Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/events/builder/Configurators.java M impl/src/main/java/org/jboss/weld/bootstrap/events/builder/ObserverMethodConfiguratorImpl.java Log Message: ----------- WELD-2159 Fix NPE in ObserverMethodConfiguratorImpl From noreply at github.com Thu Jun 2 10:37:50 2016 From: noreply at github.com (GitHub) Date: Thu, 02 Jun 2016 07:37:50 -0700 Subject: [weld-commits] [weld/core] 99a543: WELD-2169 Docs: Enhance Multiple event qualifiers ... Message-ID: <575044be1fc91_45e73fed69be32a068381@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 99a543997960188399eeb014633c8bac545245e9 https://github.com/weld/core/commit/99a543997960188399eeb014633c8bac545245e9 Author: Matej Novotny Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M docs/reference/src/main/asciidoc/events.asciidoc Log Message: ----------- WELD-2169 Docs: Enhance Multiple event qualifiers section. From noreply at github.com Thu Jun 2 10:38:29 2016 From: noreply at github.com (GitHub) Date: Thu, 02 Jun 2016 07:38:29 -0700 Subject: [weld-commits] [weld/core] bb6783: WELD-2169 Docs: Enhance Multiple event qualifiers ... Message-ID: <575044e5dcd8_15fb3f8d831052c01463c@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: bb6783e4a0c4175be5bcc104c77082c34d06f041 https://github.com/weld/core/commit/bb6783e4a0c4175be5bcc104c77082c34d06f041 Author: Matej Novotny Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M docs/reference/src/main/asciidoc/events.asciidoc Log Message: ----------- WELD-2169 Docs: Enhance Multiple event qualifiers section. From noreply at github.com Thu Jun 2 11:05:41 2016 From: noreply at github.com (GitHub) Date: Thu, 02 Jun 2016 08:05:41 -0700 Subject: [weld-commits] [weld/core] 986493: Probe bootstrap stats - use AtomicInteger, init ma... Message-ID: <57504b452fd91_1db53fde3372d2a0702fd@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 986493dfdea8827f36a7ffa7b9b8a23b4d33a2c1 https://github.com/weld/core/commit/986493dfdea8827f36a7ffa7b9b8a23b4d33a2c1 Author: Martin Kouba Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M probe/core/src/main/java/org/jboss/weld/probe/BootstrapStats.java M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java Log Message: ----------- Probe bootstrap stats - use AtomicInteger, init map beforehand From noreply at github.com Thu Jun 2 11:06:27 2016 From: noreply at github.com (GitHub) Date: Thu, 02 Jun 2016 08:06:27 -0700 Subject: [weld-commits] [weld/core] e8b506: Probe bootstrap stats - use AtomicInteger, init ma... Message-ID: <57504b735779e_1d2a3ff63972b2c0181078@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: e8b50620972da4a9ee8624a15ffeab99a225c704 https://github.com/weld/core/commit/e8b50620972da4a9ee8624a15ffeab99a225c704 Author: Martin Kouba Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M probe/core/src/main/java/org/jboss/weld/probe/BootstrapStats.java M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java Log Message: ----------- Probe bootstrap stats - use AtomicInteger, init map beforehand From weld-commits at lists.jboss.org Thu Jun 2 22:48:32 2016 From: weld-commits at lists.jboss.org (myczyfl) Date: Fri, 3 Jun 2016 10:48:32 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRz77ya546v5aKD44CB5a6J5YWo?= =?utf-8?b?5Y+K5bel5Lia5Y2r55Sf5rOV5b6L5rOV6KeE5Z+656GA55+l6K+G?= Message-ID: <20160603104837516554@jsxhxbzus.net> ?????????? ????? ??????????????????????????????????????????????????????????????????????????????????????????????????????EHS??????????EHS????????????????????????? ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ????? ?????EHS???EHS?????????????????????????????????????????ISO14001????OHS18001???? ?????????????????????????????? ?????6?25-26? ?? ?????3200?/? (?????????????????) ?????021-31006787 18917870808 ??? QQ????320588808 ????: ???????????????????????????????????? ????: 1.??????????????????????? 2.?????????????????????? 3.???????????????????? ????? ??? ???????????????????? ????????????????????????? ????????????????????????? ??EMS?OH&S??????????????? ????????????????????????????? ?1???????? ???????????????? ????????????? ?????????????????????????? ???????????? ?????????????????-??????????????? ??????????????????????????????? ?2???????? ?????????????? ????????????????????????????? ??????????????? ?????????????????? ?3?????????? ????????? ??????????????? ?????????????????????? ????????????????????????????-?????? ???????????? ??????????????????? ?4?????????????? ??????????? ? ?????????? ????????????? ????????? ???????????????? ??? ?????????????????????????????????? ?1? ?????????????????? ?2016???????????????? ??????-??????????????????(2013??)?? ??????-??????2014?????????????????????????????????? ????????-????????????????? ?????????????????????(??)?? ?2?????????????????? ????????-2015????????????????????? ???GHS?????????????????????????2013??? ???????-??????????????? ???????-????????????????????????????????? ???????-???????????????????????????????????????? ???????-????????????????????2015????????? ???????-????????????????? ???????-???????????????? ???????-????????????????????????????? ?3????????????????? ???????-??????????????????????????????????? ????????????? ?2015??????????? ?2013?????? ?GBZ188?????????? ?????????????? ????????-??????????????? ?????????????-?????????????????? ????? ????? ????????????? ???????????????????? ?????????? ???????????????????????? ????????????????EHS?????? ?????????????????????????EHS???????????????, ??????EHS????????????????????????500????????????????????????????????????????????????????????????? ?????????????EHS??????????????????????????????????????????????????????????????????????????????????????????????????????????? ????? ?6S??????????????????????EHS????????????EHS??????????????????????????????????????????????????????????????????GHS????????????????????????????BBS&STOP???????????????????????????????????????????????????????????????????????????????SCC????????????????? ????????? ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????.???????????????????????????????????????????????????????????????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160603/3a9a521c/attachment-0001.html From noreply at github.com Mon Jun 6 06:44:08 2016 From: noreply at github.com (GitHub) Date: Mon, 06 Jun 2016 03:44:08 -0700 Subject: [weld-commits] [weld/core] 039114: WELD-2170 log vetoing extension actions. Message-ID: <575553f8a2bda_38db3fcb070432bc537c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 039114731e401a3a520e9d4898100b97cc798243 https://github.com/weld/core/commit/039114731e401a3a520e9d4898100b97cc798243 Author: Tomas Remes Date: 2016-06-06 (Mon, 06 Jun 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/logging/BootstrapLogger.java Log Message: ----------- WELD-2170 log vetoing extension actions. From noreply at github.com Mon Jun 6 06:45:10 2016 From: noreply at github.com (GitHub) Date: Mon, 06 Jun 2016 03:45:10 -0700 Subject: [weld-commits] [weld/core] ac111d: WELD-2170 log vetoing extension actions. Message-ID: <5755543627aa_11c73f832c4c72c028035@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: ac111d2e4b7083bd6e1c38daf4738c3119fe7ce9 https://github.com/weld/core/commit/ac111d2e4b7083bd6e1c38daf4738c3119fe7ce9 Author: Tomas Remes Date: 2016-06-06 (Mon, 06 Jun 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/logging/BootstrapLogger.java Log Message: ----------- WELD-2170 log vetoing extension actions. From weld-commits at lists.jboss.org Mon Jun 6 23:26:12 2016 From: weld-commits at lists.jboss.org (oer) Date: Tue, 7 Jun 2016 11:26:12 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRz77ya5bel5LiaNC4w6IOM5pmv?= =?utf-8?b?5LiL5Lit5Zu95Yi26YCg5Lia55qE5piO5aSpIGdpYzB1?= Message-ID: <20160607112622713852@wlse.org> ???weld-commits:??? ??4.0??????????? ?????????????????????? ???????????????????? ??????????????????? ??????????????? ??? 2016-6-711:26:22 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160607/7f69cc5b/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ??4.0???????????.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 19840 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20160607/7f69cc5b/attachment-0001.bin From noreply at github.com Tue Jun 7 05:21:23 2016 From: noreply at github.com (GitHub) Date: Tue, 07 Jun 2016 02:21:23 -0700 Subject: [weld-commits] [weld/core] 63a623: WELD-2171 log modifying actions in ATD. Message-ID: <575692133b367_d043f8ac82112bc19316@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 63a623e5c6f6b7dc82331368891cfba99cad43d8 https://github.com/weld/core/commit/63a623e5c6f6b7dc82331368891cfba99cad43d8 Author: Tomas Remes Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: A impl/src/main/java/org/jboss/weld/bootstrap/enablement/EnablementListView.java M impl/src/main/java/org/jboss/weld/bootstrap/enablement/GlobalEnablementBuilder.java A impl/src/main/java/org/jboss/weld/bootstrap/enablement/Item.java M impl/src/main/java/org/jboss/weld/bootstrap/events/AfterTypeDiscoveryImpl.java M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java M impl/src/main/java/org/jboss/weld/util/collections/ListView.java M impl/src/test/java/org/jboss/weld/tests/unit/util/collections/ListViewTest.java Log Message: ----------- WELD-2171 log modifying actions in ATD. From noreply at github.com Tue Jun 7 05:28:37 2016 From: noreply at github.com (GitHub) Date: Tue, 07 Jun 2016 02:28:37 -0700 Subject: [weld-commits] [weld/core] a445ee: WELD-2171 log modifying actions in ATD. Message-ID: <575693c53c837_a903faa5c5b52c034983@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: a445eef5e07177bbe4554f47d818caf046ec7dd1 https://github.com/weld/core/commit/a445eef5e07177bbe4554f47d818caf046ec7dd1 Author: Tomas Remes Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/enablement/EnablementListView.java M impl/src/main/java/org/jboss/weld/bootstrap/enablement/GlobalEnablementBuilder.java M impl/src/main/java/org/jboss/weld/bootstrap/events/AfterTypeDiscoveryImpl.java M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java M impl/src/main/java/org/jboss/weld/util/collections/ListView.java M impl/src/test/java/org/jboss/weld/bootstrap/enablement/EnablementListViewTest.java Log Message: ----------- WELD-2171 log modifying actions in ATD. From weld-commits at lists.jboss.org Tue Jun 7 19:41:58 2016 From: weld-commits at lists.jboss.org (rhh) Date: Wed, 8 Jun 2016 07:41:58 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRzOuWmguS9leWkhOeQhuWRmA==?= =?utf-8?b?5bel6L+d57qq6Zeu6aKY?= Message-ID: <20160608074206026430@zfyfdfa.net> weld-commits: ?? 1.???????????????????????????? 2.?????????????????? 3.???????????????????????? 4.?????????????????????????? 5.?????????????? 6.?????????????????????????? 7.?????????????????????????? 8.??????????????????? 9.??????????????????????? ??????????????????? ???????????? 2016/6/8 ???7:42:05 ??? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160608/58712907/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ??????????????????????.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 27721 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20160608/58712907/attachment-0001.bin From noreply at github.com Thu Jun 9 10:08:32 2016 From: noreply at github.com (GitHub) Date: Thu, 09 Jun 2016 07:08:32 -0700 Subject: [weld-commits] [weld/core] a5ca4a: WELD-2173 add LICENSE file. Message-ID: <575978601101_d183fd718efd2b81459fe@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: a5ca4a6b2344af93c8ca2f34a97827212d51ee06 https://github.com/weld/core/commit/a5ca4a6b2344af93c8ca2f34a97827212d51ee06 Author: Matej Novotny Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: A LICENSE Log Message: ----------- WELD-2173 add LICENSE file. Commit: fa0ae64cc77a2ec44d70e45fa476c1abad390565 https://github.com/weld/core/commit/fa0ae64cc77a2ec44d70e45fa476c1abad390565 Author: Matej Novotny Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M docs/reference/src/main/asciidoc/configure.asciidoc M docs/reference/src/main/asciidoc/ee.asciidoc M docs/reference/src/main/asciidoc/injection.asciidoc M docs/reference/src/main/asciidoc/ri-spi.asciidoc Log Message: ----------- Correct links in Weld doc to point into CDI 1.2 specification Compare: https://github.com/weld/core/compare/63a623e5c6f6...fa0ae64cc77a From noreply at github.com Thu Jun 9 10:09:25 2016 From: noreply at github.com (GitHub) Date: Thu, 09 Jun 2016 07:09:25 -0700 Subject: [weld-commits] [weld/core] 5afd31: WELD-2173 add LICENSE file. Message-ID: <575978955ddfa_74cc3fc619e6129c30049@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 5afd310999b77f12c2e667e389047837825bed93 https://github.com/weld/core/commit/5afd310999b77f12c2e667e389047837825bed93 Author: Matej Novotny Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: A LICENSE Log Message: ----------- WELD-2173 add LICENSE file. Commit: fa019029b4b2de99bb5560681b5748d470a83bdf https://github.com/weld/core/commit/fa019029b4b2de99bb5560681b5748d470a83bdf Author: Matej Novotny Date: 2016-06-09 (Thu, 09 Jun 2016) Changed paths: M docs/reference/src/main/asciidoc/configure.asciidoc M docs/reference/src/main/asciidoc/ee.asciidoc M docs/reference/src/main/asciidoc/injection.asciidoc M docs/reference/src/main/asciidoc/ri-spi.asciidoc Log Message: ----------- Correct links in Weld doc to point into CDI 1.2 specification Compare: https://github.com/weld/core/compare/a445eef5e071...fa019029b4b2 From noreply at github.com Fri Jun 10 07:57:44 2016 From: noreply at github.com (GitHub) Date: Fri, 10 Jun 2016 04:57:44 -0700 Subject: [weld-commits] [weld/core] 665b44: WELD-2175 throw an exception when disposal method ... Message-ID: <575aab38cd595_60933f87e44ab2c0910a8@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 665b441859baa151e72ab4afb7ce015120138a03 https://github.com/weld/core/commit/665b441859baa151e72ab4afb7ce015120138a03 Author: Tomas Remes Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bean/DisposalMethod.java Log Message: ----------- WELD-2175 throw an exception when disposal method is a business method exposed by a remote business interface. From noreply at github.com Fri Jun 10 09:40:44 2016 From: noreply at github.com (GitHub) Date: Fri, 10 Jun 2016 06:40:44 -0700 Subject: [weld-commits] [weld/core] 25ee48: WELD-2176 test. Message-ID: <575ac35c95974_79853fc1a9da929c1476bb@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 25ee489de8c6f5ede04c2cd45efead3781bce1f3 https://github.com/weld/core/commit/25ee489de8c6f5ede04c2cd45efead3781bce1f3 Author: Tomas Remes Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: A tests-arquillian/src/test/java/org/jboss/weld/tests/disposer/withStaticProducer/DisposalMethodWithStaticProducerTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/disposer/withStaticProducer/Foo.java A tests-arquillian/src/test/java/org/jboss/weld/tests/disposer/withStaticProducer/FooProducer.java A tests-arquillian/src/test/java/org/jboss/weld/tests/disposer/withStaticProducer/StaticDisposer.java A tests-arquillian/src/test/java/org/jboss/weld/tests/disposer/withStaticProducer/StaticProducer.java Log Message: ----------- WELD-2176 test. Commit: 91f39540fd1a0c6043f05fde183736a072f5578a https://github.com/weld/core/commit/91f39540fd1a0c6043f05fde183736a072f5578a Author: Martin Kouba Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/injection/producer/AbstractMemberProducer.java Log Message: ----------- WELD-2176 Fix static disposer method invocation Compare: https://github.com/weld/core/compare/665b441859ba...91f39540fd1a From noreply at github.com Fri Jun 10 09:40:17 2016 From: noreply at github.com (GitHub) Date: Fri, 10 Jun 2016 06:40:17 -0700 Subject: [weld-commits] [weld/core] 81c2a0: WELD-2176 test. Message-ID: <575ac34118ecd_3df33fbcfd44f29c903ab@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 81c2a014b1c4aa5819d191fc8479ce410125df5c https://github.com/weld/core/commit/81c2a014b1c4aa5819d191fc8479ce410125df5c Author: Tomas Remes Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: A tests-arquillian/src/test/java/org/jboss/weld/tests/disposer/withStaticProducer/DisposalMethodWithStaticProducerTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/disposer/withStaticProducer/Foo.java A tests-arquillian/src/test/java/org/jboss/weld/tests/disposer/withStaticProducer/FooProducer.java A tests-arquillian/src/test/java/org/jboss/weld/tests/disposer/withStaticProducer/StaticDisposer.java A tests-arquillian/src/test/java/org/jboss/weld/tests/disposer/withStaticProducer/StaticProducer.java Log Message: ----------- WELD-2176 test. Commit: ab8ee9fbfa9ce9f821570fd01f46ef726d782e67 https://github.com/weld/core/commit/ab8ee9fbfa9ce9f821570fd01f46ef726d782e67 Author: Martin Kouba Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/injection/producer/AbstractMemberProducer.java Log Message: ----------- WELD-2176 Fix static disposer method invocation Compare: https://github.com/weld/core/compare/fa0ae64cc77a...ab8ee9fbfa9c From noreply at github.com Fri Jun 10 10:05:25 2016 From: noreply at github.com (GitHub) Date: Fri, 10 Jun 2016 07:05:25 -0700 Subject: [weld-commits] [weld/api] ed7c88: WELD-2174 add license file. Message-ID: <575ac9259d310_1bea3fcb706792bc1726ae@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: ed7c88f0d9599d8d9899618b9ff5f8785e0c8c67 https://github.com/weld/api/commit/ed7c88f0d9599d8d9899618b9ff5f8785e0c8c67 Author: Matej Novotny Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: A LICENSE Log Message: ----------- WELD-2174 add license file. From noreply at github.com Fri Jun 10 10:03:59 2016 From: noreply at github.com (GitHub) Date: Fri, 10 Jun 2016 07:03:59 -0700 Subject: [weld-commits] [weld/api] f50832: WELD-2149 Weld build fails on checkstyle with JDK9 Message-ID: <575ac8cf7d7b3_565a3f84d824d2bc4621c@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: f508323e5d6cbd7019ee8fd16f6a10af33c33c0a https://github.com/weld/api/commit/f508323e5d6cbd7019ee8fd16f6a10af33c33c0a Author: Antoine Sabot-Durand Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: M pom.xml Log Message: ----------- WELD-2149 Weld build fails on checkstyle with JDK9 - Change Weld Parent version to use correct version of checkstyle - Change Weld common build version to remove tools.jar dependency when under JDK9 Commit: 9aedcb95d17fe1b4ede8d0e45dad50e15ec588e5 https://github.com/weld/api/commit/9aedcb95d17fe1b4ede8d0e45dad50e15ec588e5 Author: Martin Kouba Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: M pom.xml Log Message: ----------- Upgrade weld-parent to 34 Compare: https://github.com/weld/api/compare/00c37e605f73...9aedcb95d17f From noreply at github.com Fri Jun 10 10:06:01 2016 From: noreply at github.com (GitHub) Date: Fri, 10 Jun 2016 07:06:01 -0700 Subject: [weld-commits] [weld/api] fe96e2: WELD-2174 add license file. Message-ID: <575ac949d010f_61843fa98579129c78251@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/api Commit: fe96e2a2617e1c3ae859feea28043e86d304e6bb https://github.com/weld/api/commit/fe96e2a2617e1c3ae859feea28043e86d304e6bb Author: Matej Novotny Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: A LICENSE Log Message: ----------- WELD-2174 add license file. From noreply at github.com Fri Jun 10 10:20:06 2016 From: noreply at github.com (GitHub) Date: Fri, 10 Jun 2016 07:20:06 -0700 Subject: [weld-commits] [weld/core] dde81c: WELD-2172 Probe - allow to test bean availability ... Message-ID: <575acc96b9d89_36293fc69390b2a0182519@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: dde81c1a3991052955da7c755aff5c1829088aac https://github.com/weld/core/commit/dde81c1a3991052955da7c755aff5c1829088aac Author: Martin Kouba Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/resolution/QualifierInstance.java 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/DefaultJsonDataProvider.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 A probe/core/src/main/java/org/jboss/weld/probe/Parsers.java M probe/core/src/main/java/org/jboss/weld/probe/Probe.java M probe/core/src/main/java/org/jboss/weld/probe/Resource.java A probe/core/src/main/java/org/jboss/weld/probe/SecurityActions.java M probe/core/src/main/java/org/jboss/weld/probe/Strings.java A probe/core/src/test/java/org/jboss/weld/probe/ParsersTest.java Log Message: ----------- WELD-2172 Probe - allow to test bean availability in a given bean archive - also add Object info to contextual instance detail From noreply at github.com Fri Jun 10 10:20:35 2016 From: noreply at github.com (GitHub) Date: Fri, 10 Jun 2016 07:20:35 -0700 Subject: [weld-commits] [weld/core] b8f337: WELD-2172 Probe - allow to test bean availability ... Message-ID: <575accb3250c3_6b263fe474b1d29c894f3@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: b8f33751f667a24e809dc1ae6d93906198fb6c4b https://github.com/weld/core/commit/b8f33751f667a24e809dc1ae6d93906198fb6c4b Author: Martin Kouba Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/resolution/QualifierInstance.java 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/DefaultJsonDataProvider.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 A probe/core/src/main/java/org/jboss/weld/probe/Parsers.java M probe/core/src/main/java/org/jboss/weld/probe/Probe.java M probe/core/src/main/java/org/jboss/weld/probe/Resource.java A probe/core/src/main/java/org/jboss/weld/probe/SecurityActions.java M probe/core/src/main/java/org/jboss/weld/probe/Strings.java A probe/core/src/test/java/org/jboss/weld/probe/ParsersTest.java Log Message: ----------- WELD-2172 Probe - allow to test bean availability in a given bean archive - also add Object info to contextual instance detail From noreply at github.com Fri Jun 10 10:30:59 2016 From: noreply at github.com (GitHub) Date: Fri, 10 Jun 2016 07:30:59 -0700 Subject: [weld-commits] [weld/core] 2b7a8e: Probe UI minor Message-ID: <575acf232ad33_1c663f86003452b8141111@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 2b7a8e84f94cb7d00e9d3f6dff045da740651d18 https://github.com/weld/core/commit/2b7a8e84f94cb7d00e9d3f6dff045da740651d18 Author: Martin Kouba Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: M probe/core/src/main/client/probe.html Log Message: ----------- Probe UI minor From noreply at github.com Fri Jun 10 10:33:31 2016 From: noreply at github.com (GitHub) Date: Fri, 10 Jun 2016 07:33:31 -0700 Subject: [weld-commits] [weld/core] 04c803: Probe UI minor Message-ID: <575acfbb8cae7_36293fc69390b2a018296c@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 04c803f3fdec7f6c73971b7dfacb75701f006107 https://github.com/weld/core/commit/04c803f3fdec7f6c73971b7dfacb75701f006107 Author: Martin Kouba Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: M probe/core/src/main/client/probe.html Log Message: ----------- Probe UI minor From noreply at github.com Fri Jun 10 10:34:19 2016 From: noreply at github.com (GitHub) Date: Fri, 10 Jun 2016 07:34:19 -0700 Subject: [weld-commits] [weld/core] fa537b: Probe UI minor Message-ID: <575acfeb95bf3_56a93f85dd9952bc1169a1@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: fa537bbe8277f105d0e48796233b65f17dce39ed https://github.com/weld/core/commit/fa537bbe8277f105d0e48796233b65f17dce39ed Author: Martin Kouba Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: M probe/core/src/main/client/probe.html Log Message: ----------- Probe UI minor From weld-commits at lists.jboss.org Sun Jun 12 15:39:14 2016 From: weld-commits at lists.jboss.org (fubw) Date: Mon, 13 Jun 2016 03:39:14 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRzOkhS5pyA5qOY5omL55qE5Y2B?= =?utf-8?b?57G75qC45b+D6Zeu6aKY5Y+K6Kej5Yaz5pa55qGI?= Message-ID: <20160613033922803020@dciu.net> ???weld-commits??? ???????????????????????????? ??????????????? tuh22??? 2016/6/13 ???3:39:21 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160613/95377b8d/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: 2016?HR??????60??????????.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 17489 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20160613/95377b8d/attachment-0001.bin From noreply at github.com Mon Jun 13 03:09:47 2016 From: noreply at github.com (GitHub) Date: Mon, 13 Jun 2016 00:09:47 -0700 Subject: [weld-commits] [weld/core] e010ce: Upgrade weld-parent to 34 Message-ID: <575e5c3b704bf_47c63f8b6a99d2b86006c@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: e010ceadf50d782cb57d2b5ff98baf8cf5ffcdcf https://github.com/weld/core/commit/e010ceadf50d782cb57d2b5ff98baf8cf5ffcdcf Author: Martin Kouba Date: 2016-06-13 (Mon, 13 Jun 2016) Changed paths: M pom.xml Log Message: ----------- Upgrade weld-parent to 34 From noreply at github.com Mon Jun 13 07:07:09 2016 From: noreply at github.com (GitHub) Date: Mon, 13 Jun 2016 04:07:09 -0700 Subject: [weld-commits] [weld/core] dcf8b8: WELD-2178 log warning when AT not resolved to a be... Message-ID: <575e93ddf059d_11843fea5e4132b810065e@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: dcf8b8d912e9d74e84133139d3932ce647b7985a https://github.com/weld/core/commit/dcf8b8d912e9d74e84133139d3932ce647b7985a Author: Tomas Remes Date: 2016-06-13 (Mon, 13 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployer.java M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java M impl/src/main/java/org/jboss/weld/util/Beans.java Log Message: ----------- WELD-2178 log warning when AT not resolved to a bean. From noreply at github.com Mon Jun 13 07:08:00 2016 From: noreply at github.com (GitHub) Date: Mon, 13 Jun 2016 04:08:00 -0700 Subject: [weld-commits] [weld/core] e9ed60: WELD-2178 log warning when AT not resolved to a be... Message-ID: <575e9410e3526_f7b3fd0de5e72b8152019@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: e9ed604c7453dfdbcdb2c60554520c9cd273338a https://github.com/weld/core/commit/e9ed604c7453dfdbcdb2c60554520c9cd273338a Author: Tomas Remes Date: 2016-06-13 (Mon, 13 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployer.java M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java M impl/src/main/java/org/jboss/weld/util/Beans.java Log Message: ----------- WELD-2178 log warning when AT not resolved to a bean. From weld-commits at lists.jboss.org Mon Jun 13 19:06:25 2016 From: weld-commits at lists.jboss.org (sxvkkay) Date: Tue, 14 Jun 2016 07:06:25 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRz77ya5bel5LiaNC4w6IOM5pmv?= =?utf-8?b?5LiL5Lit5Zu95Yi26YCg5Lia55qE5piO5aSp?= Message-ID: <20160614070635040124@skwscu.com> ???weld-commits:??? ??4.0??????????? ?????????????????????? ???????????????????? ??????????????????? ??????????????? ??? 2016/6/14 ???7:06:35 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160614/af1d0dce/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ??4.0???????????.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 19899 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20160614/af1d0dce/attachment-0001.bin From noreply at github.com Wed Jun 15 07:16:00 2016 From: noreply at github.com (GitHub) Date: Wed, 15 Jun 2016 04:16:00 -0700 Subject: [weld-commits] [weld/core] 459642: WELD-2179 adding a reproducer. Message-ID: <576138f0ee4b2_34523fc90725929c77748@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 459642c274fa5dee6bb61b120872869979b74944 https://github.com/weld/core/commit/459642c274fa5dee6bb61b120872869979b74944 Author: Matej Novotny Date: 2016-06-15 (Wed, 15 Jun 2016) Changed paths: A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/decoration/DecoratedObserverMethodTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/decoration/Job.java A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/decoration/PackagePrivateWorker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/decoration/PrivateWorker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/decoration/ProtectedWorker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/decoration/PublicWorker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/decoration/Worker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/decoration/WorkerDecorator.java Log Message: ----------- WELD-2179 adding a reproducer. Commit: 6e1c9161bc82bd0aad694caf092e3f52d724382e https://github.com/weld/core/commit/6e1c9161bc82bd0aad694caf092e3f52d724382e Author: Matej Novotny Date: 2016-06-15 (Wed, 15 Jun 2016) Changed paths: A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/DecoratedProducerMethodTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/Lazy.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/PackagePrivateWorker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/PrivateWorker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/ProtectedWorker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/PublicWorker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/Worker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/WorkerDecorator.java Log Message: ----------- WELD-2179 added tests for decorated producers and disposers. Commit: aedb43e2ad091382cdf05d12c786b04a90510582 https://github.com/weld/core/commit/aedb43e2ad091382cdf05d12c786b04a90510582 Author: Martin Kouba Date: 2016-06-15 (Wed, 15 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/injection/VirtualMethodInjectionPoint.java M impl/src/main/java/org/jboss/weld/injection/producer/ProducerMethodProducer.java M tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/weld1950/Weld1950InjectionPointTest.java M tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/DecoratedProducerMethodTest.java M tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/Lazy.java M tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/PrivateWorker.java Log Message: ----------- WELD-2179 Fix private observer/producer/disposer on bean with decorator Compare: https://github.com/weld/core/compare/dcf8b8d912e9...aedb43e2ad09 From noreply at github.com Wed Jun 15 07:16:48 2016 From: noreply at github.com (GitHub) Date: Wed, 15 Jun 2016 04:16:48 -0700 Subject: [weld-commits] [weld/core] ef0457: WELD-2179 adding a reproducer. Message-ID: <5761392079910_71a13f84aa8992c035176@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: ef045701213a4c208bdf0d75db05fa6d111b5168 https://github.com/weld/core/commit/ef045701213a4c208bdf0d75db05fa6d111b5168 Author: Matej Novotny Date: 2016-06-15 (Wed, 15 Jun 2016) Changed paths: A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/decoration/DecoratedObserverMethodTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/decoration/Job.java A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/decoration/PackagePrivateWorker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/decoration/PrivateWorker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/decoration/ProtectedWorker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/decoration/PublicWorker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/decoration/Worker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/decoration/WorkerDecorator.java Log Message: ----------- WELD-2179 adding a reproducer. Commit: 3225d66da6eafa0b8251275d85a2a67c52866390 https://github.com/weld/core/commit/3225d66da6eafa0b8251275d85a2a67c52866390 Author: Matej Novotny Date: 2016-06-15 (Wed, 15 Jun 2016) Changed paths: A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/DecoratedProducerMethodTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/Lazy.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/PackagePrivateWorker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/PrivateWorker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/ProtectedWorker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/PublicWorker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/Worker.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/WorkerDecorator.java Log Message: ----------- WELD-2179 added tests for decorated producers and disposers. Commit: 9530dd3dae50b91195dd74668fb677c02390f885 https://github.com/weld/core/commit/9530dd3dae50b91195dd74668fb677c02390f885 Author: Martin Kouba Date: 2016-06-15 (Wed, 15 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/injection/VirtualMethodInjectionPoint.java M impl/src/main/java/org/jboss/weld/injection/producer/ProducerMethodProducer.java M tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/weld1950/Weld1950InjectionPointTest.java M tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/DecoratedProducerMethodTest.java M tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/Lazy.java M tests-arquillian/src/test/java/org/jboss/weld/tests/producer/disposer/decorated/PrivateWorker.java Log Message: ----------- WELD-2179 Fix private observer/producer/disposer on bean with decorator Compare: https://github.com/weld/core/compare/e9ed604c7453...9530dd3dae50 From weld-commits at lists.jboss.org Thu Jun 16 07:12:08 2016 From: weld-commits at lists.jboss.org (wuxaiqhr) Date: Thu, 16 Jun 2016 19:12:08 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRz77ya5LyB5Lia6KaB55qE5piv?= =?utf-8?b?5LuA5LmI77yf?= Message-ID: <20160616191215408257@ggkfno.com> weld-commits: ??? 1????????????????????????? 2???????????????????/??????? 3???????/???????????????? 4??????????????????????????????????? 5??????????????????????? 6?????????????????????????????? 7?????????????????? 8?????????????????????????? 9??????????????? 10???????????????????????? ??????????????????????????????????????????????????????????????????????????????????????? ????????????????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160616/83050249/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ??????.xlsx Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Size: 17127 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20160616/83050249/attachment-0001.bin From weld-commits at lists.jboss.org Sun Jun 19 10:21:53 2016 From: weld-commits at lists.jboss.org (mn) Date: Sun, 19 Jun 2016 22:21:53 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRz77ya5aaC5L2V566h55CG5Y+K?= =?utf-8?b?57u05oqk5Lqn5ZOB5biC5Zy6?= Message-ID: <20160619222202216668@vtmqlerzd.com> weld-commits: ??? 1????????????????????????? 2???????????????????/??????? 3???????/???????????????? 4??????????????????????????????????? 5??????????????????????? 6?????????????????????????????? 7?????????????????? 8?????????????????????????? 9??????????????? 10???????????????????????? ??????????????????????????????????????????????????????????????????????????????????????? ????????????????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160619/8c0933a1/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ??????.xlsx Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Size: 17127 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20160619/8c0933a1/attachment.bin From weld-commits at lists.jboss.org Mon Jun 20 05:32:25 2016 From: weld-commits at lists.jboss.org (aahacjr) Date: Mon, 20 Jun 2016 17:32:25 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRzOuWmguaenOWBmuWlveeOsA==?= =?utf-8?b?5Zy65bKX5L2NRUhT55qE5pyJ5pWI566h55CG77yf?= Message-ID: <20160620173233883867@wwvmgoi.org> ????????EHS???????? ?????? 2016?06?29-30????07?20-21???? ?????? ??EHS??2???????????????????? ?????? ???? + ???? + ???? +???? + ???? ?????? 4800?/1????????????????? ?????? 021-31006787 18917870808 ??? ????QQ? 320588808 ????? ???????EHS??????????????????????????EHS??????????????????????????????EHS????????????????????????????????????????????EHS??????????????EHS?????????????????? ????????????EHS?????????????????????????? ????EHS??????????? ????????EHS?????? ???????????EHS??????????????????? ???????????????????EHS????? ???EHS????????????????????????????????????????????????????????????????? ????????EHS???????????????????????????????????????EHS?????????????????????????????????????????????????????EHS??????????????????????????????????? ???? ??????? ?????????EHS?????????????????????????????????????????????????????EHS?????????EHS???????????????????????? ?????? ????????????????????EHS??????????????????EHS????????????????????????????????????????????????EHS???????????EHS??? EHS?????? ??EMS?OHSAS????????????????????????????????????????EHS??????????????????????????????????? ??EHS?????? ??EHS?????????????????????????????????EHS??????????????????EHS??????????????????????????????????????? ???? ?????? ?????????????????????????????????????????????????? EHS???? ??EHS???????EHS?????EHS????????????????????EHS????????????????? ???? ??EHS??????EHS??????????????EHS??????? ?????? ??EHS??????????????????????????????????EHS???? ???? ??????EHS???? a)????????????????? b)??????????????????? c)?????????? d)???EHS???????? e)????EHS??????? f)EHS?????????? g)??????EHS???? ????EHS???????? a)EHS?????????????????? b)??????EHS?? c)EHS???????? d)???????? e)?????????????????? f)??EHS????? g)EHS?????????? h)EHS?????????? ???? EHS?????? a)EHS?????? EHS?????? EHS??????? EHS????????? EHS????????????? ?????????????? ???????????????? b)EHS?????? ?????EHS???????? ?????????? ???????????????? c)EHS???????????? ?????????????EHS???????? EHS KPI?????????????? EHS???????????????????? ???????????EHS??????? ???????????????????? EHS????????? d)EHS????? EHS????????? EHS??????? ?EHS?????????????? EHS???? ???????????????EHS?????? e)EHS?????? ???????????????????? ?????? ???? ???????????????? ?????? ?????? ?????????????? ???????? ????????????? ????????? f)????????? g)???????????? ??????EHS??????? ?????????? ?????????? ????????????? ?????????????????? ??????????? ??????????? ?????????????????? ?????????????? ??????? ?????????? ????????????? ?????????? ???????????????? a)EHS????????????????? ??????SOP???????? ??????EHS??????????? ?????????????????????? ?????? ?????????EHS????? ???EHS???????????? b)EHS????????? ?????EHS??????? ?????????EHS?? ??TWI???????EHS???? ??????????????BBS??EHS???????? ????????? ?????????????????? ????EHS???? a??????????? b???????????? c????????????? d???????????????? e???EHS???? ?????????EHS????? ?????EHS????????? ????????? ????? f?EHS?????????? EHS????? EHS????????? ??????? ????EHS??????? a)??????EHS????????? ??????????? ??????????????? EHS??????????????? ???EHS?????????????? ???????EHS?????????????? b) EHS??????????? ????????????EHS???? ?????EHS KPI??????? ?????EHS???????????? ????????????EHS?? ?????????? EHS??????????????-????? ?????????? ??????? ???????????????? ??????????????????????? ??????????????? ????? ?????????????APP?????????????????????????????????11??????????6???????????????6???????????????????????????????????????????????????????????????????????????????????????????AON???????????????????????????????????????????????????? ?????????????????????????????????????????????????????????6????????????????????????2000????????5???????????????????????????????ISO14001&OHSAS18001???????6S??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ????????????????????????????????????????EHS??????????????????????????????????6S???????????????? ?????? ??/????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ? ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????SEW?????????????????????????????????????????????????????NGK??????????????????????????????????????????????????????? ? ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160620/0268d7e3/attachment-0001.html From noreply at github.com Mon Jun 20 09:43:35 2016 From: noreply at github.com (GitHub) Date: Mon, 20 Jun 2016 06:43:35 -0700 Subject: [weld-commits] [weld/api] c60950: [maven-release-plugin] prepare release 3.0.Alpha20 Message-ID: <5767f30732ddc_5b433fd8e3e1d2b841421@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: c609506339b7ed890f8edfb3a07ed4c1669ec5e7 https://github.com/weld/api/commit/c609506339b7ed890f8edfb3a07ed4c1669ec5e7 Author: Martin Kouba Date: 2016-06-20 (Mon, 20 Jun 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.Alpha20 From noreply at github.com Mon Jun 20 09:43:40 2016 From: noreply at github.com (GitHub) Date: Mon, 20 Jun 2016 06:43:40 -0700 Subject: [weld-commits] [weld/api] 7f784d: [maven-release-plugin] prepare for next developmen... Message-ID: <5767f30cd5b0_6c83f9950f4d2a01679dd@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 7f784d2bd94871e69e5edfe1c0435eabde7c95fc https://github.com/weld/api/commit/7f784d2bd94871e69e5edfe1c0435eabde7c95fc Author: Martin Kouba Date: 2016-06-20 (Mon, 20 Jun 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 Mon Jun 20 09:43:38 2016 From: noreply at github.com (GitHub) Date: Mon, 20 Jun 2016 06:43:38 -0700 Subject: [weld-commits] [weld/api] Message-ID: <5767f30a7a538_1b9b3fc366d552a089999@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/tags/3.0.Alpha20 Home: https://github.com/weld/api From noreply at github.com Wed Jun 22 07:56:02 2016 From: noreply at github.com (GitHub) Date: Wed, 22 Jun 2016 04:56:02 -0700 Subject: [weld-commits] [weld/core] 2c7472: WELD-2180 move @ActivateThreadScope to another pac... Message-ID: <576a7cd24138_5e893fe1ae0332a02842d9@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 2c747241ce06e6607165a35864fc5bd797fa4127 https://github.com/weld/core/commit/2c747241ce06e6607165a35864fc5bd797fa4127 Author: Tomas Remes Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/WeldSEBeanRegistrant.java A environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/activators/ActivateThreadScope.java A environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/activators/ActivateThreadScopeInterceptor.java M environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/interceptors/ActivateThreadScope.java R environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/interceptors/ActivateThreadScopeInterceptor.java M environments/se/core/src/main/java/org/jboss/weld/environment/se/logging/WeldSELogger.java Log Message: ----------- WELD-2180 move @ActivateThreadScope to another package. Commit: fafef83d8b47fdec0761c9b6d95657fc3191229c https://github.com/weld/core/commit/fafef83d8b47fdec0761c9b6d95657fc3191229c Author: Martin Kouba Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: 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/contexts/activators/ActivateRequestScope.java M environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/activators/ActivateRequestScopeInterceptor.java M environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/activators/ActivateThreadScope.java M environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/interceptors/ActivateThreadScope.java M environments/se/core/src/main/java/org/jboss/weld/environment/se/logging/WeldSELogger.java M environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/context/threadScope/Bar.java Log Message: ----------- WELD-2180 Minor corrections Compare: https://github.com/weld/core/compare/aedb43e2ad09...fafef83d8b47 From noreply at github.com Wed Jun 22 07:57:10 2016 From: noreply at github.com (GitHub) Date: Wed, 22 Jun 2016 04:57:10 -0700 Subject: [weld-commits] [weld/core] 7fdc85: WELD-2180 rename activators annotations package. Message-ID: <576a7d16c6619_61513fb2e572b2bc8380@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 7fdc8548bb48e71b06c76c2bb9cee56c7f2ec6aa https://github.com/weld/core/commit/7fdc8548bb48e71b06c76c2bb9cee56c7f2ec6aa Author: Tomas Remes Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/WeldSEBeanRegistrant.java A environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/activators/ActivateRequestScope.java A environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/activators/ActivateRequestScopeInterceptor.java A environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/activators/ActivateThreadScope.java A environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/activators/ActivateThreadScopeInterceptor.java R environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/interceptors/ActivateRequestScope.java R environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/interceptors/ActivateRequestScopeInterceptor.java R environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/interceptors/ActivateThreadScope.java R environments/se/core/src/main/java/org/jboss/weld/environment/se/contexts/interceptors/ActivateThreadScopeInterceptor.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/se/tests/src/test/java/org/jboss/weld/environment/se/test/context/threadScope/Bar.java M environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/context/threadScope/Foo.java Log Message: ----------- WELD-2180 rename activators annotations package. From noreply at github.com Wed Jun 22 15:26:49 2016 From: noreply at github.com (GitHub) Date: Wed, 22 Jun 2016 12:26:49 -0700 Subject: [weld-commits] [weld/core] 014de4: Fix logging message collision Message-ID: <576ae6798a92a_606b3ff9e6edb2bc27668b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 014de4572868c480e070480b5f254dbcbc503b1d https://github.com/weld/core/commit/014de4572868c480e070480b5f254dbcbc503b1d Author: Martin Kouba Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/logging/WeldSELogger.java Log Message: ----------- Fix logging message collision From noreply at github.com Wed Jun 22 15:27:01 2016 From: noreply at github.com (GitHub) Date: Wed, 22 Jun 2016 12:27:01 -0700 Subject: [weld-commits] [weld/core] eda9e4: Fix logging message collision Message-ID: <576ae685b87bc_54b73fa12088529c78030@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: eda9e4797e566dfdb1cb1c7faded6057e23ce254 https://github.com/weld/core/commit/eda9e4797e566dfdb1cb1c7faded6057e23ce254 Author: Martin Kouba Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/logging/WeldSELogger.java Log Message: ----------- Fix logging message collision From noreply at github.com Thu Jun 23 09:04:21 2016 From: noreply at github.com (GitHub) Date: Thu, 23 Jun 2016 06:04:21 -0700 Subject: [weld-commits] [weld/core] 319c97: WELD-2185 Fix ArraySet.hashCode() Message-ID: <576bde551782e_7d383f882292f2b810562@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 319c97c4dfaa97c9eb5cea6454f39d6e1bdf4152 https://github.com/weld/core/commit/319c97c4dfaa97c9eb5cea6454f39d6e1bdf4152 Author: Martin Kouba Date: 2016-06-23 (Thu, 23 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/util/collections/ArraySet.java A impl/src/test/java/org/jboss/weld/tests/unit/util/collections/ArraySetTest.java Log Message: ----------- WELD-2185 Fix ArraySet.hashCode() From noreply at github.com Thu Jun 23 09:05:10 2016 From: noreply at github.com (GitHub) Date: Thu, 23 Jun 2016 06:05:10 -0700 Subject: [weld-commits] [weld/core] 161950: WELD-2184 Pass InternalEjbDescriptor.delegate() to... Message-ID: <576bde8626e15_74cb3f9c1567929c445b7@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 1619504531c3872929b32158d53f4802b66e4fde https://github.com/weld/core/commit/1619504531c3872929b32158d53f4802b66e4fde Author: Martin Kouba Date: 2016-06-23 (Thu, 23 Jun 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bean/SessionBean.java M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployer.java Log Message: ----------- WELD-2184 Pass InternalEjbDescriptor.delegate() to EjbServices methods From noreply at github.com Fri Jun 24 03:22:42 2016 From: noreply at github.com (GitHub) Date: Fri, 24 Jun 2016 00:22:42 -0700 Subject: [weld-commits] [weld/core] d00195: [maven-release-plugin] prepare release 2.3.5.Final Message-ID: <576cdfc22493b_1b263fbb5a4432c02721a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: d0019511ea776e9c35eab68c4d493c2df882a121 https://github.com/weld/core/commit/d0019511ea776e9c35eab68c4d493c2df882a121 Author: Martin Kouba Date: 2016-06-24 (Fri, 24 Jun 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.3.5.Final From noreply at github.com Fri Jun 24 03:22:44 2016 From: noreply at github.com (GitHub) Date: Fri, 24 Jun 2016 00:22:44 -0700 Subject: [weld-commits] [weld/core] Message-ID: <576cdfc4f2fdb_41783f9a6f6292bc203e1@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/tags/2.3.5.Final Home: https://github.com/weld/core From noreply at github.com Fri Jun 24 03:22:48 2016 From: noreply at github.com (GitHub) Date: Fri, 24 Jun 2016 00:22:48 -0700 Subject: [weld-commits] [weld/core] 539f2a: [maven-release-plugin] prepare for next developmen... Message-ID: <576cdfc83dbed_292e3ff4fe3a12bc6009a@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 539f2a85e7f4d362c5c18aa098e98f1e27939d2b https://github.com/weld/core/commit/539f2a85e7f4d362c5c18aa098e98f1e27939d2b Author: Martin Kouba Date: 2016-06-24 (Fri, 24 Jun 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 Jun 28 22:15:04 2016 From: weld-commits at lists.jboss.org (jclgsy) Date: Wed, 29 Jun 2016 10:15:04 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRzOuWmguS9leWkhOeQhuWRmA==?= =?utf-8?b?5bel6L+d57qq6Zeu6aKY77yM5Y+K5pyJ5pWI6LCD5bKX77yM6LCD6Jaq?= =?utf-8?q?=3F?= Message-ID: <20160629101518170407@dovtgdguf.net> weld-commits: ?? 1.???????????????????????????? 2.?????????????????? 3.???????????????????????? 4.?????????????????????????? 5.?????????????? 6.?????????????????????????? 7.?????????????????????????? 8.??????????????????? 9.??????????????????????? ??????????????????? ???????????? 2016-6-2910:15:17 ??? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160629/5e464da8/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ??????????????????????.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 27492 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20160629/5e464da8/attachment-0001.bin From weld-commits at lists.jboss.org Wed Jun 29 03:25:07 2016 From: weld-commits at lists.jboss.org (qxwt) Date: Wed, 29 Jun 2016 15:25:07 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRz77ya5aaC5L2V6YG/5YWN5LiN?= =?utf-8?b?5b+F6KaB55qE6YeH6LSt5oiQ5pys77yf?= Message-ID: <20160629152518153282@nyymb.net> ??????????????? ???????? ??????2016?7?01-02? ?? 7?29-30 ?? ?????????/??/??/??/??/PMC?????????? ??? ?????????? + ???? + ???? +???? + ???? ??????3200?/2?/1?? ???????????? ?????????021-31006787????0755-6128-0006 ?QQ/??? 320588808 ???18917870808 ??? ? ?????? ????????????????????? ??????????????? ?????????????? ?????????????? ???????????????? ????????????? ??????????? ?????? ?????????????? ??????????? ????????????? ??????????? ??????????? ????????? ???????????? ?????????????? ????????????????? ? ???? ????? ?????? ?????????????????1986????Gerber????????? Michigan State University (??????) ???????????,?????Heinz(??) ????? ?????? ???????????????????????????????????????????????????2000???,?????????,??????????????????????500?????????????,?????????????? ??????????????????????????????? ?????????????????????????????????? ?????? ?????????????? ??????????????? ????????????? ?????????????? PMC??-?????????????? ????????? ? ?????? ???????, ?????, ?????? ????????????????????????????????????????????????????? ?????????????????????,???????????????,????????????????????. ?????? ????????????????????????????????????.??????????????????????????????????????????????.?????? ???????????????????????????????????????????????????????????????????????????????? ????????????????????????????? ???? ?????????????????? ?????????? ?????KPI?????? ??????????? ????????? ????????????? ????????????? ?????? ?????? ????????????? ? ??????????????? ??????????? ???????????? ????????? ???????? ??????????? ????????????? ?????????? ?????????????? ??????????? ???????????? ????????? ???????? ?????? ?????????????? ? ????????????????? ?????????? ??????? ????????????? ???????????? ?????????? ? ??????????????? ?????????????? ???????????? ????????? ????????? ???????????? ????????????? ?????????? ??????????? ?????????? ????????????? ???????? ????????? ?????????? ??????????? ????????? ???????????? ??????????????? ??????????????????? ????????????? ?????????? ?????????? ??????????? ? ??????????????? ?????????? ???????????? ???????????? ????????????? ?????????? ?????????? ?????? ??????? ??????????? ? ??????????????????? ??????? ?????????????? ??????? ??????? ?????KPI?????? ????????? ??????????????? ??????? ??????? ????? ?????? ????? ???????????????? ????????????? ?????????? ? ?????????????? ??????????? ??????????? ??????????? ??????????? ?????????????? ??????????????? ?????????????? ??????????? ??????????? ? ?????????????? ??????? ??????????? ????????? ???????????? ??????? ????????? ????????? ????????? ????????? ???????? ???????? ????????????? ???????????????? ???????????? ??????? ?????????? ????? ?????????? ????????? ??????????? ???????? ????????? ??????????? ???????????? ?????? ???????? ?????? ???????? ?????? ???????? ???????? ???????? ???????? ?????? ????????? ?????????? ????????? ???????? ??????? ????????? ???????? ??????? ????????? ? ?????????????????? ??????????????? ????????? ??????????? ??????????????? ?????????????????? ??????????? ?????? ?????????? ???????????????? ?????????? ???????? ? ??????????????? ???????? ???????? ??????????????? ????????????????? ?????????????? ???????? ??????? ?????? ????????????????? ?????????????????? ?????????? ????? ????????????? ??????????????? ????????????? ? ????????VMI??? VMI??????? ??????????? ? ????????????????????? ???????????? ???????? ??????????? ??????????? ???????????? ????????? ?????????? ??????????? ???????? ???????? ???????? ???????????? ??????????? ??????????? ??????????? ???????? ???????? ???????? ??????? ??????????????? ???????? ????? ???????????? ?????????? ??????????? ? ????: ?????????????????????????? ?????????????????????tuiding02 at 163.com,????????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160629/73c67b46/attachment-0001.html From noreply at github.com Thu Jun 30 10:21:50 2016 From: noreply at github.com (GitHub) Date: Thu, 30 Jun 2016 07:21:50 -0700 Subject: [weld-commits] [weld/core] 38ebd8: Probe test: use XPath selector in observer test. Message-ID: <57752afea6631_79b33ffce554929c1146a7@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.3 Home: https://github.com/weld/core Commit: 38ebd8710c5ed97115d1835ba4d0d26dd3dd5d78 https://github.com/weld/core/commit/38ebd8710c5ed97115d1835ba4d0d26dd3dd5d78 Author: Matej Novotny Date: 2016-06-30 (Thu, 30 Jun 2016) Changed paths: M probe/tests/src/ftest/java/org/jboss/weld/probe/ftest/ProbeFunctionalTest.java Log Message: ----------- Probe test: use XPath selector in observer test. Commit: 317f1e0d064295d0fe032b5f365591c80b44fd19 https://github.com/weld/core/commit/317f1e0d064295d0fe032b5f365591c80b44fd19 Author: Matej Novotny Date: 2016-06-30 (Thu, 30 Jun 2016) Changed paths: M tests/src/test/java/org/jboss/weld/tests/unit/deployment/structure/extensions/NonBdaExtensionTest.java M tests/src/test/java/org/jboss/weld/tests/unit/deployment/structure/injectionTarget/InjectionTargetCreationTest.java M tests/src/test/java/org/jboss/weld/tests/unit/deployment/structure/nonTransitiveResolution/TransitiveResolutionTest.java M tests/src/test/java/org/jboss/weld/tests/unit/deployment/structure/resolution/AccessibleManagerResolutionTest.java M tests/src/test/java/org/jboss/weld/tests/unit/ejb/subclass/SubclassedComponentDescriptorTest.java Log Message: ----------- Multiple unit test fixes. Compare: https://github.com/weld/core/compare/539f2a85e7f4...317f1e0d0642 From noreply at github.com Thu Jun 30 10:23:29 2016 From: noreply at github.com (GitHub) Date: Thu, 30 Jun 2016 07:23:29 -0700 Subject: [weld-commits] [weld/core] d572b3: Probe tests: replace partial link locators by XPat... Message-ID: <57752b612768b_25743fd99b54329c14583f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: d572b306ef5ad3fca7f6a0a81e41e2bb35e327a5 https://github.com/weld/core/commit/d572b306ef5ad3fca7f6a0a81e41e2bb35e327a5 Author: Matej Novotny Date: 2016-06-30 (Thu, 30 Jun 2016) Changed paths: M probe/tests/src/ftest/java/org/jboss/weld/probe/ftest/ProbeFunctionalTest.java Log Message: ----------- Probe tests: replace partial link locators by XPath locators. Commit: 60a93cb3718736f4f2cb3682684ff3d5b1428229 https://github.com/weld/core/commit/60a93cb3718736f4f2cb3682684ff3d5b1428229 Author: Matej Novotny Date: 2016-06-30 (Thu, 30 Jun 2016) Changed paths: M tests/src/test/java/org/jboss/weld/tests/unit/deployment/structure/extensions/NonBdaExtensionTest.java M tests/src/test/java/org/jboss/weld/tests/unit/deployment/structure/injectionTarget/InjectionTargetCreationTest.java M tests/src/test/java/org/jboss/weld/tests/unit/deployment/structure/nonTransitiveResolution/TransitiveResolutionTest.java M tests/src/test/java/org/jboss/weld/tests/unit/deployment/structure/resolution/AccessibleManagerResolutionTest.java M tests/src/test/java/org/jboss/weld/tests/unit/ejb/subclass/SubclassedComponentDescriptorTest.java Log Message: ----------- Multiple unit test fixes. Commit: b21683d62aadba1f8c5ab64b53122885ec09cffe https://github.com/weld/core/commit/b21683d62aadba1f8c5ab64b53122885ec09cffe Author: Martin Kouba Date: 2016-06-30 (Thu, 30 Jun 2016) Changed paths: M modules/ejb/src/main/java/org/jboss/weld/ejb/EjbSupportImpl.java M modules/ejb/src/main/java/org/jboss/weld/ejb/SessionBeanImpl.java Log Message: ----------- WELD-2184 Pass InternalEjbDescriptor.delegate() to EjbServices methods Compare: https://github.com/weld/core/compare/014de4572868...b21683d62aad