Re: [PR] Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 [cxf]
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 queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump cxf.brave.version from 5.17.1 to 6.0.3 [cxf]
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 adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it. -- 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 queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump cxf.brave.version from 5.17.1 to 6.0.3 [cxf]
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 unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump cxf.brave.version from 5.17.1 to 6.0.3 [cxf]
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 to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Add check to prevent redundant values in headers when using GZIPOutInterceptor [cxf]
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. I've added a small check before adding the value to the header, to make sure it's not already defined with the expected value. -- 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 queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Bump org.testng:testng from 7.10.0 to 7.10.1 [cxf]
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 releases. 7.10.1 What's Changed Bump org.gradlex.build-parameters from 1.4.3 to 1.4.4 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/testng-team/testng/pull/3108";>testng-team/testng#3108 Fix for https://redirect.github.com/testng-team/testng/issues/3110";>testng-team/testng#3110 Full Changelog: https://github.com/testng-team/testng/compare/7.10.0...7.10.1";>https://github.com/testng-team/testng/compare/7.10.0...7.10.1 Changelog Sourced from https://github.com/testng-team/testng/blob/master/CHANGES.txt";>org.testng:testng's changelog. 7.10.1 Fixed: GITHUB-3110: Update from testng 7.9.0 to 7.10.0 break maven build with junit5 (Krishnan Mahadevan) Commits https://github.com/testng-team/testng/commit/5eac7fab73c0387f30ca8672208fdb06706d0ee8";>5eac7fa Restore deprecated API that was erroneously deleted. https://github.com/testng-team/testng/commit/0ab2adedb72119eef6da2da25c28d43c4d5caee1";>0ab2ade Merge pull request https://redirect.github.com/testng-team/testng/issues/3108";>#3108 from testng-team/dependabot/gradle/org.gradlex.build... https://github.com/testng-team/testng/commit/312c0e26921498a9c7bb48fb66ed430611d6b5c6";>312c0e2 Bump org.gradlex.build-parameters from 1.4.3 to 1.4.4 https://github.com/testng-team/testng/commit/2d76555e1408270f4dc2f635faad222337cbc070";>2d76555 7.10.0 post release activities See full diff in https://github.com/testng-team/testng/compare/7.10.0...7.10.1";>compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -- 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 queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Bump com.googlecode.maven-download-plugin:download-maven-plugin from 1.8.1 to 1.9.0 [cxf]
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://github.com/maven-download-plugin/maven-download-plugin/releases";>com.googlecode.maven-download-plugin:download-maven-plugin's releases. Support include/exclude when unpacking What's Changed Add the support for includes and excludes in unarchiving by https://github.com/smaarn";>@smaarn in https://redirect.github.com/maven-download-plugin/maven-download-plugin/pull/265";>maven-download-plugin/maven-download-plugin#265 Fix proxy support without authentication in wget by https://github.com/errodrigues";>@errodrigues in https://redirect.github.com/maven-download-plugin/maven-download-plugin/pull/266";>maven-download-plugin/maven-download-plugin#266 https://redirect.github.com/maven-download-plugin/maven-download-plugin/issues/268";>#268 Fix broken file selector by https://github.com/longtimeago";>@longtimeago in https://redirect.github.com/maven-download-plugin/maven-download-plugin/pull/269";>maven-download-plugin/maven-download-plugin#269 New Contributors https://github.com/smaarn";>@smaarn made their first contribution in https://redirect.github.com/maven-download-plugin/maven-download-plugin/pull/265";>maven-download-plugin/maven-download-plugin#265 https://github.com/errodrigues";>@errodrigues made their first contribution in https://redirect.github.com/maven-download-plugin/maven-download-plugin/pull/266";>maven-download-plugin/maven-download-plugin#266 Full Changelog: https://github.com/maven-download-plugin/maven-download-plugin/compare/1.8.1...1.9.0";>https://github.com/maven-download-plugin/maven-download-plugin/compare/1.8.1...1.9.0 Commits https://github.com/maven-download-plugin/maven-download-plugin/commit/314b53ffe6f11a9a249571b1d2e8bc00eef97838";>314b53f Release 1.9.0 https://github.com/maven-download-plugin/maven-download-plugin/commit/c33f9783a20d941c22b513de05a50df89cc4fb8c";>c33f978 https://redirect.github.com/maven-download-plugin/maven-download-plugin/issues/268";>#268 Fix broken file selector (https://redirect.github.com/maven-download-plugin/maven-download-plugin/issues/269";>#269) https://github.com/maven-download-plugin/maven-download-plugin/commit/ac7eedc9b72c5676f9b1ccb2e2ce30539b5d576f";>ac7eedc Fix github action which didn't run ITs :/ https://github.com/maven-download-plugin/maven-download-plugin/commit/5c030bb87e37d0c7b4df4c398b4fdd5a6ae0d6ee";>5c030bb Prefix uri.getHost() with uri.getScheme() + "://" in method createRemoteRepos... https://github.com/maven-download-plugin/maven-download-plugin/commit/9cec6d480cd35b4ebfc3a816440fca276c03e14e";>9cec6d4 Add the support for includes and excludes in unarchiving (https://redirect.github.com/maven-download-plugin/maven-download-plugin/issues/265";>#265) https://github.com/maven-download-plugin/maven-download-plugin/commit/c233d0378772cd151d53f5714a3fdd830d905d61";>c233d03 bump to 1.8.2-SNAPSHOT See full diff in https://github.com/maven-download-plugin/maven-download-plugin/compare/1.8.1...1.9.0";>compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade
Re: [PR] CXF-8951: Concurrent WebClient usage causes massive thread overhead [cxf]
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 fair, the change shouldn't bring improvements (nor regressions) on the performance profile but the heap / threads footprint - definitely. Do you want me to hold off the merge or we could do these tests along the way? thanks! I thought less client creation and less threads would impact performance, but it isn't. I already ran the tests and result as you expected: this change didn't bring improvement. I already finished the tests and you can go ahead to merge this change. For the httpclient executor, should it set to some shared new fixed size thread pool like cpu processor count *2 by default instead of using JDK's `Executors.newCachedThreadPool()` ? -- 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 queries about this service, please contact Infrastructure at: us...@infra.apache.org