From noreply at github.com Thu Sep 13 09:53:37 2018 From: noreply at github.com (GitHub) Date: Thu, 13 Sep 2018 06:53:37 -0700 Subject: [weld-commits] [weld/core] a6a775: WELD-2523 Allow to register additional bean defini... Message-ID: <5b9a6be12d418_201572ac461a0cecc272f7@hookshot-fe-dfcc362.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: a6a775ddd1cac13fd27451a92ec4c518f8f6c64f https://github.com/weld/core/commit/a6a775ddd1cac13fd27451a92ec4c518f8f6c64f Author: Matej Novotny Date: 2018-09-13 (Thu, 13 Sep 2018) Changed paths: M docs/reference/src/main/asciidoc/environments.asciidoc 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/discovery/beanDefiningAnnotations/AdditionalBeanDefiningAnnotationsTest.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/discovery/beanDefiningAnnotations/Bar.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/discovery/beanDefiningAnnotations/Foo.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/discovery/beanDefiningAnnotations/NewBeanDefiningAnnotation.java Log Message: ----------- WELD-2523 Allow to register additional bean defining annotations in Weld SE. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Mon Sep 24 03:36:29 2018 From: noreply at github.com (GitHub) Date: Mon, 24 Sep 2018 00:36:29 -0700 Subject: [weld-commits] [weld/core] 7132b7: WELD-2532 Add AtomicBoolean check on bean index cr... Message-ID: <5ba893fd85703_6d802aab302e6ed0856e@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 7132b760ead86ede0ae873a0fc070132ed82ccc1 https://github.com/weld/core/commit/7132b760ead86ede0ae873a0fc070132ed82ccc1 Author: Matej Novotny Date: 2018-09-24 (Mon, 24 Sep 2018) Changed paths: M impl/src/main/java/org/jboss/weld/serialization/BeanIdentifierIndex.java Log Message: ----------- WELD-2532 Add AtomicBoolean check on bean index creation. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Mon Sep 24 03:36:52 2018 From: noreply at github.com (GitHub) Date: Mon, 24 Sep 2018 00:36:52 -0700 Subject: [weld-commits] [weld/core] de1cf2: WELD-2531 Fix a scenario with qualifier class pres... Message-ID: <5ba8941450eec_58eb2ade18ca6ec855b3@hookshot-fe-cace476.cp1-iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: de1cf2f219b795ca867527dd8e620d4d4a2c56f8 https://github.com/weld/core/commit/de1cf2f219b795ca867527dd8e620d4d4a2c56f8 Author: Matej Novotny Date: 2018-09-24 (Mon, 24 Sep 2018) Changed paths: M impl/src/main/java/org/jboss/weld/resolution/QualifierInstance.java A tests-arquillian/src/test/java/org/jboss/weld/tests/qualifier/ear/BarBean.java A tests-arquillian/src/test/java/org/jboss/weld/tests/qualifier/ear/FooBean.java A tests-arquillian/src/test/java/org/jboss/weld/tests/qualifier/ear/LibraryWithQualifierInTwoWarsTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/qualifier/ear/SomeQualifier.java Log Message: ----------- WELD-2531 Fix a scenario with qualifier class present in multiple archives within EAR. Add automated test. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Mon Sep 24 03:38:09 2018 From: noreply at github.com (GitHub) Date: Mon, 24 Sep 2018 00:38:09 -0700 Subject: [weld-commits] [weld/core] 2f009b: WELD-2519 Update tests and docs to Tomcat 9 Message-ID: <5ba894611387a_6ca52adf46efaec0203cc@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 2f009bde83898d758c860e2d642626ea672ab7cf https://github.com/weld/core/commit/2f009bde83898d758c860e2d642626ea672ab7cf Author: Nikoleta Ziakova Date: 2018-09-24 (Mon, 24 Sep 2018) Changed paths: M docs/reference/src/main/asciidoc/environments.asciidoc M docs/reference/src/main/asciidoc/gettingstarted.asciidoc M environments/servlet/core/pom.xml M environments/servlet/core/src/main/java/org/jboss/weld/environment/tomcat/ForwardingInstanceManager.java M environments/servlet/core/src/main/java/org/jboss/weld/environment/tomcat/WeldForwardingInstanceManager.java M environments/servlet/pom.xml M environments/servlet/tests/tomcat/README.md M environments/servlet/tests/tomcat/pom.xml M environments/servlet/tests/tomcat/src/test/java/org/jboss/weld/environment/servlet/test/util/TomcatDeployments.java M pom.xml M probe/tests/pom.xml Log Message: ----------- WELD-2519 Update tests and docs to Tomcat 9 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Sep 26 03:08:11 2018 From: noreply at github.com (GitHub) Date: Wed, 26 Sep 2018 00:08:11 -0700 Subject: [weld-commits] [weld/core] ac792f: [maven-release-plugin] prepare release 2.4.8.Final Message-ID: <5bab305b34def_63762ab622b12ecc30965@hookshot-fe-dfcc362.cp1-iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: ac792f0acb0d5e320c3ce6c30219727cbf878fd9 https://github.com/weld/core/commit/ac792f0acb0d5e320c3ce6c30219727cbf878fd9 Author: Matej Novotny Date: 2018-09-26 (Wed, 26 Sep 2018) 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.8.Final **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Sep 26 03:08:14 2018 From: noreply at github.com (GitHub) Date: Wed, 26 Sep 2018 00:08:14 -0700 Subject: [weld-commits] [weld/core] Message-ID: <5bab305ef31dd_3b022b03cb772ec476247@hookshot-fe-5a11256.cp1-iad.github.net.mail> Branch: refs/tags/2.4.8.Final Home: https://github.com/weld/core **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Sep 26 03:08:19 2018 From: noreply at github.com (GitHub) Date: Wed, 26 Sep 2018 00:08:19 -0700 Subject: [weld-commits] [weld/core] 8ba5c0: [maven-release-plugin] prepare for next developmen... Message-ID: <5bab30637b7ae_4ab42ad1ac0d0ec8819a5@hookshot-fe-da92815.cp1-iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 8ba5c0e8e9208aef982bf864301a70db08abaf76 https://github.com/weld/core/commit/8ba5c0e8e9208aef982bf864301a70db08abaf76 Author: Matej Novotny Date: 2018-09-26 (Wed, 26 Sep 2018) 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 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.