[GitHub] [cxf] ppanda2021 commented on a change in pull request #867: CXF-8610:Add null check to IOUtils to avoid null CCL

2021-10-26 Thread GitBox
ppanda2021 commented on a change in pull request #867: URL: https://github.com/apache/cxf/pull/867#discussion_r737064006 ## File path: core/src/main/java/org/apache/cxf/helpers/IOUtils.java ## @@ -240,6 +244,9 @@ public static int copy(final InputStream input, final

[GitHub] [cxf] ppanda2021 commented on a change in pull request #867: CXF-8610:Add null check to IOUtils to avoid null CCL

2021-10-26 Thread GitBox
ppanda2021 commented on a change in pull request #867: URL: https://github.com/apache/cxf/pull/867#discussion_r737064006 ## File path: core/src/main/java/org/apache/cxf/helpers/IOUtils.java ## @@ -240,6 +244,9 @@ public static int copy(final InputStream input, final

[GitHub] [cxf] reta merged pull request #868: Update Awaitility to 4.1.1

2021-10-26 Thread GitBox
reta merged pull request #868: URL: https://github.com/apache/cxf/pull/868 -- 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 specific comment. To unsubscribe, e-mail:

[GitHub] [cxf] reta opened a new pull request #868: Update Awaitility to 4.1.1

2021-10-26 Thread GitBox
reta opened a new pull request #868: URL: https://github.com/apache/cxf/pull/868 Update Awaitility to 4.1.1 -- 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 specific comment. To

[GitHub] [cxf] reta edited a comment on pull request #866: CXF-8601: [Regression] jaxrs.ee.rs.core.response tests

2021-10-26 Thread GitBox
reta edited a comment on pull request #866: URL: https://github.com/apache/cxf/pull/866#issuecomment-952421385 @andymc12 yet another attempt to fix the regression with TCK tests and still comply with the specification in most cases. It is far from ideal but it is consistent in the sense

[GitHub] [cxf] reta commented on pull request #866: CXF-8601: [Regression] jaxrs.ee.rs.core.response tests

2021-10-26 Thread GitBox
reta commented on pull request #866: URL: https://github.com/apache/cxf/pull/866#issuecomment-952421385 @andymc12 yet another attempt to fix the regression with TCK tests and still comply with the specification in most case. It is far from ideal but it is consistent in the sense of

Re: [External] : Re: Thank you! JDK 18 Early Access build 20 is now available

2021-10-26 Thread Rory O'Donnell
Many thanks Andriy! On 26/10/2021 19:25, Andriy Redko wrote: Hi Rory, Thank you very much for tirelessly leading Quality Outreach program all these years and helping many projects to stay up to date with OpenJDK releases. We wish you only the best and BIG thank you! Best Regards, Andriy

[GitHub] [cxf] reta commented on a change in pull request #867: CXF-8610:Add null check to IOUtils to avoid null CCL

2021-10-26 Thread GitBox
reta commented on a change in pull request #867: URL: https://github.com/apache/cxf/pull/867#discussion_r736863506 ## File path: core/src/main/java/org/apache/cxf/helpers/IOUtils.java ## @@ -240,6 +244,9 @@ public static int copy(final InputStream input, final OutputStream

Re: Thank you! JDK 18 Early Access build 20 is now available

2021-10-26 Thread Andriy Redko
Hi Rory, Thank you very much for tirelessly leading Quality Outreach program all these years and helping many projects to stay up to date with OpenJDK releases. We wish you only the best and BIG thank you! Best Regards, Andriy Redko ROD> Hi Andriy, ROD> *Thank you.* ROD> I'm retiring

Thank you! JDK 18 Early Access build 20 is now available

2021-10-26 Thread Rory O'Donnell
Hi Andriy, *Thank you.* I'm retiring at the end of November 2021, it's time to spend more time with the family. We started the Quality Outreach back in October 2014.  We now have 170+ projects participating. Thank you for taking the time to provide Testing feedback , excellent bugs and

[GitHub] [cxf] ppanda2021 opened a new pull request #867: CXF-8610:Add null check to IOUtils to avoid null CCL

2021-10-26 Thread GitBox
ppanda2021 opened a new pull request #867: URL: https://github.com/apache/cxf/pull/867 Added null check to the part public methods of IOUtils to prevent null pointer exceptions. Code tested against version CXF 3.3.11