This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.4.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git. from 22e5008 [CXF-8405]add RequestLimitingHandler for http-undertow transport new 407251a CXF-8401: java.lang.IllegalAccessError exception after updating Java 14 to 15 new 1fd2ea9 Recording .gitmergeinfo Changes The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .gitmergeinfo | 3 +++ .../cxf/microprofile/client/MicroProfileClientProviderFactory.java | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) |
This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.4.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 407251aa2067b25ccd33a179f52cc84bfac0088b Author: reta <[hidden email]> AuthorDate: Thu Jan 7 21:34:59 2021 -0500 CXF-8401: java.lang.IllegalAccessError exception after updating Java 14 to 15 (cherry picked from commit b5902ef6f3e52b0a0be429a0114e59d404664080) --- .../cxf/microprofile/client/MicroProfileClientProviderFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/MicroProfileClientProviderFactory.java b/rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/MicroProfileClientProviderFactory.java index a41e2b3..c7a7ac7 100644 --- a/rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/MicroProfileClientProviderFactory.java +++ b/rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/MicroProfileClientProviderFactory.java @@ -88,7 +88,7 @@ public final class MicroProfileClientProviderFactory extends ProviderFactory { } static Comparator<ProviderInfo<?>> createComparator(MicroProfileClientFactoryBean bean) { - Comparator<ProviderInfo<?>> parent = ProviderFactory::compareCustomStatus; + Comparator<ProviderInfo<?>> parent = (o1, o2) -> compareCustomStatus(o1, o2); return new ContractComparator(bean, parent); } |
In reply to this post by reta
This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.4.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 1fd2ea9cd7975bf770a132687233c973debdf18b Author: reta <[hidden email]> AuthorDate: Thu Jan 7 23:04:52 2021 -0500 Recording .gitmergeinfo Changes --- .gitmergeinfo | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmergeinfo b/.gitmergeinfo index 15e29e4..40c82f9 100644 --- a/.gitmergeinfo +++ b/.gitmergeinfo @@ -10,6 +10,7 @@ B 9485e3b46125c9102610aa6dcab6e330952b2fb0 B c58d2cd38003a90608aa04e40756c042cbaf7e03 B f5f08c838e1d52f17bcc8422fac38831a63e6e30 M 0f30442f3acb82e9936d4b486e07f5c341c142d2 +M 12a70c867e88379c520c64882ca2b261b9e9559d M 15185954d24578b3a848afe5bf258d9774ff03b6 M 1820f1a94b08ba840c3868ac3e1f3b7751540a08 M 2f844e251362ab62923cfc6b7061591375a1cb44 @@ -19,9 +20,11 @@ M 4c3c5196be3e9295c31b5bc592ebc8f911c93c6d M 6a77819f4bc141fcddd53a36b178972f1f68fe97 M 70c7d6a1e3f23522609d58b72b61c52e3cbc919a M 88907f141ee80792627da3cc7846d1562f6c0238 +M 8b67b6f672d25f1128924e8aac58a6f395fe3511 M 8c4f04855a5d8623daff2aa8a8856367879c624b M 9c17f2fb90a9929d0dc8e4f090da78547a4e7a02 M 9df9b22a4032b19ea953600ebdfa84e8c15d2370 +M bfc509c206d67124d3f0ae46cea6963cabb8f3ca M c0690e1fa57e0231461c9dd644d6b3c80852eef9 M c070a8f50d83b82d864884020a64d1d67f5e7c95 M c0ef051466d775c84ddb20a9a12025d4258fb18b |
Free forum by Nabble | Edit this page |