From noreply at github.com Thu Mar 2 03:45:03 2017 From: noreply at github.com (GitHub) Date: Thu, 02 Mar 2017 00:45:03 -0800 Subject: [weld-commits] [weld/core] efe5fa: Share qualifier sets for built-in contexts Message-ID: <58b7db8f23246_d5ff3fdf19041c34886b2@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: efe5fa155ba43272a6d274002cfe77e7265dca61 https://github.com/weld/core/commit/efe5fa155ba43272a6d274002cfe77e7265dca61 Author: Martin Kouba Date: 2017-03-02 (Thu, 02 Mar 2017) Changed paths: M impl/src/main/java/org/jboss/weld/bean/builtin/AbstractBuiltInBean.java M impl/src/main/java/org/jboss/weld/bootstrap/ContextHolder.java M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java M impl/src/main/java/org/jboss/weld/bootstrap/events/configurator/BeanAttributesConfiguratorImpl.java M impl/src/main/java/org/jboss/weld/util/Bindings.java M modules/ejb/src/main/java/org/jboss/weld/module/ejb/WeldEjbModule.java M modules/web/src/main/java/org/jboss/weld/module/web/WeldWebModule.java Log Message: ----------- Share qualifier sets for built-in contexts From noreply at github.com Thu Mar 2 04:04:10 2017 From: noreply at github.com (GitHub) Date: Thu, 02 Mar 2017 01:04:10 -0800 Subject: [weld-commits] [weld/core] 65dd46: Share qualifier sets for built-in contexts Message-ID: <58b7e00af13f5_7b153f80b18e9c2c1049dc@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 65dd46450b6ef9f6563b82db5c43b656d7b3910c https://github.com/weld/core/commit/65dd46450b6ef9f6563b82db5c43b656d7b3910c Author: Martin Kouba Date: 2017-03-02 (Thu, 02 Mar 2017) Changed paths: M impl/src/main/java/org/jboss/weld/bean/builtin/AbstractBuiltInBean.java M impl/src/main/java/org/jboss/weld/bootstrap/ContextHolder.java M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java M impl/src/main/java/org/jboss/weld/util/Bindings.java Log Message: ----------- Share qualifier sets for built-in contexts From noreply at github.com Thu Mar 2 10:31:41 2017 From: noreply at github.com (GitHub) Date: Thu, 02 Mar 2017 07:31:41 -0800 Subject: [weld-commits] [weld/core] 706e14: WELD-2337 OSGI bundle exports need to export modul... Message-ID: <58b83add9c78a_e0e23feebc10bc3480572@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 706e14111d0edf84dbdfa81b99958f14eae1073b https://github.com/weld/core/commit/706e14111d0edf84dbdfa81b99958f14eae1073b Author: Antoine Sabot-Durand Date: 2017-03-02 (Thu, 02 Mar 2017) Changed paths: M bundles/osgi/pom.xml Log Message: ----------- WELD-2337 OSGI bundle exports need to export modules correct modified packages for OSGi manifest generation Commit: 489aeee2103886ea8c17aa6bdc2c0ebd6c6af846 https://github.com/weld/core/commit/489aeee2103886ea8c17aa6bdc2c0ebd6c6af846 Author: Martin Kouba Date: 2017-03-02 (Thu, 02 Mar 2017) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java A tests-arquillian/src/test/java/org/jboss/weld/tests/serialization/index/BeanIdentifierIndexTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/serialization/index/Indexed.java Log Message: ----------- WELD-2343 Fix bean identifier index - do not include built-in session and conversation scoped beans Commit: 666eac6cd57ff8eca5ea5ef33b42d34ed52dcc19 https://github.com/weld/core/commit/666eac6cd57ff8eca5ea5ef33b42d34ed52dcc19 Author: Martin Kouba Date: 2017-03-02 (Thu, 02 Mar 2017) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java Log Message: ----------- WELD-2344 Share proxy class for built-in beans of the same type Compare: https://github.com/weld/core/compare/efe5fa155ba4...666eac6cd57f From noreply at github.com Thu Mar 2 10:32:51 2017 From: noreply at github.com (GitHub) Date: Thu, 02 Mar 2017 07:32:51 -0800 Subject: [weld-commits] [weld/core] 192cdd: WELD-2343 Fix bean identifier index Message-ID: <58b83b23155a4_1e43fd5674d1c3874724@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 192cdd94cd461da7cb0c83c7e55796d65bf0db39 https://github.com/weld/core/commit/192cdd94cd461da7cb0c83c7e55796d65bf0db39 Author: Martin Kouba Date: 2017-03-02 (Thu, 02 Mar 2017) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java A tests-arquillian/src/test/java/org/jboss/weld/tests/serialization/index/BeanIdentifierIndexTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/serialization/index/Indexed.java Log Message: ----------- WELD-2343 Fix bean identifier index - do not include built-in session and conversation scoped beans Commit: 1f54d3b50be47af5d857a6337e02639c03747047 https://github.com/weld/core/commit/1f54d3b50be47af5d857a6337e02639c03747047 Author: Martin Kouba Date: 2017-03-02 (Thu, 02 Mar 2017) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java Log Message: ----------- WELD-2344 Share proxy class for built-in beans of the same type Compare: https://github.com/weld/core/compare/65dd46450b6e...1f54d3b50be4 From noreply at github.com Fri Mar 3 02:34:07 2017 From: noreply at github.com (GitHub) Date: Thu, 02 Mar 2017 23:34:07 -0800 Subject: [weld-commits] [weld/core] 27a106: [maven-release-plugin] prepare release 3.0.0.CR2 Message-ID: <58b91c6f5b34a_31e3ff52b529c24862cb@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 27a10617c9419a05970785f359f2f020c089dcc0 https://github.com/weld/core/commit/27a10617c9419a05970785f359f2f020c089dcc0 Author: Martin Kouba Date: 2017-03-03 (Fri, 03 Mar 2017) 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.CR2 From noreply at github.com Fri Mar 3 02:34:11 2017 From: noreply at github.com (GitHub) Date: Thu, 02 Mar 2017 23:34:11 -0800 Subject: [weld-commits] [weld/core] Message-ID: <58b91c7337ac_202b3fa3ded0fc34730e6@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/tags/3.0.0.CR2 Home: https://github.com/weld/core From noreply at github.com Fri Mar 3 02:34:16 2017 From: noreply at github.com (GitHub) Date: Thu, 02 Mar 2017 23:34:16 -0800 Subject: [weld-commits] [weld/core] 9a031d: [maven-release-plugin] prepare for next developmen... Message-ID: <58b91c788a664_792c3f98c3c5fc387662d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 9a031db8981b352ab25a02d0eac07116b2b16684 https://github.com/weld/core/commit/9a031db8981b352ab25a02d0eac07116b2b16684 Author: Martin Kouba Date: 2017-03-03 (Fri, 03 Mar 2017) 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 weld-commits at lists.jboss.org Sun Mar 5 18:42:25 2017 From: weld-commits at lists.jboss.org (dyr) Date: Mon, 6 Mar 2017 07:42:25 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRz77ya5oKo5oOz5a2m5Lmg6Zi/?= =?utf-8?b?6YeM5Yib5paw566h55CG5pa56Z2i55qE5oiQ5Yqf57uP6aqM5ZCX77yf?= =?utf-8?q?_51678?= Message-ID: <20170306074235161523@vkxgvqj.org> weld-commits???? ???????????????????????????????? ???? ????????????????????????? ????????????????????????????571??????? ????????????????????????????????????????????????????????????????? ??????????????????????????????? 7:42:302017/3/6 ??? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20170306/7d85feab/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ??????????????.doc Type: application/msword Size: 66048 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20170306/7d85feab/attachment-0001.doc From noreply at github.com Tue Mar 7 10:03:47 2017 From: noreply at github.com (GitHub) Date: Tue, 07 Mar 2017 07:03:47 -0800 Subject: [weld-commits] [weld/core] 7a2796: WELD-2346 Fix HttpSessionBean Message-ID: <58becbd37a0fc_e31d3fd152effc3c104068@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 7a27961828c641518705eb7fe8622bef2494164e https://github.com/weld/core/commit/7a27961828c641518705eb7fe8622bef2494164e Author: Martin Kouba Date: 2017-03-07 (Tue, 07 Mar 2017) Changed paths: M modules/web/src/main/java/org/jboss/weld/module/web/HttpSessionBean.java Log Message: ----------- WELD-2346 Fix HttpSessionBean Commit: a1c7528b18602c3b8117d04267f1fbd434c71201 https://github.com/weld/core/commit/a1c7528b18602c3b8117d04267f1fbd434c71201 Author: Martin Kouba Date: 2017-03-07 (Tue, 07 Mar 2017) Changed paths: R tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/Servlet.java R tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/ServletBeansTest.java R tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/ServletBuiltinBeanInjectingBean.java A tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servlet/Servlet.java A tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servlet/ServletBeansTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servlet/ServletBuiltinBeanInjectingBean.java A tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servlet/context/BarServlet.java A tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servlet/context/FooServlet.java A tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servlet/context/ServletContextBeanTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servlet/context/SharedBean.java A tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servlet/session/EagerHttpSessionTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servlet/session/TestServlet.java R tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servletContext/BarServlet.java R tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servletContext/FooServlet.java R tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servletContext/ServletContextBeanTest.java R tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servletContext/SharedBean.java Log Message: ----------- WELD-2346 Add test for eager session creation Compare: https://github.com/weld/core/compare/9a031db8981b...a1c7528b1860 From weld-commits at lists.jboss.org Tue Mar 7 18:19:32 2017 From: weld-commits at lists.jboss.org (suovusiw) Date: Wed, 8 Mar 2017 07:19:32 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRzLS3lrabkvJrop4Tpgb/lkIg=?= =?utf-8?b?5LyZ5Lq66aOO6Zmp55qENOenjeaWueazlSAgNzoxOTozOA==?= Message-ID: <20170308071939314336@huvlh.com> weld-commits???? 1????????????????????? 2???5?????????????? 3???????????4???? 4??????????????? ????????????????? 2017/3/8 ???7:19:38 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20170308/905bc406/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ?????--????? 2017.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 24847 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20170308/905bc406/attachment-0001.bin From noreply at github.com Mon Mar 13 05:32:41 2017 From: noreply at github.com (GitHub) Date: Mon, 13 Mar 2017 02:32:41 -0700 Subject: [weld-commits] [weld/core] 879297: WELD-2350 Add findbugs check to all modules. Message-ID: <58c667396c3f6_143b3fb688f07c3c139169@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 8792977d85aee07165319e906271a9d7915f4153 https://github.com/weld/core/commit/8792977d85aee07165319e906271a9d7915f4153 Author: Matej Novotny Date: 2017-03-13 (Mon, 13 Mar 2017) Changed paths: M impl/pom.xml M modules/ejb/pom.xml M modules/jsf/pom.xml M modules/jta/pom.xml A modules/web/findbugsfilter.xml M modules/web/pom.xml M modules/web/src/main/java/org/jboss/weld/module/web/HttpSessionBean.java M pom.xml Log Message: ----------- WELD-2350 Add findbugs check to all modules. From noreply at github.com Mon Mar 13 05:34:05 2017 From: noreply at github.com (GitHub) Date: Mon, 13 Mar 2017 02:34:05 -0700 Subject: [weld-commits] [weld/core] 06a060: WELD-2346 Fix HttpSessionBean Message-ID: <58c6678d74d95_21cb3fad363b5c2c2208cf@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 06a060e0446e2ce509e0b18827dc4ab563c4c332 https://github.com/weld/core/commit/06a060e0446e2ce509e0b18827dc4ab563c4c332 Author: Martin Kouba Date: 2017-03-13 (Mon, 13 Mar 2017) Changed paths: M impl/src/main/java/org/jboss/weld/bean/builtin/ee/HttpSessionBean.java Log Message: ----------- WELD-2346 Fix HttpSessionBean Commit: c3fd927b1214bcc9e2aa6d81a826407f2446f48d https://github.com/weld/core/commit/c3fd927b1214bcc9e2aa6d81a826407f2446f48d Author: Martin Kouba Date: 2017-03-13 (Mon, 13 Mar 2017) Changed paths: M impl/src/main/java/org/jboss/weld/bean/builtin/ee/HttpSessionBean.java R tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/Servlet.java R tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/ServletBeansTest.java R tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/ServletBuiltinBeanInjectingBean.java A tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servlet/Servlet.java A tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servlet/ServletBeansTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servlet/ServletBuiltinBeanInjectingBean.java A tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servlet/context/BarServlet.java A tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servlet/context/FooServlet.java A tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servlet/context/ServletContextBeanTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servlet/context/SharedBean.java A tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servlet/session/EagerHttpSessionTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servlet/session/TestServlet.java R tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servletContext/BarServlet.java R tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servletContext/FooServlet.java R tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servletContext/ServletContextBeanTest.java R tests-arquillian/src/test/java/org/jboss/weld/tests/builtinBeans/ee/servletContext/SharedBean.java Log Message: ----------- WELD-2346 Add test for eager session creation Compare: https://github.com/weld/core/compare/1f54d3b50be4...c3fd927b1214 From noreply at github.com Wed Mar 15 04:32:56 2017 From: noreply at github.com (GitHub) Date: Wed, 15 Mar 2017 01:32:56 -0700 Subject: [weld-commits] [weld/core] b86f34: WELD-2348 Correct the information about default th... Message-ID: <58c8fc38e3ebf_1403fbd514ffc3837375@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: b86f349a99e53c17b2e3de64e066abc70b4446e2 https://github.com/weld/core/commit/b86f349a99e53c17b2e3de64e066abc70b4446e2 Author: Matej Novotny Date: 2017-03-15 (Wed, 15 Mar 2017) Changed paths: M docs/reference/src/main/asciidoc/configure.asciidoc Log Message: ----------- WELD-2348 Correct the information about default thread pool used. From weld-commits at lists.jboss.org Wed Mar 15 14:21:08 2017 From: weld-commits at lists.jboss.org (liulldvs) Date: Thu, 16 Mar 2017 02:21:08 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRz77ya5bel5L2c44CB5a2m5Lmg?= =?utf-8?b?IOi1hOaWmSAyOjIxOjE1?= Message-ID: <20170316022115466424@uggkw.com> weld-commits??? ???????????????????????????????????????? 2017-3-162:21:15 ?.??????????????? ?????? ?????3?24-25?? ?4?08-09?? ?5? 12-13?? ????? 1 ??????????????? 2 ??????????? 3 ????????? 4 ??????????? 5 ??????????? 6 ???????????? 7 ?????????????? 8 ???????????? 9 ???????????? 10??????????? 11??????????????? ?.??????????PMC??? ?????? ?????3?25-26???3?30-31?? ?5?20-21?? ????? 1??????????????????????????????30% 2?????????????????????????????? 3???????????????????????????????????????????? 4????????????????????????????, ????????? 5?????????????????????????????????????? 6???????????????????????????,??????? ??????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20170316/f6071a13/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ????.xlsx Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Size: 28357 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20170316/f6071a13/attachment-0001.bin From noreply at github.com Thu Mar 16 05:02:58 2017 From: noreply at github.com (GitHub) Date: Thu, 16 Mar 2017 02:02:58 -0700 Subject: [weld-commits] [weld/core] 12c052: WELD-2140 log a warning when there's lifecycle cal... Message-ID: <58ca54c283095_295f3f8a56845c2c18782a@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 12c052b0ba24bd4654d8f53f8bb6bb73911fc730 https://github.com/weld/core/commit/12c052b0ba24bd4654d8f53f8bb6bb73911fc730 Author: Tomas Remes Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M impl/src/main/java/org/jboss/weld/interceptor/reader/InterceptorMetadataUtils.java M impl/src/main/java/org/jboss/weld/logging/ValidatorLogger.java Log Message: ----------- WELD-2140 log a warning when there's lifecycle callback method on target class with one param. From noreply at github.com Thu Mar 16 05:04:08 2017 From: noreply at github.com (GitHub) Date: Thu, 16 Mar 2017 02:04:08 -0700 Subject: [weld-commits] [weld/core] d4bd6b: WELD-2140 log a warning when there's lifecycle cal... Message-ID: <58ca5508a7259_7c443fb990ad7c3838540@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: d4bd6b832fb3bdb62e3c399655f5fd5928aa3b07 https://github.com/weld/core/commit/d4bd6b832fb3bdb62e3c399655f5fd5928aa3b07 Author: Tomas Remes Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M impl/src/main/java/org/jboss/weld/interceptor/reader/InterceptorMetadataUtils.java M impl/src/main/java/org/jboss/weld/logging/ValidatorLogger.java Log Message: ----------- WELD-2140 log a warning when there's lifecycle callback method on target class with one param. From noreply at github.com Thu Mar 16 05:07:21 2017 From: noreply at github.com (GitHub) Date: Thu, 16 Mar 2017 02:07:21 -0700 Subject: [weld-commits] [weld/core] d83cdf: ValidatorLogger - fix message id collision Message-ID: <58ca55c9f301f_5a93ffd96833c3027211@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: d83cdf2ede28febfb991b8b08e55dd06797d95e8 https://github.com/weld/core/commit/d83cdf2ede28febfb991b8b08e55dd06797d95e8 Author: Martin Kouba Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M impl/src/main/java/org/jboss/weld/logging/ValidatorLogger.java Log Message: ----------- ValidatorLogger - fix message id collision From noreply at github.com Thu Mar 16 05:10:00 2017 From: noreply at github.com (GitHub) Date: Thu, 16 Mar 2017 02:10:00 -0700 Subject: [weld-commits] [weld/core] 63b091: Fix the version of jacoco-maven-plugin. Message-ID: <58ca56684b30b_78233f97ed001c382746d3@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 63b091b3d0585ffce7aaefe2f70e495cdae34be9 https://github.com/weld/core/commit/63b091b3d0585ffce7aaefe2f70e495cdae34be9 Author: Matej Novotny Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M pom.xml Log Message: ----------- Fix the version of jacoco-maven-plugin. From noreply at github.com Thu Mar 16 05:49:53 2017 From: noreply at github.com (GitHub) Date: Thu, 16 Mar 2017 02:49:53 -0700 Subject: [weld-commits] [weld/core] 57f4d3: WELD-2345 Weld 2.4 to 3.0 Migration notes. Message-ID: <58ca5fc119001_21cb3fad363b5c2c2808e4@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 57f4d34809bdaca1b33280aa3986a746f7dbfb62 https://github.com/weld/core/commit/57f4d34809bdaca1b33280aa3986a746f7dbfb62 Author: Matej Novotny Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M docs/reference/src/main/asciidoc/ri-spi.asciidoc Log Message: ----------- WELD-2345 Weld 2.4 to 3.0 Migration notes. From noreply at github.com Fri Mar 17 03:33:39 2017 From: noreply at github.com (GitHub) Date: Fri, 17 Mar 2017 00:33:39 -0700 Subject: [weld-commits] [weld/api] b44f36: WELD-2347 Improve EEModuleDescriptor javadoc Message-ID: <58cb91535bc69_74fc3fadf7271c3c76043@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: b44f363876c24f83fea2d6aa2e81a0b0b5da6724 https://github.com/weld/api/commit/b44f363876c24f83fea2d6aa2e81a0b0b5da6724 Author: Martin Kouba Date: 2017-03-17 (Fri, 17 Mar 2017) Changed paths: M weld-spi/src/main/java/org/jboss/weld/bootstrap/spi/EEModuleDescriptor.java M weld-spi/src/main/java/org/jboss/weld/ejb/spi/EjbServices.java Log Message: ----------- WELD-2347 Improve EEModuleDescriptor javadoc From noreply at github.com Fri Mar 17 03:34:14 2017 From: noreply at github.com (GitHub) Date: Fri, 17 Mar 2017 00:34:14 -0700 Subject: [weld-commits] [weld/api] Message-ID: <58cb917624a73_5b613fabfc22dc3c990fb@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api From weld-commits at lists.jboss.org Fri Mar 17 05:30:16 2017 From: weld-commits at lists.jboss.org (aqh) Date: Fri, 17 Mar 2017 17:30:16 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRz77ya5LqG6Kej6Zi/6YeM5aaC?= =?utf-8?b?5L2V5omT6YCg5bm456aP5LyB5Lia44CC5a+55qCH6LS15YWs5Y+4546w?= =?utf-8?b?5a6e5oOF5Ya177yM5bqU5aaC5L2V5bu656uL5ZGY5bel5YWz5oCAIDk4?= =?utf-8?q?659?= Message-ID: <20170317173027841013@ik.com> weld-commits???? ???????????????????????????????? ???? ????????????????????????? ????????????????????????????571??????? ????????????????????????????????????????????????????????????????? ??????????????????????????????? 17:30:262017-3-17 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20170317/fe73dd91/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ??????????????.doc Type: application/msword Size: 66048 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20170317/fe73dd91/attachment-0001.doc From noreply at github.com Mon Mar 20 05:00:56 2017 From: noreply at github.com (GitHub) Date: Mon, 20 Mar 2017 02:00:56 -0700 Subject: [weld-commits] [weld/core] f964ef: WELD-2223 Do not synchronize unless necessary Message-ID: <58cf9a48e74af_31703fe1ce93fc34105620@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: f964ef8e4e74aa8eeff6bf089a6beb5cb0d97f92 https://github.com/weld/core/commit/f964ef8e4e74aa8eeff6bf089a6beb5cb0d97f92 Author: Martin Kouba Date: 2017-03-20 (Mon, 20 Mar 2017) Changed paths: M environments/servlet/tests/jetty/src/test/weld-se-coop/org/jboss/weld/environment/servlet/test/se/coop/BootstrapNotNeededTest.java M environments/servlet/tests/jetty/src/test/weld-se-coop/org/jboss/weld/environment/servlet/test/se/coop/TestBean.java M modules/web/src/main/java/org/jboss/weld/module/web/servlet/HttpContextLifecycle.java Log Message: ----------- WELD-2223 Do not synchronize unless necessary - also add test that @Initialized(ApplicationScoped.class) ServletContext is not fired when Weld SE and Servlet cooperate From noreply at github.com Mon Mar 20 05:01:24 2017 From: noreply at github.com (GitHub) Date: Mon, 20 Mar 2017 02:01:24 -0700 Subject: [weld-commits] [weld/core] 9ef52c: WELD-2223 Do not synchronize unless necessary Message-ID: <58cf9a646162a_708b3f8a8dbc3c3c72176@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 9ef52c8f99500b65ead88e3808f1561d5564d872 https://github.com/weld/core/commit/9ef52c8f99500b65ead88e3808f1561d5564d872 Author: Martin Kouba Date: 2017-03-20 (Mon, 20 Mar 2017) Changed paths: M environments/servlet/tests/jetty/src/test/weld-se-coop/org/jboss/weld/environment/servlet/test/se/coop/BootstrapNotNeededTest.java M environments/servlet/tests/jetty/src/test/weld-se-coop/org/jboss/weld/environment/servlet/test/se/coop/TestBean.java M impl/src/main/java/org/jboss/weld/servlet/HttpContextLifecycle.java Log Message: ----------- WELD-2223 Do not synchronize unless necessary - also add test that @Initialized(ApplicationScoped.class) ServletContext is not fired when Weld SE and Servlet cooperate From noreply at github.com Tue Mar 21 08:42:41 2017 From: noreply at github.com (GitHub) Date: Tue, 21 Mar 2017 05:42:41 -0700 Subject: [weld-commits] [weld/core] 3efc3e: WELD-2350 Add findbugs check to Probe. Message-ID: <58d11fc1b95b5_2378e3f8ad1eefc3c1393f4@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 3efc3ecc8a3ea2ec50f5224e3479b7ae9edbd8e7 https://github.com/weld/core/commit/3efc3ecc8a3ea2ec50f5224e3479b7ae9edbd8e7 Author: Matej Novotny Date: 2017-03-21 (Tue, 21 Mar 2017) Changed paths: A probe/core/findbugsfilter.xml M probe/core/pom.xml M probe/core/src/main/java/org/jboss/weld/probe/InvocationMonitor.java M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java M probe/core/src/main/java/org/jboss/weld/probe/Parsers.java M probe/core/src/main/java/org/jboss/weld/probe/Resource.java Log Message: ----------- WELD-2350 Add findbugs check to Probe. Commit: ac85b6f6ec14cb34c5f3829985c9ee90664d059f https://github.com/weld/core/commit/ac85b6f6ec14cb34c5f3829985c9ee90664d059f Author: Matej Novotny Date: 2017-03-21 (Tue, 21 Mar 2017) Changed paths: M impl/pom.xml M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotatedTypeImpl.java M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedConstructor.java M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedField.java M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedMethod.java M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedParameter.java M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedType.java M impl/src/main/java/org/jboss/weld/annotated/slim/unbacked/UnbackedAnnotatedConstructor.java M impl/src/main/java/org/jboss/weld/annotated/slim/unbacked/UnbackedAnnotatedField.java M impl/src/main/java/org/jboss/weld/annotated/slim/unbacked/UnbackedAnnotatedMethod.java M impl/src/main/java/org/jboss/weld/annotated/slim/unbacked/UnbackedAnnotatedParameter.java M impl/src/main/java/org/jboss/weld/annotated/slim/unbacked/UnbackedAnnotatedType.java M impl/src/main/java/org/jboss/weld/bean/builtin/InstanceImpl.java M impl/src/main/java/org/jboss/weld/bean/proxy/ContextBeanInstance.java M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyMethodHandler.java M impl/src/main/java/org/jboss/weld/bootstrap/events/ContainerLifecycleEventPreloader.java M impl/src/main/java/org/jboss/weld/config/WeldConfiguration.java M impl/src/main/java/org/jboss/weld/contexts/AbstractContext.java M impl/src/main/java/org/jboss/weld/contexts/BusyConversationException.java M impl/src/main/java/org/jboss/weld/contexts/ContextNotActiveException.java M impl/src/main/java/org/jboss/weld/contexts/CreationalContextImpl.java M impl/src/main/java/org/jboss/weld/contexts/NonexistentConversationException.java M impl/src/main/java/org/jboss/weld/contexts/SerializableContextualFactory.java M impl/src/main/java/org/jboss/weld/contexts/WeldCreationalContext.java M impl/src/main/java/org/jboss/weld/contexts/beanstore/LockStore.java M impl/src/main/java/org/jboss/weld/event/EventImpl.java M impl/src/main/java/org/jboss/weld/exceptions/AmbiguousResolutionException.java M impl/src/main/java/org/jboss/weld/exceptions/CreationException.java M impl/src/main/java/org/jboss/weld/exceptions/DefinitionException.java M impl/src/main/java/org/jboss/weld/exceptions/DeploymentException.java M impl/src/main/java/org/jboss/weld/exceptions/IllegalArgumentException.java M impl/src/main/java/org/jboss/weld/exceptions/IllegalProductException.java M impl/src/main/java/org/jboss/weld/exceptions/IllegalStateException.java M impl/src/main/java/org/jboss/weld/exceptions/InjectionException.java M impl/src/main/java/org/jboss/weld/exceptions/InvalidObjectException.java M impl/src/main/java/org/jboss/weld/exceptions/UnproxyableResolutionException.java M impl/src/main/java/org/jboss/weld/exceptions/UnsatisfiedResolutionException.java M impl/src/main/java/org/jboss/weld/exceptions/UnsupportedOperationException.java M impl/src/main/java/org/jboss/weld/injection/ConstructorInjectionPoint.java M impl/src/main/java/org/jboss/weld/injection/FieldInjectionPoint.java M impl/src/main/java/org/jboss/weld/injection/ParameterInjectionPointImpl.java M impl/src/main/java/org/jboss/weld/injection/attributes/AbstractInferringInjectionPointAttributes.java M impl/src/main/java/org/jboss/weld/interceptor/proxy/AbstractInvocationContext.java M impl/src/main/java/org/jboss/weld/interceptor/proxy/WeldInvocationContextImpl.java M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java M impl/src/main/java/org/jboss/weld/serialization/ContextualStoreImpl.java M impl/src/main/java/org/jboss/weld/serialization/InjectionPointHolder.java M impl/src/main/java/org/jboss/weld/util/AnnotatedTypes.java M impl/src/main/java/org/jboss/weld/util/ServiceLoader.java M impl/src/main/java/org/jboss/weld/util/bytecode/RuntimeMethodInformation.java M impl/src/main/java/org/jboss/weld/util/bytecode/StaticMethodInformation.java M impl/src/main/java/org/jboss/weld/util/reflection/Formats.java M impl/src/main/java/org/jboss/weld/util/reflection/ParameterizedTypeImpl.java M modules/web/pom.xml M modules/web/src/main/java/org/jboss/weld/module/web/HttpSessionBean.java M pom.xml M probe/core/pom.xml M probe/core/src/main/java/org/jboss/weld/probe/InvocationMonitor.java M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java Log Message: ----------- WELD-2350 Update FindBugs annotations. Compare: https://github.com/weld/core/compare/f964ef8e4e74...ac85b6f6ec14 From noreply at github.com Tue Mar 21 08:43:23 2017 From: noreply at github.com (GitHub) Date: Tue, 21 Mar 2017 05:43:23 -0700 Subject: [weld-commits] [weld/core] fb9107: WELD-2350 Add findbugs check to Probe. Message-ID: <58d11feb1a792_59083fbc5a48bc2c10526e@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: fb9107dea3968decc65435362cf376c119be4018 https://github.com/weld/core/commit/fb9107dea3968decc65435362cf376c119be4018 Author: Matej Novotny Date: 2017-03-21 (Tue, 21 Mar 2017) Changed paths: A probe/core/findbugsfilter.xml M probe/core/pom.xml M probe/core/src/main/java/org/jboss/weld/probe/InvocationMonitor.java M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java M probe/core/src/main/java/org/jboss/weld/probe/Parsers.java M probe/core/src/main/java/org/jboss/weld/probe/Resource.java Log Message: ----------- WELD-2350 Add findbugs check to Probe. Commit: 6c710702a2725b0d55ecc9a56d48a6b57cee86ad https://github.com/weld/core/commit/6c710702a2725b0d55ecc9a56d48a6b57cee86ad Author: Matej Novotny Date: 2017-03-21 (Tue, 21 Mar 2017) Changed paths: M impl/pom.xml M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotatedTypeImpl.java M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedConstructor.java M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedField.java M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedMethod.java M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedParameter.java M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedType.java M impl/src/main/java/org/jboss/weld/annotated/slim/unbacked/UnbackedAnnotatedConstructor.java M impl/src/main/java/org/jboss/weld/annotated/slim/unbacked/UnbackedAnnotatedField.java M impl/src/main/java/org/jboss/weld/annotated/slim/unbacked/UnbackedAnnotatedMethod.java M impl/src/main/java/org/jboss/weld/annotated/slim/unbacked/UnbackedAnnotatedParameter.java M impl/src/main/java/org/jboss/weld/annotated/slim/unbacked/UnbackedAnnotatedType.java M impl/src/main/java/org/jboss/weld/bean/builtin/InstanceImpl.java M impl/src/main/java/org/jboss/weld/bean/builtin/ee/HttpSessionBean.java M impl/src/main/java/org/jboss/weld/bean/proxy/ContextBeanInstance.java M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyMethodHandler.java M impl/src/main/java/org/jboss/weld/bootstrap/events/ContainerLifecycleEventPreloader.java M impl/src/main/java/org/jboss/weld/config/WeldConfiguration.java M impl/src/main/java/org/jboss/weld/context/AbstractContext.java M impl/src/main/java/org/jboss/weld/context/BusyConversationException.java M impl/src/main/java/org/jboss/weld/context/ContextNotActiveException.java M impl/src/main/java/org/jboss/weld/context/CreationalContextImpl.java M impl/src/main/java/org/jboss/weld/context/NonexistentConversationException.java M impl/src/main/java/org/jboss/weld/context/SerializableContextualFactory.java M impl/src/main/java/org/jboss/weld/context/WeldCreationalContext.java M impl/src/main/java/org/jboss/weld/context/beanstore/LockStore.java M impl/src/main/java/org/jboss/weld/event/EventImpl.java M impl/src/main/java/org/jboss/weld/exceptions/AmbiguousResolutionException.java M impl/src/main/java/org/jboss/weld/exceptions/CreationException.java M impl/src/main/java/org/jboss/weld/exceptions/DefinitionException.java M impl/src/main/java/org/jboss/weld/exceptions/DeploymentException.java M impl/src/main/java/org/jboss/weld/exceptions/IllegalArgumentException.java M impl/src/main/java/org/jboss/weld/exceptions/IllegalProductException.java M impl/src/main/java/org/jboss/weld/exceptions/IllegalStateException.java M impl/src/main/java/org/jboss/weld/exceptions/InjectionException.java M impl/src/main/java/org/jboss/weld/exceptions/InvalidObjectException.java M impl/src/main/java/org/jboss/weld/exceptions/UnproxyableResolutionException.java M impl/src/main/java/org/jboss/weld/exceptions/UnsatisfiedResolutionException.java M impl/src/main/java/org/jboss/weld/exceptions/UnsupportedOperationException.java M impl/src/main/java/org/jboss/weld/injection/ConstructorInjectionPoint.java M impl/src/main/java/org/jboss/weld/injection/FieldInjectionPoint.java M impl/src/main/java/org/jboss/weld/injection/ParameterInjectionPointImpl.java M impl/src/main/java/org/jboss/weld/injection/attributes/AbstractInferringInjectionPointAttributes.java M impl/src/main/java/org/jboss/weld/injection/producer/DefaultLifecycleCallbackInvoker.java M impl/src/main/java/org/jboss/weld/interceptor/proxy/AbstractInvocationContext.java M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java M impl/src/main/java/org/jboss/weld/serialization/ContextualStoreImpl.java M impl/src/main/java/org/jboss/weld/serialization/InjectionPointHolder.java M impl/src/main/java/org/jboss/weld/util/AnnotatedTypes.java M impl/src/main/java/org/jboss/weld/util/ServiceLoader.java M impl/src/main/java/org/jboss/weld/util/bytecode/RuntimeMethodInformation.java M impl/src/main/java/org/jboss/weld/util/bytecode/StaticMethodInformation.java M impl/src/main/java/org/jboss/weld/util/reflection/Formats.java M impl/src/main/java/org/jboss/weld/util/reflection/ParameterizedTypeImpl.java M pom.xml M probe/core/pom.xml M probe/core/src/main/java/org/jboss/weld/probe/InvocationMonitor.java M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java Log Message: ----------- WELD-2350 Update FindBugs annotations. Compare: https://github.com/weld/core/compare/9ef52c8f9950...6c710702a272 From noreply at github.com Tue Mar 21 18:17:15 2017 From: noreply at github.com (GitHub) Date: Tue, 21 Mar 2017 15:17:15 -0700 Subject: [weld-commits] [weld/core] 6ec931: InterceptionFactory - add a test for abstract clas... Message-ID: <58d1a66b807e3_2d553f93afd0bc40147138@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 6ec9318c4c5e05a7f43df2351e5774c049977518 https://github.com/weld/core/commit/6ec9318c4c5e05a7f43df2351e5774c049977518 Author: Matej Novotny Date: 2017-03-21 (Tue, 21 Mar 2017) Changed paths: M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/producer/InterceptionFactoryTest.java M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/producer/Producer.java Log Message: ----------- InterceptionFactory - add a test for abstract class. From weld-commits at lists.jboss.org Wed Mar 22 05:34:00 2017 From: weld-commits at lists.jboss.org (tmcrm) Date: Wed, 22 Mar 2017 17:34:00 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRzOuWQiOS8meS6uueahOS8sA==?= =?utf-8?b?5YC85qih5Z6LICAxNzozNDowOQ==?= Message-ID: <20170322173410108142@paf.org> weld-commits???? 1????????????????????? 2???5?????????????? 3???????????4???? 4??????????????? ????????????????? 2017-3-2217:34:09 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20170322/606a7032/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ?????--????? 2017.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 24915 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20170322/606a7032/attachment-0001.bin From weld-commits at lists.jboss.org Fri Mar 24 01:50:51 2017 From: weld-commits at lists.jboss.org (mnbzgpk) Date: Fri, 24 Mar 2017 13:50:51 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRz77ya6Ie05omA5pyJSFLnmoQ=?= =?utf-8?b?5LiA5bCB5L+hICAxMzo1MTowMQ==?= Message-ID: <20170324135102024760@byvjckp.net> ????????? ?????? 2017? 4?14-15??? ??????4980?/???????????????? ?????? HR????????????????????????????? ?????? ???? + ???? + ???? +???? + ???? + ???? ?????? 021-31006787, 13381601000 (???) ?QQ/???320588808 ?????? 1??????HR?????????? 2?????????????????? 3??????HR??????HR??????HR?????? 4??????HR?????????? 5??????????HR????????????? ?????? 1?HR????????????????????????????????? 2?HR????????????????????????????? 3?HR????????????????????????????????? 4?HR??????????????????????????KPI????? 5?HR????????????????????????? ????? ??1?HR????? ??2?????????? ??3???????HR???? ??4?HR??????? ??5?????? ??6? HR??? ?????? ??1????????HR?????? ??2????????HR?????? ??3??????????HR?????? ??4??????????HR??? ??5????????HR?????? ??6????????????? ?????? ???? ?????HR?????????????0.5??? ??????HR???? ??????HR???? ??1?HR????? ???? HR??? ??????? 2.5??+?????2??? ????? ???HR?????????-??1????????????? ??2?????????? ????1????????HR?????? ???HR???????? ????2????????HR?????? ??2???????????????? ????? ???????????HR?????????? ????????HR???????????? 1?HR?????????? ????3??????????HR?????? 2????HR?????????????? ????4??????????HR??? ?????????HR???????????????????? ??3????ROE?28.6%???9.82%???????????????HR????????? ??5????????HR?????? ???? HR??????????2??+?????2??? ????? ???HR??????HR??????? ?IT??????????39%???8%???????55%? ??4????????????????3?? ???HR??????HR??????? 1?HR???????????????????????? ??5?????????8.3%????9.2%??????????????????????? 2?????????? ??4? HR??????? ????? ???HR???? 1????????????????5?---??????????? 2?KPI????????????? 3???????????????? ???HR???? ???? HR??????????1.5??????????????? ????? ???HR?? ??6?HR?????????? ??????? ??5?????? ????? ??7??????????????????50%????????80%????????20%? ???? HR"?"?????????1.5??? ?????HR??? ??6? HR??? ???????? ????????????? ????????????????? ???????????????? ????????????? ?????????????? ????Bel Fuse Inc.?????????????? ????500???????????? ??????????????? ???? ???20??HR??????????????????????????500????????500?????????????????????????????????????????????????????? ??????????????????????????????????????IPO???????????????????????? ?????????????????????HR??????????????????HR????????????????????????????????????????????????????????????????????????????? ???? ???????????????????HR???????????????????????????????????? ?????????????????????????smart?????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20170324/b956a69c/attachment.html From noreply at github.com Fri Mar 24 07:47:19 2017 From: noreply at github.com (GitHub) Date: Fri, 24 Mar 2017 04:47:19 -0700 Subject: [weld-commits] [weld/core] a44b09: WELD-2354 Provide a toString() for ContainerInitia... Message-ID: <58d507474274c_c1b3fd96a917c288072c@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: a44b0914097681ad78087f11fe52c99a9d82931c https://github.com/weld/core/commit/a44b0914097681ad78087f11fe52c99a9d82931c Author: Matej Novotny Date: 2017-03-24 (Fri, 24 Mar 2017) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/events/WeldContainerEvent.java A environments/se/core/src/test/java/org/jboss/weld/environment/se/test/container/events/ContainerEventToStringObserver.java M environments/se/core/src/test/java/org/jboss/weld/environment/se/test/container/events/ContainerEventsTest.java Log Message: ----------- WELD-2354 Provide a toString() for ContainerInitialized/Shutdown events with container ID. From noreply at github.com Fri Mar 24 07:47:30 2017 From: noreply at github.com (GitHub) Date: Fri, 24 Mar 2017 04:47:30 -0700 Subject: [weld-commits] [weld/core] 73927c: WELD-2354 Provide a toString() for ContainerInitia... Message-ID: <58d5075231799_7873fe6848d7c3c939b9@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 73927c436dd176e6cb81c4d9ef7f194d3866d92f https://github.com/weld/core/commit/73927c436dd176e6cb81c4d9ef7f194d3866d92f Author: Matej Novotny Date: 2017-03-24 (Fri, 24 Mar 2017) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/events/WeldContainerEvent.java A environments/se/core/src/test/java/org/jboss/weld/environment/se/test/container/events/ContainerEventToStringObserver.java M environments/se/core/src/test/java/org/jboss/weld/environment/se/test/container/events/ContainerEventsTest.java Log Message: ----------- WELD-2354 Provide a toString() for ContainerInitialized/Shutdown events with container ID. From noreply at github.com Mon Mar 27 04:04:50 2017 From: noreply at github.com (GitHub) Date: Mon, 27 Mar 2017 01:04:50 -0700 Subject: [weld-commits] [weld/core] 69fb54: WELD-2358 DeclaredMemberIndexer should use privile... Message-ID: <58d8c7a22849a_ab323ff7f1277c38667a5@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 69fb54a97260742003c084b2d1be5411eef9daf2 https://github.com/weld/core/commit/69fb54a97260742003c084b2d1be5411eef9daf2 Author: Martin Kouba Date: 2017-03-27 (Mon, 27 Mar 2017) Changed paths: M impl/src/main/java/org/jboss/weld/util/reflection/DeclaredMemberIndexer.java A impl/src/main/java/org/jboss/weld/util/reflection/SecurityActions.java Log Message: ----------- WELD-2358 DeclaredMemberIndexer should use privileged actions if necessary From noreply at github.com Mon Mar 27 04:05:00 2017 From: noreply at github.com (GitHub) Date: Mon, 27 Mar 2017 01:05:00 -0700 Subject: [weld-commits] [weld/core] db0ce1: WELD-2358 DeclaredMemberIndexer should use privile... Message-ID: <58d8c7ac8559f_af5a3fb0ad379c348591a@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: db0ce1970fbd1f0cb504a3ad8eb8de3e6393991e https://github.com/weld/core/commit/db0ce1970fbd1f0cb504a3ad8eb8de3e6393991e Author: Martin Kouba Date: 2017-03-27 (Mon, 27 Mar 2017) Changed paths: M impl/src/main/java/org/jboss/weld/util/reflection/DeclaredMemberIndexer.java A impl/src/main/java/org/jboss/weld/util/reflection/SecurityActions.java Log Message: ----------- WELD-2358 DeclaredMemberIndexer should use privileged actions if necessary From noreply at github.com Mon Mar 27 04:06:08 2017 From: noreply at github.com (GitHub) Date: Mon, 27 Mar 2017 01:06:08 -0700 Subject: [weld-commits] [weld/core] 357aa7: WELD-2355 Weld Servlet - fix NPE in listeners Message-ID: <58d8c7f07aede_5e503f83f6bfdc2c1120a8@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 357aa7ff6af39afaec1f25ce0c8b99630dcc9c17 https://github.com/weld/core/commit/357aa7ff6af39afaec1f25ce0c8b99630dcc9c17 Author: Martin Kouba Date: 2017-03-27 (Mon, 27 Mar 2017) Changed paths: M environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/EnhancedListener.java M environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/Listener.java M environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/logging/WeldServletLogger.java Log Message: ----------- WELD-2355 Weld Servlet - fix NPE in listeners From noreply at github.com Mon Mar 27 04:06:13 2017 From: noreply at github.com (GitHub) Date: Mon, 27 Mar 2017 01:06:13 -0700 Subject: [weld-commits] [weld/core] a0b1b6: WELD-2355 Weld Servlet - fix NPE in listeners Message-ID: <58d8c7f59228d_fb63ffcb5263c38735b1@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: a0b1b68b833529eeb4fd5f9e92bb65c3ffdc0423 https://github.com/weld/core/commit/a0b1b68b833529eeb4fd5f9e92bb65c3ffdc0423 Author: Martin Kouba Date: 2017-03-27 (Mon, 27 Mar 2017) Changed paths: M environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/EnhancedListener.java M environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/Listener.java M environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/logging/WeldServletLogger.java Log Message: ----------- WELD-2355 Weld Servlet - fix NPE in listeners From noreply at github.com Mon Mar 27 04:54:42 2017 From: noreply at github.com (GitHub) Date: Mon, 27 Mar 2017 01:54:42 -0700 Subject: [weld-commits] [weld/core] 7cd08a: WELD-2353 Introduce parallel nofitication mode Message-ID: <58d8d352bbaa6_68293f83dcfd3c3089536@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 7cd08a66d54840e0650703a76dcf86bfd10695b7 https://github.com/weld/core/commit/7cd08a66d54840e0650703a76dcf86bfd10695b7 Author: Martin Kouba Date: 2017-03-27 (Mon, 27 Mar 2017) Changed paths: A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/parallel/FirstRecipient.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/parallel/Message.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/parallel/ParallelNotificationModeTest.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/parallel/SecondRecipient.java M environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/shutdown/hook/ShutdownHookRegisteredBeforeInitEventTest.java M impl/src/main/java/org/jboss/weld/event/AsyncEventDeliveryStage.java A impl/src/main/java/org/jboss/weld/event/NotificationOptionKeys.java M impl/src/main/java/org/jboss/weld/event/ObserverNotifier.java M impl/src/main/java/org/jboss/weld/logging/EventLogger.java Log Message: ----------- WELD-2353 Introduce parallel nofitication mode Commit: 4d991e018000f4722737ef9751d182f20232c0ce https://github.com/weld/core/commit/4d991e018000f4722737ef9751d182f20232c0ce Author: Martin Kouba Date: 2017-03-27 (Mon, 27 Mar 2017) Changed paths: M docs/reference/src/main/asciidoc/events.asciidoc Log Message: ----------- WELD-2353 Add docs Commit: 577684bac4d1e7746a1361bcfc69b99ca2623496 https://github.com/weld/core/commit/577684bac4d1e7746a1361bcfc69b99ca2623496 Author: Martin Kouba Date: 2017-03-27 (Mon, 27 Mar 2017) Changed paths: M docs/reference/src/main/asciidoc/events.asciidoc M environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/parallel/ParallelNotificationModeTest.java Log Message: ----------- WELD-2353 Fix minor issue in test and improve docs Compare: https://github.com/weld/core/compare/357aa7ff6af3...577684bac4d1 From noreply at github.com Tue Mar 28 03:32:15 2017 From: noreply at github.com (GitHub) Date: Tue, 28 Mar 2017 00:32:15 -0700 Subject: [weld-commits] [weld/core] b7394f: WELD-2353 Minor refactoring Message-ID: <58da117f601b0_46143fa6efe29c3c27569@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: b7394f26f8aff78121f52ac6af6be2385c76804d https://github.com/weld/core/commit/b7394f26f8aff78121f52ac6af6be2385c76804d Author: Martin Kouba Date: 2017-03-28 (Tue, 28 Mar 2017) Changed paths: M impl/src/main/java/org/jboss/weld/event/ObserverNotifier.java Log Message: ----------- WELD-2353 Minor refactoring From noreply at github.com Tue Mar 28 08:10:17 2017 From: noreply at github.com (GitHub) Date: Tue, 28 Mar 2017 05:10:17 -0700 Subject: [weld-commits] [weld/core] 4a270d: WELD-2357 fallback in JandexDiscoveryStrategy when... Message-ID: <58da52a98a5df_46ad3fec2311dc2c453e3@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 4a270da8d080d2e025d705c90d2f91e0cb513464 https://github.com/weld/core/commit/4a270da8d080d2e025d705c90d2f91e0cb513464 Author: Tomas Remes Date: 2017-03-28 (Tue, 28 Mar 2017) Changed paths: M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/AbstractDiscoveryStrategy.java M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/ReflectionDiscoveryStrategy.java M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/jandex/JandexDiscoveryStrategy.java M environments/common/src/main/java/org/jboss/weld/environment/util/Reflections.java Log Message: ----------- WELD-2357 fallback in JandexDiscoveryStrategy when there is no ClassInfo available. From noreply at github.com Tue Mar 28 08:10:34 2017 From: noreply at github.com (GitHub) Date: Tue, 28 Mar 2017 05:10:34 -0700 Subject: [weld-commits] [weld/core] 3dc7b5: WELD-2357 fallback in JandexDiscoveryStrategy when... Message-ID: <58da52bac59a8_27273f84f078fc3013024@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 3dc7b53bb108371830f0a3c2d538bf2e6170f05a https://github.com/weld/core/commit/3dc7b53bb108371830f0a3c2d538bf2e6170f05a Author: Tomas Remes Date: 2017-03-28 (Tue, 28 Mar 2017) Changed paths: M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/AbstractDiscoveryStrategy.java M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/ReflectionDiscoveryStrategy.java M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/jandex/JandexDiscoveryStrategy.java M environments/common/src/main/java/org/jboss/weld/environment/util/Reflections.java Log Message: ----------- WELD-2357 fallback in JandexDiscoveryStrategy when there is no ClassInfo available. From noreply at github.com Wed Mar 29 02:46:00 2017 From: noreply at github.com (GitHub) Date: Tue, 28 Mar 2017 23:46:00 -0700 Subject: [weld-commits] [weld/api] bed0af: WELD-2352 Enhance ExecutorServices with ScheduledE... Message-ID: <58db5828731fe_8423f99b9e25c3857385@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: bed0af8c74ea80a870ae6f7867771126d413b34c https://github.com/weld/api/commit/bed0af8c74ea80a870ae6f7867771126d413b34c Author: Matej Novotny Date: 2017-03-29 (Wed, 29 Mar 2017) Changed paths: M weld-spi/src/main/java/org/jboss/weld/manager/api/ExecutorServices.java Log Message: ----------- WELD-2352 Enhance ExecutorServices with ScheduledExecutor. From noreply at github.com Wed Mar 29 02:49:15 2017 From: noreply at github.com (GitHub) Date: Tue, 28 Mar 2017 23:49:15 -0700 Subject: [weld-commits] [weld/api] 09df74: WELD-2359 Introduce WeldNotificationOptions Message-ID: <58db58ebe704e_4cf63f96a8d51c30889df@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 09df740c21be8f53b697da78811cd9e8c79b63d4 https://github.com/weld/api/commit/09df740c21be8f53b697da78811cd9e8c79b63d4 Author: Martin Kouba Date: 2017-03-29 (Wed, 29 Mar 2017) Changed paths: A weld/src/main/java/org/jboss/weld/events/WeldNotificationOptions.java Log Message: ----------- WELD-2359 Introduce WeldNotificationOptions From noreply at github.com Wed Mar 29 02:54:08 2017 From: noreply at github.com (GitHub) Date: Tue, 28 Mar 2017 23:54:08 -0700 Subject: [weld-commits] [weld/api] bff370: [maven-release-plugin] prepare release 3.0.CR2 Message-ID: <58db5a1090758_2043f8596895c3c67821@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: bff3707b867d0e9526c4f4540c8efd602fec7cfb https://github.com/weld/api/commit/bff3707b867d0e9526c4f4540c8efd602fec7cfb Author: Martin Kouba Date: 2017-03-29 (Wed, 29 Mar 2017) 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.CR2 From noreply at github.com Wed Mar 29 02:54:12 2017 From: noreply at github.com (GitHub) Date: Tue, 28 Mar 2017 23:54:12 -0700 Subject: [weld-commits] [weld/api] Message-ID: <58db5a14358fd_40413fa5c84c1c3045375@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/3.0.CR2 Home: https://github.com/weld/api From noreply at github.com Wed Mar 29 02:54:16 2017 From: noreply at github.com (GitHub) Date: Tue, 28 Mar 2017 23:54:16 -0700 Subject: [weld-commits] [weld/api] f62a8c: [maven-release-plugin] prepare for next developmen... Message-ID: <58db5a185fe15_3f8c3fd5fe46bc3466111@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: f62a8c0f2143ceee14f27f9f91e8b3af09a3e0b3 https://github.com/weld/api/commit/f62a8c0f2143ceee14f27f9f91e8b3af09a3e0b3 Author: Martin Kouba Date: 2017-03-29 (Wed, 29 Mar 2017) Changed paths: M bom/pom.xml M pom.xml M weld-spi/pom.xml M weld/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From noreply at github.com Wed Mar 29 06:32:33 2017 From: noreply at github.com (GitHub) Date: Wed, 29 Mar 2017 03:32:33 -0700 Subject: [weld-commits] [weld/core] c9f2a8: WELD-2360 Weld SE - allow to register additional s... Message-ID: <58db8d4132471_3f103fe5bcc2dc3893922@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: c9f2a8323ffe4d50d0ddf1d2fe78681d44e34be1 https://github.com/weld/core/commit/c9f2a8323ffe4d50d0ddf1d2fe78681d44e34be1 Author: Martin Kouba Date: 2017-03-29 (Wed, 29 Mar 2017) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/service/AdditionalServiceTest.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/service/AlphaImpl.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/service/AlphaService.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/service/Bravo1Service.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/service/Bravo2Service.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/service/BravoImpl.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/service/ExecutorServices1.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/service/ExecutorServices2.java M impl/src/main/java/org/jboss/weld/bootstrap/AdditionalServiceLoader.java A impl/src/main/java/org/jboss/weld/util/Services.java Log Message: ----------- WELD-2360 Weld SE - allow to register additional services From noreply at github.com Wed Mar 29 06:32:43 2017 From: noreply at github.com (GitHub) Date: Wed, 29 Mar 2017 03:32:43 -0700 Subject: [weld-commits] [weld/core] 126558: WELD-2360 Weld SE - allow to register additional s... Message-ID: <58db8d4bdf7e0_46933fc7fbda9c3071031@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 1265588b31d328a71d6f634092ab67c2adac611e https://github.com/weld/core/commit/1265588b31d328a71d6f634092ab67c2adac611e Author: Martin Kouba Date: 2017-03-29 (Wed, 29 Mar 2017) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/service/AdditionalServiceTest.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/service/AlphaImpl.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/service/AlphaService.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/service/Bravo1Service.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/service/Bravo2Service.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/service/BravoImpl.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/service/ExecutorServices1.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/service/ExecutorServices2.java M impl/src/main/java/org/jboss/weld/bootstrap/AdditionalServiceLoader.java A impl/src/main/java/org/jboss/weld/util/Services.java Log Message: ----------- WELD-2360 Weld SE - allow to register additional services From noreply at github.com Wed Mar 29 09:53:49 2017 From: noreply at github.com (GitHub) Date: Wed, 29 Mar 2017 06:53:49 -0700 Subject: [weld-commits] [weld/core] 318c5d: WELD-2359 Upgrade Weld API to 3.0.CR2 and use Weld... Message-ID: <58dbbc6dd74b5_24c73fd6fdf0bc349966@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 318c5d73cba726b1d688fd7db151bed2f4183e9b https://github.com/weld/core/commit/318c5d73cba726b1d688fd7db151bed2f4183e9b Author: Martin Kouba Date: 2017-03-29 (Wed, 29 Mar 2017) Changed paths: M bom/pom.xml A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/mode/FirstRecipient.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/mode/Message.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/mode/NotificationModeTest.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/mode/SecondRecipient.java R environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/parallel/FirstRecipient.java R environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/parallel/Message.java R environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/parallel/ParallelNotificationModeTest.java R environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/parallel/SecondRecipient.java R impl/src/main/java/org/jboss/weld/event/NotificationOptionKeys.java M impl/src/main/java/org/jboss/weld/event/ObserverNotifier.java M impl/src/main/java/org/jboss/weld/logging/EventLogger.java M pom.xml Log Message: ----------- WELD-2359 Upgrade Weld API to 3.0.CR2 and use WeldNotificationOptions - also initialize and validate notification mode first and add test for invalid mode From noreply at github.com Thu Mar 30 03:50:46 2017 From: noreply at github.com (GitHub) Date: Thu, 30 Mar 2017 00:50:46 -0700 Subject: [weld-commits] [weld/core] 2debd8: WELD-2352 Asynchronous observer notification with ... Message-ID: <58dcb8d6cd4aa_6c493f9d90d07c4088261@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 2debd83a214b10d5059e7f80bc6f84186557922f https://github.com/weld/core/commit/2debd83a214b10d5059e7f80bc6f84186557922f Author: Matej Novotny Date: 2017-03-30 (Thu, 30 Mar 2017) Changed paths: A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/timeout/HardworkingObserver.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/timeout/IncompleteCustomExecutorServices.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/timeout/LazyObserver.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/timeout/NotificationTimeoutTest.java M impl/src/main/java/org/jboss/weld/event/ObserverNotifier.java M impl/src/main/java/org/jboss/weld/executor/AbstractExecutorServices.java M impl/src/main/java/org/jboss/weld/executor/DaemonThreadFactory.java M impl/src/main/java/org/jboss/weld/executor/FixedThreadPoolExecutorServices.java M impl/src/main/java/org/jboss/weld/executor/TimingOutFixedThreadPoolExecutorServices.java M impl/src/main/java/org/jboss/weld/logging/EventLogger.java M tests-arquillian/src/test/java/org/jboss/weld/tests/event/async/stage/CustomExecutorServices.java Log Message: ----------- WELD-2352 Asynchronous observer notification with timeout option. From noreply at github.com Thu Mar 30 04:26:48 2017 From: noreply at github.com (GitHub) Date: Thu, 30 Mar 2017 01:26:48 -0700 Subject: [weld-commits] [weld/api] f4d842: Improve WeldNotificationOptions.TIMEOUT javadoc Message-ID: <58dcc148c754f_2cdcd3fbc7da07c3c1869@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: f4d8425425ea04467f0b2b19180394f48eeec035 https://github.com/weld/api/commit/f4d8425425ea04467f0b2b19180394f48eeec035 Author: Martin Kouba Date: 2017-03-30 (Thu, 30 Mar 2017) Changed paths: M weld/src/main/java/org/jboss/weld/events/WeldNotificationOptions.java Log Message: ----------- Improve WeldNotificationOptions.TIMEOUT javadoc From noreply at github.com Thu Mar 30 04:29:10 2017 From: noreply at github.com (GitHub) Date: Thu, 30 Mar 2017 01:29:10 -0700 Subject: [weld-commits] [weld/core] 25b759: WELD-2356 remove gae, glassfish, tomcat-embedded a... Message-ID: <58dcc1d631d28_68013ff6ed0cbc2c5073b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 25b75946c636dbf82559f6af7c1b4b73614fddfe https://github.com/weld/core/commit/25b75946c636dbf82559f6af7c1b4b73614fddfe Author: Tomas Remes Date: 2017-03-30 (Thu, 30 Mar 2017) Changed paths: M docs/reference/src/main/asciidoc/gettingstarted.asciidoc M examples/README.md M examples/jsf/numberguess/README.md M examples/jsf/numberguess/pom.xml M examples/jsf/numberguess/src/ftest/resources/arquillian.xml R examples/jsf/numberguess/src/glassfish/password_file R examples/jsf/numberguess/src/jetty/java/Start.java R examples/jsf/numberguess/src/jetty/resources/META-INF/beans.xml R examples/jsf/numberguess/src/jetty/resources/log4j.properties R examples/jsf/numberguess/src/main/webapp-gae/WEB-INF/appengine-web.xml R examples/jsf/numberguess/src/main/webapp-gae/WEB-INF/faces-config.xml R examples/jsf/numberguess/src/main/webapp-gae/WEB-INF/logging.properties R examples/jsf/numberguess/src/main/webapp-gae/WEB-INF/web.xml R examples/jsf/numberguess/src/main/webapp-jetty/WEB-INF/jetty-env.xml R examples/jsf/numberguess/src/main/webapp-jetty/WEB-INF/web.xml R examples/jsf/numberguess/src/main/webapp-tomcat/META-INF/context.xml A examples/jsf/numberguess/src/main/webapp/WEB-INF/beans.xml M examples/jsf/permalink/README.md M examples/jsf/permalink/pom.xml M examples/jsf/permalink/src/ftest/resources/arquillian.xml R examples/jsf/permalink/src/glassfish/password_file R examples/jsf/permalink/src/main/resources-jetty/META-INF/beans.xml R examples/jsf/permalink/src/main/webapp-jetty/WEB-INF/jetty-env.xml R examples/jsf/permalink/src/main/webapp-jetty/WEB-INF/override-web.xml R examples/jsf/permalink/src/main/webapp-jetty/WEB-INF/web.xml R examples/jsf/translator/ear/src/glassfish/password_file M examples/pom.xml M examples/webstart/README.md M examples/webstart/pom.xml M pom.xml Log Message: ----------- WELD-2356 remove gae, glassfish, tomcat-embedded and jetty-embedded related files and configuration from examples. From noreply at github.com Thu Mar 30 05:16:38 2017 From: noreply at github.com (GitHub) Date: Thu, 30 Mar 2017 02:16:38 -0700 Subject: [weld-commits] [weld/core] fe1458: WELD-2361 minor code snippet update. Message-ID: <58dcccf6ddb05_6c493f9d90d07c4090077@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: fe145873473b0cb57522851a2f1feee66f98c592 https://github.com/weld/core/commit/fe145873473b0cb57522851a2f1feee66f98c592 Author: Tomas Remes Date: 2017-03-30 (Thu, 30 Mar 2017) Changed paths: M docs/reference/src/main/asciidoc/environments.asciidoc Log Message: ----------- WELD-2361 minor code snippet update. From noreply at github.com Thu Mar 30 07:08:17 2017 From: noreply at github.com (GitHub) Date: Thu, 30 Mar 2017 04:08:17 -0700 Subject: [weld-commits] [weld/core] a69c78: WELD-2352, WELD-2353 Notification options - update... Message-ID: <58dce721ba081_1edb3fc39e10dc448291c@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: a69c781b218b25806ca2a2c936228df8e7f5a9c2 https://github.com/weld/core/commit/a69c781b218b25806ca2a2c936228df8e7f5a9c2 Author: Martin Kouba Date: 2017-03-30 (Thu, 30 Mar 2017) Changed paths: M docs/reference/src/main/asciidoc/events.asciidoc M environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/mode/NotificationModeTest.java M environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/options/timeout/NotificationTimeoutTest.java Log Message: ----------- WELD-2352, WELD-2353 Notification options - update docs, improve tests From noreply at github.com Thu Mar 30 07:28:09 2017 From: noreply at github.com (GitHub) Date: Thu, 30 Mar 2017 04:28:09 -0700 Subject: [weld-commits] [weld/core] 1645b6: WELD-2356 remove gae, glassfish, tomcat-embedded a... Message-ID: <58dcebc9aa38e_43bb3ff553c01c2c662cc@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 1645b620af6a155cf0a39dfc6b17b9e30774a869 https://github.com/weld/core/commit/1645b620af6a155cf0a39dfc6b17b9e30774a869 Author: Tomas Remes Date: 2017-03-30 (Thu, 30 Mar 2017) Changed paths: M docs/reference/src/main/asciidoc/gettingstarted.asciidoc M examples/README.md M examples/jsf/numberguess/README.md M examples/jsf/numberguess/pom.xml M examples/jsf/numberguess/src/ftest/resources/arquillian.xml R examples/jsf/numberguess/src/glassfish/password_file R examples/jsf/numberguess/src/jetty/java/Start.java R examples/jsf/numberguess/src/jetty/resources/META-INF/beans.xml R examples/jsf/numberguess/src/jetty/resources/log4j.properties R examples/jsf/numberguess/src/main/webapp-gae/WEB-INF/appengine-web.xml R examples/jsf/numberguess/src/main/webapp-gae/WEB-INF/faces-config.xml R examples/jsf/numberguess/src/main/webapp-gae/WEB-INF/logging.properties R examples/jsf/numberguess/src/main/webapp-gae/WEB-INF/web.xml R examples/jsf/numberguess/src/main/webapp-jetty/WEB-INF/jetty-env.xml R examples/jsf/numberguess/src/main/webapp-jetty/WEB-INF/web.xml R examples/jsf/numberguess/src/main/webapp-tomcat/META-INF/context.xml A examples/jsf/numberguess/src/main/webapp/WEB-INF/beans.xml M examples/jsf/permalink/README.md M examples/jsf/permalink/pom.xml M examples/jsf/permalink/src/ftest/resources/arquillian.xml R examples/jsf/permalink/src/glassfish/password_file R examples/jsf/permalink/src/main/resources-jetty/META-INF/beans.xml R examples/jsf/permalink/src/main/webapp-jetty/WEB-INF/jetty-env.xml R examples/jsf/permalink/src/main/webapp-jetty/WEB-INF/override-web.xml R examples/jsf/permalink/src/main/webapp-jetty/WEB-INF/web.xml R examples/jsf/translator/ear/src/glassfish/password_file M examples/pom.xml M examples/webstart/README.md M examples/webstart/pom.xml M pom.xml Log Message: ----------- WELD-2356 remove gae, glassfish, tomcat-embedded and jetty-embedded related files and configuration from examples. From noreply at github.com Fri Mar 31 09:32:18 2017 From: noreply at github.com (GitHub) Date: Fri, 31 Mar 2017 06:32:18 -0700 Subject: [weld-commits] [weld/core] ad5a27: Weld OSGi manifest - group exported packages Message-ID: <58de5a62d613b_2be83fc914547c303778f@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: ad5a27e42d09e2a466068908b43561aabc3f7294 https://github.com/weld/core/commit/ad5a27e42d09e2a466068908b43561aabc3f7294 Author: Martin Kouba Date: 2017-03-31 (Fri, 31 Mar 2017) Changed paths: M bundles/osgi/pom.xml Log Message: ----------- Weld OSGi manifest - group exported packages