From noreply at github.com Sun May 5 10:53:14 2019 From: noreply at github.com (Matej Novotny) Date: Sun, 05 May 2019 07:53:14 -0700 Subject: [weld-commits] [weld/core] 7e62ba: WELD-2571 Private final observer methods can incor... Message-ID: Branch: refs/heads/master Home: https://github.com/weld/core Commit: 7e62ba401e0a07fcad3eb7df031d67c1a5820c5a https://github.com/weld/core/commit/7e62ba401e0a07fcad3eb7df031d67c1a5820c5a Author: Matej Novotny Date: 2019-05-05 (Sun, 05 May 2019) Changed paths: M impl/src/main/java/org/jboss/weld/injection/MethodInvocationStrategy.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/selfInvocation/DummyBean.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/selfInvocation/MyBinding.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/selfInvocation/MyInterceptor.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/selfInvocation/MyOtherBinding.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/selfInvocation/MyOtherInterceptor.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/selfInvocation/SelfInvocationInterceptionTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/selfInvocation/SomeBean.java Log Message: ----------- WELD-2571 Private final observer methods can incorrectly trigger interception via self-invocation From noreply at github.com Sun May 5 10:57:56 2019 From: noreply at github.com (Laird Nelson) Date: Sun, 05 May 2019 07:57:56 -0700 Subject: [weld-commits] [weld/core] da59b0: [WELD-2578] Permit DiscoveryStrategy instances to ... Message-ID: Branch: refs/heads/master Home: https://github.com/weld/core Commit: da59b0e2533a1e22ba056a52b8912f64a4790fcb https://github.com/weld/core/commit/da59b0e2533a1e22ba056a52b8912f64a4790fcb Author: Laird Nelson Date: 2019-05-05 (Sun, 05 May 2019) 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/DiscoveryStrategy.java M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/DiscoveryStrategyFactory.java M environments/common/src/main/java/org/jboss/weld/environment/logging/CommonLogger.java Log Message: ----------- [WELD-2578] Permit DiscoveryStrategy instances to be loaded via ServiceLoader. From noreply at github.com Sun May 5 12:34:25 2019 From: noreply at github.com (Laird Nelson) Date: Sun, 05 May 2019 09:34:25 -0700 Subject: [weld-commits] [weld/core] 52778f: [WELD-2580] Ensure InjectionTarget#dispose(Object)... Message-ID: Branch: refs/heads/master Home: https://github.com/weld/core Commit: 52778f16c998ab5048cd0dcbfd14579080a86be0 https://github.com/weld/core/commit/52778f16c998ab5048cd0dcbfd14579080a86be0 Author: Laird Nelson Date: 2019-05-05 (Sun, 05 May 2019) Changed paths: M impl/src/main/java/org/jboss/weld/bean/ManagedBean.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionTarget/dispose/DisposingExtension.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionTarget/dispose/InjectionTargetDisposeTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionTarget/dispose/Widget.java Log Message: ----------- [WELD-2580] Ensure InjectionTarget#dispose(Object) method is called in ManagedBean implementation * [WELD-2580] Ensure InjectionTarget#dispose(Object) method is called in ManagedBean implementation * Added test for WELD-2580 fix * Fix InjectionTargetDisposeTest to correctly trigger instance destroy in all environments. From noreply at github.com Mon May 6 05:49:38 2019 From: noreply at github.com (Martin Kouba) Date: Mon, 06 May 2019 02:49:38 -0700 Subject: [weld-commits] [weld/core] 59fc3b: WELD-2563: Update AdditionalServiceLoader javadoc. Message-ID: Branch: refs/heads/master Home: https://github.com/weld/core Commit: 59fc3b7ef51ef9fb00c479d5e96fc86bf89da069 https://github.com/weld/core/commit/59fc3b7ef51ef9fb00c479d5e96fc86bf89da069 Author: Martin Kouba Date: 2019-05-06 (Mon, 06 May 2019) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/AdditionalServiceLoader.java Log Message: ----------- WELD-2563: Update AdditionalServiceLoader javadoc. From noreply at github.com Mon May 6 06:08:41 2019 From: noreply at github.com (Matej Novotny) Date: Mon, 06 May 2019 03:08:41 -0700 Subject: [weld-commits] [weld/core] 141fcd: [maven-release-plugin] prepare release 3.1.1.Final Message-ID: Branch: refs/heads/master Home: https://github.com/weld/core Commit: 141fcdfcd8a6940398a5a9f5515f634417d72713 https://github.com/weld/core/commit/141fcdfcd8a6940398a5a9f5515f634417d72713 Author: Matej Novotny Date: 2019-05-06 (Mon, 06 May 2019) 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/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/groovy-numberguess/pom.xml M examples/se/numberguess/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.1.1.Final From noreply at github.com Mon May 6 06:08:45 2019 From: noreply at github.com (Matej Novotny) Date: Mon, 06 May 2019 03:08:45 -0700 Subject: [weld-commits] [weld/core] Message-ID: Branch: refs/tags/3.1.1.Final Home: https://github.com/weld/core From noreply at github.com Mon May 6 06:08:50 2019 From: noreply at github.com (Matej Novotny) Date: Mon, 06 May 2019 03:08:50 -0700 Subject: [weld-commits] [weld/core] 643adc: [maven-release-plugin] prepare for next developmen... Message-ID: Branch: refs/heads/master Home: https://github.com/weld/core Commit: 643adcd3b8194975b440a75b94d6bca016e90acb https://github.com/weld/core/commit/643adcd3b8194975b440a75b94d6bca016e90acb Author: Matej Novotny Date: 2019-05-06 (Mon, 06 May 2019) 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/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/groovy-numberguess/pom.xml M examples/se/numberguess/pom.xml M impl/pom.xml M inject-tck-runner/pom.xml M jboss-as/pom.xml M jboss-tck-runner/pom.xml M modules/ejb/pom.xml M modules/jsf/pom.xml M modules/jta/pom.xml M modules/web/pom.xml M pom.xml M porting-package/pom.xml M probe/core/pom.xml M probe/pom.xml M probe/tests/pom.xml M tests-arquillian/pom.xml M tests-common/pom.xml M tests/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From noreply at github.com Wed May 15 05:37:12 2019 From: noreply at github.com (Matej Novotny) Date: Wed, 15 May 2019 02:37:12 -0700 Subject: [weld-commits] [weld/core] f3f55b: Fix htmlunit version used in example ftests. Message-ID: Branch: refs/heads/master Home: https://github.com/weld/core Commit: f3f55bfbc9f84ddfcb4306127d63eb49acf4e755 https://github.com/weld/core/commit/f3f55bfbc9f84ddfcb4306127d63eb49acf4e755 Author: Matej Novotny Date: 2019-05-15 (Wed, 15 May 2019) Changed paths: M examples/pom.xml Log Message: ----------- Fix htmlunit version used in example ftests.