From noreply at github.com Mon Aug 6 08:22:28 2018 From: noreply at github.com (GitHub) Date: Mon, 06 Aug 2018 05:22:28 -0700 Subject: [weld-commits] [weld/core] 28ada5: WELD-2521 Add automated test, fix resolution of in... Message-ID: <5b683d845e9e5_1bcd2ad4a10fef88965bf@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 28ada5bd6386f9426d4e043608617a45d74cb20b https://github.com/weld/core/commit/28ada5bd6386f9426d4e043608617a45d74cb20b Author: Matej Novotny Date: 2018-08-06 (Mon, 06 Aug 2018) Changed paths: M impl/src/main/java/org/jboss/weld/util/Beans.java A tests-arquillian/src/test/java/org/jboss/weld/tests/ejb/interceptor/cdi/interceptor/CDIInterceptor.java A tests-arquillian/src/test/java/org/jboss/weld/tests/ejb/interceptor/cdi/interceptor/CDIInterceptorBinding.java A tests-arquillian/src/test/java/org/jboss/weld/tests/ejb/interceptor/cdi/interceptor/CombinedInterceptorsOnEJBBeanTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/ejb/interceptor/cdi/interceptor/EJBInterceptor.java A tests-arquillian/src/test/java/org/jboss/weld/tests/ejb/interceptor/cdi/interceptor/SimpleService.java Log Message: ----------- WELD-2521 Add automated test, fix resolution of interceptor in case they have no bindings. **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 Fri Aug 24 03:34:01 2018 From: noreply at github.com (GitHub) Date: Fri, 24 Aug 2018 00:34:01 -0700 Subject: [weld-commits] [weld/core] 0f366a: WELD-2522 Log warning when invalid qualifier was a... Message-ID: <5b7fb4e91d02c_19ee2af9bc382ecc96476@hookshot-fe-31feec6.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 0f366a141d9acace2e14c319eeb37a65ed08e8ba https://github.com/weld/core/commit/0f366a141d9acace2e14c319eeb37a65ed08e8ba Author: Matej Novotny Date: 2018-08-24 (Fri, 24 Aug 2018) Changed paths: M impl/src/main/java/org/jboss/weld/logging/MetadataLogger.java Log Message: ----------- WELD-2522 Log warning when invalid qualifier was added. **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 Fri Aug 24 03:41:19 2018 From: noreply at github.com (GitHub) Date: Fri, 24 Aug 2018 00:41:19 -0700 Subject: [weld-commits] [weld/core] 688f48: WELD-2524 Give ProbeExtension highest priority amo... Message-ID: <5b7fb69fa8f6b_2c7e2b14b0e88ed45671d@hookshot-fe-2cc8887.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 688f48a79707f9d63bda6740a2d6d298f29a7755 https://github.com/weld/core/commit/688f48a79707f9d63bda6740a2d6d298f29a7755 Author: Matej Novotny Date: 2018-08-24 (Fri, 24 Aug 2018) Changed paths: M probe/core/src/main/java/org/jboss/weld/probe/ProbeExtension.java Log Message: ----------- WELD-2524 Give ProbeExtension highest priority amongst AfterDeploymentValidation observers. **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.