From noreply at github.com Wed Feb 1 09:55:18 2017 From: noreply at github.com (GitHub) Date: Wed, 01 Feb 2017 06:55:18 -0800 Subject: [weld-commits] [weld/core] 6f775e: WELD-2313 Add a property that allows vetoed beans ... Message-ID: <5891f6d6a7b38_6cf93f86d0c0513419087@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 6f775ec251d8a184f17b70e710d72065d6959c87 https://github.com/weld/core/commit/6f775ec251d8a184f17b70e710d72065d6959c87 Author: Benjamin Confino Date: 2017-02-01 (Wed, 01 Feb 2017) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/Validator.java M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java M impl/src/main/java/org/jboss/weld/logging/ValidatorLogger.java M impl/src/main/java/org/jboss/weld/util/Types.java A tests-arquillian/src/test/java/org/jboss/weld/tests/alternatives/weld2313/AlternativeConsumerProducer.java A tests-arquillian/src/test/java/org/jboss/weld/tests/alternatives/weld2313/AlternativeConsumerStereotype.java A tests-arquillian/src/test/java/org/jboss/weld/tests/alternatives/weld2313/Consumer.java A tests-arquillian/src/test/java/org/jboss/weld/tests/alternatives/weld2313/MockPaymentProcessorImpl.java A tests-arquillian/src/test/java/org/jboss/weld/tests/alternatives/weld2313/PaymentProcessor.java A tests-arquillian/src/test/java/org/jboss/weld/tests/alternatives/weld2313/PaymentProcessorImpl.java A tests-arquillian/src/test/java/org/jboss/weld/tests/alternatives/weld2313/VetoedAlternativeTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/alternatives/weld2313/VetoedAlternativeWithoutPropertyTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/alternatives/weld2313/VetoingExtension.java Log Message: ----------- WELD-2313 Add a property that allows vetoed beans to be defined as an alternative in beans.xml Commit: 2586458d829dd516438d9af635483880742113b3 https://github.com/weld/core/commit/2586458d829dd516438d9af635483880742113b3 Author: Martin Kouba Date: 2017-02-01 (Wed, 01 Feb 2017) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/Validator.java M impl/src/main/java/org/jboss/weld/logging/ValidatorLogger.java Log Message: ----------- WELD-2313 ValidatorLogger - fix message ids and suppression Compare: https://github.com/weld/core/compare/28966a0f58df...2586458d829d From noreply at github.com Wed Feb 1 10:07:43 2017 From: noreply at github.com (GitHub) Date: Wed, 01 Feb 2017 07:07:43 -0800 Subject: [weld-commits] [weld/core] d6f05d: Update jacoco version. Message-ID: <5891f9bfbec45_79b83fd6d5c4713849289@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: d6f05d6404b1b7d86ea57386105cc4ca730506b9 https://github.com/weld/core/commit/d6f05d6404b1b7d86ea57386105cc4ca730506b9 Author: Tomas Remes Date: 2017-02-01 (Wed, 01 Feb 2017) Changed paths: M pom.xml Log Message: ----------- Update jacoco version. From noreply at github.com Thu Feb 2 03:59:52 2017 From: noreply at github.com (GitHub) Date: Thu, 02 Feb 2017 00:59:52 -0800 Subject: [weld-commits] [weld/core] 77e0cb: WELD-2319 probe - provide additional information a... Message-ID: <5892f508c7062_2ca753faee6363c2c434ea@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 77e0cb385d9c3d455acd588edfbe18270ecc47c0 https://github.com/weld/core/commit/77e0cb385d9c3d455acd588edfbe18270ecc47c0 Author: Tomas Remes Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: R examples/jsf/numberguess/src/main/webapp/WEB-INF/beans.xml M probe/core/src/main/client/basic.css M probe/core/src/main/client/probe.html M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java M probe/core/src/main/java/org/jboss/weld/probe/Probe.java M probe/core/src/main/java/org/jboss/weld/probe/Strings.java Log Message: ----------- WELD-2319 probe - provide additional information about bean archive beans.xml. Commit: 9e4af73c2fe3d2c38f4fe38c7b330d66921d891c https://github.com/weld/core/commit/9e4af73c2fe3d2c38f4fe38c7b330d66921d891c Author: Martin Kouba Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: M probe/core/src/main/client/app.js M probe/core/src/main/client/basic.css M probe/core/src/main/client/probe.html M probe/core/src/main/java/org/jboss/weld/probe/Json.java M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java M probe/core/src/main/java/org/jboss/weld/probe/Strings.java Log Message: ----------- WELD-2319 Fix scan filter activations - also add enablement info (global/local/conflict) to bean archive detail Commit: e30bab0c01bcce16e70d1662a927cb4d7f22a92f https://github.com/weld/core/commit/e30bab0c01bcce16e70d1662a927cb4d7f22a92f Author: Martin Kouba Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: M probe/core/src/main/client/probe.html Log Message: ----------- WELD-2319 Make beans.xml label more readable Compare: https://github.com/weld/core/compare/2586458d829d...e30bab0c01bc From noreply at github.com Thu Feb 2 04:00:50 2017 From: noreply at github.com (GitHub) Date: Thu, 02 Feb 2017 01:00:50 -0800 Subject: [weld-commits] [weld/core] 9b8275: WELD-2319 enhance beans.xml information in Probe. Message-ID: <5892f542191a_2c4963f8ebbb91c28652c6@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 9b827594cd784f2326618e16cbed0a034126b9da https://github.com/weld/core/commit/9b827594cd784f2326618e16cbed0a034126b9da Author: Tomas Remes Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: M probe/core/src/main/client/probe.html M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java M probe/core/src/main/java/org/jboss/weld/probe/Strings.java Log Message: ----------- WELD-2319 enhance beans.xml information in Probe. Commit: 0006178308665c7631ccc2064c9fb622e57104a7 https://github.com/weld/core/commit/0006178308665c7631ccc2064c9fb622e57104a7 Author: Tomas Remes Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: R examples/jsf/numberguess/src/main/webapp/WEB-INF/beans.xml M probe/core/src/main/client/basic.css M probe/core/src/main/client/probe.html M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java M probe/core/src/main/java/org/jboss/weld/probe/Probe.java M probe/core/src/main/java/org/jboss/weld/probe/Strings.java Log Message: ----------- WELD-2139 probe - provide information about conflicting interceptor/decorator enablement and display bean archive scanning information." Commit: 7e46570ee2cd97fe8b6964915d970018078f5333 https://github.com/weld/core/commit/7e46570ee2cd97fe8b6964915d970018078f5333 Author: Martin Kouba Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: M probe/core/src/main/client/app.js M probe/core/src/main/client/basic.css M probe/core/src/main/client/probe.html M probe/core/src/main/java/org/jboss/weld/probe/Json.java M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java M probe/core/src/main/java/org/jboss/weld/probe/Strings.java Log Message: ----------- WELD-2319 Fix scan filter activations - also add enablement info (global/local/conflict) to bean archive detail Commit: c88873f35e27843b38c83b6e855c3c554d9e4e45 https://github.com/weld/core/commit/c88873f35e27843b38c83b6e855c3c554d9e4e45 Author: Martin Kouba Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: M probe/core/src/main/client/probe.html Log Message: ----------- WELD-2319 Make beans.xml label more readable Compare: https://github.com/weld/core/compare/d6f05d6404b1...c88873f35e27 From noreply at github.com Thu Feb 2 04:06:50 2017 From: noreply at github.com (GitHub) Date: Thu, 02 Feb 2017 01:06:50 -0800 Subject: [weld-commits] [weld/core] f45335: BOM - upgrade Weld API to 2.4.SP1 Message-ID: <5892f6aa3cca2_3513f9545231c38613c0@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: f45335d9a9d912e317973c45bb15a24261e46ece https://github.com/weld/core/commit/f45335d9a9d912e317973c45bb15a24261e46ece Author: Martin Kouba Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: M bom/pom.xml Log Message: ----------- BOM - upgrade Weld API to 2.4.SP1 Commit: 163ac6f508a2c4f4601b90880227d498907021c9 https://github.com/weld/core/commit/163ac6f508a2c4f4601b90880227d498907021c9 Author: Martin Kouba Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: M README.md R merge.sh Log Message: ----------- Remove unused merge.sh Compare: https://github.com/weld/core/compare/e30bab0c01bc...163ac6f508a2 From noreply at github.com Thu Feb 2 04:18:23 2017 From: noreply at github.com (GitHub) Date: Thu, 02 Feb 2017 01:18:23 -0800 Subject: [weld-commits] [weld/core] e2d6d9: [maven-release-plugin] prepare release 2.4.2.Final Message-ID: <5892f95f5da5e_9fa3fc681445c28303ca@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: e2d6d978e4021d66bc95c5af19589fe99345f6ae https://github.com/weld/core/commit/e2d6d978e4021d66bc95c5af19589fe99345f6ae Author: Martin Kouba Date: 2017-02-02 (Thu, 02 Feb 2017) 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.2.Final From noreply at github.com Thu Feb 2 04:18:27 2017 From: noreply at github.com (GitHub) Date: Thu, 02 Feb 2017 01:18:27 -0800 Subject: [weld-commits] [weld/core] Message-ID: <5892f963b0fc7_6ccf3fe62944bc2834114@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/2.4.2.Final Home: https://github.com/weld/core From noreply at github.com Thu Feb 2 04:18:33 2017 From: noreply at github.com (GitHub) Date: Thu, 02 Feb 2017 01:18:33 -0800 Subject: [weld-commits] [weld/core] c06ced: [maven-release-plugin] prepare for next developmen... Message-ID: <5892f9694b34_7e33fb023627c2c170f6@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: c06ced79a168cf035287dcfbd43da4e4acfeff8b https://github.com/weld/core/commit/c06ced79a168cf035287dcfbd43da4e4acfeff8b Author: Martin Kouba Date: 2017-02-02 (Thu, 02 Feb 2017) 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 Feb 6 04:44:00 2017 From: noreply at github.com (GitHub) Date: Mon, 06 Feb 2017 01:44:00 -0800 Subject: [weld-commits] [weld/core] a8e3d6: WELD-2328 Fix Proxies.getUnproxyableClassException... Message-ID: <589845605c3f7_14d143fdad1679c387314d@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: a8e3d6cc6b488a43ebf62d2a9069e8338198a947 https://github.com/weld/core/commit/a8e3d6cc6b488a43ebf62d2a9069e8338198a947 Author: Martin Kouba Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: M impl/src/main/java/org/jboss/weld/util/Proxies.java M impl/src/main/java/org/jboss/weld/util/SecurityActions.java Log Message: ----------- WELD-2328 Fix Proxies.getUnproxyableClassException() From noreply at github.com Mon Feb 6 05:26:49 2017 From: noreply at github.com (GitHub) Date: Mon, 06 Feb 2017 02:26:49 -0800 Subject: [weld-commits] [weld/core] f9add1: WELD-2328 Fix Proxies.getUnproxyableClassException... Message-ID: <58984f69c52b4_13543fe1db21fc3012494f@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: f9add116881d0c6adcbe914d200cfe75d028ccca https://github.com/weld/core/commit/f9add116881d0c6adcbe914d200cfe75d028ccca Author: Martin Kouba Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: M impl/src/main/java/org/jboss/weld/util/Proxies.java M impl/src/main/java/org/jboss/weld/util/SecurityActions.java Log Message: ----------- WELD-2328 Fix Proxies.getUnproxyableClassException() From noreply at github.com Mon Feb 6 05:30:56 2017 From: noreply at github.com (GitHub) Date: Mon, 06 Feb 2017 02:30:56 -0800 Subject: [weld-commits] [weld/core] 39108e: Allow to set container connection wait time via pr... Message-ID: <5898506060f40_42f43fa36582dc3066157@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 39108e69bdddfb4e977554247585118f562f23b8 https://github.com/weld/core/commit/39108e69bdddfb4e977554247585118f562f23b8 Author: Matej Novotny Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: M environments/se/tests/src/test/resources/arquillian.xml Log Message: ----------- Allow to set container connection wait time via property. From noreply at github.com Mon Feb 6 05:31:39 2017 From: noreply at github.com (GitHub) Date: Mon, 06 Feb 2017 02:31:39 -0800 Subject: [weld-commits] [weld/core] 9f0f89: Allow to set container connection wait time via pr... Message-ID: <5898508b15c1e_faf3f8c98f03c3c9494d@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 9f0f89216a5842ca53787c922f5c79bf4ce03b1a https://github.com/weld/core/commit/9f0f89216a5842ca53787c922f5c79bf4ce03b1a Author: Matej Novotny Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: M environments/se/tests/src/test/resources/arquillian.xml Log Message: ----------- Allow to set container connection wait time via property. From noreply at github.com Mon Feb 6 07:26:25 2017 From: noreply at github.com (GitHub) Date: Mon, 06 Feb 2017 04:26:25 -0800 Subject: [weld-commits] [weld/core] df4464: WELD-2327 Document configuration key ALLOW_VETOED_... Message-ID: <58986b714c426_7ece3ffdc034bc3492048@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: df44648722ea2c8aa0d420b9914ab2bbc2112465 https://github.com/weld/core/commit/df44648722ea2c8aa0d420b9914ab2bbc2112465 Author: Matej Novotny Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: M docs/reference/src/main/asciidoc/configure.asciidoc Log Message: ----------- WELD-2327 Document configuration key ALLOW_VETOED_ALTERNATIVES. From noreply at github.com Mon Feb 6 10:05:52 2017 From: noreply at github.com (GitHub) Date: Mon, 06 Feb 2017 07:05:52 -0800 Subject: [weld-commits] [weld/core] d9b21b: Allow to pass jbossArguments to Arquillian propert... Message-ID: <589890d0f2824_39a3fd483583c24101415@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: d9b21b240d324c18f10a47367fa35f8b72150aab https://github.com/weld/core/commit/d9b21b240d324c18f10a47367fa35f8b72150aab Author: Tomas Remes Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: M tests-arquillian/pom.xml M tests-arquillian/src/test/resources/wildfly-arquillian.xml Log Message: ----------- Allow to pass jbossArguments to Arquillian properties in integration tests. From noreply at github.com Mon Feb 6 10:15:36 2017 From: noreply at github.com (GitHub) Date: Mon, 06 Feb 2017 07:15:36 -0800 Subject: [weld-commits] [weld/core] 03cb45: [maven-release-plugin] prepare release 2.4.2.SP1 Message-ID: <58989318514_7ef13fb70868dc34741a1@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 03cb45b19c8853c8f28069ff5190988b85966437 https://github.com/weld/core/commit/03cb45b19c8853c8f28069ff5190988b85966437 Author: Martin Kouba Date: 2017-02-06 (Mon, 06 Feb 2017) 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.2.SP1 From noreply at github.com Mon Feb 6 10:15:39 2017 From: noreply at github.com (GitHub) Date: Mon, 06 Feb 2017 07:15:39 -0800 Subject: [weld-commits] [weld/core] Message-ID: <5898931bf33c4_140e93fb72f10dc2467845@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/tags/2.4.2.SP1 Home: https://github.com/weld/core From noreply at github.com Mon Feb 6 10:15:43 2017 From: noreply at github.com (GitHub) Date: Mon, 06 Feb 2017 07:15:43 -0800 Subject: [weld-commits] [weld/core] 3d4c54: [maven-release-plugin] prepare for next developmen... Message-ID: <5898931f9a4f5_8b33fa1f877fc34828a1@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 3d4c5456dbf729e7e5b4d28b8c1d05b9cb7ee690 https://github.com/weld/core/commit/3d4c5456dbf729e7e5b4d28b8c1d05b9cb7ee690 Author: Martin Kouba Date: 2017-02-06 (Mon, 06 Feb 2017) 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 Tue Feb 7 03:57:52 2017 From: noreply at github.com (GitHub) Date: Tue, 07 Feb 2017 00:57:52 -0800 Subject: [weld-commits] [weld/core] 021d7d: Allow to pass jbossArguments to Arquillian propert... Message-ID: <58998c102bbf4_144b53fa02da27c38131718@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 021d7d72ef3c059ea0c8295fe408f83ff3ee8f1d https://github.com/weld/core/commit/021d7d72ef3c059ea0c8295fe408f83ff3ee8f1d Author: Tomas Remes Date: 2017-02-07 (Tue, 07 Feb 2017) Changed paths: M tests-arquillian/pom.xml M tests-arquillian/src/test/resources/wildfly-arquillian.xml Log Message: ----------- Allow to pass jbossArguments to Arquillian properties in integration tests. From noreply at github.com Wed Feb 8 06:59:01 2017 From: noreply at github.com (GitHub) Date: Wed, 08 Feb 2017 03:59:01 -0800 Subject: [weld-commits] [weld/core] 5e275f: [maven-release-plugin] prepare release 1.1.34.Fina... Message-ID: <589b080512a67_a913fbaea6efc3c15092c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/1.1 Home: https://github.com/weld/core Commit: 5e275f778267c643fad45201eddd08526932f993 https://github.com/weld/core/commit/5e275f778267c643fad45201eddd08526932f993 Author: Martin Kouba Date: 2017-02-08 (Wed, 08 Feb 2017) Changed paths: M bom/pom.xml M build-config/pom.xml M bundles/osgi/pom.xml M docs/reference/pom.xml M environments/se/build/pom.xml M environments/se/core/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/jetty7/pom.xml M environments/servlet/tests/tomcat/pom.xml M environments/servlet/tests/tomcat7/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/pom.xml M examples/se/hello-world/pom.xml M examples/se/numberguess/pom.xml M impl/pom.xml M inject-tck-runner/pom.xml M jboss-as/jboss-as-7/pom.xml M jboss-tck-runner/pom.xml M pom.xml M porting-package/pom.xml M tests-arquillian/pom.xml M tests/pom.xml Log Message: ----------- [maven-release-plugin] prepare release 1.1.34.Final From noreply at github.com Wed Feb 8 06:59:05 2017 From: noreply at github.com (GitHub) Date: Wed, 08 Feb 2017 03:59:05 -0800 Subject: [weld-commits] [weld/core] Message-ID: <589b08091f431_aa83fc1d590fc3c117698@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/tags/1.1.34.Final Home: https://github.com/weld/core From noreply at github.com Wed Feb 8 06:59:10 2017 From: noreply at github.com (GitHub) Date: Wed, 08 Feb 2017 03:59:10 -0800 Subject: [weld-commits] [weld/core] f043d4: [maven-release-plugin] prepare for next developmen... Message-ID: <589b080e2112c_13d2f3ff52ef99c249104b@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/1.1 Home: https://github.com/weld/core Commit: f043d419677dcc70d38d1c3a66b2973713415bd6 https://github.com/weld/core/commit/f043d419677dcc70d38d1c3a66b2973713415bd6 Author: Martin Kouba Date: 2017-02-08 (Wed, 08 Feb 2017) Changed paths: M bom/pom.xml M build-config/pom.xml M bundles/osgi/pom.xml M docs/reference/pom.xml M environments/se/build/pom.xml M environments/se/core/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/jetty7/pom.xml M environments/servlet/tests/tomcat/pom.xml M environments/servlet/tests/tomcat7/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/pom.xml M examples/se/hello-world/pom.xml M examples/se/numberguess/pom.xml M impl/pom.xml M inject-tck-runner/pom.xml M jboss-as/jboss-as-7/pom.xml M jboss-tck-runner/pom.xml M pom.xml M porting-package/pom.xml M tests-arquillian/pom.xml M tests/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From noreply at github.com Wed Feb 8 09:08:49 2017 From: noreply at github.com (GitHub) Date: Wed, 08 Feb 2017 06:08:49 -0800 Subject: [weld-commits] [weld/core] c2b2e2: WELD-2330 Improve logging in DeferredEventNotifica... Message-ID: <589b2671ede24_7f003ffb41895c347662@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: c2b2e28a34ef15027279ed9bd0e95fced7d8b33c https://github.com/weld/core/commit/c2b2e28a34ef15027279ed9bd0e95fced7d8b33c Author: Matej Novotny Date: 2017-02-08 (Wed, 08 Feb 2017) Changed paths: M impl/src/main/java/org/jboss/weld/logging/EventLogger.java M modules/jta/src/main/java/org/jboss/weld/module/jta/DeferredEventNotification.java Log Message: ----------- WELD-2330 Improve logging in DeferredEventNotification. From noreply at github.com Wed Feb 8 09:09:45 2017 From: noreply at github.com (GitHub) Date: Wed, 08 Feb 2017 06:09:45 -0800 Subject: [weld-commits] [weld/core] 99d17f: WELD-2330 Improve logging in DeferredEventNotifica... Message-ID: <589b26a94d2b0_433c3fd8e5b75c341015d1@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 99d17fc92fc50e9747e55b4346e4c0a66e62755f https://github.com/weld/core/commit/99d17fc92fc50e9747e55b4346e4c0a66e62755f Author: Matej Novotny Date: 2017-02-08 (Wed, 08 Feb 2017) Changed paths: M impl/src/main/java/org/jboss/weld/event/DeferredEventNotification.java M impl/src/main/java/org/jboss/weld/logging/EventLogger.java Log Message: ----------- WELD-2330 Improve logging in DeferredEventNotification. From noreply at github.com Thu Feb 9 10:21:48 2017 From: noreply at github.com (GitHub) Date: Thu, 09 Feb 2017 07:21:48 -0800 Subject: [weld-commits] [weld/core] 8b9f00: WELD-2326 Fix WeldSEProvider priority Message-ID: <589c890ce9c74_762a3f89beafdc2824635@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 8b9f008794bfa00f48f9b9931af5c63845f97196 https://github.com/weld/core/commit/8b9f008794bfa00f48f9b9931af5c63845f97196 Author: Martin Kouba Date: 2017-02-09 (Thu, 09 Feb 2017) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/WeldSEProvider.java M environments/servlet/tests/jetty/src/test/weld-se-coop/org/jboss/weld/environment/servlet/test/se/coop/BootstrapNotNeededTest.java Log Message: ----------- WELD-2326 Fix WeldSEProvider priority From noreply at github.com Thu Feb 9 10:25:25 2017 From: noreply at github.com (GitHub) Date: Thu, 09 Feb 2017 07:25:25 -0800 Subject: [weld-commits] [weld/core] 471a2e: WELD-2332 Monitor bean instance creation using Aro... Message-ID: <589c89e5f202d_63ef3ff429c37c44843e5@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 471a2e1ca5c6f547954b3429ebc560d31ccb9ac8 https://github.com/weld/core/commit/471a2e1ca5c6f547954b3429ebc560d31ccb9ac8 Author: Martin Kouba Date: 2017-02-09 (Thu, 09 Feb 2017) Changed paths: M probe/core/src/main/client/app.js M probe/core/src/main/client/basic.css M probe/core/src/main/client/probe.html M probe/core/src/main/java/org/jboss/weld/probe/Invocation.java M probe/core/src/main/java/org/jboss/weld/probe/InvocationMonitor.java M probe/core/src/main/java/org/jboss/weld/probe/ProbeLogger.java M probe/tests/src/test/java/org/jboss/weld/probe/tests/integration/ProbeInvocationsTest.java Log Message: ----------- WELD-2332 Monitor bean instance creation using AroundConstruct From noreply at github.com Thu Feb 9 10:26:10 2017 From: noreply at github.com (GitHub) Date: Thu, 09 Feb 2017 07:26:10 -0800 Subject: [weld-commits] [weld/core] 9e26fe: WELD-2332 Monitor bean instance creation using Aro... Message-ID: <589c8a124a5c3_6bba3faf41063c24227db@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 9e26feddefecded2f84bb7819a6a50da8a5250c5 https://github.com/weld/core/commit/9e26feddefecded2f84bb7819a6a50da8a5250c5 Author: Martin Kouba Date: 2017-02-09 (Thu, 09 Feb 2017) Changed paths: M probe/core/src/main/client/app.js M probe/core/src/main/client/basic.css M probe/core/src/main/client/probe.html M probe/core/src/main/java/org/jboss/weld/probe/Invocation.java M probe/core/src/main/java/org/jboss/weld/probe/InvocationMonitor.java M probe/core/src/main/java/org/jboss/weld/probe/ProbeLogger.java M probe/tests/src/test/java/org/jboss/weld/probe/tests/integration/ProbeInvocationsTest.java Log Message: ----------- WELD-2332 Monitor bean instance creation using AroundConstruct From noreply at github.com Mon Feb 13 02:35:50 2017 From: noreply at github.com (GitHub) Date: Sun, 12 Feb 2017 23:35:50 -0800 Subject: [weld-commits] [weld/core] 18d67a: WELD-2333 Enable to obtain InjectionPoint from Bea... Message-ID: <58a161d6453a0_10913fd544e75c44568d@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 18d67a4c5d435e3048d4635ab1fc64add00ba06f https://github.com/weld/core/commit/18d67a4c5d435e3048d4635ab1fc64add00ba06f Author: Martin Kouba Date: 2017-02-13 (Mon, 13 Feb 2017) Changed paths: M impl/src/main/java/org/jboss/weld/bean/builtin/InstanceImpl.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/beanConfigurator/BeanConfiguratorExtension.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/beanConfigurator/BeanConfiguratorInjectionPointMetadataTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/beanConfigurator/Consumer.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/beanConfigurator/Juicy.java Log Message: ----------- WELD-2333 Enable to obtain InjectionPoint from BeanConfigurator Commit: 86695c969d8d78d189fd76583ebec595cefceb6f https://github.com/weld/core/commit/86695c969d8d78d189fd76583ebec595cefceb6f Author: Martin Kouba Date: 2017-02-13 (Mon, 13 Feb 2017) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/events/configurator/BeanConfiguratorImpl.java M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java A impl/src/main/java/org/jboss/weld/util/ForwardingWeldInstance.java M tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/beanConfigurator/BeanConfiguratorExtension.java M tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/beanConfigurator/BeanConfiguratorInjectionPointMetadataTest.java Log Message: ----------- WELD-2333 Also check whether the configured bean is @Dependent Compare: https://github.com/weld/core/compare/9e26feddefec...86695c969d8d From weld-commits at lists.jboss.org Wed Feb 15 16:19:04 2017 From: weld-commits at lists.jboss.org (=?utf-8?B?57O75piT5Lqm?=) Date: Wed, 15 Feb 2017 21:19:04 -0000 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRzOuWmguS9lemihOmYsuWKsw==?= =?utf-8?b?5Yqo55So5bel6aOO6ZmpPyBiamV1ZmM=?= Message-ID: <20160217044318535283@ecwdhvf.org> weld-commits: ?? 1.???????????????????????????? 2.?????????????????? 3.???????????????????????? 4.?????????????????????????? 5.?????????????? 6.?????????????????????????? 7.?????????????????????????? 8.??????????????????? 9.??????????????????????? ??????????????????? ????????????????????????? 2016/2/17 ???4:43:17 ??? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20170215/c2e6330c/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ??????????????????????.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 27224 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20170215/c2e6330c/attachment.bin From noreply at github.com Fri Feb 17 13:59:46 2017 From: noreply at github.com (GitHub) Date: Fri, 17 Feb 2017 10:59:46 -0800 Subject: [weld-commits] [weld/core] ecc8ac: WELD-2336 Log info about important phases during b... Message-ID: <58a74822c9e29_75a3ff16c2dfc3823081e@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: ecc8ac152b22d3efe28761134a8c04450eb926fd https://github.com/weld/core/commit/ecc8ac152b22d3efe28761134a8c04450eb926fd Author: Martin Kouba Date: 2017-02-17 (Fri, 17 Feb 2017) Changed paths: A impl/src/main/java/org/jboss/weld/bootstrap/Tracker.java A impl/src/main/java/org/jboss/weld/bootstrap/Trackers.java M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java M impl/src/main/java/org/jboss/weld/logging/Category.java Log Message: ----------- WELD-2336 Log info about important phases during bootstrap From noreply at github.com Fri Feb 17 14:00:52 2017 From: noreply at github.com (GitHub) Date: Fri, 17 Feb 2017 11:00:52 -0800 Subject: [weld-commits] [weld/core] 979c99: WELD-2336 Log info about important phases during b... Message-ID: <58a748641ceb9_fa33fb7d1731c3419614b@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 979c999d486770e02d50b160a43368de973ee99b https://github.com/weld/core/commit/979c999d486770e02d50b160a43368de973ee99b Author: Martin Kouba Date: 2017-02-17 (Fri, 17 Feb 2017) Changed paths: A impl/src/main/java/org/jboss/weld/bootstrap/Tracker.java A impl/src/main/java/org/jboss/weld/bootstrap/Trackers.java M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java M impl/src/main/java/org/jboss/weld/logging/Category.java Log Message: ----------- WELD-2336 Log info about important phases during bootstrap From weld-commits at lists.jboss.org Sun Feb 19 21:03:18 2017 From: weld-commits at lists.jboss.org (jvfy) Date: Mon, 20 Feb 2017 10:03:18 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRz77yaSFLmlbDmja7pooToraY=?= =?utf-8?b?5oyH5qCH55qE5qaC5b+1IDEyMjMx?= Message-ID: <20170220100323560757@ilkv.com> ????????? ?????? 2017?3?10-11?? 4?14-15??? 6?9-10??? ??????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/20170220/f211d73c/attachment.html From weld-commits at lists.jboss.org Sun Feb 19 22:45:57 2017 From: weld-commits at lists.jboss.org (ufh) Date: Mon, 20 Feb 2017 11:45:57 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRz77ya6Lqr57uP55m+5oiY55qE?= =?utf-8?b?5aW55Li65LuA5LmI5Lya5aSx6LSl77yfIDI2NjM1?= Message-ID: <20170220114606644814@vqnvcqwcp.net> weld-commits???? ????????????????????????? 2017/2/20 ???11:46:05 ??? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-commits/attachments/20170220/d6a84368/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ????2??????.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 19876 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-commits/attachments/20170220/d6a84368/attachment-0001.bin From noreply at github.com Mon Feb 20 06:54:00 2017 From: noreply at github.com (GitHub) Date: Mon, 20 Feb 2017 03:54:00 -0800 Subject: [weld-commits] [weld/core] 4b0aa8: WELD-2302 Wro4j maven plugin does not work with JD... Message-ID: <58aad8d8280eb_f453f8a2a103c38162726@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 4b0aa81dba92e30e2f14a4f93d1288e3d5f4cff3 https://github.com/weld/core/commit/4b0aa81dba92e30e2f14a4f93d1288e3d5f4cff3 Author: Antoine Sabot-Durand Date: 2017-02-20 (Mon, 20 Feb 2017) Changed paths: M probe/core/pom.xml Log Message: ----------- WELD-2302 Wro4j maven plugin does not work with JDK 9 upgrade plugin and Mockito dependency to have a Mockito version supporting Java 9 From noreply at github.com Mon Feb 20 06:55:01 2017 From: noreply at github.com (GitHub) Date: Mon, 20 Feb 2017 03:55:01 -0800 Subject: [weld-commits] [weld/core] 87e949: WELD-2302 Wro4j maven plugin does not work with JD... Message-ID: <58aad91524de_38f3fd90cad7c38183375@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 87e949260e998e90b99612b2620bb12d00f59861 https://github.com/weld/core/commit/87e949260e998e90b99612b2620bb12d00f59861 Author: Antoine Sabot-Durand Date: 2017-02-20 (Mon, 20 Feb 2017) Changed paths: M probe/core/pom.xml Log Message: ----------- WELD-2302 Wro4j maven plugin does not work with JDK 9 Backport correction in 2.4 branch From noreply at github.com Tue Feb 21 03:39:51 2017 From: noreply at github.com (GitHub) Date: Tue, 21 Feb 2017 00:39:51 -0800 Subject: [weld-commits] [weld/core] 6f96cc: WELD-2338 modify the condition recognizing OM as c... Message-ID: <58abfcd7ae6f2_147d3ff96e557c402353cf@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 6f96cc22a01392bdc7991ab06946441868227ddc https://github.com/weld/core/commit/6f96cc22a01392bdc7991ab06946441868227ddc Author: Matej Novotny Date: 2017-02-21 (Tue, 21 Feb 2017) Changed paths: M impl/src/main/java/org/jboss/weld/util/Observers.java A tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/weld2338/Experimental.java A tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/weld2338/Foo.java A tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/weld2338/Observer.java A tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/weld2338/ObserverInExtensionTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/weld2338/Payload.java Log Message: ----------- WELD-2338 modify the condition recognizing OM as container lifecycle one. From noreply at github.com Tue Feb 21 03:40:42 2017 From: noreply at github.com (GitHub) Date: Tue, 21 Feb 2017 00:40:42 -0800 Subject: [weld-commits] [weld/core] 81c8e8: WELD-2338 modify the condition recognizing OM as c... Message-ID: <58abfd0a729ec_7df03f946e2cdc28182279@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 81c8e88e4f8f4ff8c562fbc9f3adfa4d15ce427c https://github.com/weld/core/commit/81c8e88e4f8f4ff8c562fbc9f3adfa4d15ce427c Author: Matej Novotny Date: 2017-02-21 (Tue, 21 Feb 2017) Changed paths: M impl/src/main/java/org/jboss/weld/util/Observers.java A tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/weld2338/Experimental.java A tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/weld2338/Foo.java A tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/weld2338/Observer.java A tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/weld2338/ObserverInExtensionTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/weld2338/Payload.java Log Message: ----------- WELD-2338 modify the condition recognizing OM as container lifecycle one. From noreply at github.com Tue Feb 21 09:28:58 2017 From: noreply at github.com (GitHub) Date: Tue, 21 Feb 2017 06:28:58 -0800 Subject: [weld-commits] [weld/core] eb1f10: Travis - cache maven repo Message-ID: <58ac4eaa40b89_b4f3f81cfdddc2818425b@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: eb1f10c0d2d751b6f1d29a14c2ebf9fd585480b8 https://github.com/weld/core/commit/eb1f10c0d2d751b6f1d29a14c2ebf9fd585480b8 Author: Martin Kouba Date: 2017-02-21 (Tue, 21 Feb 2017) Changed paths: M .travis.yml Log Message: ----------- Travis - cache maven repo From noreply at github.com Wed Feb 22 04:07:32 2017 From: noreply at github.com (GitHub) Date: Wed, 22 Feb 2017 01:07:32 -0800 Subject: [weld-commits] [weld/core] 935cbd: WELD-2340 Fire ContainerInitialized event after Sh... Message-ID: <58ad54d4b3862_1c403ff0c7093c40229662@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 935cbd967ae4d0412d27844857e5229149f591d1 https://github.com/weld/core/commit/935cbd967ae4d0412d27844857e5229149f591d1 Author: Matej Novotny Date: 2017-02-22 (Wed, 22 Feb 2017) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/WeldContainer.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/shutdown/hook/AbstractShutdownHookTest.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/shutdown/hook/Observer.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/shutdown/hook/ShutdownHookRegisteredBeforeInitEventTest.java M environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/shutdown/hook/ShutdownHookTest.java Log Message: ----------- WELD-2340 Fire ContainerInitialized event after ShutdownHook registration. From noreply at github.com Wed Feb 22 04:08:21 2017 From: noreply at github.com (GitHub) Date: Wed, 22 Feb 2017 01:08:21 -0800 Subject: [weld-commits] [weld/core] c82ff5: WELD-2340 Fire ContainerInitialized event after Sh... Message-ID: <58ad550592122_288853fc648e11c2c218961@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: c82ff503465f7baa1a0c0759307f514a3e87c527 https://github.com/weld/core/commit/c82ff503465f7baa1a0c0759307f514a3e87c527 Author: Matej Novotny Date: 2017-02-22 (Wed, 22 Feb 2017) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/WeldContainer.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/shutdown/hook/AbstractShutdownHookTest.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/shutdown/hook/Observer.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/shutdown/hook/ShutdownHookRegisteredBeforeInitEventTest.java M environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/shutdown/hook/ShutdownHookTest.java Log Message: ----------- WELD-2340 Fire ContainerInitialized event after ShutdownHook registration. From noreply at github.com Wed Feb 22 04:10:30 2017 From: noreply at github.com (GitHub) Date: Wed, 22 Feb 2017 01:10:30 -0800 Subject: [weld-commits] [weld/core] 94c877: WELD-2335 InterceptionFactory used on interface ca... Message-ID: <58ad55866f960_19743fc679983c382087c6@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 94c877e86c8af1565bcf819d5c4a7689d410986a https://github.com/weld/core/commit/94c877e86c8af1565bcf819d5c4a7689d410986a Author: Antoine Sabot-Durand Date: 2017-02-22 (Wed, 22 Feb 2017) Changed paths: M impl/src/main/java/org/jboss/weld/injection/InterceptionFactoryImpl.java M impl/src/main/java/org/jboss/weld/logging/InterceptorLogger.java 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: ----------- WELD-2335 InterceptionFactory used on interface causes NPE add a test on type to have it fails gracefully From weld-commits at lists.jboss.org Mon Feb 27 21:11:10 2017 From: weld-commits at lists.jboss.org (ofqz) Date: Tue, 28 Feb 2017 10:11:10 +0800 Subject: [weld-commits] =?utf-8?b?d2VsZC1jb21taXRz77ya5Lq65Yqb6LWE5rqQ5pWI?= =?utf-8?b?6IO95pa556iL5byPIDU1NzM2?= Message-ID: <20170228101121045822@fgpes.org> ????????? ?????? 2017?3?10-11?? 4?14,15??? 6?9,10??? ?????? 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/20170228/93ad0ea2/attachment-0001.html From noreply at github.com Tue Feb 28 03:30:04 2017 From: noreply at github.com (GitHub) Date: Tue, 28 Feb 2017 00:30:04 -0800 Subject: [weld-commits] [weld/core] ea77ca: WELD-2341 fix injection of InjectionPoint metadata... Message-ID: <58b5350c51bb1_230403fd9de7a3c3814166@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: ea77ca5700b4ae46711d4c255b1533ca30a60230 https://github.com/weld/core/commit/ea77ca5700b4ae46711d4c255b1533ca30a60230 Author: Tomas Remes Date: 2017-02-28 (Tue, 28 Feb 2017) Changed paths: A modules/ejb/src/main/java/org/jboss/weld/module/ejb/CurrentInvocationInjectionPoint.java M modules/ejb/src/main/java/org/jboss/weld/module/ejb/DynamicInjectionPoint.java A modules/ejb/src/main/java/org/jboss/weld/module/ejb/DynamicInjectionPointInjector.java M modules/ejb/src/main/java/org/jboss/weld/module/ejb/InjectionPointPropagatingEnterpriseTargetBeanInstance.java R modules/ejb/src/main/java/org/jboss/weld/module/ejb/SLSBInvocationInjectionPoint.java M modules/ejb/src/main/java/org/jboss/weld/module/ejb/SessionBeanInjectionTarget.java M modules/ejb/src/main/java/org/jboss/weld/module/ejb/SessionBeanProxyInstantiator.java R modules/ejb/src/main/java/org/jboss/weld/module/ejb/StatelessSessionBeanInjector.java M modules/ejb/src/main/java/org/jboss/weld/module/ejb/WeldEjbModule.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/enterprise/Bar.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/enterprise/Baz.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/enterprise/Foo.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/enterprise/SessionBeanInjectionPointTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/enterprise/TestClient.java Log Message: ----------- WELD-2341 fix injection of InjectionPoint metadata to singleton session bean. Commit: 7f7c9d5677c1a6667985367e802d2a5b38af05dc https://github.com/weld/core/commit/7f7c9d5677c1a6667985367e802d2a5b38af05dc Author: Antoine Sabot-Durand Date: 2017-02-28 (Tue, 28 Feb 2017) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/ExtensionBeanDeployer.java M impl/src/main/java/org/jboss/weld/logging/EventLogger.java A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/staticObserver/ExtensionWithStaticLifecycleEventObserver.java A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/staticObserver/ExtensionWithStaticNonLifecycleEventObserver.java A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/staticObserver/StaticLifecycleEventObserverTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/staticObserver/StaticNonLifecycleEventObserverTest.java Log Message: ----------- WELD-2331 Misleading error message when Extension observer method is (wrongly) static Added specific deployment error and test for it Compare: https://github.com/weld/core/compare/94c877e86c8a...7f7c9d5677c1 From noreply at github.com Tue Feb 28 03:32:47 2017 From: noreply at github.com (GitHub) Date: Tue, 28 Feb 2017 00:32:47 -0800 Subject: [weld-commits] [weld/core] 5bc018: WELD-2341 fix injection of InjectionPoint metadata... Message-ID: <58b535af9974c_2314d3f963fc99c34108859@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 5bc018dd96970ff18b050624ad7526493c5ecebc https://github.com/weld/core/commit/5bc018dd96970ff18b050624ad7526493c5ecebc Author: Tomas Remes Date: 2017-02-28 (Tue, 28 Feb 2017) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/InjectionPointPropagatingEnterpriseTargetBeanInstance.java M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java A impl/src/main/java/org/jboss/weld/injection/CurrentInvocationInjectionPoint.java M impl/src/main/java/org/jboss/weld/injection/DynamicInjectionPoint.java R impl/src/main/java/org/jboss/weld/injection/SLSBInvocationInjectionPoint.java A impl/src/main/java/org/jboss/weld/injection/producer/DynamicInjectionPointInjector.java R impl/src/main/java/org/jboss/weld/injection/producer/StatelessSessionBeanInjector.java M impl/src/main/java/org/jboss/weld/injection/producer/ejb/SessionBeanInjectionTarget.java M impl/src/main/java/org/jboss/weld/injection/producer/ejb/SessionBeanProxyInstantiator.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/enterprise/Bar.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/enterprise/Baz.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/enterprise/Foo.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/enterprise/SessionBeanInjectionPointTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/enterprise/TestClient.java Log Message: ----------- WELD-2341 fix injection of InjectionPoint metadata to singleton session bean. Commit: 63c641a019a505e3f0f602a909faaf2911484dac https://github.com/weld/core/commit/63c641a019a505e3f0f602a909faaf2911484dac Author: Antoine Sabot-Durand Date: 2017-02-28 (Tue, 28 Feb 2017) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/ExtensionBeanDeployer.java M impl/src/main/java/org/jboss/weld/logging/EventLogger.java A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/staticObserver/ExtensionWithStaticLifecycleEventObserver.java A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/staticObserver/ExtensionWithStaticNonLifecycleEventObserver.java A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/staticObserver/StaticLifecycleEventObserverTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/staticObserver/StaticNonLifecycleEventObserverTest.java Log Message: ----------- WELD-2331 Misleading error message when Extension observer method is (wrongly) static Added specific deployment error and test for it Compare: https://github.com/weld/core/compare/c82ff503465f...63c641a019a5 From noreply at github.com Tue Feb 28 09:39:21 2017 From: noreply at github.com (GitHub) Date: Tue, 28 Feb 2017 06:39:21 -0800 Subject: [weld-commits] [weld/core] d104d1: WELD-2342 Probe - fix unused beans Message-ID: <58b58b99e424d_5ec23fae9659fc3474735@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: d104d1d444954a7a4e948cf454d0289c08396869 https://github.com/weld/core/commit/d104d1d444954a7a4e948cf454d0289c08396869 Author: Martin Kouba Date: 2017-02-28 (Tue, 28 Feb 2017) Changed paths: M probe/core/src/main/java/org/jboss/weld/probe/Probe.java A probe/tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/unused/AlphaBean.java A probe/tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/unused/CharlieBean.java A probe/tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/unused/DeltaBean.java A probe/tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/unused/DisposerDefinitionBean.java A probe/tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/unused/NamedBean.java A probe/tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/unused/ObserverDefiningBean.java A probe/tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/unused/ProducerBean.java A probe/tests/src/test/java/org/jboss/weld/probe/tests/integration/ProbeUnusedBeansTest.java Log Message: ----------- WELD-2342 Probe - fix unused beans - do not mark a bean as unused if only injected into an observer method or disposer method Commit: 872f72970553d2874a73fb1ac24f1d1648229f4f https://github.com/weld/core/commit/872f72970553d2874a73fb1ac24f1d1648229f4f Author: Martin Kouba Date: 2017-02-28 (Tue, 28 Feb 2017) Changed paths: M probe/core/src/main/java/org/jboss/weld/probe/Components.java M probe/core/src/main/java/org/jboss/weld/probe/Probe.java Log Message: ----------- WELD-2342 Minor optimization of lookup of unused beans Compare: https://github.com/weld/core/compare/7f7c9d5677c1...872f72970553 From noreply at github.com Tue Feb 28 09:40:05 2017 From: noreply at github.com (GitHub) Date: Tue, 28 Feb 2017 06:40:05 -0800 Subject: [weld-commits] [weld/core] 314693: WELD-2342 Probe - fix unused beans Message-ID: <58b58bc593d61_564a3fcf33cc3c3c907f2@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 3146932d0869649fcbe7af1651e2e56a833d9a34 https://github.com/weld/core/commit/3146932d0869649fcbe7af1651e2e56a833d9a34 Author: Martin Kouba Date: 2017-02-28 (Tue, 28 Feb 2017) Changed paths: M probe/core/src/main/java/org/jboss/weld/probe/Probe.java A probe/tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/unused/AlphaBean.java A probe/tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/unused/CharlieBean.java A probe/tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/unused/DeltaBean.java A probe/tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/unused/DisposerDefinitionBean.java A probe/tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/unused/NamedBean.java A probe/tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/unused/ObserverDefiningBean.java A probe/tests/src/main/java/org/jboss/weld/probe/tests/integration/deployment/beans/unused/ProducerBean.java A probe/tests/src/test/java/org/jboss/weld/probe/tests/integration/ProbeUnusedBeansTest.java Log Message: ----------- WELD-2342 Probe - fix unused beans - do not mark a bean as unused if only injected into an observer method or disposer method Commit: e63e6a82757f2e43a79497a7341f8632cfeec31c https://github.com/weld/core/commit/e63e6a82757f2e43a79497a7341f8632cfeec31c Author: Martin Kouba Date: 2017-02-28 (Tue, 28 Feb 2017) Changed paths: M probe/core/src/main/java/org/jboss/weld/probe/Components.java M probe/core/src/main/java/org/jboss/weld/probe/Probe.java Log Message: ----------- WELD-2342 Minor optimization of lookup of unused beans Compare: https://github.com/weld/core/compare/63c641a019a5...e63e6a82757f