From noreply at github.com Thu Nov 15 08:43:14 2018 From: noreply at github.com (GitHub) Date: Thu, 15 Nov 2018 05:43:14 -0800 Subject: [weld-commits] [weld/core] 4f94ee: [WELD-2543] Upgrade wildfly-arquillian from 2.1.0.... Message-ID: <5bed77f28c329_34de2aec980bc584370c@hookshot-fe-88eb02d.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 4f94ee3046647aef5da26a928ccb62b4a5dc5829 https://github.com/weld/core/commit/4f94ee3046647aef5da26a928ccb62b4a5dc5829 Author: James R. Perkins Date: 2018-11-15 (Thu, 15 Nov 2018) Changed paths: M pom.xml Log Message: ----------- [WELD-2543] Upgrade wildfly-arquillian from 2.1.0.Final to 2.1.1.Final. https://issues.jboss.org/browse/WELD-2543 **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 Nov 16 05:57:33 2018 From: noreply at github.com (GitHub) Date: Fri, 16 Nov 2018 02:57:33 -0800 Subject: [weld-commits] [weld/core] 8cb7f5: WELD-2544 Upgrade spotbugs to version supporting J... Message-ID: <5beea29da0cbe_60b32b1b010885944311c@hookshot-fe-31feec6.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 8cb7f5f0e78cf68b1676d5977c32f4158f0d22df https://github.com/weld/core/commit/8cb7f5f0e78cf68b1676d5977c32f4158f0d22df Author: Nikoleta Ziakova Date: 2018-11-16 (Fri, 16 Nov 2018) Changed paths: M pom.xml Log Message: ----------- WELD-2544 Upgrade spotbugs to version supporting JDK11 **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 Nov 16 07:16:10 2018 From: noreply at github.com (GitHub) Date: Fri, 16 Nov 2018 04:16:10 -0800 Subject: [weld-commits] [weld/core] c5e1df: WELD-2533 InterceptionFactory with interface, adde... Message-ID: <5beeb50ae73ba_61032afab4bda57c76588@hookshot-fe-31feec6.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: c5e1dfdffb0245841f171f8bc5b141f74eaacc10 https://github.com/weld/core/commit/c5e1dfdffb0245841f171f8bc5b141f74eaacc10 Author: Matej Novotny Date: 2018-11-16 (Fri, 16 Nov 2018) Changed paths: M docs/reference/src/main/asciidoc/interceptors.asciidoc M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedProxyFactory.java 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/Hello.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/producer/ImplOfInterfaceWithDefaultMethod.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/producer/ImplWhichAlreadyHasMethodAnnotation.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/producer/ImplWhichAlreadyHasTypeAnnotation.java M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/producer/InterceptionFactoryTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/producer/InterfaceWithDefaultMethod.java M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/producer/Producer.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/producer/SomeGenericImpl.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/producer/SomeGenericInterface.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/producer/SomeImpl.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/producer/SomeInterface.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/producer/UninterestingInterface1.java A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/producer/UninterestingInterface2.java Log Message: ----------- WELD-2533 InterceptionFactory with interface, added bunch of tests to cover more complex cases. **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 Thu Nov 22 04:49:31 2018 From: noreply at github.com (GitHub) Date: Thu, 22 Nov 2018 01:49:31 -0800 Subject: [weld-commits] [weld/api] d336b5: WELD-2539 Methods on WeldAlterableContext should h... Message-ID: <5bf67bab7f80f_2a082abcd6d4c57042937@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: d336b5c8956cd731dd9cba70b98b8a29f94c6158 https://github.com/weld/api/commit/d336b5c8956cd731dd9cba70b98b8a29f94c6158 Author: Matej Novotny Date: 2018-11-22 (Thu, 22 Nov 2018) Changed paths: M weld/src/main/java/org/jboss/weld/context/WeldAlterableContext.java Log Message: ----------- WELD-2539 Methods on WeldAlterableContext should have less strict type requirements. **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 Thu Nov 22 04:52:43 2018 From: noreply at github.com (GitHub) Date: Thu, 22 Nov 2018 01:52:43 -0800 Subject: [weld-commits] [weld/api] d0a9e4: [maven-release-plugin] prepare release 3.1.Beta1 Message-ID: <5bf67c6ba75fa_2bee2ab48ebe457013696@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: d0a9e414d263215b6fb89cfa4c2d09681647967c https://github.com/weld/api/commit/d0a9e414d263215b6fb89cfa4c2d09681647967c Author: Matej Novotny Date: 2018-11-22 (Thu, 22 Nov 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.1.Beta1 **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 Thu Nov 22 04:52:47 2018 From: noreply at github.com (GitHub) Date: Thu, 22 Nov 2018 01:52:47 -0800 Subject: [weld-commits] [weld/api] Message-ID: <5bf67c6f6c3c1_14e32b201786a59490365@hookshot-fe-2cc8887.cp1-iad.github.net.mail> Branch: refs/tags/3.1.Beta1 Home: https://github.com/weld/api **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 Thu Nov 22 04:52:51 2018 From: noreply at github.com (GitHub) Date: Thu, 22 Nov 2018 01:52:51 -0800 Subject: [weld-commits] [weld/api] 3ffa06: [maven-release-plugin] prepare for next developmen... Message-ID: <5bf67c7346135_2f422aae3e8de5847606b@hookshot-fe-5a11256.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/api Commit: 3ffa06aec803ee1de09e42409001bf2cc0fb843f https://github.com/weld/api/commit/3ffa06aec803ee1de09e42409001bf2cc0fb843f Author: Matej Novotny Date: 2018-11-22 (Thu, 22 Nov 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 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 Thu Nov 22 09:44:58 2018 From: noreply at github.com (GitHub) Date: Thu, 22 Nov 2018 06:44:58 -0800 Subject: [weld-commits] [weld/core] 0e4887: WELD-2545 ConcurrentValidator should use concurren... Message-ID: <5bf6c0ea9fd58_111b2b09289705701003dd@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 0e48871b268f15b804a56526fc9dcafacf855c99 https://github.com/weld/core/commit/0e48871b268f15b804a56526fc9dcafacf855c99 Author: Matej Novotny Date: 2018-11-22 (Thu, 22 Nov 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/ConcurrentValidator.java Log Message: ----------- WELD-2545 ConcurrentValidator should use concurrent version of SetMultimap. **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 Thu Nov 22 09:46:37 2018 From: noreply at github.com (GitHub) Date: Thu, 22 Nov 2018 06:46:37 -0800 Subject: [weld-commits] [weld/core] bfac55: WELD-2508 Give Weld-specific methods on proxies pr... Message-ID: <5bf6c14d31377_7132aaca2a8c5908351f@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: bfac55fb090b197abc1b7866337b85184a4db1fd https://github.com/weld/core/commit/bfac55fb090b197abc1b7866337b85184a4db1fd Author: Matej Novotny Date: 2018-11-22 (Thu, 22 Nov 2018) Changed paths: M impl/src/main/java/org/jboss/weld/bean/builtin/InstanceImpl.java M impl/src/main/java/org/jboss/weld/bean/proxy/DecoratorProxyFactory.java M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyMethodHandler.java M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyObject.java M impl/src/main/java/org/jboss/weld/injection/FieldInjectionPoint.java M impl/src/main/java/org/jboss/weld/injection/FieldResourceInjection.java M impl/src/main/java/org/jboss/weld/injection/InterceptionFactoryImpl.java M impl/src/main/java/org/jboss/weld/injection/ProxyClassConstructorInjectionPointWrapper.java M impl/src/main/java/org/jboss/weld/injection/SetterResourceInjection.java M impl/src/main/java/org/jboss/weld/injection/producer/AbstractDecoratorApplyingInstantiator.java M impl/src/main/java/org/jboss/weld/injection/producer/DecoratorInjectionTarget.java M impl/src/main/java/org/jboss/weld/injection/producer/InterceptorApplyingInstantiator.java M impl/src/main/java/org/jboss/weld/injection/producer/ProducerFieldProducer.java M impl/src/main/java/org/jboss/weld/interceptor/util/proxy/TargetInstanceProxy.java M modules/ejb/src/main/java/org/jboss/weld/module/ejb/SessionBeanInjectionTarget.java Log Message: ----------- WELD-2508 Give Weld-specific methods on proxies prefixed names to avoid collision with user code. **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 Nov 26 07:33:34 2018 From: noreply at github.com (GitHub) Date: Mon, 26 Nov 2018 04:33:34 -0800 Subject: [weld-commits] [weld/core] 8d98fb: WELD-2547 correct configuration option String for ... Message-ID: <5bfbe81e21b7d_1a5a92ae56c88a578433e3@hookshot-fe-dfcc362.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 8d98fbf8d54d0201604f8e91c0ffa516d86b8bb0 https://github.com/weld/core/commit/8d98fbf8d54d0201604f8e91c0ffa516d86b8bb0 Author: Matej Novotny Date: 2018-11-26 (Mon, 26 Nov 2018) Changed paths: M environments/se/core/src/main/java/org/jboss/weld/environment/se/Weld.java Log Message: ----------- WELD-2547 correct configuration option String for optimized cleanup. **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 Tue Nov 27 02:54:47 2018 From: noreply at github.com (GitHub) Date: Mon, 26 Nov 2018 23:54:47 -0800 Subject: [weld-commits] [weld/core] d88098: WELD-2540, WELD-2497 Document API changes for 3.1.... Message-ID: <5bfcf847a0b86_6cdd2ab2c5e3c57c16247@hookshot-fe-cace476.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: d88098edb643dbafab24a3e106bfc84887b86d2e https://github.com/weld/core/commit/d88098edb643dbafab24a3e106bfc84887b86d2e Author: Matej Novotny Date: 2018-11-27 (Tue, 27 Nov 2018) Changed paths: M docs/reference/src/main/asciidoc/contexts.asciidoc M docs/reference/src/main/asciidoc/part5.asciidoc A docs/reference/src/main/asciidoc/weldmanager.asciidoc Log Message: ----------- WELD-2540, WELD-2497 Document API changes for 3.1. Provide guidelines on how to propagate contexts. **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 Tue Nov 27 03:35:21 2018 From: noreply at github.com (GitHub) Date: Tue, 27 Nov 2018 00:35:21 -0800 Subject: [weld-commits] [weld/core] 612b8f: WELD-2497 Context propagation for built-in scopes. Message-ID: <5bfd01c910b2_24172aed22e4a590615bc@hookshot-fe-2cc8887.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 612b8feb514413cf0445d138eafe5ba13cf93031 https://github.com/weld/core/commit/612b8feb514413cf0445d138eafe5ba13cf93031 Author: Matej Novotny Date: 2018-11-27 (Tue, 27 Nov 2018) Changed paths: A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/context/propagation/AbstractBeanWithState.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/context/propagation/AppScopedBean.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/context/propagation/ContextPropagationSEService.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/context/propagation/ContextPropagationSETest.java A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/context/propagation/ReqScopedBean.java M impl/src/main/java/org/jboss/weld/contexts/AbstractBoundContext.java M impl/src/main/java/org/jboss/weld/contexts/AbstractContext.java M impl/src/main/java/org/jboss/weld/contexts/PassivatingContextWrapper.java M impl/src/main/java/org/jboss/weld/contexts/unbound/RequestContextImpl.java M pom.xml A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/propagation/AbstractBeanWithState.java A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/propagation/AppScopedBean.java A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/propagation/ContextPropagationService.java A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/propagation/ContextPropagationTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/propagation/ConversationScopedBean.java A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/propagation/ReqScopedBean.java A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/propagation/SessionScopedBean.java Log Message: ----------- WELD-2497 Context propagation for built-in scopes. **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 Tue Nov 27 03:53:19 2018 From: noreply at github.com (GitHub) Date: Tue, 27 Nov 2018 00:53:19 -0800 Subject: [weld-commits] [weld/core] e9c7c6: Set correct API version into BOM. Message-ID: <5bfd05ff92752_29742b1a385525809628d@hookshot-fe-5a11256.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: e9c7c635c900569dbe2252f89355ae927e7f88b5 https://github.com/weld/core/commit/e9c7c635c900569dbe2252f89355ae927e7f88b5 Author: Matej Novotny Date: 2018-11-27 (Tue, 27 Nov 2018) Changed paths: M bom/pom.xml Log Message: ----------- Set correct API version into BOM. **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 Tue Nov 27 04:03:47 2018 From: noreply at github.com (GitHub) Date: Tue, 27 Nov 2018 01:03:47 -0800 Subject: [weld-commits] [weld/core] b71382: [maven-release-plugin] prepare release 3.1.0.Beta1 Message-ID: <5bfd087333d14_24652b0e839c058877a0@hookshot-fe-31feec6.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: b713829c44a75758f8b33a9161baf0cd85879d49 https://github.com/weld/core/commit/b713829c44a75758f8b33a9161baf0cd85879d49 Author: Matej Novotny Date: 2018-11-27 (Tue, 27 Nov 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.1.0.Beta1 **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 Tue Nov 27 04:03:51 2018 From: noreply at github.com (GitHub) Date: Tue, 27 Nov 2018 01:03:51 -0800 Subject: [weld-commits] [weld/core] Message-ID: <5bfd0877783_c4c2aeb24216580381b0@hookshot-fe-a5fcff7.cp1-iad.github.net.mail> Branch: refs/tags/3.1.0.Beta1 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 Tue Nov 27 04:03:55 2018 From: noreply at github.com (GitHub) Date: Tue, 27 Nov 2018 01:03:55 -0800 Subject: [weld-commits] [weld/core] 37f7e4: [maven-release-plugin] prepare for next developmen... Message-ID: <5bfd087b378d9_4da12ab6f4b3a580505b@hookshot-fe-88eb02d.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/core Commit: 37f7e471c38bfdf5179b0f6e23d74895b0a4201e https://github.com/weld/core/commit/37f7e471c38bfdf5179b0f6e23d74895b0a4201e Author: Matej Novotny Date: 2018-11-27 (Tue, 27 Nov 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 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 Tue Nov 27 05:17:24 2018 From: noreply at github.com (GitHub) Date: Tue, 27 Nov 2018 02:17:24 -0800 Subject: [weld-commits] [weld/build] 6477ae: Add patch file for WFLY 14 and Weld 3.1 Message-ID: <5bfd19b4e59fc_50822b02176ac57c5016e@hookshot-fe-88eb02d.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/weld/build Commit: 6477aef3c2f3764ab9c9c8f79b0ae9f7c9195939 https://github.com/weld/build/commit/6477aef3c2f3764ab9c9c8f79b0ae9f7c9195939 Author: Matej Novotny Date: 2018-11-27 (Tue, 27 Nov 2018) Changed paths: A wildfly/patch-config-wildfly-14-weld-3.1.xml Log Message: ----------- Add patch file for WFLY 14 and Weld 3.1 **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.