Re: [PR] Bump org.jboss.logging:jboss-logging from 3.5.3.Final to 3.6.0.Final [cxf]
reta merged PR #1855: URL: https://github.com/apache/cxf/pull/1855 -- 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 jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0 [cxf]
reta closed pull request #1856: Bump jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0 URL: https://github.com/apache/cxf/pull/1856 -- 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 jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0 [cxf]
reta commented on PR #1856: URL: https://github.com/apache/cxf/pull/1856#issuecomment-2100470351 Will be covered by https://issues.apache.org/jira/browse/CXF-8828 -- 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 jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0 [cxf]
dependabot[bot] commented on PR #1856: URL: https://github.com/apache/cxf/pull/1856#issuecomment-2100470422 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. 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.zipkin-reporter.version from 2.17.2 to 3.4.0 [cxf]
reta commented on PR #1826: URL: https://github.com/apache/cxf/pull/1826#issuecomment-2100471251 Will be 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
Re: [PR] Bump cxf.zipkin-reporter.version from 2.17.2 to 3.4.0 [cxf]
reta closed pull request #1826: Bump cxf.zipkin-reporter.version from 2.17.2 to 3.4.0 URL: https://github.com/apache/cxf/pull/1826 -- 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.zipkin-reporter.version from 2.17.2 to 3.4.0 [cxf]
dependabot[bot] commented on PR #1826: URL: https://github.com/apache/cxf/pull/1826#issuecomment-2100471327 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
[PR] [CXF-9010] Update benchmark soap http doc lit suite for CXF 4.1.x [cxf]
jgoodyear opened a new pull request, #1857: URL: https://github.com/apache/cxf/pull/1857 Tested on: MacOS 14.4.1, M2 Max, IBM Semeru 17 & Azul Zulu 17, Maven 3.9.5. Windows 11 Pro, Intel, IBM Semeru 17, Maven 3.9.5 Ubuntu 22.04 LTS, Intel, Eclipse Adoptium 17, Maven 3.9.5 CentOS Stream 9, PPC64LE, Eclipse Adoptium 17 & IBM Semeru 17, Maven 3.9.6 -- 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-9010] Update benchmark soap http doc lit suite for CXF 4.1.x [cxf]
reta commented on PR #1857: URL: https://github.com/apache/cxf/pull/1857#issuecomment-2101245195 Thank you @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
[PR] CXF-9011: WSDLTo JAXWS Frontend service.vm Velocity template uses deprecated URL constructor [cxf]
ciscoo opened a new pull request, #1858: URL: https://github.com/apache/cxf/pull/1858 ## Changes - Modified `service.vm` template to use `URI.create` factory method to parse `$wsdlLocation`. - Convert back to `URI` since `jakarta.xml.ws.Service` only accepts a `URL` Targets `main`, but I think it can be backported to `4.0.x-fixes` as well. -- 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-9010] Update benchmark soap http doc lit suite for CXF 4.1.x [cxf]
reta merged PR #1857: URL: https://github.com/apache/cxf/pull/1857 -- 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.wildfly.common:wildfly-common from 1.7.0.Final to 2.0.0 [cxf]
dependabot[bot] opened a new pull request, #1859: URL: https://github.com/apache/cxf/pull/1859 Bumps [org.wildfly.common:wildfly-common](https://github.com/wildfly/wildfly-common) from 1.7.0.Final to 2.0.0. Commits https://github.com/wildfly/wildfly-common/commit/6317cb6040ce53d467153223511e037cd81e4666";>6317cb6 Prep 2.0.0 https://github.com/wildfly/wildfly-common/commit/5a8ca1c30a4280494c133323c2d0d9d0af1cbfeb";>5a8ca1c Use legacy mode for javadoc https://github.com/wildfly/wildfly-common/commit/906cbdab69c2448893c847223eee84fae0942619";>906cbda Merge pull request https://redirect.github.com/wildfly/wildfly-common/issues/104";>#104 from dmlloyd/module https://github.com/wildfly/wildfly-common/commit/378a18e38b844d1b49917d3aa3d80aa5aa26bcb7";>378a18e Introduce module descriptor https://github.com/wildfly/wildfly-common/commit/7618eae3c9a10c8908ae7a4430de0e342b84d206";>7618eae Merge pull request https://redirect.github.com/wildfly/wildfly-common/issues/112";>#112 from wildfly/dependabot/maven/io.smallrye.common-smal... https://github.com/wildfly/wildfly-common/commit/8300a32c3753f8041b6e455ed17cdee098bf06ca";>8300a32 Bump io.smallrye.common:smallrye-common-bom from 2.3.0 to 2.4.0 https://github.com/wildfly/wildfly-common/commit/573669e236ff6e576058dfa836420d83469f5bcf";>573669e Merge pull request https://redirect.github.com/wildfly/wildfly-common/issues/111";>#111 from wildfly/dependabot/maven/org.jboss-jboss-parent-44 https://github.com/wildfly/wildfly-common/commit/a437ec71156afb8e4f9a806753fd56db";>a437ec7 Bump org.jboss:jboss-parent from 43 to 44 https://github.com/wildfly/wildfly-common/commit/d57cecd84d28a33e5d6efd2fd936e13ff2a1eea0";>d57cecd Merge pull request https://redirect.github.com/wildfly/wildfly-common/issues/107";>#107 from dmlloyd/unsafe https://github.com/wildfly/wildfly-common/commit/de19e6db8f1fb505758d86ac1dbcaf03ffb92499";>de19e6d Add SpinLock test Additional commits viewable in https://github.com/wildfly/wildfly-common/compare/1.7.0.Final...2.0.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 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.apache.maven.plugins:maven-plugin-plugin from 3.12.0 to 3.13.0 [cxf]
dependabot[bot] opened a new pull request, #1860: URL: https://github.com/apache/cxf/pull/1860 Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.12.0 to 3.13.0. Release notes Sourced from https://github.com/apache/maven-plugin-tools/releases";>org.apache.maven.plugins:maven-plugin-plugin's releases. 3.13.0 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&version=12354458";>Release Notes - Maven Plugin Tools - Version 3.13.0 Bug [https://issues.apache.org/jira/browse/MPLUGIN-517";>MPLUGIN-517] - GoalRenderer renderParameterDetails() renders in wrong order [https://issues.apache.org/jira/browse/MPLUGIN-521";>MPLUGIN-521] - Nested types not properly extracted cause exception while generating Javadoc URLs Improvement [https://issues.apache.org/jira/browse/MPLUGIN-520";>MPLUGIN-520] - Get rid of maven-compat classes use Dependency upgrade [https://issues.apache.org/jira/browse/MPLUGIN-516";>MPLUGIN-516] - Upgrade asmVersion from 9.6 to 9.7 [https://issues.apache.org/jira/browse/MPLUGIN-519";>MPLUGIN-519] - Update to Parent POM 42, prerequisite 3.6.3 Commits https://github.com/apache/maven-plugin-tools/commit/7a9ba2adccd253185ee35fe9db0a2462a26d860a";>7a9ba2a [maven-release-plugin] prepare release maven-plugin-tools-3.13.0 https://github.com/apache/maven-plugin-tools/commit/789315b6958250c0e2e9291bb407a25fdd5112e3";>789315b [MPLUGIN-521] Nested types not properly extracted cause exception while gener... https://github.com/apache/maven-plugin-tools/commit/1fa18050144db3cf767a5ba8f5f48dbb451d1aa6";>1fa1805 [MPLUGIN-519][MPLUGIN-520] Parent POM 42, prerequisite of 3.6.3, get rid of m... https://github.com/apache/maven-plugin-tools/commit/e746d9cc35cb03c03c61101d2b11f8247e6dcc82";>e746d9c [MPLUGIN-517] GoalRenderer renderParameterDetails() renders in wrong order https://github.com/apache/maven-plugin-tools/commit/af234c66cc1282e5c86262a20ba1b80b1c38b25e";>af234c6 [MPLUGIN-516] Bump asmVersion from 9.6 to 9.7 https://github.com/apache/maven-plugin-tools/commit/9fc1aaaed7f36460b8706339a04656901b7babec";>9fc1aaa [maven-release-plugin] prepare for next development iteration See full diff in https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.12.0...maven-plugin-tools-3.13.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 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