From noreply at github.com Mon Jul 23 07:13:31 2018 From: noreply at github.com (GitHub) Date: Mon, 23 Jul 2018 04:13:31 -0700 Subject: [weld-commits] [weld/api] 8c616d: WELD-2515 Add javadoc to BeansXml.getScanning(). Message-ID: <5b55b85b685bd_69292ac8dc762f8085822@hookshot-fe-2cc8887.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 8c616d4701c8b728c55e1ac801c6b7d39bafb2c8 https://github.com/weld/api/commit/8c616d4701c8b728c55e1ac801c6b7d39bafb2c8 Author: Matej Novotny Date: 2018-07-23 (Mon, 23 Jul 2018) Changed paths: M weld-spi/src/main/java/org/jboss/weld/bootstrap/spi/BeansXml.java Log Message: ----------- WELD-2515 Add javadoc to BeansXml.getScanning(). **NOTE:** This service 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 Jul 23 07:15:40 2018 From: noreply at github.com (GitHub) Date: Mon, 23 Jul 2018 04:15:40 -0700 Subject: [weld-commits] [weld/core] 38253d: WELD-2515 Synthetic archive should use empty Scann... Message-ID: <5b55b8dc624d2_2b402ad5abccef74823f3@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 38253db6bbb570aeaebf95a88c79107a42ae22b6 https://github.com/weld/core/commit/38253db6bbb570aeaebf95a88c79107a42ae22b6 Author: Matej Novotny Date: 2018-07-23 (Mon, 23 Jul 2018) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java M impl/src/main/java/org/jboss/weld/metadata/BeansXmlImpl.java Log Message: ----------- WELD-2515 Synthetic archive should use empty Scanning object instead of null. **NOTE:** This service 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 Jul 23 07:17:07 2018 From: noreply at github.com (GitHub) Date: Mon, 23 Jul 2018 04:17:07 -0700 Subject: [weld-commits] [weld/api] 7c9e49: WELD-2498 Expand ClassFileInfo to detect all possi... Message-ID: <5b55b93331be7_21852addbd35ef74961f3@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 7c9e497af0a15d3d65584332b7a20a1195014dc7 https://github.com/weld/api/commit/7c9e497af0a15d3d65584332b7a20a1195014dc7 Author: Matej Novotny Date: 2018-07-23 (Mon, 23 Jul 2018) Changed paths: M weld-spi/src/main/java/org/jboss/weld/resources/spi/ClassFileInfo.java Log Message: ----------- WELD-2498 Expand ClassFileInfo to detect all possible class nesting types. **NOTE:** This service 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 Jul 23 07:18:19 2018 From: noreply at github.com (GitHub) Date: Mon, 23 Jul 2018 04:18:19 -0700 Subject: [weld-commits] [weld/core] 6909b8: WELD-2502 Do not force quit SE applications with s... Message-ID: <5b55b97beff27_1cb62b0737336f8058911@hookshot-fe-d2afb11.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 6909b8adf1e5bb333330269134b742149f9b8669 https://github.com/weld/core/commit/6909b8adf1e5bb333330269134b742149f9b8669 Author: Matej Novotny Date: 2018-07-23 (Mon, 23 Jul 2018) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/StartMain.java Log Message: ----------- WELD-2502 Do not force quit SE applications with success code, default behaviour should take care of that. **NOTE:** This service 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 Jul 23 07:19:02 2018 From: noreply at github.com (GitHub) Date: Mon, 23 Jul 2018 04:19:02 -0700 Subject: [weld-commits] [weld/core] ebbaf8: Make RequestScopeEventMessageDeliveryTest use Coun... Message-ID: <5b55b9a652b31_1d332aea0c040f8046987@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: ebbaf819757d398e314a5d4cf227df777d975b33 https://github.com/weld/core/commit/ebbaf819757d398e314a5d4cf227df777d975b33 Author: Matej Novotny Date: 2018-07-23 (Mon, 23 Jul 2018) Changed paths: M tests-arquillian/src/test/java/org/jboss/weld/tests/resources/proxy/weld1782/AbstractMessageListener.java M tests-arquillian/src/test/java/org/jboss/weld/tests/resources/proxy/weld1782/ApplicationScopedObserver.java A tests-arquillian/src/test/java/org/jboss/weld/tests/resources/proxy/weld1782/Controller.java M tests-arquillian/src/test/java/org/jboss/weld/tests/resources/proxy/weld1782/RequestScopeEventMessageDeliveryTest.java Log Message: ----------- Make RequestScopeEventMessageDeliveryTest use CountDownLatch. **NOTE:** This service 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 Jul 23 08:37:32 2018 From: noreply at github.com (GitHub) Date: Mon, 23 Jul 2018 05:37:32 -0700 Subject: [weld-commits] [weld/core] a5b66d: WELD-2495 Make example compileable on JDK 10, use ... Message-ID: <5b55cc0c510aa_67722ab4c15b2f84227a8@hookshot-fe-2cc8887.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: a5b66d27f2995cb93afa31adbca118df6d07af54 https://github.com/weld/core/commit/a5b66d27f2995cb93afa31adbca118df6d07af54 Author: Matej Novotny Date: 2018-07-23 (Mon, 23 Jul 2018) Changed paths: M environments/se/core/pom.xml M examples/jsf/pastecode/pom.xml M examples/pom.xml M examples/se/groovy-numberguess/pom.xml M pom.xml Log Message: ----------- WELD-2495 Make example compileable on JDK 10, use gmavenplus-plugin for groovy compilation. Commit: 242f1429c6cff8ae14faef3a38fbba7cc23d41a5 https://github.com/weld/core/commit/242f1429c6cff8ae14faef3a38fbba7cc23d41a5 Author: Matej Novotny Date: 2018-07-23 (Mon, 23 Jul 2018) Changed paths: M docs/reference/src/main/asciidoc/environments.asciidoc M examples/README.md M examples/jsf/login/src/ftest/java/org/jboss/weld/examples/login/ftest/CommonLoginTest.java M examples/jsf/login/src/main/java/org/jboss/weld/examples/login/EJBUserManager.java M examples/jsf/login/src/main/java/org/jboss/weld/examples/login/ManagedBeanUserManager.java M examples/jsf/login/src/main/webapp/users.xhtml M examples/jsf/numberguess/README.md M examples/jsf/pastecode/README.md M examples/jsf/pastecode/pom.xml R examples/jsf/permalink/README.md R examples/jsf/permalink/pom.xml R examples/jsf/permalink/src/ftest/java/org/jboss/weld/examples/permalink/ftest/Deployments.java R examples/jsf/permalink/src/ftest/java/org/jboss/weld/examples/permalink/ftest/PermalinkTest.java R examples/jsf/permalink/src/ftest/resources/arquillian.xml R examples/jsf/permalink/src/log/resources/log4j.xml R examples/jsf/permalink/src/main/java/org/jboss/weld/examples/permalink/Blog.java R examples/jsf/permalink/src/main/java/org/jboss/weld/examples/permalink/BlogEntry.java R examples/jsf/permalink/src/main/java/org/jboss/weld/examples/permalink/BlogEntryRepository.java R examples/jsf/permalink/src/main/java/org/jboss/weld/examples/permalink/Comment.java R examples/jsf/permalink/src/main/java/org/jboss/weld/examples/permalink/CommentBoard.java R examples/jsf/permalink/src/main/java/org/jboss/weld/examples/permalink/Repository.java R examples/jsf/permalink/src/main/java/org/jboss/weld/examples/permalink/Users.java R examples/jsf/permalink/src/main/webapp-tomcat/META-INF/context.xml R examples/jsf/permalink/src/main/webapp-tomcat/WEB-INF/web.xml R examples/jsf/permalink/src/main/webapp/WEB-INF/beans.xml R examples/jsf/permalink/src/main/webapp/WEB-INF/faces-config.xml R examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/categories.xhtml R examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/comments.xhtml R examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/commonViewParams.xhtml R examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/entryContent.xhtml R examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/entryList.xhtml R examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/otherCategories.xhtml R examples/jsf/permalink/src/main/webapp/WEB-INF/fragments/singleEntry.xhtml R examples/jsf/permalink/src/main/webapp/WEB-INF/layout/template.xhtml R examples/jsf/permalink/src/main/webapp/WEB-INF/web.xml R examples/jsf/permalink/src/main/webapp/category.xhtml R examples/jsf/permalink/src/main/webapp/css/legacy.css R examples/jsf/permalink/src/main/webapp/css/style.css R examples/jsf/permalink/src/main/webapp/entry.xhtml R examples/jsf/permalink/src/main/webapp/favicon.ico R examples/jsf/permalink/src/main/webapp/home.xhtml R examples/jsf/permalink/src/main/webapp/img/bodybg.gif R examples/jsf/permalink/src/main/webapp/img/headerbg.gif R examples/jsf/permalink/src/main/webapp/img/rss.gif R examples/jsf/permalink/src/main/webapp/img/search.png R examples/jsf/permalink/src/main/webapp/img/searchbg.gif R examples/jsf/permalink/src/main/webapp/img/technorati.gif R examples/jsf/permalink/src/main/webapp/img/wgradient.png R examples/jsf/permalink/src/main/webapp/img/wrapper.gif R examples/jsf/permalink/src/main/webapp/index.html M examples/jsf/translator/README.md R examples/osgi/README.md R examples/osgi/paint-api/pom.xml R examples/osgi/paint-api/src/main/java/org/jboss/weld/examples/osgi/paint/api/Shape.java R examples/osgi/paint-api/src/main/java/org/jboss/weld/examples/osgi/paint/api/ShapeContainer.java R examples/osgi/paint-api/src/main/java/org/jboss/weld/examples/osgi/paint/api/ShapeProvider.java R examples/osgi/paint-api/src/main/resources/META-INF/beans.xml R examples/osgi/paint-api/src/main/resources/META-INF/weld-osgi-paint-api.bnd R examples/osgi/paint-core/pom.xml R examples/osgi/paint-core/src/main/java/org/jboss/weld/examples/osgi/paint/App.java R examples/osgi/paint-core/src/main/java/org/jboss/weld/examples/osgi/paint/circle/Circle.java R examples/osgi/paint-core/src/main/java/org/jboss/weld/examples/osgi/paint/circle/CircleShape.java R examples/osgi/paint-core/src/main/java/org/jboss/weld/examples/osgi/paint/circle/CircleShapeProvider.java R examples/osgi/paint-core/src/main/java/org/jboss/weld/examples/osgi/paint/gui/PaintFrame.java R examples/osgi/paint-core/src/main/java/org/jboss/weld/examples/osgi/paint/gui/ShapeComponent.java R examples/osgi/paint-core/src/main/resources/META-INF/beans.xml R examples/osgi/paint-core/src/main/resources/META-INF/weld-osgi-paint-core.bnd R examples/osgi/paint-core/src/main/resources/org/jboss/weld/examples/osgi/paint/circle/circle.png R examples/osgi/paint-square/pom.xml R examples/osgi/paint-square/src/main/java/org/jboss/weld/examples/osgi/paint/square/Square.java R examples/osgi/paint-square/src/main/java/org/jboss/weld/examples/osgi/paint/square/SquareShapeProvider.java R examples/osgi/paint-square/src/main/resources/META-INF/beans.xml R examples/osgi/paint-square/src/main/resources/META-INF/weld-osgi-paint-square.bnd R examples/osgi/paint-square/src/main/resources/org/jboss/weld/examples/osgi/paint/square/square.png R examples/osgi/paint-triangle/pom.xml R examples/osgi/paint-triangle/src/main/java/org/jboss/weld/examples/osgi/paint/triangle/Triangle.java R examples/osgi/paint-triangle/src/main/java/org/jboss/weld/examples/osgi/paint/triangle/TriangleShapeProvider.java R examples/osgi/paint-triangle/src/main/resources/META-INF/beans.xml R examples/osgi/paint-triangle/src/main/resources/META-INF/weld-osgi-paint-triangle.bnd R examples/osgi/paint-triangle/src/main/resources/org/jboss/weld/examples/osgi/paint/triangle/triangle.png R examples/osgi/pom.xml M examples/pom.xml R examples/se/hello-world/README.md R examples/se/hello-world/pom.xml R examples/se/hello-world/src/etc/header.txt R examples/se/hello-world/src/main/java/org/jboss/weld/environment/se/example/simple/CommandLineArgsValidator.java R examples/se/hello-world/src/main/java/org/jboss/weld/environment/se/example/simple/HelloWorld.java R examples/se/hello-world/src/main/resources/META-INF/beans.xml R examples/se/hello-world/src/main/resources/log4j.properties R examples/webstart/README.md R examples/webstart/pom.xml R examples/webstart/src/main/jnlp/template.vm R examples/webstart/src/main/webapp/WEB-INF/web.xml R examples/webstart/src/main/webapp/index.html Log Message: ----------- WELD-2495 Removal of outdated/unmanaged examples, maintenance of those we want to keep. Remove webstart from examples. Remove SE hello-world; the example is way too trivial Modify JSF Login sample. Update deps in pastecode example, remove eclipse part from README. Remove JSF permalink example. Remove OSGi sample, update docs to point directly to Pax CDI repo with samples. Reflect changes in parent README, update translator example README. Minor updates to JSF numberguess for WFLY servlet version. Commit: a5ae2948d17da252076339fdef56918b25d4fb78 https://github.com/weld/core/commit/a5ae2948d17da252076339fdef56918b25d4fb78 Author: Matej Novotny Date: 2018-07-23 (Mon, 23 Jul 2018) Changed paths: M examples/README.md M examples/jsf/login/README.md M examples/jsf/login/pom.xml M examples/jsf/login/src/ftest/resources/arquillian.xml M examples/jsf/login/src/main/webapp/users.xhtml M examples/jsf/numberguess/README.md M examples/jsf/numberguess/pom.xml M examples/jsf/numberguess/src/ftest/resources/arquillian.xml M examples/jsf/pastecode/README.md M examples/jsf/pastecode/pom.xml M examples/jsf/pastecode/src/ftest/resources/arquillian.xml M examples/jsf/translator/README.md M examples/jsf/translator/ftest/pom.xml M examples/jsf/translator/ftest/src/ftest/resources/arquillian.xml M examples/pom.xml Log Message: ----------- WELD-2495 Make the examples WFLY version agnostic (remove references to v8). Commit: e8c80ad2419f67bd0b27406a0793a3a1c3712525 https://github.com/weld/core/commit/e8c80ad2419f67bd0b27406a0793a3a1c3712525 Author: Matej Novotny Date: 2018-07-23 (Mon, 23 Jul 2018) Changed paths: M examples/se/numberguess/README.md M examples/se/numberguess/pom.xml Log Message: ----------- WELD-2495 Numberguess SE README correction and pom version update. Compare: https://github.com/weld/core/compare/ebbaf819757d...e8c80ad2419f **NOTE:** This service 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 Jul 23 08:38:41 2018 From: noreply at github.com (GitHub) Date: Mon, 23 Jul 2018 05:38:41 -0700 Subject: [weld-commits] [weld/core] e53189: WELD-2514 Add automated test, propose a fix. Message-ID: <5b55cc51e94d4_1e812aae87856f786613@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: e5318958e4ac0d940f7b71be8c31b57ec4561615 https://github.com/weld/core/commit/e5318958e4ac0d940f7b71be8c31b57ec4561615 Author: Matej Novotny Date: 2018-07-23 (Mon, 23 Jul 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/generic/overriden/AbstractService.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/generic/overriden/ActualInterceptedService.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/generic/overriden/Foo.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/generic/overriden/GenericClassOverridenMethodTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/generic/overriden/SuperFoo.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/generic/overriden/TestBinding.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/generic/overriden/TestInterceptor.java Log Message: ----------- WELD-2514 Add automated test, propose a fix. **NOTE:** This service 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 Jul 23 08:38:46 2018 From: noreply at github.com (GitHub) Date: Mon, 23 Jul 2018 05:38:46 -0700 Subject: [weld-commits] [weld/core] 35ab27: WELD-2514 Add automated test, propose a fix. Message-ID: <5b55cc56699d7_21852addbd35ef74967ab@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 35ab27abaa391aa616b74e7e696fc4b7f51bce51 https://github.com/weld/core/commit/35ab27abaa391aa616b74e7e696fc4b7f51bce51 Author: Matej Novotny Date: 2018-07-23 (Mon, 23 Jul 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/generic/overriden/AbstractService.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/generic/overriden/ActualInterceptedService.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/generic/overriden/Foo.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/generic/overriden/GenericClassOverridenMethodTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/generic/overriden/SuperFoo.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/generic/overriden/TestBinding.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/generic/overriden/TestInterceptor.java Log Message: ----------- WELD-2514 Add automated test, propose a fix. **NOTE:** This service 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 Tue Jul 24 03:29:14 2018 From: noreply at github.com (GitHub) Date: Tue, 24 Jul 2018 00:29:14 -0700 Subject: [weld-commits] [weld/core] 184a67: WELD-2507 Abstract package private class not inter... Message-ID: <5b56d54ab2792_105c2ae4b629ef8041180@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 184a67000e0f72f096dd7bcc4f4d4640502f5e2b https://github.com/weld/core/commit/184a67000e0f72f096dd7bcc4f4d4640502f5e2b Author: Matej Novotny Date: 2018-07-24 (Tue, 24 Jul 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/AbstractPackagePrivateClass.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/ActualImpl.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/PackagePrivateInterceptedTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/SomeInterceptor.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/TestBinding.java Log Message: ----------- WELD-2507 Abstract package private class not intercepted correctly. Commit: 07279a23c9c23bcfba3b975159a3abc9f58f37a7 https://github.com/weld/core/commit/07279a23c9c23bcfba3b975159a3abc9f58f37a7 Author: Matej Novotny Date: 2018-07-24 (Tue, 24 Jul 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java R tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/AbstractPackagePrivateClass.java R tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/ActualImpl.java R tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/PackagePrivateInterceptedTest.java R tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/SomeInterceptor.java R tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/TestBinding.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/AbstractPackagePrivateClass.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/ActualImpl.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/PackagePrivateInterceptedTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/SomeInterceptor.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/TestBinding.java Log Message: ----------- WELD-2507 Change test package, use Reflections util class. Commit: f12768e5e61093877f9123f5a0ef51241b232429 https://github.com/weld/core/commit/f12768e5e61093877f9123f5a0ef51241b232429 Author: Matej Novotny Date: 2018-07-24 (Tue, 24 Jul 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/AbstractPackagePrivateClass.java M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/ActualImpl.java M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/PackagePrivateInterceptedTest.java Log Message: ----------- WELD-2507 Add generics to test, fix factory to account for valid bridge methods in this case. Commit: 499e1b26f5edbc6051b74807d957416b9afe506a https://github.com/weld/core/commit/499e1b26f5edbc6051b74807d957416b9afe506a Author: Martin Kouba Date: 2018-07-24 (Tue, 24 Jul 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/AbstractPackagePrivateClass.java M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/ActualImpl.java M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/PackagePrivateInterceptedTest.java M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/SomeInterceptor.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/SuperAbstractPackagePrivateClass.java Log Message: ----------- WELD-2507: More fixes - match the whole method signature - better handling of class hierarchies - improved test Compare: https://github.com/weld/core/compare/e5318958e4ac...499e1b26f5ed **NOTE:** This service 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 Tue Jul 24 03:29:20 2018 From: noreply at github.com (GitHub) Date: Tue, 24 Jul 2018 00:29:20 -0700 Subject: [weld-commits] [weld/core] 9ca28b: WELD-2507 Abstract package private class not inter... Message-ID: <5b56d550a3d0f_21c22b1b6a21ef84947e3@hookshot-fe-cace476.cp1-iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: 9ca28bef38c672f55155ef7a98335a3e5bb6b47d https://github.com/weld/core/commit/9ca28bef38c672f55155ef7a98335a3e5bb6b47d Author: Matej Novotny Date: 2018-07-24 (Tue, 24 Jul 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/AbstractPackagePrivateClass.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/ActualImpl.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/PackagePrivateInterceptedTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/SomeInterceptor.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/TestBinding.java Log Message: ----------- WELD-2507 Abstract package private class not intercepted correctly. Commit: 380b224551acb440c5a1240b3b4ce218e52f8436 https://github.com/weld/core/commit/380b224551acb440c5a1240b3b4ce218e52f8436 Author: Matej Novotny Date: 2018-07-24 (Tue, 24 Jul 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java R tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/AbstractPackagePrivateClass.java R tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/ActualImpl.java R tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/PackagePrivateInterceptedTest.java R tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/SomeInterceptor.java R tests-arquillian/src/test/java/org/jboss/weld/tests/interceptor/inheritance/packagePrivate/TestBinding.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/AbstractPackagePrivateClass.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/ActualImpl.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/PackagePrivateInterceptedTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/SomeInterceptor.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/TestBinding.java Log Message: ----------- WELD-2507 Change test package, use Reflections util class. Commit: b14a5adfae31333e52de5dfa54872bf87ddfefeb https://github.com/weld/core/commit/b14a5adfae31333e52de5dfa54872bf87ddfefeb Author: Matej Novotny Date: 2018-07-24 (Tue, 24 Jul 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/AbstractPackagePrivateClass.java M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/ActualImpl.java M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/PackagePrivateInterceptedTest.java Log Message: ----------- WELD-2507 Add generics to test, fix factory to account for valid bridge methods in this case. Commit: dfe0b3f6fa4d0392c08ca76a971e6b84d5f24b7c https://github.com/weld/core/commit/dfe0b3f6fa4d0392c08ca76a971e6b84d5f24b7c Author: Martin Kouba Date: 2018-07-24 (Tue, 24 Jul 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/AbstractPackagePrivateClass.java M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/ActualImpl.java M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/PackagePrivateInterceptedTest.java M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/SomeInterceptor.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/inheritance/packagePrivate/SuperAbstractPackagePrivateClass.java Log Message: ----------- WELD-2507: More fixes - match the whole method signature - better handling of class hierarchies - improved test Compare: https://github.com/weld/core/compare/35ab27abaa39...dfe0b3f6fa4d **NOTE:** This service 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 Tue Jul 24 07:17:44 2018 From: noreply at github.com (GitHub) Date: Tue, 24 Jul 2018 04:17:44 -0700 Subject: [weld-commits] [weld/api] 869eea: WELD-2496 Update CDI version to 2.0.SP1. Message-ID: <5b570ad895251_5e502b170bcd6f707294a@hookshot-fe-da92815.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 869eea014fca31bc600654c23a2953cd04fd2d58 https://github.com/weld/api/commit/869eea014fca31bc600654c23a2953cd04fd2d58 Author: Matej Novotny Date: 2018-07-24 (Tue, 24 Jul 2018) Changed paths: M pom.xml Log Message: ----------- WELD-2496 Update CDI version to 2.0.SP1. **NOTE:** This service 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 Tue Jul 24 07:25:47 2018 From: noreply at github.com (GitHub) Date: Tue, 24 Jul 2018 04:25:47 -0700 Subject: [weld-commits] [weld/api] 9f68bf: WELD-2496 Update CDI version to 2.0.SP1. Message-ID: <5b570cbb24e53_2d632ad542166f745172c@hookshot-fe-88eb02d.cp1-iad.github.net.mail> Branch: refs/heads/weld2496 Home: https://github.com/weld/api Commit: 9f68bf4bbb844f38b9149558db9c425424e87f53 https://github.com/weld/api/commit/9f68bf4bbb844f38b9149558db9c425424e87f53 Author: Matej Novotny Date: 2018-07-24 (Tue, 24 Jul 2018) Changed paths: M pom.xml Log Message: ----------- WELD-2496 Update CDI version to 2.0.SP1. Commit: 965a23736244da687a4444b572e3e70e14a146ca https://github.com/weld/api/commit/965a23736244da687a4444b572e3e70e14a146ca Author: Matej Novotny Date: 2018-07-24 (Tue, 24 Jul 2018) 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.SP4 Compare: https://github.com/weld/api/compare/9f68bf4bbb84^...965a23736244 **NOTE:** This service 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 Tue Jul 24 07:25:50 2018 From: noreply at github.com (GitHub) Date: Tue, 24 Jul 2018 04:25:50 -0700 Subject: [weld-commits] [weld/api] Message-ID: <5b570cbee0d35_5c612b0f09ebcf7417453@hookshot-fe-da92815.cp1-iad.github.net.mail> Branch: refs/tags/3.0.SP4 Home: https://github.com/weld/api **NOTE:** This service 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 Tue Jul 24 07:25:54 2018 From: noreply at github.com (GitHub) Date: Tue, 24 Jul 2018 04:25:54 -0700 Subject: [weld-commits] [weld/api] 3c7561: [maven-release-plugin] prepare for next developmen... Message-ID: <5b570cc2ec8f3_52b32ab90eb5ef7c3241d@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Branch: refs/heads/weld2496 Home: https://github.com/weld/api Commit: 3c75613e120f79c6ef0ad02cd26a7da7f623987d https://github.com/weld/api/commit/3c75613e120f79c6ef0ad02cd26a7da7f623987d Author: Matej Novotny Date: 2018-07-24 (Tue, 24 Jul 2018) 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 **NOTE:** This service 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 Tue Jul 24 07:28:30 2018 From: noreply at github.com (GitHub) Date: Tue, 24 Jul 2018 04:28:30 -0700 Subject: [weld-commits] [weld/api] Message-ID: <5b570d5e79fc1_538c2ad2b8812f8072380@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/heads/weld2496 Home: https://github.com/weld/api **NOTE:** This service 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 Tue Jul 24 07:29:14 2018 From: noreply at github.com (GitHub) Date: Tue, 24 Jul 2018 04:29:14 -0700 Subject: [weld-commits] [weld/api] Message-ID: <5b570d8aa553e_512f2ad4aa79af7875755@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Branch: refs/tags/3.0.SP4 Home: https://github.com/weld/api **NOTE:** This service 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 Tue Jul 24 07:30:43 2018 From: noreply at github.com (GitHub) Date: Tue, 24 Jul 2018 04:30:43 -0700 Subject: [weld-commits] [weld/api] 6a1497: [maven-release-plugin] prepare release 3.0.SP4 Message-ID: <5b570de38d1a4_2d7202ae7b01baf7c55441@hookshot-fe-dfcc362.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 6a149781ca35b2ecb91a4b867e5c1ede6b12afea https://github.com/weld/api/commit/6a149781ca35b2ecb91a4b867e5c1ede6b12afea Author: Matej Novotny Date: 2018-07-24 (Tue, 24 Jul 2018) 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.SP4 **NOTE:** This service 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 Tue Jul 24 07:38:28 2018 From: noreply at github.com (GitHub) Date: Tue, 24 Jul 2018 04:38:28 -0700 Subject: [weld-commits] [weld/api] edea2d: Revert "[maven-release-plugin] prepare release 3.0... Message-ID: <5b570fb485c42_42d92afc73fa6f789931e@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: edea2d0aea46820bad65d1b57976f903b383d92a https://github.com/weld/api/commit/edea2d0aea46820bad65d1b57976f903b383d92a Author: Matej Novotny Date: 2018-07-24 (Tue, 24 Jul 2018) Changed paths: M bom/pom.xml M pom.xml M weld-spi/pom.xml M weld/pom.xml Log Message: ----------- Revert "[maven-release-plugin] prepare release 3.0.SP4" This reverts commit 6a149781ca35b2ecb91a4b867e5c1ede6b12afea. **NOTE:** This service 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 Tue Jul 24 07:39:47 2018 From: noreply at github.com (GitHub) Date: Tue, 24 Jul 2018 04:39:47 -0700 Subject: [weld-commits] [weld/api] 1b25fa: [maven-release-plugin] prepare release 3.0.SP4 Message-ID: <5b571003c193b_308e2aab6168af74169be@hookshot-fe-88eb02d.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 1b25fad2711deaa3fbd5b006b8745a4a1ea3a34b https://github.com/weld/api/commit/1b25fad2711deaa3fbd5b006b8745a4a1ea3a34b Author: Matej Novotny Date: 2018-07-24 (Tue, 24 Jul 2018) 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.SP4 **NOTE:** This service 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 Tue Jul 24 07:39:51 2018 From: noreply at github.com (GitHub) Date: Tue, 24 Jul 2018 04:39:51 -0700 Subject: [weld-commits] [weld/api] Message-ID: <5b5710076056c_1ee42aabcc648f8c335b5@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/tags/3.0.SP4 Home: https://github.com/weld/api **NOTE:** This service 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 Tue Jul 24 07:39:55 2018 From: noreply at github.com (GitHub) Date: Tue, 24 Jul 2018 04:39:55 -0700 Subject: [weld-commits] [weld/api] 036e7e: [maven-release-plugin] prepare for next developmen... Message-ID: <5b57100b36056_62882ad4919fef809234b@hookshot-fe-da92815.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 036e7e3adfe4cf2701daa35173af61a8f88dd8f4 https://github.com/weld/api/commit/036e7e3adfe4cf2701daa35173af61a8f88dd8f4 Author: Matej Novotny Date: 2018-07-24 (Tue, 24 Jul 2018) 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 **NOTE:** This service 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 Tue Jul 24 10:46:14 2018 From: noreply at github.com (GitHub) Date: Tue, 24 Jul 2018 07:46:14 -0700 Subject: [weld-commits] [weld/core] 2cabfa: WELD-2501 Add reproducer. Message-ID: <5b573bb620eb0_32cc2ac822438f9021399@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 2cabfac411d0005fcb5616d89c03596271a4c66a https://github.com/weld/core/commit/2cabfac411d0005fcb5616d89c03596271a4c66a Author: Matej Novotny Date: 2018-07-24 (Tue, 24 Jul 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java M impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/ReflectionsTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/AbstractBar.java A impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/ActualBar.java A impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/AnotherBarInterface.java A impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/BarInterface.java A impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/BaseInterface.java A impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/Foo.java A impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/FooInterface.java A impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/SecondaryFooInterface.java A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/abstractClass/defaultmethod/AbstractBeanClass.java A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/abstractClass/defaultmethod/BeanInterface.java A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/abstractClass/defaultmethod/BeanQualifier.java A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/abstractClass/defaultmethod/ConcreteBeanClass.java A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/abstractClass/defaultmethod/DecoratorDefaultMethodTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/abstractClass/defaultmethod/DecoratorOverridingDefaultMethod.java Log Message: ----------- WELD-2501 Add reproducer. While creating interceptor/decorator subclass, we need to inspect the interface hierarchy deeper, but not implement them directly. **NOTE:** This service 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 Tue Jul 24 10:46:24 2018 From: noreply at github.com (GitHub) Date: Tue, 24 Jul 2018 07:46:24 -0700 Subject: [weld-commits] [weld/core] baeb20: WELD-2501 Add reproducer. Message-ID: <5b573bc0208fd_2e762ab93721ef88409d3@hookshot-fe-31feec6.cp1-iad.github.net.mail> Branch: refs/heads/2.4 Home: https://github.com/weld/core Commit: baeb202feb64f1207e66fb54ccefd118a7a08c09 https://github.com/weld/core/commit/baeb202feb64f1207e66fb54ccefd118a7a08c09 Author: Matej Novotny Date: 2018-07-24 (Tue, 24 Jul 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java A impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/ReflectionsTest.java A impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/AbstractBar.java A impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/ActualBar.java A impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/AnotherBarInterface.java A impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/BarInterface.java A impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/BaseInterface.java A impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/Foo.java A impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/FooInterface.java A impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/SecondaryFooInterface.java A tests-arquillian/src/test/java8/org/jboss/weld/tests/decorators/abstractClass/defaultmethod/AbstractBeanClass.java A tests-arquillian/src/test/java8/org/jboss/weld/tests/decorators/abstractClass/defaultmethod/BeanInterface.java A tests-arquillian/src/test/java8/org/jboss/weld/tests/decorators/abstractClass/defaultmethod/BeanQualifier.java A tests-arquillian/src/test/java8/org/jboss/weld/tests/decorators/abstractClass/defaultmethod/ConcreteBeanClass.java A tests-arquillian/src/test/java8/org/jboss/weld/tests/decorators/abstractClass/defaultmethod/DecoratorDefaultMethodTest.java A tests-arquillian/src/test/java8/org/jboss/weld/tests/decorators/abstractClass/defaultmethod/DecoratorOverridingDefaultMethod.java Log Message: ----------- WELD-2501 Add reproducer. While creating interceptor/decorator subclass, we need to inspect the interface hierarchy deeper, but not implement them directly. **NOTE:** This service 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 Jul 25 02:23:37 2018 From: noreply at github.com (GitHub) Date: Tue, 24 Jul 2018 23:23:37 -0700 Subject: [weld-commits] [weld/core] 4a6da5: WELD-2516 Upgrade mockito version for JDK 11 Message-ID: <5b581769d3d60_2db22b1ebbd9af80997bd@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 4a6da5a57c2a76cacac47df2a2e6f5d9b71f0762 https://github.com/weld/core/commit/4a6da5a57c2a76cacac47df2a2e6f5d9b71f0762 Author: Nikoleta Ziakova Date: 2018-07-25 (Wed, 25 Jul 2018) Changed paths: M probe/core/pom.xml Log Message: ----------- WELD-2516 Upgrade mockito version for JDK 11 **NOTE:** This service 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 Jul 25 02:39:34 2018 From: noreply at github.com (GitHub) Date: Tue, 24 Jul 2018 23:39:34 -0700 Subject: [weld-commits] [weld/core] 603f95: WELD-2498 Add test (runnable in both, embedded and... Message-ID: <5b581b261a73_32162aee00ed8f789053d@hookshot-fe-da92815.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 603f95ab2a60bfbe962c4ec6ca84515585d2d686 https://github.com/weld/core/commit/603f95ab2a60bfbe962c4ec6ca84515585d2d686 Author: Matej Novotny Date: 2018-07-25 (Wed, 25 Jul 2018) Changed paths: M docs/reference/src/main/asciidoc/ri-spi.asciidoc M environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/jandex/JandexClassFileInfo.java M impl/src/main/java/org/jboss/weld/bootstrap/AnnotatedTypeLoader.java M impl/src/main/java/org/jboss/weld/bootstrap/FastAnnotatedTypeLoader.java M pom.xml A tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/anonymousAndLocalClass/BeanWithAnonymousClass.java A tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/anonymousAndLocalClass/BeanWithLocalClass.java A tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/anonymousAndLocalClass/NoMetadataForAnonymousAndLocalClassesTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/anonymousAndLocalClass/OmniseeingExtension.java A tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/anonymousAndLocalClass/TheAnswerToLifeTheUniverseAndEverything.java Log Message: ----------- WELD-2498 Add test (runnable in both, embedded and container mode) and make sure Weld does not create AT for local and anonymous classes. **NOTE:** This service 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 Jul 25 05:44:54 2018 From: noreply at github.com (GitHub) Date: Wed, 25 Jul 2018 02:44:54 -0700 Subject: [weld-commits] [weld/core] 5fb758: Upgrade Weld API version in BOM. Message-ID: <5b584696cbf06_28cf2aeee1d6af8862526@hookshot-fe-5a11256.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 5fb758125b30a8f0a10bb18fa39fa6a2c7789b15 https://github.com/weld/core/commit/5fb758125b30a8f0a10bb18fa39fa6a2c7789b15 Author: Matej Novotny Date: 2018-07-25 (Wed, 25 Jul 2018) Changed paths: M bom/pom.xml Log Message: ----------- Upgrade Weld API version in BOM. **NOTE:** This service 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 Jul 25 05:57:11 2018 From: noreply at github.com (GitHub) Date: Wed, 25 Jul 2018 02:57:11 -0700 Subject: [weld-commits] [weld/core] a70f8a: [maven-release-plugin] prepare release 3.0.5.Final Message-ID: <5b5849771daf9_2fbb2ace8beb2f88876f@hookshot-fe-da92815.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: a70f8a3c6c504b49e51e732678f3fe606976e13a https://github.com/weld/core/commit/a70f8a3c6c504b49e51e732678f3fe606976e13a Author: Matej Novotny Date: 2018-07-25 (Wed, 25 Jul 2018) 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.0.5.Final **NOTE:** This service 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 Jul 25 05:57:14 2018 From: noreply at github.com (GitHub) Date: Wed, 25 Jul 2018 02:57:14 -0700 Subject: [weld-commits] [weld/core] Message-ID: <5b58497a78e66_2e912ac55db8cf8471920@hookshot-fe-d2afb11.cp1-iad.github.net.mail> Branch: refs/tags/3.0.5.Final Home: https://github.com/weld/core **NOTE:** This service 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 Jul 25 05:57:18 2018 From: noreply at github.com (GitHub) Date: Wed, 25 Jul 2018 02:57:18 -0700 Subject: [weld-commits] [weld/core] abd76a: [maven-release-plugin] prepare for next developmen... Message-ID: <5b58497e97303_31fe2ae2f383cf74724e6@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: abd76a22a0ee4fc0daf94828a4c7312839b03230 https://github.com/weld/core/commit/abd76a22a0ee4fc0daf94828a4c7312839b03230 Author: Matej Novotny Date: 2018-07-25 (Wed, 25 Jul 2018) 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 **NOTE:** This service 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.