Re: [PR] Cxf 8445 [cxf]
alanmehio closed pull request #768: Cxf 8445 URL: https://github.com/apache/cxf/pull/768 -- 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.slf4j.version from 2.0.13 to 2.0.14 [cxf]
reta merged PR #1993: URL: https://github.com/apache/cxf/pull/1993 -- 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 org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0 [cxf]
reta merged PR #1994: URL: https://github.com/apache/cxf/pull/1994 -- 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] [CXF-9045 Update client and server to accept host and protocol] [cxf]
jgoodyear opened a new pull request, #1995: URL: https://github.com/apache/cxf/pull/1995 Update to the Client and Server scripts to make using 2 or most hosts easier. -- 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] [CXF-9045 Update client and server to accept host and protocol] [cxf]
reta commented on PR #1995: URL: https://github.com/apache/cxf/pull/1995#issuecomment-2274791574 Thanks @jgoodyear ! -- 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] [CXF-9045 Update client and server to accept host and protocol] [cxf]
reta commented on PR #1995: URL: https://github.com/apache/cxf/pull/1995#issuecomment-2274792821 Could you please update README.txt to reflect these new args? Thank you! -- 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.jboss.ws.cxf:jbossws-cxf-client from 7.1.0.Final to 7.2.0.Final [cxf]
dependabot[bot] opened a new pull request, #1996: URL: https://github.com/apache/cxf/pull/1996 Bumps org.jboss.ws.cxf:jbossws-cxf-client from 7.1.0.Final to 7.2.0.Final. [](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 org.awaitility:awaitility from 4.2.0 to 4.2.2 [cxf]
dependabot[bot] opened a new pull request, #1997: URL: https://github.com/apache/cxf/pull/1997 Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.0 to 4.2.2. Changelog Sourced from https://github.com/awaitility/awaitility/blob/master/changelog.txt";>org.awaitility:awaitility's changelog. Changelog 4.2.2 (2024-08-07) Support JDK EA builds in JavaVersionDetector (thanks to Oleg Estekhin for pull request) Changelog 4.2.1 (2024-03-15) Upgraded Kotlin to 1.9.22 Added extension properties forever, then, and, given to the Kotlin extension. This allows you to do e.g.: await.forever until { .. } Added shortcut for enabling logging. Before you had to do e.g. await() .with() .conditionEvaluationListener(new ConditionEvaluationLogger(log::info)) .pollInterval(ONE_HUNDRED_MILLISECONDS) .until(logs::size, is(4)); You can now instead use the "logging" shortcut: await() .with() .logging(log::info) .pollInterval(ONE_HUNDRED_MILLISECONDS) .until(logs::size, is(4)); or simply ".logging()" for "System.out". This shortcut has also been added globally: Awaitility.setLogging(log::info); or Awaitility.setDefaultLogging(); Improved lambda detection for Java 17 and Java 21 Upgraded Groovy to 4.0.19 Commits https://github.com/awaitility/awaitility/commit/1849e9a5a4a58d805bbeb3e203370d24c2428e76";>1849e9a [maven-release-plugin] prepare release awaitility-4.2.2 https://github.com/awaitility/awaitility/commit/6ced63a3dd80445ac744bff8887a5280830e1ac3";>6ced63a [ci skip] Prepared changelog for release https://github.com/awaitility/awaitility/commit/a4a0a8ba6e7004681b9300fe8c2151ee69370b97";>a4a0a8b Support JDK EA builds in JavaVersionDetector (https://redirect.github.com/awaitility/awaitility/issues/279";>#279) https://github.com/awaitility/awaitility/commit/fbe16add874b4260dd240108304d5c0be84eabc8";>fbe16ad [ci skip] Update README.md https://github.com/awaitility/awaitility/commit/42d9a7c3892c1182c9f704fd9c764b55179e8368";>42d9a7c [maven-release-plugin] prepare for next development iteration https://github.com/awaitility/awaitility/commit/ff13b724c45853c3becbec988a1447ac2508762d";>ff13b72 [maven-release-plugin] prepare release awaitility-4.2.1 https://github.com/awaitility/awaitility/commit/f80c2996d96c81b203f0483a55adfcc200c2963c";>f80c299 [ci skip] Preparing changelog for release https://github.com/awaitility/awaitility/commit/4be5236649ef6b16e805137fa7be404ce4db3e09";>4be5236 [ci skip] Fixed typo in changelog https://github.com/awaitility/awaitility/commit/e15b97560d873a7a632dc7cfaabff6d2fea92f50";>e15b975 Fixed failing tests https://github.com/awaitility/awaitility/commit/7f7656e48377739cc41afdc60bf8f3c47135b196";>7f7656e Adding 17 and 21 to tests Additional commits viewable in https://github.com/awaitility/awaitility/compare/awaitility-4.2.0...awaitility-4.2.2";>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 (unles