Re: [VOTE] - Release Apache CXF Fediz 1.5.1

2020-11-24 Thread Jean-Baptiste Onofre
+1 (non binding) Regards JB > Le 24 nov. 2020 à 18:38, Colm O hEigeartaigh a écrit : > > This is a vote to release Apache CXF Fediz 1.5.1. This is a minor bug fix > release, which also picks up more recent CXF, Spring, Tomcat, Jetty > (amongst others) dependencies. > > Issues fixed: >

[GitHub] [cxf] reta commented on pull request #721: [cxf-8340] add precompiled class for Graalvm native support

2020-11-24 Thread GitBox
reta commented on pull request #721: URL: https://github.com/apache/cxf/pull/721#issuecomment-733398604 @dufoli CORBA tests are green now: https://ci-builds.apache.org/job/CXF/job/CXF-JDK8-PR-Manual/5/testReport/ This is an

[GitHub] [cxf] reta commented on a change in pull request #732: CXF-8357: RxJava2/RxJava3: Add support of Maybe type

2020-11-24 Thread GitBox
reta commented on a change in pull request #732: URL: https://github.com/apache/cxf/pull/732#discussion_r530041204 ## File path: systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/reactor/MonoReactorTest.java ## @@ -112,4 +113,21 @@ public void testMonoEmpty() throws

[GitHub] [cxf] jimma merged pull request #729: [CXF-8378]:Fix NoClassDefFoundError: org/apache/cxf/common/util/Refle…

2020-11-24 Thread GitBox
jimma merged pull request #729: URL: https://github.com/apache/cxf/pull/729 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [cxf] jimma merged pull request #728: [CXF-8378]:Fix NoClassDefFoundError: org/apache/cxf/common/util/Refle…

2020-11-24 Thread GitBox
jimma merged pull request #728: URL: https://github.com/apache/cxf/pull/728 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [cxf] reta opened a new pull request #732: CXF-8357: RxJava2/RxJava3: Add support of Maybe type

2020-11-24 Thread GitBox
reta opened a new pull request #732: URL: https://github.com/apache/cxf/pull/732 We do support `Flowable` / `Observale` / `Single` but not `Maybe` This is an automated message from the Apache Git Service. To respond to

AW: [VOTE] - Release Apache CXF Fediz 1.5.1

2020-11-24 Thread Oliver Wulff
+1 Cheers Oli Von: Daniel Kulp Gesendet: Dienstag, 24. November 2020 20:57 An: CXF Dev List ; Colm O hEigeartaigh Betreff: Re: [VOTE] - Release Apache CXF Fediz 1.5.1 +1 Thanks! Dan > On Nov 24, 2020, at 12:38 PM, Colm O hEigeartaigh wrote: > > This is a

[GitHub] [cxf] rmannibucau commented on pull request #721: [cxf-8340] add precompiled class for Graalvm native support

2020-11-24 Thread GitBox
rmannibucau commented on pull request #721: URL: https://github.com/apache/cxf/pull/721#issuecomment-733204047 @dufoli LC_ALL=en_US.UTF-8 ? This is an automated message from the Apache Git Service. To respond to the message,

Re: [VOTE] - Release Apache CXF Fediz 1.5.1

2020-11-24 Thread Daniel Kulp
+1 Thanks! Dan > On Nov 24, 2020, at 12:38 PM, Colm O hEigeartaigh wrote: > > This is a vote to release Apache CXF Fediz 1.5.1. This is a minor bug fix > release, which also picks up more recent CXF, Spring, Tomcat, Jetty > (amongst others) dependencies. > > Issues fixed: >

[GitHub] [cxf] dufoli commented on pull request #721: [cxf-8340] add precompiled class for Graalvm native support

2020-11-24 Thread GitBox
dufoli commented on pull request #721: URL: https://github.com/apache/cxf/pull/721#issuecomment-733200914 strange I have this error : java.nio.charset.MalformedInputException: Input length = 1 at

Re: [VOTE] - Release Apache CXF Fediz 1.5.1

2020-11-24 Thread Alexey Markevich
+1 On 11/24/20, Andrey Redko wrote: > +1, thanks Colm! > > Best Regards, > Andriy Redko > > On Tue, Nov 24, 2020, 12:38 PM Colm O hEigeartaigh > wrote: > >> This is a vote to release Apache CXF Fediz 1.5.1. This is a minor bug fix >> release, which also picks up more recent CXF, Spring,

[GitHub] [cxf] dufoli commented on pull request #721: [cxf-8340] add precompiled class for Graalvm native support

2020-11-24 Thread GitBox
dufoli commented on pull request #721: URL: https://github.com/apache/cxf/pull/721#issuecomment-733137211 ok it come rom class loading system: java.lang.NoClassDefFoundError: org/apache/cxf/systest/jaxb/service/jaxws_asm/GetWidgetByIdResponse it mean that class generated with

Re: [VOTE] - Release Apache CXF Fediz 1.5.1

2020-11-24 Thread Andrey Redko
+1, thanks Colm! Best Regards, Andriy Redko On Tue, Nov 24, 2020, 12:38 PM Colm O hEigeartaigh wrote: > This is a vote to release Apache CXF Fediz 1.5.1. This is a minor bug fix > release, which also picks up more recent CXF, Spring, Tomcat, Jetty > (amongst others) dependencies. > >

[VOTE] - Release Apache CXF Fediz 1.5.1

2020-11-24 Thread Colm O hEigeartaigh
This is a vote to release Apache CXF Fediz 1.5.1. This is a minor bug fix release, which also picks up more recent CXF, Spring, Tomcat, Jetty (amongst others) dependencies. Issues fixed: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313420=12348427 Git tag:

[GitHub] [cxf] dufoli commented on pull request #721: [cxf-8340] add precompiled class for Graalvm native support

2020-11-24 Thread GitBox
dufoli commented on pull request #721: URL: https://github.com/apache/cxf/pull/721#issuecomment-732737034 > thank you @dufoli moving forward, next chunk of failing tests: https://ci-builds.apache.org/job/CXF/job/CXF-JDK8-PR-Manual/4/#showFailuresLink oh crap. I will relaunch all