From noreply at github.com Thu Sep 1 06:24:34 2016 From: noreply at github.com (GitHub) Date: Thu, 01 Sep 2016 03:24:34 -0700 Subject: [weld-commits] [weld/api] 15c2a9: Update weld-parent to version 35. Message-ID: <57c801e2d5859_77f43f91fa37313043052@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 15c2a98b58ecdf2b62eb4556d1ed3be57642528a https://github.com/weld/api/commit/15c2a98b58ecdf2b62eb4556d1ed3be57642528a Author: Matej Novotny Date: 2016-09-01 (Thu, 01 Sep 2016) Changed paths: M pom.xml Log Message: ----------- Update weld-parent to version 35. From noreply at github.com Thu Sep 1 06:25:15 2016 From: noreply at github.com (GitHub) Date: Thu, 01 Sep 2016 03:25:15 -0700 Subject: [weld-commits] [weld/api] bc6c1a: Update weld-parent to version 35. Message-ID: <57c8020b4881d_1813fa185951134101150@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/api Commit: bc6c1a5a1c98f9ac04aa869982f28f55d9a85160 https://github.com/weld/api/commit/bc6c1a5a1c98f9ac04aa869982f28f55d9a85160 Author: Matej Novotny Date: 2016-09-01 (Thu, 01 Sep 2016) Changed paths: M pom.xml Log Message: ----------- Update weld-parent to version 35. From noreply at github.com Thu Sep 1 06:28:30 2016 From: noreply at github.com (GitHub) Date: Thu, 01 Sep 2016 03:28:30 -0700 Subject: [weld-commits] [weld/build] 1d7a28: Add patch file for WFLY 10.1 with Weld 2.4. Message-ID: <57c802cede13d_4453fa1c17df1343173f@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/build Commit: 1d7a2870d558fe1342e8fb24e3d3bc7fa3813c77 https://github.com/weld/build/commit/1d7a2870d558fe1342e8fb24e3d3bc7fa3813c77 Author: Matej Novotny Date: 2016-09-01 (Thu, 01 Sep 2016) Changed paths: A wildfly/patch-config-wildfly-10-weld-2.4.xml Log Message: ----------- Add patch file for WFLY 10.1 with Weld 2.4. From noreply at github.com Thu Sep 1 09:39:33 2016 From: noreply at github.com (GitHub) Date: Thu, 01 Sep 2016 06:39:33 -0700 Subject: [weld-commits] [weld/core] df638b: WELD-2227 Fix WeldDeployment.loadBeanDeploymentArc... Message-ID: <57c82f951155c_5b3e3fc04695d1341477e3@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: df638b1c2c8020397c26ce1013bbf82477ae5740 https://github.com/weld/core/commit/df638b1c2c8020397c26ce1013bbf82477ae5740 Author: Martin Kouba Date: 2016-09-01 (Thu, 01 Sep 2016) Changed paths: M environments/common/src/main/java/org/jboss/weld/environment/deployment/WeldBeanDeploymentArchive.java M environments/common/src/main/java/org/jboss/weld/environment/deployment/WeldDeployment.java M environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java M environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/WeldServletLifecycle.java M impl/src/main/java/org/jboss/weld/bootstrap/events/BeforeBeanDiscoveryImpl.java Log Message: ----------- WELD-2227 Fix WeldDeployment.loadBeanDeploymentArchive() - also synchronize the access to the shared additional bda - also fix BeforeBeanDiscovery.addAnnotatedType() logging From noreply at github.com Thu Sep 1 09:40:32 2016 From: noreply at github.com (GitHub) Date: Thu, 01 Sep 2016 06:40:32 -0700 Subject: [weld-commits] [weld/core] a03d41: WELD-2227 Fix WeldDeployment.loadBeanDeploymentArc... Message-ID: <57c82fd0dce9f_489e3fdb4d70f130376d6@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: a03d418ba9fa7e3351defbbc9d9da42f5c0c0e02 https://github.com/weld/core/commit/a03d418ba9fa7e3351defbbc9d9da42f5c0c0e02 Author: Martin Kouba Date: 2016-09-01 (Thu, 01 Sep 2016) Changed paths: M environments/common/src/main/java/org/jboss/weld/environment/deployment/WeldBeanDeploymentArchive.java M environments/common/src/main/java/org/jboss/weld/environment/deployment/WeldDeployment.java M environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java M environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/WeldServletLifecycle.java M impl/src/main/java/org/jboss/weld/bootstrap/events/BeforeBeanDiscoveryImpl.java Log Message: ----------- WELD-2227 Fix WeldDeployment.loadBeanDeploymentArchive() - also synchronize the access to the shared additional bda - also fix BeforeBeanDiscovery.addAnnotatedType() logging From noreply at github.com Fri Sep 2 04:27:29 2016 From: noreply at github.com (GitHub) Date: Fri, 02 Sep 2016 01:27:29 -0700 Subject: [weld-commits] [weld/core] 3dc9c2: AfterTypeDiscoveryWithPrioritizedCustomBeanTest - ... Message-ID: <57c937f1a3818_23c03f87e89df1349134a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 3dc9c2c485741c137b7e5193dbf5cb34f239e81c https://github.com/weld/core/commit/3dc9c2c485741c137b7e5193dbf5cb34f239e81c Author: Martin Kouba Date: 2016-09-02 (Fri, 02 Sep 2016) Changed paths: M tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/lifecycle/atd/prioritized/AfterTypeDiscoveryWithPrioritizedCustomBeanTest.java Log Message: ----------- AfterTypeDiscoveryWithPrioritizedCustomBeanTest - improve assertions From noreply at github.com Fri Sep 2 05:29:38 2016 From: noreply at github.com (GitHub) Date: Fri, 02 Sep 2016 02:29:38 -0700 Subject: [weld-commits] [weld/core] aedd9c: Fix AfterTypeDiscoveryWithPrioritizedCustomBeanTes... Message-ID: <57c946825b20b_774b3fdf31b5f13038073@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: aedd9cbde18a9d699ce8f0025bdf1c902efa898f https://github.com/weld/core/commit/aedd9cbde18a9d699ce8f0025bdf1c902efa898f Author: Martin Kouba Date: 2016-09-02 (Fri, 02 Sep 2016) Changed paths: M tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/lifecycle/atd/prioritized/TestExtension.java Log Message: ----------- Fix AfterTypeDiscoveryWithPrioritizedCustomBeanTest - a negative priority value must be used because there might be some interceptors registered automatically (e.g. from JTA) From noreply at github.com Fri Sep 2 06:41:44 2016 From: noreply at github.com (GitHub) Date: Fri, 02 Sep 2016 03:41:44 -0700 Subject: [weld-commits] [weld/core] ec3798: Update TCK version. Message-ID: <57c95768a28dc_436c3fc3eb29f13c100670@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: ec3798e4a18b4222019ecc7582b0f77585135f11 https://github.com/weld/core/commit/ec3798e4a18b4222019ecc7582b0f77585135f11 Author: Tomas Remes Date: 2016-09-02 (Fri, 02 Sep 2016) Changed paths: M jboss-tck-runner/src/test/tck20/tck-tests.xml M pom.xml Log Message: ----------- Update TCK version. From weld-commits at lists.jboss.org Wed Sep 7 12:11:21 2016 From: weld-commits at lists.jboss.org (sgjvejyzu) Date: Thu, 8 Sep 2016 00:11:21 +0800 Subject: [weld-commits] =?utf-8?b?MTkzNDIg5Lit6auY5bGC566h55CG6ICF55qE6IGM?= =?utf-8?b?5Lia5YyW5L+u54K8ICB3ZWxkLWNvbW1pdHM=?= Message-ID: <20160908001129772524@odamkl.org> ???????????? ????? 2016?9?28-29????10?20-21????10?27-28???? ?????????????????????????? ?????3800?/?(??????????????) ?????021-31006787?0755-6128 0006 18917870808 ??? QQ/??? 320588808 ????: ??????????????????????????????????????????????????????????????????????????????????????????????????????????? ???????????????????????????????????????????????????????? ????????????????????????????????????????????????????? ????????????????????????????????????????????????????????????????????????? ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ???????????????????????????????????????? ????: ???????????????????? ??????????? ???????????????????? ???????????????????????? ????????????????????? ????: ?????????????? A:?????? 1. ???????????? 2. ??????????? B:???????? 1. ????????????????????????????????????? 2. ????????????????????????????????? C????? 1. ????????? 2. ??????? 3. ???????????? 4. ???????????????? D??????? 1. ??????80%???????20%????? 2. ???????? 3. ?????????????????????? 4. ??????????7/21?? 5. ?????????? 6. ????????? 7. ?????????????? ? ?????????????????????????????????????????????????????????????????????????? ? ??????????????????????????????????????????????????????????????? ? ???????????????????????????????????????????????????????????????????????????????? ????????? A:???? 1. ????????? 2. ????????? 3. ???????????????? B:????????????? 1. ?????????????????????????????? 2. ??????????????? 3. ??????????? 4. ??????????? 5. ??????????? C:????? 1. ????????????? 2. ???? 3. ?????????????????????????????????? 4. ???????????? 5. ??????????? 6. ?????????? 7. ??????????????????????????????????? D????? 1. ?????????? 2. ????????????????? 3. ?????????????? 4. ??????????????????? ? ??????????????????????????????????????????????????????????????????????????? ? ????????????????????????????????????????????????????????????????????????? ???????????? A:????? 1. ??????????????????????????? 2. ???????????????????????? 3. ??????????????? 4. ???????? B:??????? 1. ???????????? 2. ????????? 3. ????????????? 4. ????????????????? C:??????? 1. ??????? 2. ?????????????????? 3. ?????????????????? 4. ?????????????????? ? ????????????????????????????????????????? ? ??????????????????????????????????????????????????????????????????? ????????? A:???????? 1. ??????????? 2. ????????????? 3. ????? 4. ???????????????? 5. ????????? B:???? 1. ??????? 2. ???????? 3. PDCA????? ???????????????????????? ?????????? A:???? 1. ??VS???? 2. ????????????????? ???? 3. ????????????????? B:???? 1. ???????????????????????? 2. ????? 3. ??????? 4. ???????? C:????? 1. ????? 2. ?????????? 3. ?????? 4. ???????????????? 5. ???????????? 6. ?????? 7. ??????? D:????? 1. ???????????????????????????????????? 2. ??????? 3. ???? 4. ?????????? ? ??????????????????????????????????????????????????????????????????????????????????????? ? ?????????????????????????????????????????????????? ????????? A????? 1. ????????????????????????? 2. ???? 3. ?????8??? B???????? 1. ????????? 2. ?????? 3. ????????? 4. ??????????????? C??????? 1. ????????????? 2. ???? 3. ?????One of my days in SH? 4. ?????????????Love what U do? 5. ?????????????? 6. ??????????????????? ? (?????????????????????????????????????????????????? ? ????????????????????????????????????????????????????) ???????????? A??????? 1. ???????????????????? 2. ?????? B????? 1. ????? 2. ????? 3. ????? 4. ????? C????????? 1. ??????? 2. ??????? 3. ?????SMARTER?? 4. ??????? 5. ???????????MECE 6. MECE????? 7. MECE????? 8. ?????????????? 9. ??????????????? D????????? 1. Mindmanager?????????????? 2. Visio???????? 3. AdobeAcrobat??????????? E??????? 1. ?????SIPOC?? 2. ????????????? 3. ????????? 4. ?????? ? (??????????????????????????????????????????????????????????????????????????? ? ????????????????????MECE??????Mindmanager?Visio?Adobe Acrobat?????????????????????????????) ?????????????? A?????? 1. ??????????????????? 2. ???? 3. ?????????? B????? 1. ???????????????????????? 2. ??????? 3. ???????????????????? 4. ???????????????? 5. ??????????? 6. ??????????????? C????????? 1. ???????????? 2. ???????? 3. ??????? ? (?????????????????????????????????????? ? ????????????????????????????????????????????????????????????????????????????????? ? ????????????????????????????????????????????????????) ????: ????? ??????-???? ?Delphi???????? - ????? ?Liteon????? - VQE??????? ?Schneider???????? - SQE&SQE(?????)?? ?Schneider??????????? - ????????? ?Schneider??????????? - ???? ???????? - ????? ???? ????????????????????????????????500????????CEO????????????????????????????????????????????????????TRW??????(Honeywell)????????? ???? ? ???????????????????????????????????? ? ????????????????????????? ? ???????????????????????????? ???? ???????????????????????????????????????????????????????????????????????????????????????????????????????? ???? ???????????????????????????????&??????? ????????????????????????????&????&????????????? ????????? ? ??500?????????????????????????????????????? ? ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????2013??????????????????????????????????????????????&??????????????????????????????&???????????????????????????????????? ???????????5~6?? ?? ???? ????/?? ???? ??500? ??????? ??????&???? 2011.07 ???? ???? 2011.08?2012.03 ??? ??????&???? 2012.03?2012.12 ???? ???? 2012.11?2012.12 ???? ????????? 2013.10? ???? ????? ??????&???? 2008.08?2009.12 ???? ?????&????&???? 2011.09?2012.09 ???? ??????&????&???? 2010.06?2013.12 ???? ??????&????&?????? 2012.09? ??????? ???? 2012.02?2013.03 ???? ??????&????&???? 2012.07? ?????? ???? 2013.12? ???? ???? 2014.02? ???? ???? 2014.02? ????? ???? 2014.09? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160908/765c3097/attachment-0001.html From noreply at github.com Thu Sep 8 10:12:52 2016 From: noreply at github.com (GitHub) Date: Thu, 08 Sep 2016 07:12:52 -0700 Subject: [weld-commits] [weld/api] 03a386: Rename ActivateRequestScope to ActivateRequestCont... Message-ID: <57d171e488a7f_233c3fd7ae69713c79880@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/api Commit: 03a3865201368487ab7055b7975ea0c9df84fe6d https://github.com/weld/api/commit/03a3865201368487ab7055b7975ea0c9df84fe6d Author: Martin Kouba Date: 2016-09-08 (Thu, 08 Sep 2016) Changed paths: A weld/src/main/java/org/jboss/weld/context/activator/ActivateRequestContext.java R weld/src/main/java/org/jboss/weld/context/activator/ActivateRequestScope.java Log Message: ----------- Rename ActivateRequestScope to ActivateRequestContext From noreply at github.com Thu Sep 8 10:13:30 2016 From: noreply at github.com (GitHub) Date: Thu, 08 Sep 2016 07:13:30 -0700 Subject: [weld-commits] [weld/api] 8fb43a: Rename ActivateRequestScope to ActivateRequestCont... Message-ID: <57d1720a1819f_14f43fd6a6f931406558a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 8fb43aa04c0c378896190a113ca4ad001aca2493 https://github.com/weld/api/commit/8fb43aa04c0c378896190a113ca4ad001aca2493 Author: Martin Kouba Date: 2016-09-08 (Thu, 08 Sep 2016) Changed paths: A weld/src/main/java/org/jboss/weld/context/activator/ActivateRequestContext.java R weld/src/main/java/org/jboss/weld/context/activator/ActivateRequestScope.java Log Message: ----------- Rename ActivateRequestScope to ActivateRequestContext From noreply at github.com Fri Sep 9 07:34:29 2016 From: noreply at github.com (GitHub) Date: Fri, 09 Sep 2016 04:34:29 -0700 Subject: [weld-commits] [weld/api] 8e111d: WELD-2062 Extend WeldManager API Message-ID: <57d29e45a7a94_1e6d3fe918c49140284e2@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/api Commit: 8e111d3f420e9a7e2724c844d2e5c8451540105a https://github.com/weld/api/commit/8e111d3f420e9a7e2724c844d2e5c8451540105a Author: Martin Kouba Date: 2016-09-09 (Fri, 09 Sep 2016) Changed paths: M weld-spi/src/main/java/org/jboss/weld/manager/api/WeldManager.java Log Message: ----------- WELD-2062 Extend WeldManager API From noreply at github.com Fri Sep 9 07:43:01 2016 From: noreply at github.com (GitHub) Date: Fri, 09 Sep 2016 04:43:01 -0700 Subject: [weld-commits] [weld/api] 8993ee: WELD-2062 Extend WeldManager API Message-ID: <57d2a045bae69_650b3f86e18c11386071d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 8993ee8bdc48bc4064ed17adc9ccebf6f488e4b8 https://github.com/weld/api/commit/8993ee8bdc48bc4064ed17adc9ccebf6f488e4b8 Author: Martin Kouba Date: 2016-09-09 (Fri, 09 Sep 2016) Changed paths: M weld-spi/src/main/java/org/jboss/weld/manager/api/WeldManager.java Log Message: ----------- WELD-2062 Extend WeldManager API From noreply at github.com Fri Sep 9 07:56:27 2016 From: noreply at github.com (GitHub) Date: Fri, 09 Sep 2016 04:56:27 -0700 Subject: [weld-commits] [weld/api] e0d830: [maven-release-plugin] prepare release 2.4.Final Message-ID: <57d2a36b2fc69_e5f3fe315bdf12c10424@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: e0d83016e13c8dd24e61c1da000df963d7ac40ec https://github.com/weld/api/commit/e0d83016e13c8dd24e61c1da000df963d7ac40ec Author: Martin Kouba Date: 2016-09-09 (Fri, 09 Sep 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.Final From noreply at github.com Fri Sep 9 07:56:29 2016 From: noreply at github.com (GitHub) Date: Fri, 09 Sep 2016 04:56:29 -0700 Subject: [weld-commits] [weld/api] Message-ID: <57d2a36d48d8e_77ab3fe1616631401202d4@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/tags/2.4.Final Home: https://github.com/weld/api From noreply at github.com Fri Sep 9 07:56:32 2016 From: noreply at github.com (GitHub) Date: Fri, 09 Sep 2016 04:56:32 -0700 Subject: [weld-commits] [weld/api] eb1c4e: [maven-release-plugin] prepare for next developmen... Message-ID: <57d2a37085022_8b23fdd23c4d13849737@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: eb1c4efe3924747e6a886ee0e6a4939ad158b70e https://github.com/weld/api/commit/eb1c4efe3924747e6a886ee0e6a4939ad158b70e Author: Martin Kouba Date: 2016-09-09 (Fri, 09 Sep 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 Sep 9 07:59:50 2016 From: noreply at github.com (GitHub) Date: Fri, 09 Sep 2016 04:59:50 -0700 Subject: [weld-commits] [weld/api] Message-ID: <57d2a4363ffd0_29d73fcd507c713c467b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/tags/2.4.Final Home: https://github.com/weld/api From noreply at github.com Fri Sep 9 08:03:38 2016 From: noreply at github.com (GitHub) Date: Fri, 09 Sep 2016 05:03:38 -0700 Subject: [weld-commits] [weld/api] 9c4507: Revert versions - wrong branch during release Message-ID: <57d2a51a77cbe_141d3fae65c2f13456439@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 9c4507ab32a28571641d57eb1d46e4023fdf69c8 https://github.com/weld/api/commit/9c4507ab32a28571641d57eb1d46e4023fdf69c8 Author: Martin Kouba Date: 2016-09-09 (Fri, 09 Sep 2016) Changed paths: M bom/pom.xml M pom.xml M weld-spi/pom.xml M weld/pom.xml Log Message: ----------- Revert versions - wrong branch during release From noreply at github.com Fri Sep 9 08:05:13 2016 From: noreply at github.com (GitHub) Date: Fri, 09 Sep 2016 05:05:13 -0700 Subject: [weld-commits] [weld/api] e700ce: [maven-release-plugin] prepare release 2.4.Final Message-ID: <57d2a579415a9_3f373fa3be047134108588@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/api Commit: e700cee55a826a4214389474d706840c3ba13530 https://github.com/weld/api/commit/e700cee55a826a4214389474d706840c3ba13530 Author: Martin Kouba Date: 2016-09-09 (Fri, 09 Sep 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.Final From noreply at github.com Fri Sep 9 08:05:15 2016 From: noreply at github.com (GitHub) Date: Fri, 09 Sep 2016 05:05:15 -0700 Subject: [weld-commits] [weld/api] Message-ID: <57d2a57b7de2c_24733fa8df77b13c9299e@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/tags/2.4.Final Home: https://github.com/weld/api From noreply at github.com Fri Sep 9 08:05:18 2016 From: noreply at github.com (GitHub) Date: Fri, 09 Sep 2016 05:05:18 -0700 Subject: [weld-commits] [weld/api] 6f4bfe: [maven-release-plugin] prepare for next developmen... Message-ID: <57d2a57e5fce9_33e13ff16663913c86928@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/api Commit: 6f4bfe6560180122f7aab85e8c0028c4a37430fd https://github.com/weld/api/commit/6f4bfe6560180122f7aab85e8c0028c4a37430fd Author: Martin Kouba Date: 2016-09-09 (Fri, 09 Sep 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 Sep 12 02:25:21 2016 From: noreply at github.com (GitHub) Date: Sun, 11 Sep 2016 23:25:21 -0700 Subject: [weld-commits] [weld/core] 08a99d: WELD-2062 Allow to create multiple annotated types... Message-ID: <57d64a51d1923_35753f80e35811341373d4@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 08a99d36118657f2250e782e3538aafb60b0f409 https://github.com/weld/core/commit/08a99d36118657f2250e782e3538aafb60b0f409 Author: Martin Kouba Date: 2016-09-12 (Mon, 12 Sep 2016) Changed paths: 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 impl/src/main/java/org/jboss/weld/annotated/slim/AnnotatedTypeIdentifier.java M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedType.java M impl/src/main/java/org/jboss/weld/bean/builtin/BeanManagerProxy.java M impl/src/main/java/org/jboss/weld/bootstrap/WeldExtension.java A impl/src/main/java/org/jboss/weld/context/activator/ActivateRequestContextInterceptor.java R impl/src/main/java/org/jboss/weld/context/activator/ActivateRequestScopeInterceptor.java M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java M impl/src/main/java/org/jboss/weld/resources/ClassTransformer.java M pom.xml A tests-arquillian/src/test/java/org/jboss/weld/tests/beanManager/annotatedType/Component.java A tests-arquillian/src/test/java/org/jboss/weld/tests/beanManager/annotatedType/CreateAnnotatedTypeWithIdTest.java M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/activator/request/Baz.java M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/activator/request/Foo.java Log Message: ----------- WELD-2062 Allow to create multiple annotated types based on the same type From noreply at github.com Mon Sep 12 02:36:54 2016 From: noreply at github.com (GitHub) Date: Sun, 11 Sep 2016 23:36:54 -0700 Subject: [weld-commits] [weld/core] 9bf154: Upgrade Weld API in BOM to 2.4.Final Message-ID: <57d64d0692599_57e83fa000e0513497199@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 9bf15490983ca6afe678eaf336b3212a9882a929 https://github.com/weld/core/commit/9bf15490983ca6afe678eaf336b3212a9882a929 Author: Martin Kouba Date: 2016-09-12 (Mon, 12 Sep 2016) Changed paths: M bom/pom.xml Log Message: ----------- Upgrade Weld API in BOM to 2.4.Final From noreply at github.com Mon Sep 12 02:47:02 2016 From: noreply at github.com (GitHub) Date: Sun, 11 Sep 2016 23:47:02 -0700 Subject: [weld-commits] [weld/core] a68b58: [maven-release-plugin] prepare release 2.4.0.Final Message-ID: <57d64f66cf22_4e5e3f9be0ff114c132119@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: a68b584a118fc9f10715f48bf20f7dd3f70c6983 https://github.com/weld/core/commit/a68b584a118fc9f10715f48bf20f7dd3f70c6983 Author: Martin Kouba Date: 2016-09-12 (Mon, 12 Sep 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.Final From noreply at github.com Mon Sep 12 02:47:06 2016 From: noreply at github.com (GitHub) Date: Sun, 11 Sep 2016 23:47:06 -0700 Subject: [weld-commits] [weld/core] Message-ID: <57d64f6a116_56bd3ff784e7f1389166f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/tags/2.4.0.Final Home: https://github.com/weld/core From noreply at github.com Mon Sep 12 02:47:09 2016 From: noreply at github.com (GitHub) Date: Sun, 11 Sep 2016 23:47:09 -0700 Subject: [weld-commits] [weld/core] 7b1347: [maven-release-plugin] prepare for next developmen... Message-ID: <57d64f6d2faed_2e0d3fb43b23113886020@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 7b1347e5a6477d714716e04204e78719dd64b577 https://github.com/weld/core/commit/7b1347e5a6477d714716e04204e78719dd64b577 Author: Martin Kouba Date: 2016-09-12 (Mon, 12 Sep 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 noreply at github.com Mon Sep 12 04:21:33 2016 From: noreply at github.com (GitHub) Date: Mon, 12 Sep 2016 01:21:33 -0700 Subject: [weld-commits] [weld/core] c34599: Docs - fix request context section in Weld SE Message-ID: <57d6658d4c9d2_78cc3fb07c53313c164081@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: c34599e461df995864fbdb5463482e01299c6bae https://github.com/weld/core/commit/c34599e461df995864fbdb5463482e01299c6bae Author: Martin Kouba Date: 2016-09-12 (Mon, 12 Sep 2016) Changed paths: M docs/reference/src/main/asciidoc/environments.asciidoc Log Message: ----------- Docs - fix request context section in Weld SE From noreply at github.com Mon Sep 12 07:13:25 2016 From: noreply at github.com (GitHub) Date: Mon, 12 Sep 2016 04:13:25 -0700 Subject: [weld-commits] [weld/api] d1bbf2: [maven-release-plugin] prepare release 3.0.Alpha22 Message-ID: <57d68dd5e9c44_34473ff79a6412bc8066ca@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: d1bbf2abb3230cc7738636515989ca377e161140 https://github.com/weld/api/commit/d1bbf2abb3230cc7738636515989ca377e161140 Author: Martin Kouba Date: 2016-09-12 (Mon, 12 Sep 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.Alpha22 From noreply at github.com Mon Sep 12 07:13:28 2016 From: noreply at github.com (GitHub) Date: Mon, 12 Sep 2016 04:13:28 -0700 Subject: [weld-commits] [weld/api] Message-ID: <57d68dd855467_33f73f84e6fe114013414d@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/tags/3.0.Alpha22 Home: https://github.com/weld/api From noreply at github.com Mon Sep 12 07:13:30 2016 From: noreply at github.com (GitHub) Date: Mon, 12 Sep 2016 04:13:30 -0700 Subject: [weld-commits] [weld/api] 71bf12: [maven-release-plugin] prepare for next developmen... Message-ID: <57d68dda8c551_529a3ff0bb49113c49553@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 71bf1257cb9f4f058c31d7d56119c84c147f4588 https://github.com/weld/api/commit/71bf1257cb9f4f058c31d7d56119c84c147f4588 Author: Martin Kouba Date: 2016-09-12 (Mon, 12 Sep 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 weld-commits at lists.jboss.org Mon Sep 12 07:16:26 2016 From: weld-commits at lists.jboss.org (sikjuypn) Date: Mon, 12 Sep 2016 19:16:26 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRzOuW9seWTjeWIsOa1t+Wklg==?= =?utf-8?b?5a6i5oi35byA5Y+R55qE5Zu95Yir5Zug57Sg5Y+K5biC5Zy65byA5Y+R?= =?utf-8?b?562W55Wl?= Message-ID: <20160912191639455785@aqmhxcqy.org> ???????????????????????? ?????? 2016?9?22-23??? 9?24-25??? ??????????????????????????????????????????????? ?????? ???? + ???? + ???? +???? + ???? ?????? 3200?/2?/1????????????????? ?????? 021-31006787?0755-61280006 18917870808 ??? ?QQ???? 320588808 ????? ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????,????????????????? ????? ???????????????? 1???????????? 2???????????? 3????????????? 4?????????? 5??????????????? 6??????????????????????? 7???????????? ??????????????????????? 1???????? 2????????? 3?????? 4??????? 5??? 6??????? 7????????? 8???? 9???????????? 10?????? ?????????????????????????????????????? 1???????? 2???????????????????????????? 3???????? 4??????????????????? 5????????????????????? 6??????? ?????????????????????????????????? 1???????? 2?????????? 3????? 4???????????? 5????? 6?????? 7????????? 8????????????????????????????????? ?????????????????????????? 1???????????????????????????? 2???????????? a)??????? b)????????? c)???????? d)????? e)??????? f)????????? g)??????????? 3????????? a)???? b)???? c)???? ??????????? 1???????????AIDA?? 2??????????????? 3?????????????????? 4????????????? 5??????????????? ???? ?????????????? ????????????????????? 1????????????????????????????? 2?????????????????????? 3?????????????????????????? 4?????????????????????????????? 5???????????????????????????????????? 6?????????????????????????????????? 7?????????????????????????????? 8?????????????? ??????????????????????????? 1??????????????????? 2??????????????????????????????????? 3??????????????????????????? 4???????????????? 5????????????????????????? 6??????????????????????????? 7???????????????????? 8???????????????????? 9??????????????? ??????????????????????? 1????????????? 2???????????????????? 3?????????????? 4???????????? 5?????????????????????? 6?????????????????????????????? ???????????????????? 1?????????? 2???????????? 3?????????????????? 4????????????????????? 5???????????????? 6??????????????????? ???????????????????? 1?????????????????????????????????????????????????? 2?????????????? 3?????????????? 4???????????????? 5??????????? 6????????????????????????? 7????????????????? ???????????????????????? 1?????????????? 2??????????????????? 3?????????????? 4?????????? 5?????????????????? 6?????????????? 7????????????????? 8?????????????? 9????????? 10???????????? 11?????????????? 12??????? 13???????????????????????? 14?????????????? ???? ?????????? ????????????????? 1?????????????????????? 2????????????? 3????????????????????? 4????????????????????? 5???????????????? 6????DM?????? ????????????????? 1???????????????????????? 2?????????????? 3??????????????????? 4????????????? 5??????? 6???????????????? 7??????????? 8??????????? 9??????????????????? 10???????????? 11??????????????? ????????????????? 1??????????? 2??????????????? 3?????????????????? 4??????????????????????? 5?????????? 6?????????????????????????? ??????????????????? 1????????? 2??????????ABC?? 3????????????????? 4??????????????? 5?????????????????? ????? ? ? ??????(???????MBA??????????)???????????????????????????????????????????????????????????????????????????????????????????????????????(?)???????????????????????????????????IBT?????????????????????????????????????????????????????????????????????????????????????????????????????????? ??? ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160912/ad4db993/attachment-0001.html From noreply at github.com Tue Sep 13 05:21:00 2016 From: noreply at github.com (GitHub) Date: Tue, 13 Sep 2016 02:21:00 -0700 Subject: [weld-commits] [weld/core] 2d7e55: Upgrade Weld API to 3.0.Alpha22 Message-ID: <57d7c4fce608f_4a33fb54610713491680@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 2d7e55ae5c84de4a42d1e5bcc9cb9ce408650ef9 https://github.com/weld/core/commit/2d7e55ae5c84de4a42d1e5bcc9cb9ce408650ef9 Author: Martin Kouba Date: 2016-09-13 (Tue, 13 Sep 2016) Changed paths: M bom/pom.xml 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 impl/src/main/java/org/jboss/weld/bean/builtin/BeanManagerProxy.java M impl/src/main/java/org/jboss/weld/context/activator/ActivateRequestScopeInterceptor.java M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java M pom.xml M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/activator/request/Baz.java M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/activator/request/Foo.java Log Message: ----------- Upgrade Weld API to 3.0.Alpha22 Commit: 50cb2b2f00d0382586fb19444a964913a042cf13 https://github.com/weld/core/commit/50cb2b2f00d0382586fb19444a964913a042cf13 Author: Martin Kouba Date: 2016-09-13 (Tue, 13 Sep 2016) Changed paths: M impl/src/main/java/org/jboss/weld/annotated/slim/AnnotatedTypeIdentifier.java M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedType.java M impl/src/main/java/org/jboss/weld/bootstrap/WeldExtension.java A impl/src/main/java/org/jboss/weld/context/activator/ActivateRequestContextInterceptor.java R impl/src/main/java/org/jboss/weld/context/activator/ActivateRequestScopeInterceptor.java M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java M impl/src/main/java/org/jboss/weld/resources/ClassTransformer.java A tests-arquillian/src/test/java/org/jboss/weld/tests/beanManager/annotatedType/Component.java A tests-arquillian/src/test/java/org/jboss/weld/tests/beanManager/annotatedType/CreateAnnotatedTypeWithIdTest.java Log Message: ----------- WELD-2230 Allow to create multiple annotated types based on the same type Compare: https://github.com/weld/core/compare/ec3798e4a18b...50cb2b2f00d0 From noreply at github.com Tue Sep 13 05:39:56 2016 From: noreply at github.com (GitHub) Date: Tue, 13 Sep 2016 02:39:56 -0700 Subject: [weld-commits] [weld/core] 010cd8: [maven-release-plugin] prepare release 3.0.0.Alpha... Message-ID: <57d7c96c96941_4c9a3fd9ce0f113474037@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 010cd8cf5d895f4804d12a9128eba8c5cd9b962c https://github.com/weld/core/commit/010cd8cf5d895f4804d12a9128eba8c5cd9b962c Author: Martin Kouba Date: 2016-09-13 (Tue, 13 Sep 2016) Changed paths: M bom/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 modules/ejb/pom.xml M modules/jsf/pom.xml M modules/jta/pom.xml M modules/web/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 3.0.0.Alpha17 From noreply at github.com Tue Sep 13 05:39:58 2016 From: noreply at github.com (GitHub) Date: Tue, 13 Sep 2016 02:39:58 -0700 Subject: [weld-commits] [weld/core] Message-ID: <57d7c96eb4c5f_66753fcda72f513483037@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/3.0.0.Alpha17 Home: https://github.com/weld/core From noreply at github.com Tue Sep 13 05:40:02 2016 From: noreply at github.com (GitHub) Date: Tue, 13 Sep 2016 02:40:02 -0700 Subject: [weld-commits] [weld/core] 4df5c9: [maven-release-plugin] prepare for next developmen... Message-ID: <57d7c9725411a_88c3ff476f4513c4672b@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 4df5c9f45e29a1ea9c4ba10906fb3277b95a9091 https://github.com/weld/core/commit/4df5c9f45e29a1ea9c4ba10906fb3277b95a9091 Author: Martin Kouba Date: 2016-09-13 (Tue, 13 Sep 2016) Changed paths: M bom/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 modules/ejb/pom.xml M modules/jsf/pom.xml M modules/jta/pom.xml M modules/web/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 noreply at github.com Tue Sep 13 07:33:34 2016 From: noreply at github.com (GitHub) Date: Tue, 13 Sep 2016 04:33:34 -0700 Subject: [weld-commits] [weld/core] 7f2eaf: Docs - fix request context section in Weld SE Message-ID: <57d7e40e18b07_8d33f982117b13483859@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 7f2eaff21e65c26a629b340fb1e0febe76aedcee https://github.com/weld/core/commit/7f2eaff21e65c26a629b340fb1e0febe76aedcee Author: Martin Kouba Date: 2016-09-13 (Tue, 13 Sep 2016) Changed paths: M docs/reference/src/main/asciidoc/environments.asciidoc Log Message: ----------- Docs - fix request context section in Weld SE From noreply at github.com Tue Sep 13 08:27:08 2016 From: noreply at github.com (GitHub) Date: Tue, 13 Sep 2016 05:27:08 -0700 Subject: [weld-commits] [weld/core] 77f691: Test scope of alternative producer is not inherite... Message-ID: <57d7f09c91e18_8d33f982117b13484457@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 77f6916b55882a81d5fb33313d2e58806605bb17 https://github.com/weld/core/commit/77f6916b55882a81d5fb33313d2e58806605bb17 Author: Tomas Remes Date: 2016-09-13 (Tue, 13 Sep 2016) Changed paths: A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/alternative/AlternativeBar.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/alternative/Bar.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/alternative/Foo.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/alternative/ProducesAlternativeInheritanceTest.java Log Message: ----------- Test scope of alternative producer is not inherited. From noreply at github.com Tue Sep 13 08:27:35 2016 From: noreply at github.com (GitHub) Date: Tue, 13 Sep 2016 05:27:35 -0700 Subject: [weld-commits] [weld/core] dfdfcf: Test scope of alternative producer is not inherite... Message-ID: <57d7f0b756a68_5d253f828513913c1121cf@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: dfdfcf109a917392bda86b74e27f23ce29706196 https://github.com/weld/core/commit/dfdfcf109a917392bda86b74e27f23ce29706196 Author: Tomas Remes Date: 2016-09-13 (Tue, 13 Sep 2016) Changed paths: A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/alternative/AlternativeBar.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/alternative/Bar.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/alternative/Foo.java A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/alternative/ProducesAlternativeInheritanceTest.java Log Message: ----------- Test scope of alternative producer is not inherited. From noreply at github.com Tue Sep 13 08:49:43 2016 From: noreply at github.com (GitHub) Date: Tue, 13 Sep 2016 05:49:43 -0700 Subject: [weld-commits] [weld/core] 0f6827: Fix ProducesAlternativeInheritanceTest Message-ID: <57d7f5e7b7514_7f433ff27d8f113c26889@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 0f6827df7a6ac62ebc16d1ddb40967dc2de32d72 https://github.com/weld/core/commit/0f6827df7a6ac62ebc16d1ddb40967dc2de32d72 Author: Martin Kouba Date: 2016-09-13 (Tue, 13 Sep 2016) Changed paths: M tests-arquillian/src/test/java/org/jboss/weld/tests/producer/alternative/Foo.java M tests-arquillian/src/test/java/org/jboss/weld/tests/producer/alternative/ProducesAlternativeInheritanceTest.java Log Message: ----------- Fix ProducesAlternativeInheritanceTest - WeldInstance is not part of Weld 3 API yet From weld-commits at lists.jboss.org Tue Sep 13 22:38:48 2016 From: weld-commits at lists.jboss.org (xusxqzs) Date: Wed, 14 Sep 2016 10:38:48 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRzOuWmguS9leWBmuWlveaWsA==?= =?utf-8?b?5Lqn5ZOB55qE5LiK5biC5o6o5bm/77yf?= Message-ID: <20160914103854008886@votkpj.com> ???????????? ?????? 2016? 09?26-27??? ????????CEO/????????????????????????????????????????????marketing??? ?????? ???? + ???? + ???? +???? + ???? ?????? 3200???????????????????? ?????? 0755-61280006?18917870808 ??? ?QQ/??? 320588808 ????? ???????????????????????????????????????????????????????????????????????????????????marketing??????????????????????????????????? ??????????????????????????????????????????????????????????????????????????????????IPD???????????????? ???????????????????????????????????????????????????????????AC&P???????? ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ????? 1.???????????????????????????????????????????????????????????????????????????????????????????????????????? 2.???????????????????????????????????????????? 3.??????????????????????????????????????????????????????????????????????? 4.???????marketing????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? 5.??????????????????????????????????????IPD???????????????? ???? ?????????????? ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? a)???????????????????????? b)??????????????????? c)???????????????????????????????? ????????????????? ????????????????????????????????????????????????????????? a)??????????????????????,?????????????. b)??????????????????? c)????????????????,????????. d)???????????,?????????. e)????????????????????????????????????? f)????????????,?????,????????. g)????????????????????????????? h)???????????????????????????????? ????????????????----BATT???????? ??????????????????????????????????????? ??????????????????????????????? a)?????????BATT?????????? b)???????BATT?? c)??????????????? ??BATT??????????? ???????????????????????????????????????????? a)????????????? b)??????? c)gw????????????????????? d)??????????????????? ??????????? ????????????BATT??????????????????????????????? a)??????? b)???????????? c)??????????????? d)????VCD???????? e)??????iwatch?????? f)??????????????? ????????????? ???????????????????????????????????? a)????????led????? b)??????gmd????????????????????? c)??????gw?????????? ?????? ???????????????????????????????????????? a)??????????????? b)????????? c)?????????? d)???????????? ??Bsm????????????????????? ????????????????????????????????????? a)BSM?????????? b)??????? c)???gmd??????????? d)???gw???????????????? ????????????? ?????????????????????????????????????????? a)???????????????? b)?????????????? c)???????Q3?A8010?7??? d)?????????????????? e)?????30??300??????????????????? f)??????????? g)??????????????????? h)??????????????????????????? ???????????marketing?? ???????????????????????marketing????????????????????????????????????????????????????????? a)??????????? b)??markting?? c)????---???????????????????????????????????????? d)??????????????????????????? e)????????????????????????marketing?? ????????????? ?????????????????????????????????????? a)????????????? b)????? c)????????????????-------????????????????? ???Hw?????? ??????????hw????????? a)??????????hw??????????????????????? ???Marketing??????----????????? ?????????????Marketing????????????????? a)?????????????????MARKETING???? b)??????????????marketing??? c)???????????? ?????????????? ???????????????????????????? a)Batt???????????????? b)???????????? c)?????? i.?????????? ii.????????????????????????? d)????3? ???? Devin? ??????????3com??????? ??????????? ????????????? ????????????????????? ???????????????????????????????????????? ?????10????? ?????150?????????? ?????????????? ???????????????????????????????13????????????????????????? ????????????10??????????????????????????????????????????????????????????? ????????????????????????????????????????????????????????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160914/ce5296bf/attachment-0001.html From weld-commits at lists.jboss.org Sun Sep 18 10:35:31 2016 From: weld-commits at lists.jboss.org (ottjmjxtm) Date: Sun, 18 Sep 2016 22:35:31 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRzOuWmguS9leWkhOeQhuWRmA==?= =?utf-8?b?5bel6L+d57qq6Zeu6aKYPw==?= Message-ID: <20160918223537041207@auus.net> weld-commits: ?? 1.???????????????????????????? 2.?????????????????? 3.???????????????????????? 4.?????????????????????????? 5.?????????????? 6.?????????????????????????? 7.?????????????????????????? 8.??????????????????? 9.??????????????????????? ??????????????????? ?????????????????? 2016/9/18 ???22:35:35 ??? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160918/daf7ac90/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ??????????????????????.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 27467 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20160918/daf7ac90/attachment-0001.bin From noreply at github.com Mon Sep 19 11:24:51 2016 From: noreply at github.com (GitHub) Date: Mon, 19 Sep 2016 08:24:51 -0700 Subject: [weld-commits] [weld/core] fc0bb7: Improved bootstrap log messages Message-ID: <57e00343463af_3a4d3fbcacfa3130758b0@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: fc0bb7cae35b9ed51e96a5482c1f77312c030e91 https://github.com/weld/core/commit/fc0bb7cae35b9ed51e96a5482c1f77312c030e91 Author: Martin Kouba Date: 2016-09-19 (Mon, 19 Sep 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bean/builtin/BeanManagerProxy.java M impl/src/main/java/org/jboss/weld/bootstrap/DeploymentVisitor.java M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java M impl/src/main/java/org/jboss/weld/logging/BeanManagerLogger.java M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java Log Message: ----------- Improved bootstrap log messages - BeanManagerLogger.methodNotAvailableDuringInitialization() add bda info - BootstrapLogger.unspecifiedRequiredService() add container state From noreply at github.com Mon Sep 19 11:25:22 2016 From: noreply at github.com (GitHub) Date: Mon, 19 Sep 2016 08:25:22 -0700 Subject: [weld-commits] [weld/core] 4c020f: Improved bootstrap log messages Message-ID: <57e00362d3d57_38e73fdc6092313872627@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 4c020fdf6055e9259922fef5837de21524702ef0 https://github.com/weld/core/commit/4c020fdf6055e9259922fef5837de21524702ef0 Author: Martin Kouba Date: 2016-09-19 (Mon, 19 Sep 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bean/builtin/BeanManagerProxy.java M impl/src/main/java/org/jboss/weld/bootstrap/DeploymentVisitor.java M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java M impl/src/main/java/org/jboss/weld/logging/BeanManagerLogger.java M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java Log Message: ----------- Improved bootstrap log messages - BeanManagerLogger.methodNotAvailableDuringInitialization() add bda info - BootstrapLogger.unspecifiedRequiredService() add container state From noreply at github.com Mon Sep 19 11:26:55 2016 From: noreply at github.com (GitHub) Date: Mon, 19 Sep 2016 08:26:55 -0700 Subject: [weld-commits] [weld/core] b43a72: Use correct Jandex class when checking presence of... Message-ID: <57e003bf6e2d9_10763f8ee2ca5138815e2@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: b43a724264f247e869556cd0c352f6bcebeefc93 https://github.com/weld/core/commit/b43a724264f247e869556cd0c352f6bcebeefc93 Author: Robert Marcano Date: 2016-09-19 (Mon, 19 Sep 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/FastAnnotatedTypeLoader.java Log Message: ----------- Use correct Jandex class when checking presence of new method Code was checking wrongly a class inside Weld that use that same name ClassInfo that the one on Jandex that is where the new method is present. Commit: 8d29a069f6e7540a72ef284d389535238eee6b69 https://github.com/weld/core/commit/8d29a069f6e7540a72ef284d389535238eee6b69 Author: Tomas Remes Date: 2016-09-19 (Mon, 19 Sep 2016) Changed paths: 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 Log Message: ----------- WELD-2231 update check for ClassInfo.setFlags() method availability. Compare: https://github.com/weld/core/compare/fc0bb7cae35b...8d29a069f6e7 From noreply at github.com Mon Sep 19 11:27:27 2016 From: noreply at github.com (GitHub) Date: Mon, 19 Sep 2016 08:27:27 -0700 Subject: [weld-commits] [weld/core] 51953a: Update Arquillian container Weld version. Message-ID: <57e003dfcf0d8_a7f3facbc7b113486495@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 51953a0536b83f6b3937b0e38a0988d58a6deb20 https://github.com/weld/core/commit/51953a0536b83f6b3937b0e38a0988d58a6deb20 Author: Tomas Remes Date: 2016-09-19 (Mon, 19 Sep 2016) Changed paths: M pom.xml M tests/src/test/java/org/jboss/weld/tests/unit/resource/StaticResourceTest.java A tests/src/test/java/org/jboss/weld/tests/unit/resource/TestTransactionServices.java Log Message: ----------- Update Arquillian container Weld version. From noreply at github.com Mon Sep 19 11:29:22 2016 From: noreply at github.com (GitHub) Date: Mon, 19 Sep 2016 08:29:22 -0700 Subject: [weld-commits] [weld/core] de9c1f: Use correct Jandex class when checking presence of... Message-ID: <57e0045274904_62723f806e5bf13410366c@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: de9c1f77168716acd3e59749a8010500e26dffb9 https://github.com/weld/core/commit/de9c1f77168716acd3e59749a8010500e26dffb9 Author: Robert Marcano Date: 2016-09-19 (Mon, 19 Sep 2016) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/FastAnnotatedTypeLoader.java Log Message: ----------- Use correct Jandex class when checking presence of new method Code was checking wrongly a class inside Weld that use that same name ClassInfo that the one on Jandex that is where the new method is present. Commit: 56a7d046afbb45ce92d5fecc963f9ea0e5620b4b https://github.com/weld/core/commit/56a7d046afbb45ce92d5fecc963f9ea0e5620b4b Author: Tomas Remes Date: 2016-09-19 (Mon, 19 Sep 2016) Changed paths: 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 Log Message: ----------- WELD-2231 update check for ClassInfo.setFlags() method availability. Commit: 5c16c1876bfc732eec859e9a0e4df67530b02e83 https://github.com/weld/core/commit/5c16c1876bfc732eec859e9a0e4df67530b02e83 Author: Tomas Remes Date: 2016-09-19 (Mon, 19 Sep 2016) Changed paths: M pom.xml M tests/src/test/java/org/jboss/weld/tests/unit/resource/StaticResourceTest.java A tests/src/test/java/org/jboss/weld/tests/unit/resource/TestTransactionServices.java Log Message: ----------- Update Arquillian container Weld version. Compare: https://github.com/weld/core/compare/4c020fdf6055...5c16c1876bfc From noreply at github.com Mon Sep 19 11:42:45 2016 From: noreply at github.com (GitHub) Date: Mon, 19 Sep 2016 08:42:45 -0700 Subject: [weld-commits] [weld/core] c8d7c4: Oops - fix log messages Message-ID: <57e00775f28fd_6f733f7e893d312c7219d@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: c8d7c4afa28e02e6e42124e4707ce19817f5d575 https://github.com/weld/core/commit/c8d7c4afa28e02e6e42124e4707ce19817f5d575 Author: Martin Kouba Date: 2016-09-19 (Mon, 19 Sep 2016) Changed paths: M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java Log Message: ----------- Oops - fix log messages From weld-commits at lists.jboss.org Sun Sep 25 14:46:46 2016 From: weld-commits at lists.jboss.org (yobttb) Date: Mon, 26 Sep 2016 02:46:46 +0800 Subject: [weld-commits] =?utf-8?b?LS13ZWxkLWNvbW1pdHPvvJrlpoLkvZXop4TliJI=?= =?utf-8?b?5Lqn5ZOB5bmz5Y+w77yf?= Message-ID: <20160926024654233066@oj.com> weld-commits: ??? ???????????????????????????????/????????????????????????????? ??????????????????????????????? ?????????????????? ??????????? ??????????? ??????CBB??????????? ????????????????????????????????? ???? ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ??????????????? 2016/9/26 ???2:46:54 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160926/61661728/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ???????????James.doc Type: application/msword Size: 107008 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20160926/61661728/attachment-0001.doc From noreply at github.com Tue Sep 27 09:27:50 2016 From: noreply at github.com (GitHub) Date: Tue, 27 Sep 2016 06:27:50 -0700 Subject: [weld-commits] [weld/core] a9518a: WELD-2237 Upgrade jboss-logging-processor to 2.0.1 Message-ID: <57ea73d63863f_6c3a3fcbaf4ab1301394f4@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: a9518ae28dfe23edc18f985f768b7139f4aefbd8 https://github.com/weld/core/commit/a9518ae28dfe23edc18f985f768b7139f4aefbd8 Author: Martin Kouba Date: 2016-09-27 (Tue, 27 Sep 2016) Changed paths: M environments/common/src/main/java/org/jboss/weld/environment/logging/CommonLogger.java M environments/common/src/main/java/org/jboss/weld/environment/logging/WeldEnvironmentLogger.java M impl/src/main/java/org/jboss/weld/logging/ReflectionLogger.java M impl/src/main/java/org/jboss/weld/logging/WeldLogger.java M pom.xml Log Message: ----------- WELD-2237 Upgrade jboss-logging-processor to 2.0.1 From noreply at github.com Tue Sep 27 09:28:29 2016 From: noreply at github.com (GitHub) Date: Tue, 27 Sep 2016 06:28:29 -0700 Subject: [weld-commits] [weld/core] 131580: WELD-2237 Upgrade jboss-logging-processor to 2.0.1 Message-ID: <57ea73fd57447_3f0c3fe2b946b1401430f3@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 131580e1e36df2298bb7334d17af7bf0e755b398 https://github.com/weld/core/commit/131580e1e36df2298bb7334d17af7bf0e755b398 Author: Martin Kouba Date: 2016-09-27 (Tue, 27 Sep 2016) Changed paths: M environments/common/src/main/java/org/jboss/weld/environment/logging/CommonLogger.java M environments/common/src/main/java/org/jboss/weld/environment/logging/WeldEnvironmentLogger.java M impl/src/main/java/org/jboss/weld/logging/ReflectionLogger.java M impl/src/main/java/org/jboss/weld/logging/WeldLogger.java M pom.xml Log Message: ----------- WELD-2237 Upgrade jboss-logging-processor to 2.0.1 From weld-commits at lists.jboss.org Thu Sep 29 03:22:16 2016 From: weld-commits at lists.jboss.org (ewa) Date: Thu, 29 Sep 2016 15:22:16 +0800 Subject: [weld-commits] =?utf-8?b?5LuT5YKo54mp5rWB566h55CG55qE5aW95Z2P5a+5?= =?utf-8?b?5YWs5Y+455qE5b2x5ZON5pyJ5aSa5aSnPyAg5Lm+5rKb6Iq5?= Message-ID: <20160929152222122373@zm.net> weld-commits:??? ??????????????????? ????????????? ??????????? ????????? ?????????????? ????????? ????????? ????????? ???????? ??????? ???????????????????????????????????????????????????????????????????????????????????????????????? ????????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20160929/52a2b6e2/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ?????????????.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 23172 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20160929/52a2b6e2/attachment-0001.bin From noreply at github.com Thu Sep 29 08:48:13 2016 From: noreply at github.com (GitHub) Date: Thu, 29 Sep 2016 05:48:13 -0700 Subject: [weld-commits] [weld/core] 7ad8a1: WELD-2237 Fix log-msg-idx profile Message-ID: <57ed0d8d70564_2b893fb88ef29140111129@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 7ad8a1becf91521b1b4f9dda86094841c18080e4 https://github.com/weld/core/commit/7ad8a1becf91521b1b4f9dda86094841c18080e4 Author: Martin Kouba Date: 2016-09-29 (Thu, 29 Sep 2016) Changed paths: M impl/pom.xml M pom.xml Log Message: ----------- WELD-2237 Fix log-msg-idx profile - specify the processors to skip org.jboss.logging.processor.apt.LoggingToolsProcessor From noreply at github.com Thu Sep 29 08:54:08 2016 From: noreply at github.com (GitHub) Date: Thu, 29 Sep 2016 05:54:08 -0700 Subject: [weld-commits] [weld/core] 6051e0: WELD-2237 Fix log-msg-idx profile Message-ID: <57ed0ef0163dc_70a63fa0f5db713c100148@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 6051e03c67bfb1f9e9a77445f98cf7c37dfbdd42 https://github.com/weld/core/commit/6051e03c67bfb1f9e9a77445f98cf7c37dfbdd42 Author: Martin Kouba Date: 2016-09-29 (Thu, 29 Sep 2016) Changed paths: M impl/pom.xml M pom.xml Log Message: ----------- WELD-2237 Fix log-msg-idx profile - specify the processors to skip org.jboss.logging.processor.apt.LoggingToolsProcessor