Re: [PR] Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 [cxf]

2024-04-18 Thread via GitHub
reta merged PR #1818: URL: https://github.com/apache/cxf/pull/1818 -- 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: dev-unsubscr...@cxf.apache.org For q

Re: [PR] Bump cxf.brave.version from 5.17.1 to 6.0.3 [cxf]

2024-04-18 Thread via GitHub
dependabot[bot] commented on PR #1817: URL: https://github.com/apache/cxf/pull/1817#issuecomment-2063662408 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by add

Re: [PR] Bump cxf.brave.version from 5.17.1 to 6.0.3 [cxf]

2024-04-18 Thread via GitHub
reta closed pull request #1817: Bump cxf.brave.version from 5.17.1 to 6.0.3 URL: https://github.com/apache/cxf/pull/1817 -- 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 unsu

Re: [PR] Bump cxf.brave.version from 5.17.1 to 6.0.3 [cxf]

2024-04-18 Thread via GitHub
reta commented on PR #1817: URL: https://github.com/apache/cxf/pull/1817#issuecomment-2063662358 Covered by https://issues.apache.org/jira/browse/CXF-8969 -- 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 t

[PR] Add check to prevent redundant values in headers when using GZIPOutInterceptor [cxf]

2024-04-18 Thread via GitHub
yvrng opened a new pull request, #1819: URL: https://github.com/apache/cxf/pull/1819 I use a custom feature to retry a client request if it fails. Unfortunately, on each attempt, the `Content-Encoding` header is modified to add `gzip`, giving `Content-Encoding: gzip,gzip` on the 2nd attempt

[PR] Bump org.testng:testng from 7.10.0 to 7.10.1 [cxf]

2024-04-18 Thread via GitHub
dependabot[bot] opened a new pull request, #1820: URL: https://github.com/apache/cxf/pull/1820 Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.10.0 to 7.10.1. Release notes Sourced from https://github.com/testng-team/testng/releases";>org.testng:testng's re

[PR] Bump com.googlecode.maven-download-plugin:download-maven-plugin from 1.8.1 to 1.9.0 [cxf]

2024-04-18 Thread via GitHub
dependabot[bot] opened a new pull request, #1821: URL: https://github.com/apache/cxf/pull/1821 Bumps [com.googlecode.maven-download-plugin:download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin) from 1.8.1 to 1.9.0. Release notes Sourced from https:/

Re: [PR] CXF-8951: Concurrent WebClient usage causes massive thread overhead [cxf]

2024-04-18 Thread via GitHub
jimma commented on PR #1777: URL: https://github.com/apache/cxf/pull/1777#issuecomment-2065712077 > > @reta This looks good. I'll try to run some performance tests for this change and it looks this change can improve the client performance too next week. > > Thanks @jimma ! To be fai