[jira] [Updated] (MNG-8571) Sisu @Priority annotation is not honoured
[ https://issues.apache.org/jira/browse/MNG-8571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8571: - Summary: Sisu @Priority annotation is not honoured (was: Investigate Maven DI components visibility) > Sisu @Priority annotation is not honoured > - > > Key: MNG-8571 > URL: https://issues.apache.org/jira/browse/MNG-8571 > Project: Maven > Issue Type: Task >Reporter: Tamas Cservenak >Priority: Major > Fix For: 4.0.0-rc-3 > > > As we see, if component is defined in core as Sisu, in surrounding projects > like mvnd only Sisu component (w/ priority) can override it. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Assigned] (MNG-8571) Sisu @Priority annotation is not honoured
[ https://issues.apache.org/jira/browse/MNG-8571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MNG-8571: Assignee: Guillaume Nodet > Sisu @Priority annotation is not honoured > - > > Key: MNG-8571 > URL: https://issues.apache.org/jira/browse/MNG-8571 > Project: Maven > Issue Type: Task >Reporter: Tamas Cservenak >Assignee: Guillaume Nodet >Priority: Major > Fix For: 4.0.0-rc-3 > > > As we see, if component is defined in core as Sisu, in surrounding projects > like mvnd only Sisu component (w/ priority) can override it. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Created] (MNG-8572) DI beans are not visible from build extensions
Guillaume Nodet created MNG-8572: Summary: DI beans are not visible from build extensions Key: MNG-8572 URL: https://issues.apache.org/jira/browse/MNG-8572 Project: Maven Issue Type: Bug Reporter: Guillaume Nodet -- This message was sent by Atlassian Jira (v8.20.10#820010)
[PR] Add dependabot for 3.x branch [maven-deploy-plugin]
slawekjaranowski opened a new pull request, #91: URL: https://github.com/apache/maven-deploy-plugin/pull/91 (no comment) -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Assigned] (MRESOLVER-633) Clarify caching of unresolvable artifacts in local repository
[ https://issues.apache.org/jira/browse/MRESOLVER-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus reassigned MRESOLVER-633: - Assignee: Konrad Windszus > Clarify caching of unresolvable artifacts in local repository > - > > Key: MRESOLVER-633 > URL: https://issues.apache.org/jira/browse/MRESOLVER-633 > Project: Maven Resolver > Issue Type: Improvement > Components: Resolver >Reporter: Konrad Windszus >Assignee: Konrad Windszus >Priority: Major > Fix For: 2.0.7 > > > A dedicated section in > https://maven.apache.org/resolver/local-repository.html about local caching > of unresolvable artifacts would be beneficial. > IIUC it respects the update policy and all files not found in any remote repo > are stored as 0 byte artifacts in the local repo. > It is unclear to me how to deal with edge cases like adding a new repo which > provides that previously unresolvable release artifact? What do I need to do > from a consumer perspective to resolve that, if the 0 byte artifact is > already cached in the local repo... > Other edge cases include a repository which is only available via a VPN > connection, which is not always established, so the remote repo may not be > available at all times and the availability may change without any changes on > remote repositories on Maven side ({{settings.xml}} or some {{pom.xml}}) -- This message was sent by Atlassian Jira (v8.20.10#820010)
Re: [PR] Execute spotless-maven-plugin during site lifecycle [maven-site]
kwin merged PR #679: URL: https://github.com/apache/maven-site/pull/679 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Fix links to Settings Descriptor Reference [maven]
kwin commented on PR #2095: URL: https://github.com/apache/maven/pull/2095#issuecomment-2646560555 I guess for historical reasons, we can move later on to a more appropriate place. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Manage issues and PRs with waiting-for-feedback label [maven-gh-actions-shared]
slawekjaranowski commented on code in PR #146: URL: https://github.com/apache/maven-gh-actions-shared/pull/146#discussion_r1948243537 ## .github/workflows/stale.yml: ## @@ -0,0 +1,70 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +# https://github.com/actions/stale + +name: Stale + +on: + workflow_call: + +permissions: + issues: write + pull-requests: write + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.issue.number }} + cancel-in-progress: false + +jobs: + stale-waiting-for-feedback: +if: github.event_name == 'schedule' +name: 'Manage issues, PRs with waiting-for-feedback label' +runs-on: ubuntu-latest + +steps: + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9 +with: + days-before-stale: '28' Review Comment: We have also similar description in many jira project https://github.com/user-attachments/assets/46e6ed55-41ac-4c87-8be1-b56758308dcf"; /> ... but was not automatically respected -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Bump org.apache.maven.resolver:maven-resolver-api from 2.0.0 to 2.0.6 [maven-install-plugin]
dependabot[bot] opened a new pull request, #111: URL: https://github.com/apache/maven-install-plugin/pull/111 Bumps [org.apache.maven.resolver:maven-resolver-api](https://github.com/apache/maven-resolver) from 2.0.0 to 2.0.6. Release notes Sourced from https://github.com/apache/maven-resolver/releases";>org.apache.maven.resolver:maven-resolver-api's releases. 2.0.6 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12355464";>Release Notes - Maven Resolver - Version 2.0.6 What's Changed add .DS_Store to gitignore by https://github.com/elharo";>@elharo in https://redirect.github.com/apache/maven-resolver/pull/626";>apache/maven-resolver#626 Update sample code to use Guice injection instead of Plexus by https://github.com/elharo";>@elharo in https://redirect.github.com/apache/maven-resolver/pull/627";>apache/maven-resolver#627 Prefer Guice injection in sample by https://github.com/elharo";>@elharo in https://redirect.github.com/apache/maven-resolver/pull/628";>apache/maven-resolver#628 Bump io.minio:minio from 8.5.14 to 8.5.17 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/apache/maven-resolver/pull/639";>apache/maven-resolver#639 Bump org.redisson:redisson from 3.40.2 to 3.43.0 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/apache/maven-resolver/pull/637";>apache/maven-resolver#637 Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.23.0 to 0.23.1 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/apache/maven-resolver/pull/635";>apache/maven-resolver#635 ... (truncated) Commits https://github.com/apache/maven-resolver/commit/de21d1d0dce868c9dcc3782ef55a0afdb476e714";>de21d1d [maven-release-plugin] prepare release maven-resolver-2.0.6 https://github.com/apache/maven-resolver/commit/d06761dcb0ca10bbcf0b13834d1f9f9b12cf9c82";>d06761d [MRESOLVER-653] Support legacy 1.9.x split repository config (https://redirect.github.com/apache/maven-resolver/issues/649";>#649) https://github.com/apache/maven-resolver/commit/2de41423e8304dc8ecc93ebd131401a390650c0a";>2de4142 [MRESOLVER-651] Doco update re split repo (https://redirect.github.com/apache/maven-resolver/issues/650";>#650) https://github.com/apache/maven-resolver/commit/762a8cd77dfd193c1ea4852955caa8a124c2aae8";>762a8cd [MRESOLVER-665] Bump com.google.code.gson:gson from 2.11.0 to 2.12.1 (https://redirect.github.com/apache/maven-resolver/issues/648";>#648) https://github.com/apache/maven-resolver/commit/fa639fe1e76abc774d5ffd298c3dfa501cf305fc";>fa639fe [MRESOLVER-664] Bump org.redisson:redisson from 3.43.0 to 3.44.0 (https://redirect.github.com/apache/maven-resolver/issues/646";>#646) https://github.com/apache/maven-resolver/commit/e7bff36c1da9d4b2a37873829fe37a7ef51d88d6";>e7bff36 [MRESOLVER-650] Fix demo for system properties https://github.com/apache/maven-resolver/commit/5b76ba72680db7eed5562e0a062c9626f79e7990";>5b76ba7 [MRESOLVER-663] Bump bouncycastleVersion from 1.79 to 1.80 (https://redirect.github.com/apache/maven-resolver/issues/642";>#642) https://github.com/apache/maven-resolver/commit/3bb77a517045a73ebe7f57d271fc214cc50feabb";>3bb77a5 [MRESOLVER-662] Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 (https://redirect.github.com/apache/maven-resolver/issues/643";>#643) https://github.com/apache/maven-resolver/commit/dfcf7fca00771885a59f48f7e13c56d1391589bf";>dfcf7fc [MRESOLVER-661] Bump com.redis:testcontainers-redis from 2.2.2 to 2.2.3 (https://redirect.github.com/apache/maven-resolver/issues/645";>#645) https://github.com/apache/maven-resolver/commit/beab5309de2eaeaa3b9ce2de6b4b3525c64b3ace";>beab530 [MRESOLVER-653] NPE in case of failed result (https://redirect.github.com/apache/maven-resolver/issues/640";>#640) Additional commits viewable in https://github.com/apache/maven-resolver/compare/maven-resolver-2.0.0...maven-resolver-2.0.6";>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
Re: [PR] Bump org.apache.maven.resolver:maven-resolver-api from 2.0.0 to 2.0.5 [maven-install-plugin]
dependabot[bot] commented on PR #95: URL: https://github.com/apache/maven-install-plugin/pull/95#issuecomment-2646669342 Superseded by #111. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump org.apache.maven.resolver:maven-resolver-api from 2.0.0 to 2.0.5 [maven-install-plugin]
dependabot[bot] closed pull request #95: Bump org.apache.maven.resolver:maven-resolver-api from 2.0.0 to 2.0.5 URL: https://github.com/apache/maven-install-plugin/pull/95 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Add PR number to concurrency definition in pr-automation [maven-gh-actions-shared]
slawekjaranowski merged PR #147: URL: https://github.com/apache/maven-gh-actions-shared/pull/147 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MRESOLVER-633) Clarify caching of unresolvable artifacts in local repository
[ https://issues.apache.org/jira/browse/MRESOLVER-633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17925421#comment-17925421 ] ASF GitHub Bot commented on MRESOLVER-633: -- kwin opened a new pull request, #651: URL: https://github.com/apache/maven-resolver/pull/651 (no comment) > Clarify caching of unresolvable artifacts in local repository > - > > Key: MRESOLVER-633 > URL: https://issues.apache.org/jira/browse/MRESOLVER-633 > Project: Maven Resolver > Issue Type: Improvement > Components: Resolver >Reporter: Konrad Windszus >Priority: Major > Fix For: 2.0.7 > > > A dedicated section in > https://maven.apache.org/resolver/local-repository.html about local caching > of unresolvable artifacts would be beneficial. > IIUC it respects the update policy and all files not found in any remote repo > are stored as 0 byte artifacts in the local repo. > It is unclear to me how to deal with edge cases like adding a new repo which > provides that previously unresolvable release artifact? What do I need to do > from a consumer perspective to resolve that, if the 0 byte artifact is > already cached in the local repo... > Other edge cases include a repository which is only available via a VPN > connection, which is not always established, so the remote repo may not be > available at all times and the availability may change without any changes on > remote repositories on Maven side ({{settings.xml}} or some {{pom.xml}}) -- This message was sent by Atlassian Jira (v8.20.10#820010)
[PR] [MRESOLVER-633] Document caching of unresolvable artifacts [maven-resolver]
kwin opened a new pull request, #651: URL: https://github.com/apache/maven-resolver/pull/651 (no comment) -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Align Toolbox versions [maven]
cstamas merged PR #2096: URL: https://github.com/apache/maven/pull/2096 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Manage issues and PRs with waiting-for-feedback label [maven-gh-actions-shared]
slawekjaranowski commented on code in PR #146: URL: https://github.com/apache/maven-gh-actions-shared/pull/146#discussion_r1948241387 ## .github/workflows/stale.yml: ## @@ -0,0 +1,70 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +# https://github.com/actions/stale + +name: Stale + +on: + workflow_call: + +permissions: + issues: write + pull-requests: write + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.issue.number }} + cancel-in-progress: false + +jobs: + stale-waiting-for-feedback: +if: github.event_name == 'schedule' +name: 'Manage issues, PRs with waiting-for-feedback label' +runs-on: ubuntu-latest + +steps: + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9 +with: + days-before-stale: '28' Review Comment: Please notice that it is for issues/PR with label `waiting-for-feedback` only. But yes we cen extends it. We can also update description of label: https://github.com/apache/maven-gh-actions-shared/blob/main/.github/labels.js#L95-L97 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Release drafter configuration and PR Automation [maven-deploy-plugin]
slawekjaranowski merged PR #88: URL: https://github.com/apache/maven-deploy-plugin/pull/88 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Bump org.codehaus.plexus:plexus-java from 1.3.0 to 1.4.0 [maven-javadoc-plugin]
dependabot[bot] opened a new pull request, #359: URL: https://github.com/apache/maven-javadoc-plugin/pull/359 Bumps [org.codehaus.plexus:plexus-java](https://github.com/codehaus-plexus/plexus-languages) from 1.3.0 to 1.4.0. Release notes Sourced from https://github.com/codehaus-plexus/plexus-languages/releases";>org.codehaus.plexus:plexus-java's releases. 1.4.0 🚀 New features and improvements Bump org.ow2.asm:asm from 9.7 to 9.7.1 - JDK 24 support (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/194";>#194) https://github.com/jorsol";>@jorsol 📦 Dependency updates Bump org.codehaus.plexus:plexus from 19 to 20 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/203";>#203) @https://github.com/apps/dependabot";>dependabot[bot] Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/201";>#201) @https://github.com/apps/dependabot";>dependabot[bot] Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/200";>#200) @https://github.com/apps/dependabot";>dependabot[bot] Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/199";>#199) @https://github.com/apps/dependabot";>dependabot[bot] Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/198";>#198) @https://github.com/apps/dependabot";>dependabot[bot] Bump com.thoughtworks.qdox:qdox from 2.1.0 to 2.2.0 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/197";>#197) @https://github.com/apps/dependabot";>dependabot[bot] Bump org.ow2.asm:asm from 9.7 to 9.7.1 - JDK 24 support (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/194";>#194) https://github.com/jorsol";>@jorsol 👻 Maintenance Disable deploy job on GitHub (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/202";>#202) https://github.com/slawekjaranowski";>@slawekjaranowski Added CI for JDK 24-ea (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/196";>#196) https://github.com/slachiewicz";>@slachiewicz Commits https://github.com/codehaus-plexus/plexus-languages/commit/04fc2d11f6e3b78981fc3e62d64aef37c6d299a9";>04fc2d1 [maven-release-plugin] prepare release plexus-languages-1.4.0 https://github.com/codehaus-plexus/plexus-languages/commit/452c8f157f29c2bdfe1d19dbe8c0c07aa641d559";>452c8f1 Bump org.codehaus.plexus:plexus from 19 to 20 (https://redirect.github.com/codehaus-plexus/plexus-languages/issues/203";>#203) https://github.com/codehaus-plexus/plexus-languages/commit/77283f38d7319e1bb9b52b65eca96c4e45e13137";>77283f3 Disable deploy job on GitHub https://github.com/codehaus-plexus/plexus-languages/commit/1e651ae701f69dc1bb3b481d763e7983f1db392f";>1e651ae Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 https://github.com/codehaus-plexus/plexus-languages/commit/fe8e3677a3c64f1b83b9ce48a18ac2a3e0599f80";>fe8e367 Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 https://github.com/codehaus-plexus/plexus-languages/commit/e50bd0871ccbff67b0b340c160e79499bc30025c";>e50bd08 Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 https://github.com/codehaus-plexus/plexus-languages/commit/859c03fdedae3e53d39cf1a0d3bfced43c6b083d";>859c03f Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 https://github.com/codehaus-plexus/plexus-languages/commit/390c51316c67c0616ab94d13b00bee2082936d28";>390c513 Bump com.thoughtworks.qdox:qdox from 2.1.0 to 2.2.0 https://github.com/codehaus-plexus/plexus-languages/commit/9767a26fa43353a686897b189ba0f7c3fc0dc907";>9767a26 Added sample helloworld compiled with Java 23 and 24 https://github.com/codehaus-plexus/plexus-languages/commit/1978ee7754065815fda640a0e188983cacd08278";>1978ee7 Bump org.ow2.asm:asm from 9.7 to 9.7.1 - JDK 24 support Additional commits viewable in https://github.com/codehaus-plexus/plexus-languages/compare/plexus-languages-1.3.0...plexus-languages-1.4.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 t
Re: [PR] Bump org.codehaus.plexus:plexus-java from 1.0.3 to 1.3.0 [maven-jmod-plugin]
dependabot[bot] commented on PR #31: URL: https://github.com/apache/maven-jmod-plugin/pull/31#issuecomment-2646899139 Superseded by #37. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Bump org.codehaus.plexus:plexus-java from 1.0.3 to 1.4.0 [maven-jmod-plugin]
dependabot[bot] opened a new pull request, #37: URL: https://github.com/apache/maven-jmod-plugin/pull/37 Bumps [org.codehaus.plexus:plexus-java](https://github.com/codehaus-plexus/plexus-languages) from 1.0.3 to 1.4.0. Release notes Sourced from https://github.com/codehaus-plexus/plexus-languages/releases";>org.codehaus.plexus:plexus-java's releases. 1.4.0 🚀 New features and improvements Bump org.ow2.asm:asm from 9.7 to 9.7.1 - JDK 24 support (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/194";>#194) https://github.com/jorsol";>@jorsol 📦 Dependency updates Bump org.codehaus.plexus:plexus from 19 to 20 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/203";>#203) @https://github.com/apps/dependabot";>dependabot[bot] Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/201";>#201) @https://github.com/apps/dependabot";>dependabot[bot] Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/200";>#200) @https://github.com/apps/dependabot";>dependabot[bot] Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/199";>#199) @https://github.com/apps/dependabot";>dependabot[bot] Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/198";>#198) @https://github.com/apps/dependabot";>dependabot[bot] Bump com.thoughtworks.qdox:qdox from 2.1.0 to 2.2.0 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/197";>#197) @https://github.com/apps/dependabot";>dependabot[bot] Bump org.ow2.asm:asm from 9.7 to 9.7.1 - JDK 24 support (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/194";>#194) https://github.com/jorsol";>@jorsol 👻 Maintenance Disable deploy job on GitHub (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/202";>#202) https://github.com/slawekjaranowski";>@slawekjaranowski Added CI for JDK 24-ea (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/196";>#196) https://github.com/slachiewicz";>@slachiewicz 1.3.0 🚀 New features and improvements Read only first 8 bytes of class in JavaClassfileVersion (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/191";>#191) https://github.com/slawekjaranowski";>@slawekjaranowski Bump org.ow2.asm:asm from 9.6 to 9.7 - JDK 23 support (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/185";>#185) https://github.com/dependabot";>@dependabot 📦 Dependency updates Bump org.codehaus.plexus:plexus from 18 to 19 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/192";>#192) https://github.com/dependabot";>@dependabot Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/188";>#188) https://github.com/dependabot";>@dependabot Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/187";>#187) https://github.com/dependabot";>@dependabot Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/186";>#186) https://github.com/dependabot";>@dependabot Bump org.ow2.asm:asm from 9.6 to 9.7 - JDK 23 support (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/185";>#185) https://github.com/dependabot";>@dependabot Bump org.codehaus.plexus:plexus from 16 to 17 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/184";>#184) https://github.com/dependabot";>@dependabot Bump com.thoughtworks.qdox:qdox from 2.0.3 to 2.1.0 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/181";>#181) https://github.com/dependabot";>@dependabot Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/183";>#183) https://github.com/dependabot";>@dependabot Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/180";>#180) https://github.com/dependabot";>@dependabot Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/179";>#179) https://github.com/dependabot";>@dependabot Bump org.codehaus.plexus:plexus from 15 to 16 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/177";>#177) https://github.com/dependabot";>@dependabot 👻 Maintenance Project cleanups (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/193";>#193) https://github.com/slawekjaranowski";>@slawekjaranowski Rename resources of test data (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/190";
Re: [PR] Bump org.codehaus.plexus:plexus-java from 1.0.3 to 1.3.0 [maven-jmod-plugin]
dependabot[bot] closed pull request #31: Bump org.codehaus.plexus:plexus-java from 1.0.3 to 1.3.0 URL: https://github.com/apache/maven-jmod-plugin/pull/31 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.4.0 [maven-jlink-plugin]
dependabot[bot] opened a new pull request, #501: URL: https://github.com/apache/maven-jlink-plugin/pull/501 Bumps [org.codehaus.plexus:plexus-java](https://github.com/codehaus-plexus/plexus-languages) from 1.2.0 to 1.4.0. Release notes Sourced from https://github.com/codehaus-plexus/plexus-languages/releases";>org.codehaus.plexus:plexus-java's releases. 1.4.0 🚀 New features and improvements Bump org.ow2.asm:asm from 9.7 to 9.7.1 - JDK 24 support (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/194";>#194) https://github.com/jorsol";>@jorsol 📦 Dependency updates Bump org.codehaus.plexus:plexus from 19 to 20 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/203";>#203) @https://github.com/apps/dependabot";>dependabot[bot] Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/201";>#201) @https://github.com/apps/dependabot";>dependabot[bot] Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/200";>#200) @https://github.com/apps/dependabot";>dependabot[bot] Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/199";>#199) @https://github.com/apps/dependabot";>dependabot[bot] Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/198";>#198) @https://github.com/apps/dependabot";>dependabot[bot] Bump com.thoughtworks.qdox:qdox from 2.1.0 to 2.2.0 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/197";>#197) @https://github.com/apps/dependabot";>dependabot[bot] Bump org.ow2.asm:asm from 9.7 to 9.7.1 - JDK 24 support (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/194";>#194) https://github.com/jorsol";>@jorsol 👻 Maintenance Disable deploy job on GitHub (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/202";>#202) https://github.com/slawekjaranowski";>@slawekjaranowski Added CI for JDK 24-ea (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/196";>#196) https://github.com/slachiewicz";>@slachiewicz 1.3.0 🚀 New features and improvements Read only first 8 bytes of class in JavaClassfileVersion (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/191";>#191) https://github.com/slawekjaranowski";>@slawekjaranowski Bump org.ow2.asm:asm from 9.6 to 9.7 - JDK 23 support (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/185";>#185) https://github.com/dependabot";>@dependabot 📦 Dependency updates Bump org.codehaus.plexus:plexus from 18 to 19 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/192";>#192) https://github.com/dependabot";>@dependabot Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/188";>#188) https://github.com/dependabot";>@dependabot Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/187";>#187) https://github.com/dependabot";>@dependabot Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/186";>#186) https://github.com/dependabot";>@dependabot Bump org.ow2.asm:asm from 9.6 to 9.7 - JDK 23 support (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/185";>#185) https://github.com/dependabot";>@dependabot Bump org.codehaus.plexus:plexus from 16 to 17 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/184";>#184) https://github.com/dependabot";>@dependabot Bump com.thoughtworks.qdox:qdox from 2.0.3 to 2.1.0 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/181";>#181) https://github.com/dependabot";>@dependabot Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/183";>#183) https://github.com/dependabot";>@dependabot Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/180";>#180) https://github.com/dependabot";>@dependabot Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/179";>#179) https://github.com/dependabot";>@dependabot Bump org.codehaus.plexus:plexus from 15 to 16 (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/177";>#177) https://github.com/dependabot";>@dependabot 👻 Maintenance Project cleanups (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/193";>#193) https://github.com/slawekjaranowski";>@slawekjaranowski Rename resources of test data (https://redirect.github.com/codehaus-plexus/plexus-languages/pull/19
Re: [PR] Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0 [maven-jlink-plugin]
dependabot[bot] commented on PR #217: URL: https://github.com/apache/maven-jlink-plugin/pull/217#issuecomment-2646911701 Superseded by #501. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0 [maven-jlink-plugin]
dependabot[bot] closed pull request #217: Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0 URL: https://github.com/apache/maven-jlink-plugin/pull/217 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Bump resolver.version from 1.9.22 to 2.0.6 [maven-indexer]
dependabot[bot] opened a new pull request, #410: URL: https://github.com/apache/maven-indexer/pull/410 Bumps `resolver.version` from 1.9.22 to 2.0.6. Updates `org.apache.maven.resolver:maven-resolver-api` from 1.9.22 to 2.0.6 Release notes Sourced from https://github.com/apache/maven-resolver/releases";>org.apache.maven.resolver:maven-resolver-api's releases. 2.0.6 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12355464";>Release Notes - Maven Resolver - Version 2.0.6 What's Changed add .DS_Store to gitignore by https://github.com/elharo";>@elharo in https://redirect.github.com/apache/maven-resolver/pull/626";>apache/maven-resolver#626 Update sample code to use Guice injection instead of Plexus by https://github.com/elharo";>@elharo in https://redirect.github.com/apache/maven-resolver/pull/627";>apache/maven-resolver#627 Prefer Guice injection in sample by https://github.com/elharo";>@elharo in https://redirect.github.com/apache/maven-resolver/pull/628";>apache/maven-resolver#628 Bump io.minio:minio from 8.5.14 to 8.5.17 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/apache/maven-resolver/pull/639";>apache/maven-resolver#639 Bump org.redisson:redisson from 3.40.2 to 3.43.0 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/apache/maven-resolver/pull/637";>apache/maven-resolver#637 Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.23.0 to 0.23.1 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/apache/maven-resolver/pull/635";>apache/maven-resolver#635 ... (truncated) Commits https://github.com/apache/maven-resolver/commit/de21d1d0dce868c9dcc3782ef55a0afdb476e714";>de21d1d [maven-release-plugin] prepare release maven-resolver-2.0.6 https://github.com/apache/maven-resolver/commit/d06761dcb0ca10bbcf0b13834d1f9f9b12cf9c82";>d06761d [MRESOLVER-653] Support legacy 1.9.x split repository config (https://redirect.github.com/apache/maven-resolver/issues/649";>#649) https://github.com/apache/maven-resolver/commit/2de41423e8304dc8ecc93ebd131401a390650c0a";>2de4142 [MRESOLVER-651] Doco update re split repo (https://redirect.github.com/apache/maven-resolver/issues/650";>#650) https://github.com/apache/maven-resolver/commit/762a8cd77dfd193c1ea4852955caa8a124c2aae8";>762a8cd [MRESOLVER-665] Bump com.google.code.gson:gson from 2.11.0 to 2.12.1 (https://redirect.github.com/apache/maven-resolver/issues/648";>#648) https://github.com/apache/maven-resolver/commit/fa639fe1e76abc774d5ffd298c3dfa501cf305fc";>fa639fe [MRESOLVER-664] Bump org.redisson:redisson from 3.43.0 to 3.44.0 (https://redirect.github.com/apache/maven-resolver/issues/646";>#646) https://github.com/apache/maven-resolver/commit/e7bff36c1da9d4b2a37873829fe37a7ef51d88d6";>e7bff36 [MRESOLVER-650] Fix demo for system properties https://github.com/apache/maven-resolver/commit/5b76ba72680db7eed5562e0a062c9626f79e7990";>5b76ba7 [MRESOLVER-663] Bump bouncycastleVersion from 1.79 to 1.80 (https://redirect.github.com/apache/maven-resolver/issues/642";>#642) https://github.com/apache/maven-resolver/commit/3bb77a517045a73ebe7f57d271fc214cc50feabb";>3bb77a5 [MRESOLVER-662] Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 (https://redirect.github.com/apache/maven-resolver/issues/643";>#643) https://github.com/apache/maven-resolver/commit/dfcf7fca00771885a59f48f7e13c56d1391589bf";>dfcf7fc [MRESOLVER-661] Bump com.redis:testcontainers-redis from 2.2.2 to 2.2.3 (https://redirect.github.com/apache/maven-resolver/issues/645";>#645) https://github.com/apache/maven-resolver/commit/beab5309de2eaeaa3b9ce2de6b4b3525c64b3ace";>beab530 [MRESOLVER-653] NPE in case of failed result (https://redirect.github.com/apache/maven-resolver/issues/640";>#640) Additional commits viewable in https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.22...maven-resolver-2.0.6";>compare view Updates `org.apache.maven.resolver:maven-resolver-util` from 1.9.22 to 2.0.6 Release notes Sourced from https://github.com/apache/maven-resolver/releases";>org.apache.maven.resolver:maven-resolver-util's releases. 2.0.6 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12355464";>Release Notes - Maven Resolver - Version 2.0.6 What's Changed add .DS_Store to gitignore by https://github.com/elharo";>@elharo in https://redirect.github.com/apache/maven-resolver/pull/626";>apache/maven-resolver#626 Update sample code to use Guice injection instead of Plexus by https://github.com/elharo";>@elharo in https://redirect.github.com/apache/maven-resolver/pull/627";>apache/maven-resolver#627 Prefer Guice injection in sample by https://github.com/elharo";>@elharo in https://redirect.github.com/apache/maven-resolver/pull/628";>apache/mav
Re: [PR] Bump resolver.version from 1.9.22 to 2.0.5 [maven-indexer]
dependabot[bot] commented on PR #402: URL: https://github.com/apache/maven-indexer/pull/402#issuecomment-2646919423 Superseded by #410. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump resolver.version from 1.9.22 to 2.0.5 [maven-indexer]
dependabot[bot] closed pull request #402: Bump resolver.version from 1.9.22 to 2.0.5 URL: https://github.com/apache/maven-indexer/pull/402 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Add dependabot for 3.x branch [maven-deploy-plugin]
slawekjaranowski merged PR #91: URL: https://github.com/apache/maven-deploy-plugin/pull/91 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Bump mockitoVersion from 5.12.0 to 5.15.2 [maven-deploy-plugin]
dependabot[bot] opened a new pull request, #93: URL: https://github.com/apache/maven-deploy-plugin/pull/93 Bumps `mockitoVersion` from 5.12.0 to 5.15.2. Updates `org.mockito:mockito-junit-jupiter` from 5.12.0 to 5.15.2 Release notes Sourced from https://github.com/mockito/mockito/releases";>org.mockito:mockito-junit-jupiter's releases. v5.15.2 Changelog generated by https://github.com/shipkit/shipkit-changelog";>Shipkit Changelog Gradle Plugin 5.15.2 2025-01-02 - https://github.com/mockito/mockito/compare/v5.15.1...v5.15.2";>2 commit(s) by Brice Dutheil, dependabot[bot] Fix javadoc publication [(https://redirect.github.com/mockito/mockito/issues/3561";>#3561)](https://redirect.github.com/mockito/mockito/pull/3561";>mockito/mockito#3561) Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 [(https://redirect.github.com/mockito/mockito/issues/3560";>#3560)](https://redirect.github.com/mockito/mockito/pull/3560";>mockito/mockito#3560) The release job is failed again [(https://redirect.github.com/mockito/mockito/issues/3542";>#3542)](https://redirect.github.com/mockito/mockito/issues/3542";>mockito/mockito#3542) v5.15.1 Changelog generated by https://github.com/shipkit/shipkit-changelog";>Shipkit Changelog Gradle Plugin 5.15.1 2024-12-22 - https://github.com/mockito/mockito/compare/v5.15.0...v5.15.1";>8 commit(s) by Brice Dutheil, Rafael Winterhalter, dependabot[bot] Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 [(https://redirect.github.com/mockito/mockito/issues/3557";>#3557)](https://redirect.github.com/mockito/mockito/pull/3557";>mockito/mockito#3557) Bump org.junit.platform:junit-platform-launcher from 1.11.3 to 1.11.4 [(https://redirect.github.com/mockito/mockito/issues/3555";>#3555)](https://redirect.github.com/mockito/mockito/pull/3555";>mockito/mockito#3555) Bump junit-jupiter from 5.11.3 to 5.11.4 [(https://redirect.github.com/mockito/mockito/issues/3554";>#3554)](https://redirect.github.com/mockito/mockito/pull/3554";>mockito/mockito#3554) Bump bytebuddy from 1.15.10 to 1.15.11 [(https://redirect.github.com/mockito/mockito/issues/3553";>#3553)](https://redirect.github.com/mockito/mockito/pull/3553";>mockito/mockito#3553) Avoid warning when dynamic attach is enabled [(https://redirect.github.com/mockito/mockito/issues/3551";>#3551)](https://redirect.github.com/mockito/mockito/pull/3551";>mockito/mockito#3551) Bump com.google.googlejavaformat:google-java-format from 1.25.1 to 1.25.2 [(https://redirect.github.com/mockito/mockito/issues/3545";>#3545)](https://redirect.github.com/mockito/mockito/pull/3545";>mockito/mockito#3545) Bump com.gradle.develocity from 3.18.2 to 3.19 [(https://redirect.github.com/mockito/mockito/issues/3544";>#3544)](https://redirect.github.com/mockito/mockito/pull/3544";>mockito/mockito#3544) Makes shipkit / nexusPublish a convention plugin for root [(https://redirect.github.com/mockito/mockito/issues/3533";>#3533)](https://redirect.github.com/mockito/mockito/pull/3533";>mockito/mockito#3533) Mockito:5.14.2 Warning: Mockito is currently self-attaching... [(https://redirect.github.com/mockito/mockito/issues/3512";>#3512)](https://redirect.github.com/mockito/mockito/issues/3512";>mockito/mockito#3512) v5.15.0 Changelog generated by https://github.com/shipkit/shipkit-changelog";>Shipkit Changelog Gradle Plugin 5.15.0 2024-12-19 - https://github.com/mockito/mockito/compare/v5.14.2...v5.15.0";>69 commit(s) by Andreas Turban, Ashley, Brice Dutheil, Michael Kramer, Miguel Graham, Rafael Winterhalter, dependabot[bot] Bump com.google.googlejavaformat:google-java-format from 1.25.0 to 1.25.1 [(https://redirect.github.com/mockito/mockito/issues/3541";>#3541)](https://redirect.github.com/mockito/mockito/pull/3541";>mockito/mockito#3541) Bump org.eclipse.platform:org.eclipse.osgi from 3.21.0 to 3.22.0 [(https://redirect.github.com/mockito/mockito/issues/3539";>#3539)](https://redirect.github.com/mockito/mockito/pull/3539";>mockito/mockito#3539) Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 7.0.0 to 7.1.0 [(https://redirect.github.com/mockito/mockito/issues/3538";>#3538)](https://redirect.github.com/mockito/mockito/pull/3538";>mockito/mockito#3538) Bump org.gradle.toolchains.foojay-resolver-convention from 0.8.0 to 0.9.0 [(https://redirect.github.com/mockito/mockito/issues/3537";>#3537)](https://redirect.github.com/mockito/mockito/pull/3537";>mockito/mockito#3537) Makes license a convention plugin [(https://redirect.github.com/mockito/mockito/issues/3532";>#3532)](https://redirect.github.com/mockito/mockito/pull/3532";>mockito/mockito#3532) fixes https://redirect.github.com/mockito/mockito/issues/3519";>#3519: adds a Gradle groovy dsl example [(https://redirect.github.com/mockito/mockito/issues/3529";>#3529)](https://redirect.github.com/mockito/mockito/pull/3529";>mockito/mockito#3529) Instructions on configuring mockito as agent lacks a G
Re: [PR] Bump mockitoVersion from 5.12.0 to 5.14.2 [maven-deploy-plugin]
dependabot[bot] commented on PR #83: URL: https://github.com/apache/maven-deploy-plugin/pull/83#issuecomment-2647120568 Superseded by #93. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump mockitoVersion from 5.12.0 to 5.14.2 [maven-deploy-plugin]
dependabot[bot] closed pull request #83: Bump mockitoVersion from 5.12.0 to 5.14.2 URL: https://github.com/apache/maven-deploy-plugin/pull/83 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Bump mavenVersion from 3.9.6 to 3.9.9 [maven-deploy-plugin]
dependabot[bot] opened a new pull request, #94: URL: https://github.com/apache/maven-deploy-plugin/pull/94 Bumps `mavenVersion` from 3.9.6 to 3.9.9. Updates `org.apache.maven:maven-plugin-api` from 3.9.6 to 3.9.9 Release notes Sourced from https://github.com/apache/maven/releases";>org.apache.maven:maven-plugin-api's releases. 3.9.9 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12354823";>Release Notes - Maven - Version 3.9.9 What's Changed [MNG-8159] Fix search for topDirectory when using -f / --file by https://github.com/gzm55";>@gzm55 in https://redirect.github.com/apache/maven/pull/1589";>apache/maven#1589 [MNG-7194] Test missing property evaluation by https://github.com/pzygielo";>@pzygielo in https://redirect.github.com/apache/maven/pull/1570";>apache/maven#1570 [3.9.x] [MNG-8175] Update Resolver to 1.9.21 by https://github.com/cstamas";>@cstamas in https://redirect.github.com/apache/maven/pull/1598";>apache/maven#1598 [MNG-8178] Fall back to system properties for missing profile activation context properties by https://github.com/kohlschuetter";>@kohlschuetter in https://redirect.github.com/apache/maven/pull/1603";>apache/maven#1603 [MNG-8179] Upgrade Parent to 43 by https://github.com/slawekjaranowski";>@slawekjaranowski in https://redirect.github.com/apache/maven/pull/1610";>apache/maven#1610 ... (truncated) Commits https://github.com/apache/maven/commit/8e8579a9e76f7d015ee5ec7bfcdc97d260186937";>8e8579a [maven-release-plugin] prepare release maven-3.9.9 https://github.com/apache/maven/commit/7185b0a168894994c3d3873c1a760293b53c549b";>7185b0a [MNG-8165] Get rid of bashism creeped in (https://redirect.github.com/apache/maven/issues/1653";>#1653) https://github.com/apache/maven/commit/ba05e6a10268e9ac100dc09b63bd96cafd7cd744";>ba05e6a [maven-release-plugin] prepare for next development iteration https://github.com/apache/maven/commit/476642f233b9198a7992d4e1ac019b61ed7f48d2";>476642f [maven-release-plugin] prepare release maven-3.9.9 https://github.com/apache/maven/commit/274f1e345edb7a0ea73beeca6131f686ad1f5843";>274f1e3 [MNG-8165] Align mvn.sh script with mvn.cmd (https://redirect.github.com/apache/maven/issues/1647";>#1647) https://github.com/apache/maven/commit/1a787b035738ea83eb7f6eeca4cc0090314e0e3a";>1a787b0 [MNG-8188] Profile properties are not interpolated (https://redirect.github.com/apache/maven/issues/1634";>#1634) https://github.com/apache/maven/commit/ecd577b363e0b7dd45cd7ab05f1c46f61c6a8bf8";>ecd577b [MNG-8177] Add contextual info for model warnings (https://redirect.github.com/apache/maven/issues/1633";>#1633) https://github.com/apache/maven/commit/42fc90e018db1acdc6b087b35ed0fd269ba21701";>42fc90e [MNG-8206] Remove bad plugin.xml in maven-compat (https://redirect.github.com/apache/maven/issues/1646";>#1646) https://github.com/apache/maven/commit/38a128f657a5828d58baf70ec971c068697f44dc";>38a128f [MNG-8180] Back out from failing the build (https://redirect.github.com/apache/maven/issues/1642";>#1642) https://github.com/apache/maven/commit/f2135c186397993e3bba7025607c21f27b58a047";>f2135c1 [MNG-8180] Handle NPE due non-existent tags (https://redirect.github.com/apache/maven/issues/1641";>#1641) Additional commits viewable in https://github.com/apache/maven/compare/maven-3.9.6...maven-3.9.9";>compare view Updates `org.apache.maven:maven-core` from 3.9.6 to 3.9.9 Updates `org.apache.maven:maven-model` from 3.9.6 to 3.9.9 Updates `org.apache.maven:maven-artifact` from 3.9.6 to 3.9.9 Updates `org.apache.maven:maven-compat` from 3.9.6 to 3.9.9 Release notes Sourced from https://github.com/apache/maven/releases";>org.apache.maven:maven-compat's releases. 3.9.9 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12354823";>Release Notes - Maven - Version 3.9.9 What's Changed [MNG-8159] Fix search for topDirectory when using -f / --file by https://github.com/gzm55";>@gzm55 in https://redirect.github.com/apache/maven/pull/1589";>apache/maven#1589 [MNG-7194] Test missing property evaluation by https://github.com/pzygielo";>@pzygielo in https://redirect.github.com/apache/maven/pull/1570";>apache/maven#1570 [3.9.x] [MNG-8175] Update Resolver to 1.9.21 by https://github.com/cstamas";>@cstamas in https://redirect.github.com/apache/maven/pull/1598";>apache/maven#1598 [MNG-8178] Fall back to system properties for missing profile activation context properties by https://github.com/kohlschuetter";>@kohlschuetter in https://redirect.github.com/apache/maven/pull/1603";>apache/maven#1603 [MNG-8179] Upgrade Parent to 43 by https://github.com/slawekjaranowski";>@slawekjaranowski in https://redirect.github.com/apache/maven/pull/1610";>apache/maven#1610 ... (truncated) Commi
[PR] Bump org.apache.maven.resolver:maven-resolver-api from 2.0.2 to 2.0.6 [maven-deploy-plugin]
dependabot[bot] opened a new pull request, #95: URL: https://github.com/apache/maven-deploy-plugin/pull/95 Bumps [org.apache.maven.resolver:maven-resolver-api](https://github.com/apache/maven-resolver) from 2.0.2 to 2.0.6. Release notes Sourced from https://github.com/apache/maven-resolver/releases";>org.apache.maven.resolver:maven-resolver-api's releases. 2.0.6 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12355464";>Release Notes - Maven Resolver - Version 2.0.6 What's Changed add .DS_Store to gitignore by https://github.com/elharo";>@elharo in https://redirect.github.com/apache/maven-resolver/pull/626";>apache/maven-resolver#626 Update sample code to use Guice injection instead of Plexus by https://github.com/elharo";>@elharo in https://redirect.github.com/apache/maven-resolver/pull/627";>apache/maven-resolver#627 Prefer Guice injection in sample by https://github.com/elharo";>@elharo in https://redirect.github.com/apache/maven-resolver/pull/628";>apache/maven-resolver#628 Bump io.minio:minio from 8.5.14 to 8.5.17 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/apache/maven-resolver/pull/639";>apache/maven-resolver#639 Bump org.redisson:redisson from 3.40.2 to 3.43.0 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/apache/maven-resolver/pull/637";>apache/maven-resolver#637 Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.23.0 to 0.23.1 by https://github.com/dependabot";>@dependabot in https://redirect.github.com/apache/maven-resolver/pull/635";>apache/maven-resolver#635 ... (truncated) Commits https://github.com/apache/maven-resolver/commit/de21d1d0dce868c9dcc3782ef55a0afdb476e714";>de21d1d [maven-release-plugin] prepare release maven-resolver-2.0.6 https://github.com/apache/maven-resolver/commit/d06761dcb0ca10bbcf0b13834d1f9f9b12cf9c82";>d06761d [MRESOLVER-653] Support legacy 1.9.x split repository config (https://redirect.github.com/apache/maven-resolver/issues/649";>#649) https://github.com/apache/maven-resolver/commit/2de41423e8304dc8ecc93ebd131401a390650c0a";>2de4142 [MRESOLVER-651] Doco update re split repo (https://redirect.github.com/apache/maven-resolver/issues/650";>#650) https://github.com/apache/maven-resolver/commit/762a8cd77dfd193c1ea4852955caa8a124c2aae8";>762a8cd [MRESOLVER-665] Bump com.google.code.gson:gson from 2.11.0 to 2.12.1 (https://redirect.github.com/apache/maven-resolver/issues/648";>#648) https://github.com/apache/maven-resolver/commit/fa639fe1e76abc774d5ffd298c3dfa501cf305fc";>fa639fe [MRESOLVER-664] Bump org.redisson:redisson from 3.43.0 to 3.44.0 (https://redirect.github.com/apache/maven-resolver/issues/646";>#646) https://github.com/apache/maven-resolver/commit/e7bff36c1da9d4b2a37873829fe37a7ef51d88d6";>e7bff36 [MRESOLVER-650] Fix demo for system properties https://github.com/apache/maven-resolver/commit/5b76ba72680db7eed5562e0a062c9626f79e7990";>5b76ba7 [MRESOLVER-663] Bump bouncycastleVersion from 1.79 to 1.80 (https://redirect.github.com/apache/maven-resolver/issues/642";>#642) https://github.com/apache/maven-resolver/commit/3bb77a517045a73ebe7f57d271fc214cc50feabb";>3bb77a5 [MRESOLVER-662] Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 (https://redirect.github.com/apache/maven-resolver/issues/643";>#643) https://github.com/apache/maven-resolver/commit/dfcf7fca00771885a59f48f7e13c56d1391589bf";>dfcf7fc [MRESOLVER-661] Bump com.redis:testcontainers-redis from 2.2.2 to 2.2.3 (https://redirect.github.com/apache/maven-resolver/issues/645";>#645) https://github.com/apache/maven-resolver/commit/beab5309de2eaeaa3b9ce2de6b4b3525c64b3ace";>beab530 [MRESOLVER-653] NPE in case of failed result (https://redirect.github.com/apache/maven-resolver/issues/640";>#640) Additional commits viewable in https://github.com/apache/maven-resolver/compare/maven-resolver-2.0.2...maven-resolver-2.0.6";>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 me
Re: [PR] Bump org.apache.maven.resolver:maven-resolver-api from 2.0.2 to 2.0.5 [maven-deploy-plugin]
dependabot[bot] commented on PR #85: URL: https://github.com/apache/maven-deploy-plugin/pull/85#issuecomment-2647120784 Superseded by #95. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump org.apache.maven.resolver:maven-resolver-api from 2.0.2 to 2.0.5 [maven-deploy-plugin]
dependabot[bot] closed pull request #85: Bump org.apache.maven.resolver:maven-resolver-api from 2.0.2 to 2.0.5 URL: https://github.com/apache/maven-deploy-plugin/pull/85 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Bump slf4jVersion from 1.7.36 to 2.0.16 [maven-deploy-plugin]
dependabot[bot] opened a new pull request, #92: URL: https://github.com/apache/maven-deploy-plugin/pull/92 Bumps `slf4jVersion` from 1.7.36 to 2.0.16. Updates `org.slf4j:slf4j-api` from 1.7.36 to 2.0.16 Updates `org.slf4j:slf4j-nop` from 1.7.36 to 2.0.16 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Bump org.mockito:mockito-core from 4.11.0 to 5.15.2 [maven-deploy-plugin]
dependabot[bot] opened a new pull request, #97: URL: https://github.com/apache/maven-deploy-plugin/pull/97 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.15.2. Release notes Sourced from https://github.com/mockito/mockito/releases";>org.mockito:mockito-core's releases. v5.15.2 Changelog generated by https://github.com/shipkit/shipkit-changelog";>Shipkit Changelog Gradle Plugin 5.15.2 2025-01-02 - https://github.com/mockito/mockito/compare/v5.15.1...v5.15.2";>2 commit(s) by Brice Dutheil, dependabot[bot] Fix javadoc publication [(https://redirect.github.com/mockito/mockito/issues/3561";>#3561)](https://redirect.github.com/mockito/mockito/pull/3561";>mockito/mockito#3561) Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 [(https://redirect.github.com/mockito/mockito/issues/3560";>#3560)](https://redirect.github.com/mockito/mockito/pull/3560";>mockito/mockito#3560) The release job is failed again [(https://redirect.github.com/mockito/mockito/issues/3542";>#3542)](https://redirect.github.com/mockito/mockito/issues/3542";>mockito/mockito#3542) v5.15.1 Changelog generated by https://github.com/shipkit/shipkit-changelog";>Shipkit Changelog Gradle Plugin 5.15.1 2024-12-22 - https://github.com/mockito/mockito/compare/v5.15.0...v5.15.1";>8 commit(s) by Brice Dutheil, Rafael Winterhalter, dependabot[bot] Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 [(https://redirect.github.com/mockito/mockito/issues/3557";>#3557)](https://redirect.github.com/mockito/mockito/pull/3557";>mockito/mockito#3557) Bump org.junit.platform:junit-platform-launcher from 1.11.3 to 1.11.4 [(https://redirect.github.com/mockito/mockito/issues/3555";>#3555)](https://redirect.github.com/mockito/mockito/pull/3555";>mockito/mockito#3555) Bump junit-jupiter from 5.11.3 to 5.11.4 [(https://redirect.github.com/mockito/mockito/issues/3554";>#3554)](https://redirect.github.com/mockito/mockito/pull/3554";>mockito/mockito#3554) Bump bytebuddy from 1.15.10 to 1.15.11 [(https://redirect.github.com/mockito/mockito/issues/3553";>#3553)](https://redirect.github.com/mockito/mockito/pull/3553";>mockito/mockito#3553) Avoid warning when dynamic attach is enabled [(https://redirect.github.com/mockito/mockito/issues/3551";>#3551)](https://redirect.github.com/mockito/mockito/pull/3551";>mockito/mockito#3551) Bump com.google.googlejavaformat:google-java-format from 1.25.1 to 1.25.2 [(https://redirect.github.com/mockito/mockito/issues/3545";>#3545)](https://redirect.github.com/mockito/mockito/pull/3545";>mockito/mockito#3545) Bump com.gradle.develocity from 3.18.2 to 3.19 [(https://redirect.github.com/mockito/mockito/issues/3544";>#3544)](https://redirect.github.com/mockito/mockito/pull/3544";>mockito/mockito#3544) Makes shipkit / nexusPublish a convention plugin for root [(https://redirect.github.com/mockito/mockito/issues/3533";>#3533)](https://redirect.github.com/mockito/mockito/pull/3533";>mockito/mockito#3533) Mockito:5.14.2 Warning: Mockito is currently self-attaching... [(https://redirect.github.com/mockito/mockito/issues/3512";>#3512)](https://redirect.github.com/mockito/mockito/issues/3512";>mockito/mockito#3512) v5.15.0 Changelog generated by https://github.com/shipkit/shipkit-changelog";>Shipkit Changelog Gradle Plugin 5.15.0 2024-12-19 - https://github.com/mockito/mockito/compare/v5.14.2...v5.15.0";>69 commit(s) by Andreas Turban, Ashley, Brice Dutheil, Michael Kramer, Miguel Graham, Rafael Winterhalter, dependabot[bot] Bump com.google.googlejavaformat:google-java-format from 1.25.0 to 1.25.1 [(https://redirect.github.com/mockito/mockito/issues/3541";>#3541)](https://redirect.github.com/mockito/mockito/pull/3541";>mockito/mockito#3541) Bump org.eclipse.platform:org.eclipse.osgi from 3.21.0 to 3.22.0 [(https://redirect.github.com/mockito/mockito/issues/3539";>#3539)](https://redirect.github.com/mockito/mockito/pull/3539";>mockito/mockito#3539) Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 7.0.0 to 7.1.0 [(https://redirect.github.com/mockito/mockito/issues/3538";>#3538)](https://redirect.github.com/mockito/mockito/pull/3538";>mockito/mockito#3538) Bump org.gradle.toolchains.foojay-resolver-convention from 0.8.0 to 0.9.0 [(https://redirect.github.com/mockito/mockito/issues/3537";>#3537)](https://redirect.github.com/mockito/mockito/pull/3537";>mockito/mockito#3537) Makes license a convention plugin [(https://redirect.github.com/mockito/mockito/issues/3532";>#3532)](https://redirect.github.com/mockito/mockito/pull/3532";>mockito/mockito#3532) fixes https://redirect.github.com/mockito/mockito/issues/3519";>#3519: adds a Gradle groovy dsl example [(https://redirect.github.com/mockito/mockito/issues/3529";>#3529)](https://redirect.github.com/mockito/mockito/pull/3529";>mockito/mockito#3529) Instructions on configuring mockito as agent lacks a Gradle Groovy DSL example (curr
[PR] Bump resolverVersion from 1.9.18 to 1.9.22 [maven-deploy-plugin]
dependabot[bot] opened a new pull request, #96: URL: https://github.com/apache/maven-deploy-plugin/pull/96 Bumps `resolverVersion` from 1.9.18 to 1.9.22. Updates `org.apache.maven.resolver:maven-resolver-api` from 1.9.18 to 1.9.22 Release notes Sourced from https://github.com/apache/maven-resolver/releases";>org.apache.maven.resolver:maven-resolver-api's releases. 1.9.22 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12354902";>Release Notes - Maven Resolver - Version 1.9.22 What's Changed [MRESOLVER-586] Avoid copying the type default properties map - 1.9.x by https://github.com/gsmet";>@gsmet in https://redirect.github.com/apache/maven-resolver/pull/535";>apache/maven-resolver#535 [MRESOLVER-587] Memory usage improvements by https://github.com/cstamas";>@cstamas in https://redirect.github.com/apache/maven-resolver/pull/536";>apache/maven-resolver#536 Full Changelog: https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.21...maven-resolver-1.9.22";>https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.21...maven-resolver-1.9.22 1.9.21 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12354622";>Release Notes - Maven Resolver - Version 1.9.21 ... (truncated) Commits https://github.com/apache/maven-resolver/commit/5550317b3b035bed4101caf7615ed1f9926263a9";>5550317 [maven-release-plugin] prepare release maven-resolver-1.9.22 https://github.com/apache/maven-resolver/commit/2e045576f3bf58eaf404e9d00d5b6e240733fa32";>2e04557 [MRESOLVER-594] Bump org.redisson:redisson from 3.32.0 to 3.34.1 https://github.com/apache/maven-resolver/commit/d318fefdf8d544083fff1dc6ca6f02745e9eab60";>d318fef [MRESOLVER-592] Bump com.github.siom79.japicmp:japicmp-maven-plugin https://github.com/apache/maven-resolver/commit/e8fdfd8e4b6921cbc0ea755b37f75cfd4ac2cd7b";>e8fdfd8 [MRESOLVER-590] Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 https://github.com/apache/maven-resolver/commit/cdc68eaddccde80093ceba21afd551f3764c5f5e";>cdc68ea [MRESOLVER-587] Memory usage improvements (https://redirect.github.com/apache/maven-resolver/issues/536";>#536) https://github.com/apache/maven-resolver/commit/f1be3b94f4728e2dce195d0151728c6ad3b2504b";>f1be3b9 [MRESOLVER-586] Avoid copying the type default properties map (https://redirect.github.com/apache/maven-resolver/issues/535";>#535) https://github.com/apache/maven-resolver/commit/29ab557837214d61483b03718948b65f95ffda24";>29ab557 [maven-release-plugin] prepare for next development iteration https://github.com/apache/maven-resolver/commit/f3adea9e6315787af930140de5ebea37754c79f1";>f3adea9 [maven-release-plugin] prepare release maven-resolver-1.9.21 https://github.com/apache/maven-resolver/commit/665516073ff613b6e38e08a69d58b2c4ed92d3cd";>6655160 [1.9.x] Tame bnd plugin warnings (https://redirect.github.com/apache/maven-resolver/issues/524";>#524) https://github.com/apache/maven-resolver/commit/c7639bc0a663b3209d4d9bd068aaf74ceee1bfd4";>c7639bc [MRESOLVER-577] Update to Maven 3.9.8 Additional commits viewable in https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.18...maven-resolver-1.9.22";>compare view Updates `org.apache.maven.resolver:maven-resolver-util` from 1.9.18 to 1.9.22 Release notes Sourced from https://github.com/apache/maven-resolver/releases";>org.apache.maven.resolver:maven-resolver-util's releases. 1.9.22 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12354902";>Release Notes - Maven Resolver - Version 1.9.22 What's Changed [MRESOLVER-586] Avoid copying the type default properties map - 1.9.x by https://github.com/gsmet";>@gsmet in https://redirect.github.com/apache/maven-resolver/pull/535";>apache/maven-resolver#535 [MRESOLVER-587] Memory usage improvements by https://github.com/cstamas";>@cstamas in https://redirect.github.com/apache/maven-resolver/pull/536";>apache/maven-resolver#536 Full Changelog: https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.21...maven-resolver-1.9.22";>https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.21...maven-resolver-1.9.22 1.9.21 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12354622";>Release Notes - Maven Resolver - Version 1.9.21 ... (truncated) Commits https://github.com/apache/maven-resolver/commit/5550317b3b035bed4101caf7615ed1f9926263a9";>5550317 [maven-release-plugin] prepare release maven-resolver-1.9.22 https://github.com/apache/maven-resolver/commit/2e045576f3bf58eaf404e9d00d5b6e240733fa32";>2e04557 [MRESOLVER-594] Bump org.redisson:redisson from 3.32.0 to 3.34.1 https://github.com/apache/maven-resolver/commit/d318fefdf8d544083fff1dc6ca6f02745e9eab60";>d
Re: [PR] Bump org.apache.maven.plugins:maven-plugins from 42 to 43 [maven-install-plugin]
slawekjaranowski merged PR #75: URL: https://github.com/apache/maven-install-plugin/pull/75 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Add badge for 3.x version [maven-install-plugin]
slawekjaranowski opened a new pull request, #110: URL: https://github.com/apache/maven-install-plugin/pull/110 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MINSTALL) filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes. - [ ] Each commit in the pull request should have a meaningful subject line and body. - [ ] Format the pull request title like `[MINSTALL-XXX] - Fixes bug in ApproximateQuantiles`, where you replace `MINSTALL-XXX` with the appropriate JIRA issue. Best practice is to use the JIRA issue title in the pull request title and in the first line of the commit message. - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. - [ ] Run `mvn clean verify` to make sure basic checks pass. A more thorough check will be performed on your pull request automatically. - [ ] You have run the integration tests successfully (`mvn -Prun-its clean verify`). If your pull request is about ~20 lines of code you don't need to sign an [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf) if you are unsure please ask on the developers list. To make clear that you license your contribution under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) you have to acknowledge this by using the following check-box. - [ ] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) - [ ] In any other case, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Created] (MNG-8570) Investigate new cache setups; mvnsh and mvnd
Tamas Cservenak created MNG-8570: Summary: Investigate new cache setups; mvnsh and mvnd Key: MNG-8570 URL: https://issues.apache.org/jira/browse/MNG-8570 Project: Maven Issue Type: Task Reporter: Tamas Cservenak Fix For: 4.0.0-rc-3 As we agreed: * mvnsh - strictly per session * mvnd - as long as daemon lives (ModelCache was dropped from it) -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Created] (MNG-8571) Investigate Maven DI components visibility
Tamas Cservenak created MNG-8571: Summary: Investigate Maven DI components visibility Key: MNG-8571 URL: https://issues.apache.org/jira/browse/MNG-8571 Project: Maven Issue Type: Task Reporter: Tamas Cservenak Fix For: 4.0.0-rc-3 As we see, if component is defined in core as Sisu, in surrounding projects like mvnd only Sisu component (w/ priority) can override it. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[PR] Add badge for 3.x version [maven-deploy-plugin]
slawekjaranowski opened a new pull request, #90: URL: https://github.com/apache/maven-deploy-plugin/pull/90 (no comment) -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Add badge for 3.x version [maven-clean-plugin]
slawekjaranowski opened a new pull request, #92: URL: https://github.com/apache/maven-clean-plugin/pull/92 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Your pull request should address just one issue, without pulling in other changes. - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. - [ ] Each commit in the pull request should have a meaningful subject line and body. Note that commits might be squashed by a maintainer on merge. - [ ] Write unit tests that match behavioral changes, where the tests fail if the changes to the runtime are not applied. This may not always be possible but is a best-practice. - [ ] Run `mvn clean verify` to make sure basic checks pass. A more thorough check will be performed on your pull request automatically. - [ ] You have run the integration tests successfully (`mvn -Prun-its clean verify`). If your pull request is about ~20 lines of code you don't need to sign an [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf) if you are unsure please ask on the developers list. To make clear that you license your contribution under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) you have to acknowledge this by using the following check-box. - [ ] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) - [ ] In any other case, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Add badge for 3.x version [maven]
slawekjaranowski opened a new pull request, #2094: URL: https://github.com/apache/maven/pull/2094 (no comment) -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Check event which trigger build on setup job [maven-gh-actions-shared]
slawekjaranowski merged PR #145: URL: https://github.com/apache/maven-gh-actions-shared/pull/145 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Document encryption in Maven 4 [maven-site]
kwin merged PR #654: URL: https://github.com/apache/maven-site/pull/654 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] plantuml plugin requires dot utiliy [maven-site]
slawekjaranowski closed issue #630: plantuml plugin requires dot utiliy URL: https://github.com/apache/maven-site/issues/630 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] plantuml plugin requires dot utiliy [maven-site]
slawekjaranowski closed issue #630: plantuml plugin requires dot utiliy URL: https://github.com/apache/maven-site/issues/630 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Install graphviz - dot utility [maven-site]
slawekjaranowski merged PR #674: URL: https://github.com/apache/maven-site/pull/674 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Assigned] (MNGSITE-529) Correct label of plugin-info.html to "Plugin Documentation" in our plugins' site.xml
[ https://issues.apache.org/jira/browse/MNGSITE-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Bünger reassigned MNGSITE-529: --- Assignee: Matthias Bünger > Correct label of plugin-info.html to "Plugin Documentation" in our plugins' > site.xml > > > Key: MNGSITE-529 > URL: https://issues.apache.org/jira/browse/MNGSITE-529 > Project: Maven Project Web Site (Moved to GitHub Issues) > Issue Type: Task >Reporter: Michael Osipov >Assignee: Matthias Bünger >Priority: Major > > This is an umbrella ticket. > As complained in MPLUGIN-492, all of our {{site.xml}} use the label "Goals" > for {{plugin-info.html}} which is wrong because this report contains more > than the goal listing, it also contain requirements, history, etc. > We should align it everywhere to the original label: "Plugin Documentation" -- This message was sent by Atlassian Jira (v8.20.10#820010)
Re: [PR] Manage issues and PRs with waiting-for-feedback label [maven-gh-actions-shared]
Bukama commented on code in PR #146: URL: https://github.com/apache/maven-gh-actions-shared/pull/146#discussion_r1948415104 ## .github/workflows/stale.yml: ## @@ -0,0 +1,70 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +# https://github.com/actions/stale + +name: Stale + +on: + workflow_call: + +permissions: + issues: write + pull-requests: write + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.issue.number }} + cancel-in-progress: false + +jobs: + stale-waiting-for-feedback: +if: github.event_name == 'schedule' +name: 'Manage issues, PRs with waiting-for-feedback label' +runs-on: ubuntu-latest + +steps: + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9 +with: + days-before-stale: '28' Review Comment: > Sure. But do we always answer questions in 28 days :) I was asking the same question to myself when I reviewed, but I understand the label, that we put it on the issue/pr to wait for feedback by the (non maven) author? -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Manage issues and PRs with waiting-for-feedback label [maven-gh-actions-shared]
olamy commented on code in PR #146: URL: https://github.com/apache/maven-gh-actions-shared/pull/146#discussion_r1948419867 ## .github/workflows/stale.yml: ## @@ -0,0 +1,70 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +# https://github.com/actions/stale + +name: Stale + +on: + workflow_call: + +permissions: + issues: write + pull-requests: write + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.issue.number }} + cancel-in-progress: false + +jobs: + stale-waiting-for-feedback: +if: github.event_name == 'schedule' +name: 'Manage issues, PRs with waiting-for-feedback label' +runs-on: ubuntu-latest + +steps: + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9 +with: + days-before-stale: '28' Review Comment: correct. But my point is: when a user is creating an issue, send a question to a ML etc... do we always answer in 28 days? so maybe we can give users more time :) -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Manage issues and PRs with waiting-for-feedback label [maven-gh-actions-shared]
Bukama commented on code in PR #146: URL: https://github.com/apache/maven-gh-actions-shared/pull/146#discussion_r1948426081 ## .github/workflows/stale.yml: ## @@ -0,0 +1,70 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +# https://github.com/actions/stale + +name: Stale + +on: + workflow_call: + +permissions: + issues: write + pull-requests: write + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.issue.number }} + cancel-in-progress: false + +jobs: + stale-waiting-for-feedback: +if: github.event_name == 'schedule' +name: 'Manage issues, PRs with waiting-for-feedback label' +runs-on: ubuntu-latest + +steps: + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9 +with: + days-before-stale: '28' Review Comment: > do we always answer in 28 days? so maybe we can give users more time :) I'm open for 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Manage issues and PRs with waiting-for-feedback label [maven-gh-actions-shared]
slawekjaranowski commented on code in PR #146: URL: https://github.com/apache/maven-gh-actions-shared/pull/146#discussion_r1948428684 ## .github/workflows/stale.yml: ## @@ -0,0 +1,70 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +# https://github.com/actions/stale + +name: Stale + +on: + workflow_call: + +permissions: + issues: write + pull-requests: write + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.issue.number }} + cancel-in-progress: false + +jobs: + stale-waiting-for-feedback: +if: github.event_name == 'schedule' +name: 'Manage issues, PRs with waiting-for-feedback label' +runs-on: ubuntu-latest + +steps: + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9 +with: + days-before-stale: '28' Review Comment: ok there is 60 days to mark as stale and next 30 days to close stale issue/PR -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Introduce property maven4x.site.path [maven-parent]
elharo commented on code in PR #231: URL: https://github.com/apache/maven-parent/pull/231#discussion_r1948230679 ## docs/src/site/apt/index.apt.vm: ## @@ -70,14 +70,26 @@ mvn -Preporting site * Site Publication This POM prepares site publication to {{{/developers/website/index.html}Apache Maven's site svnpubsub}}. -Every inheriting POM needs to define <<>> property -with relative path to <<<$\{project.artifactId}-LATEST>>> publication uri, and define <<>> to avoid -automatic inheritance from parent: + +There are defined <<>> properties in parent POM for each supported component type, as: +-+ xxx-archives/\${project.artifactId}-LATEST ++-+ + +For maven-extensions, maven-plugins and maven-shared-components which target Maven 4.x we have properties in parent POM: Review Comment: we have --> there are -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Double logging with a Maven Extension [maven-mvnd]
adrian-tarau commented on issue #1258: URL: https://github.com/apache/maven-mvnd/issues/1258#issuecomment-2646596604 It's an extension, but the same Plexus class loader system is used in both cases. I'll try with `org.apache.maven.cli.DaemonCli`, thanks. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Manage issues and PRs with waiting-for-feedback label [maven-gh-actions-shared]
olamy commented on code in PR #146: URL: https://github.com/apache/maven-gh-actions-shared/pull/146#discussion_r1948239112 ## .github/workflows/stale.yml: ## @@ -0,0 +1,70 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +# https://github.com/actions/stale + +name: Stale + +on: + workflow_call: + +permissions: + issues: write + pull-requests: write + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.issue.number }} + cancel-in-progress: false + +jobs: + stale-waiting-for-feedback: +if: github.event_name == 'schedule' +name: 'Manage issues, PRs with waiting-for-feedback label' +runs-on: ubuntu-latest + +steps: + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9 +with: + days-before-stale: '28' Review Comment: Could we use larger values for both? 28 days looks short. Maybe around 3 months? We come from nothing so 3 months looks already better 😃 People can be away or missing notifications -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Manage issues and PRs with waiting-for-feedback label [maven-gh-actions-shared]
olamy commented on code in PR #146: URL: https://github.com/apache/maven-gh-actions-shared/pull/146#discussion_r1948247698 ## .github/workflows/stale.yml: ## @@ -0,0 +1,70 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +# https://github.com/actions/stale + +name: Stale + +on: + workflow_call: + +permissions: + issues: write + pull-requests: write + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.issue.number }} + cancel-in-progress: false + +jobs: + stale-waiting-for-feedback: +if: github.event_name == 'schedule' +name: 'Manage issues, PRs with waiting-for-feedback label' +runs-on: ubuntu-latest + +steps: + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9 +with: + days-before-stale: '28' Review Comment: > We have also similar description in many jira project https://private-user-images.githubusercontent.com/3578921/411358823-46e6ed55-41ac-4c87-8be1-b56758308dcf.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMzc4NjgsIm5iZiI6MTczOTEzNzU2OCwicGF0aCI6Ii8zNTc4OTIxLzQxMTM1ODgyMy00NmU2ZWQ1NS00MWFjLTRjODctOGJlMS1iNTY3NTgzMDhkY2YucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMjE0NjA4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTE1OGQwYmU4N2JhZmRjZDJmN2FhYjM0ZTQyZDljNjY0NWQ3Nzk1MzQ3MTRhNzE4OWFhOTY2ZjgyNzZlMDYwYSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.HO0UOHMdbE_czY58fwwO5WbJkom5DuGmrAxIbRggQfk";> > > ... but was not automatically respected Sure. But do we always answer questions in 28 days :) -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Add badge for 3.x version [maven-deploy-plugin]
Bukama merged PR #90: URL: https://github.com/apache/maven-deploy-plugin/pull/90 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Add badge for 3.x version [maven-clean-plugin]
Bukama merged PR #92: URL: https://github.com/apache/maven-clean-plugin/pull/92 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Manage issues and PRs with waiting-for-feedback label [maven-gh-actions-shared]
slawekjaranowski opened a new pull request, #146: URL: https://github.com/apache/maven-gh-actions-shared/pull/146 - skip items with assigned milestones - skip items with label priority:blocker,priority:critical -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Add badge for 3.x version [maven-install-plugin]
Bukama merged PR #110: URL: https://github.com/apache/maven-install-plugin/pull/110 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump org.apache.maven.plugins:maven-plugins from 42 to 43 [maven-deploy-plugin]
slawekjaranowski merged PR #66: URL: https://github.com/apache/maven-deploy-plugin/pull/66 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Add hint about encryption of master password [maven-site]
kwin opened a new pull request, #680: URL: https://github.com/apache/maven-site/pull/680 (no comment) -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] [MNG-8241] Handle non-BMP characters when comparing versions [maven]
elharo merged PR #2071: URL: https://github.com/apache/maven/pull/2071 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] a broken link for dependency:collect [maven-site]
elharo commented on issue #678: URL: https://github.com/apache/maven-site/issues/678#issuecomment-2646345495 Wrong repo for the bug report, but I'll fix 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] a broken link for dependency:collect [maven-site]
elharo closed issue #678: a broken link for dependency:collect URL: https://github.com/apache/maven-site/issues/678 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Manage issues and PRs with waiting-for-feedback label [maven-gh-actions-shared]
elharo commented on code in PR #146: URL: https://github.com/apache/maven-gh-actions-shared/pull/146#discussion_r1948081363 ## .github/workflows/stale.yml: ## @@ -0,0 +1,46 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +# https://github.com/actions/stale + +name: Stale + +on: + workflow_call: + +permissions: + issues: write + pull-requests: write + +jobs: + waiting-for-feedback: +name: 'Manage issues, PRs with waiting-for-feedback label' +runs-on: ubuntu-latest + +steps: + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9 +with: + days-before-stale: '28' + days-before-close: '7' + stale-issue-message: 'This issue is stale because it is waiting for feedback until 4 weeks. Remove stale label or comment or this will be closed in 7 days.' Review Comment: it has been waiting for feedback for 4 weeks. Remove the stale label or comment on this issue, or it will be automatically closed in 7 days. ## .github/workflows/stale.yml: ## @@ -0,0 +1,46 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +# https://github.com/actions/stale + +name: Stale + +on: + workflow_call: + +permissions: + issues: write + pull-requests: write + +jobs: + waiting-for-feedback: +name: 'Manage issues, PRs with waiting-for-feedback label' +runs-on: ubuntu-latest + +steps: + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9 +with: + days-before-stale: '28' + days-before-close: '7' + stale-issue-message: 'This issue is stale because it is waiting for feedback until 4 weeks. Remove stale label or comment or this will be closed in 7 days.' + close-issue-message: 'This issue has been closed because not received a response for 4 weeks.' + stale-pr-message: 'This pull request is stale because it is waiting for feedback until 4 weeks. Remove stale label or comment or this will be closed in 7 days.' + close-pr-message: 'This pull request has been closed because not received a response for 4 weeks.' Review Comment: because no response was received within 4 weeks. ## .github/workflows/stale.yml: ## @@ -0,0 +1,46 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +# https://github.com/actions/stale + +name: Stale + +on: + workflow_call: + +permissions: + issues: write + pull-requests: write + +jobs: + waiting-for-feedback: +name: 'Manage issues, PRs with waiting-for-feedback label' +runs-on: ubuntu-latest + +steps: + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9 +with: + days-before-stale: '28' +
Re: [PR] Introduce property maven4x.site.path [maven-parent]
elharo commented on code in PR #231: URL: https://github.com/apache/maven-parent/pull/231#discussion_r1948082115 ## docs/src/site/apt/index.apt.vm: ## @@ -70,14 +70,26 @@ mvn -Preporting site * Site Publication This POM prepares site publication to {{{/developers/website/index.html}Apache Maven's site svnpubsub}}. -Every inheriting POM needs to define <<>> property -with relative path to <<<$\{project.artifactId}-LATEST>>> publication uri, and define <<>> to avoid -automatic inheritance from parent: + +There are defined <<>> properties in parent POM for each supported component type, as: +-+ xxx-archives/\${project.artifactId}-LATEST ++-+ + +For components extensions, plugins and shared which target to Maven 4.x we have properties in parent POM: Review Comment: I'm not sure what "shared" is here. Is a noun missing? also just target, not target to -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] [MNG-8241] Handle non-BMP characters when comparing versions [maven]
elharo commented on code in PR #2071: URL: https://github.com/apache/maven/pull/2071#discussion_r1948095528 ## compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java: ## @@ -222,6 +222,33 @@ void testLeadingZeroes() { checkVersionsOrder("0.2", "1.0.7"); } +@Test +void testDigitGreaterThanNonAscii() { +ComparableVersion c1 = new ComparableVersion("1"); +ComparableVersion c2 = new ComparableVersion("é"); +assertTrue(c1.compareTo(c2) > 0, "expected " + "1" + " > " + "\uD835\uDFE4"); Review Comment: fixed ## compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java: ## @@ -222,6 +222,33 @@ void testLeadingZeroes() { checkVersionsOrder("0.2", "1.0.7"); } +@Test +void testDigitGreaterThanNonAscii() { +ComparableVersion c1 = new ComparableVersion("1"); +ComparableVersion c2 = new ComparableVersion("é"); +assertTrue(c1.compareTo(c2) > 0, "expected " + "1" + " > " + "\uD835\uDFE4"); +assertTrue(c2.compareTo(c1) < 0, "expected " + "\uD835\uDFE4" + " < " + "1"); Review Comment: fixed -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Add badge for 3.x version [maven]
Bukama merged PR #2094: URL: https://github.com/apache/maven/pull/2094 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Update docs for Maven 4 and release option [maven-compiler-plugin]
Bukama opened a new pull request, #294: URL: https://github.com/apache/maven-compiler-plugin/pull/294 This PR updates several parts of the documentation to Maven 4 based on JDK 17 and aligns the docs to the new Java version schema. In particular on the front page it's mentioned that "8" is the default, where in the code it's actual "1.8" - but I wanted to keep docs consistent here. Note: For Maven 3 branch I will create a separate PR later (maybe starting this evening) -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] [MNG-8241] Handle non-BMP characters when comparing versions [maven]
elharo commented on PR #2071: URL: https://github.com/apache/maven/pull/2071#issuecomment-2646327459 Flaky CI; [main] ERROR org.apache.maven.cling.invoker.mvn.resident.ResidentMavenInvoker - Failed to read artifact descriptor for org.apache.maven:maven-archiver:jar:3.6.2: Failed to collect dependencies at org.apache.maven.plugins:maven-jar-plugin:jar:3.4.2 -> org.apache.maven:maven-archiver:jar:3.6.2: The following artifacts could not be resolved: org.apache.maven:maven-archiver:pom:3.6.2 (absent): Could not transfer artifact org.apache.maven:maven-archiver:pom:3.6.2 from/to central (https://repo.maven.apache.org/maven2): HTTP connect timed out [main] rerunning -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Execute spotless-maven-plugin during site lifecycle [maven-site]
kwin opened a new pull request, #679: URL: https://github.com/apache/maven-site/pull/679 (no comment) -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Fix links to Settings Descriptor Reference [maven]
kwin opened a new pull request, #2095: URL: https://github.com/apache/maven/pull/2095 Adjust link for Maven 4 Password Encryption -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Add badge for 3.x version [maven]
slawekjaranowski commented on PR #2094: URL: https://github.com/apache/maven/pull/2094#issuecomment-2646171235 @Bukama thanks also for merge 😄 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] [MCOMPILER-529] information that it's possible to use "8" as source/target [maven-compiler-plugin]
Bukama commented on PR #245: URL: https://github.com/apache/maven-compiler-plugin/pull/245#issuecomment-2646201798 > Please notice, that master - version 4.x require JDK 17 Considering this, I decided to make a larger update of the docs and create a new PR, after I have done this. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] [MCOMPILER-529] information that it's possible to use "8" as source/target [maven-compiler-plugin]
Bukama closed pull request #245: [MCOMPILER-529] information that it's possible to use "8" as source/target URL: https://github.com/apache/maven-compiler-plugin/pull/245 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MCOMPILER-529) Improve the docs about usage 1.8 vs. 8 for source/target
[ https://issues.apache.org/jira/browse/MCOMPILER-529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17925369#comment-17925369 ] ASF GitHub Bot commented on MCOMPILER-529: -- Bukama commented on PR #245: URL: https://github.com/apache/maven-compiler-plugin/pull/245#issuecomment-2646201798 > Please notice, that master - version 4.x require JDK 17 Considering this, I decided to make a larger update of the docs and create a new PR, after I have done this. > Improve the docs about usage 1.8 vs. 8 for source/target > > > Key: MCOMPILER-529 > URL: https://issues.apache.org/jira/browse/MCOMPILER-529 > Project: Maven Compiler Plugin > Issue Type: Improvement >Affects Versions: 3.10.1 >Reporter: Karl Heinz Marbaise >Assignee: Matthias Bünger >Priority: Minor > Labels: up-for-grabs > > The current descriptions/docs only mentioned the usage of {{1.8}} for > source/target. But it looks like I can use also {{8}} instead. But all the > examples on the usage page etc. using {{1.8}}... even the error message tells > me to do: > {{code}} > use -source 8 ... > {{code}} -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (MCOMPILER-529) Improve the docs about usage 1.8 vs. 8 for source/target
[ https://issues.apache.org/jira/browse/MCOMPILER-529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17925368#comment-17925368 ] ASF GitHub Bot commented on MCOMPILER-529: -- Bukama closed pull request #245: [MCOMPILER-529] information that it's possible to use "8" as source/target URL: https://github.com/apache/maven-compiler-plugin/pull/245 > Improve the docs about usage 1.8 vs. 8 for source/target > > > Key: MCOMPILER-529 > URL: https://issues.apache.org/jira/browse/MCOMPILER-529 > Project: Maven Compiler Plugin > Issue Type: Improvement >Affects Versions: 3.10.1 >Reporter: Karl Heinz Marbaise >Assignee: Matthias Bünger >Priority: Minor > Labels: up-for-grabs > > The current descriptions/docs only mentioned the usage of {{1.8}} for > source/target. But it looks like I can use also {{8}} instead. But all the > examples on the usage page etc. using {{1.8}}... even the error message tells > me to do: > {{code}} > use -source 8 ... > {{code}} -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (MNG-8570) Investigate new cache setups; mvnsh and mvnd
[ https://issues.apache.org/jira/browse/MNG-8570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17925375#comment-17925375 ] Tamas Cservenak commented on MNG-8570: -- Related/dupe https://github.com/apache/maven-mvnd/issues/1264 > Investigate new cache setups; mvnsh and mvnd > > > Key: MNG-8570 > URL: https://issues.apache.org/jira/browse/MNG-8570 > Project: Maven > Issue Type: Task >Reporter: Tamas Cservenak >Priority: Major > Fix For: 4.0.0-rc-3 > > > As we agreed: > * mvnsh - strictly per session > * mvnd - as long as daemon lives (ModelCache was dropped from it) -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Created] (MBUILDCACHE-116) Extension fails to regenerate all files in target directory
Gili created MBUILDCACHE-116: Summary: Extension fails to regenerate all files in target directory Key: MBUILDCACHE-116 URL: https://issues.apache.org/jira/browse/MBUILDCACHE-116 Project: Maven Build Cache Extension Issue Type: Bug Affects Versions: 1.2.0 Reporter: Gili 1. Create a project with dependencies that contains: {code:java} org.apache.maven.plugins maven-dependency-plugin copy-dependencies prepare-package copy-dependencies ${project.build.directory}/lib false false true false runtime {code} 2. Run "mvn verify". 3. Notice that the "target" directory contains the main JAR file and "target/lib" contains the JAR file's dependencies 4. Delete the target directory 5. Run "mvn verify" again. 6. Notice that "target" directory contains the main JAR file but the "target/lib" directory is missing. {*}Expected behavior{*}: "mvn verify" should always generate the same output. This might be a regression of https://issues.apache.org/jira/browse/MBUILDCACHE-67. Per [https://stackoverflow.com/q/78057064/14731] this issue existed back in version 1.0.1, was fixed by version 1.1.0, but it seems to be back now. Can someone please take a look at this? -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (MNG-8546) Maven Build Cache Extension fails to regenerate all files in target directory
[ https://issues.apache.org/jira/browse/MNG-8546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17925398#comment-17925398 ] Gili commented on MNG-8546: --- Please close this issue as a duplicate of MBUILDCACHE-116. I didn't have the necessary permissions to move the existing issue. > Maven Build Cache Extension fails to regenerate all files in target directory > - > > Key: MNG-8546 > URL: https://issues.apache.org/jira/browse/MNG-8546 > Project: Maven > Issue Type: Bug >Affects Versions: 3.9.9 > Environment: Maven Build Cache Extension 1.2.0 >Reporter: Gili >Priority: Major > > 1. Create a project with dependencies that contains: > {code:java} > > org.apache.maven.plugins > maven-dependency-plugin > > > copy-dependencies > prepare-package > > copy-dependencies > > > > ${project.build.directory}/lib > false > false > true > false > runtime > > > > {code} > 2. Run "mvn verify". > 3. Notice that the "target" directory contains the main JAR file and > "target/lib" contains the JAR file's dependencies > 4. Delete the target directory > 5. Run "mvn verify" again. > 6. Notice that "target" directory contains the main JAR file but the > "target/lib" directory is missing. > {*}Expected behavior{*}: "mvn verify" should always generate the same output. -- This message was sent by Atlassian Jira (v8.20.10#820010)
Re: [PR] Add support for 4.x suffix in doc helper [maven-site]
slawekjaranowski commented on PR #675: URL: https://github.com/apache/maven-site/pull/675#issuecomment-2646120377 > It does work. > > However, when I tested it locally I was confused that > > * clicking the v4 box does not executions `instructions()` (Loaded the page, then was selecting and deselecting the checkbox but the version suffix was and stayed gone from the instructions) > * switching between categories that are possible v4 ready the checkbox was reset to "false" (so you have to tick it and press the publish button again). > > As I have never made a release myself yet, I'm not aware if these two things are important at all. > > Aside from that I guess this page will be updated somewhat later, when the majority is v4 ready to v4 box is checked by default. To we want to create an issue for this as a reminder? - next issue as reminder is not needed - this is a tool which help to generate command which must be done manually by release manager when publishing new version of documentation -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] plantuml plugin requires dot utiliy [maven-site]
slawekjaranowski commented on issue #630: URL: https://github.com/apache/maven-site/issues/630#issuecomment-2646124267 so when we don't know how to avoid exception we should install needed utility -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Skip release-drafter on release commits [maven-gh-actions-shared]
slawekjaranowski merged PR #144: URL: https://github.com/apache/maven-gh-actions-shared/pull/144 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] PR Automation - Milestone NPE [maven-gh-actions-shared]
slawekjaranowski closed issue #133: PR Automation - Milestone NPE URL: https://github.com/apache/maven-gh-actions-shared/issues/133 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MNG-8535) Embedded launcher can't capture Maven 4 output
[ https://issues.apache.org/jira/browse/MNG-8535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17925408#comment-17925408 ] Stefan Oehme commented on MNG-8535: --- Using CliNg, when I prefil stdin, the input is accepted correctly, but the prompt is never shown. When I do the same with the old MavenCLI, the prompt is shown before the input is accepted. > And you say that prompt is not shown, so it is not emitted to stdOut? Correct > Embedded launcher can't capture Maven 4 output > -- > > Key: MNG-8535 > URL: https://issues.apache.org/jira/browse/MNG-8535 > Project: Maven > Issue Type: Bug > Components: Embedding >Affects Versions: 4.0.0-rc-3 >Reporter: Stefan Oehme >Assignee: Tamas Cservenak >Priority: Major > Fix For: 4.0.0-rc-3 > > > We have a lot of tests capturing and validating the output of Maven builds > and use an embedded launcher by default to make our tests fast. With Maven 4 > and CliNG, our embedder can no longer capture Maven's output. At first I > thought there was something wrong with our embedder, but I can reproduce this > with the EmbeddedMavenExecutor provided by the Maven team as well: > > {code:java} > public static void main(String[] args) { > ByteArrayOutputStream out = new ByteArrayOutputStream(); > new EmbeddedMavenExecutor(false).execute(ExecutorRequest > .mavenBuilder(Paths.get("/path/to/apache-maven-4.0.0-rc-3-SNAPSHOT")) > .cwd(Paths.get("/path/to/simple-project")) > .argument("package") > .stdoutConsumer(out) > .build() > ); > System.out.println("Output was: " + out); > } {code} > The above program should capture Maven's output, but actually the output is > dumped directly to the console and the `out` variable remains empty. > > This puzzled me, because the embedded launcher [does replace System.out and > System.err|https://github.com/apache/maven/blob/master/impl/maven-executor/src/main/java/org/apache/maven/cling/executor/embedded/EmbeddedMavenExecutor.java#L148], > so it looks like it should work. After some digging I found out that this is > because of JLine. It doesn't use System.out or System.err, [but instead > writes directly to the underlying filedescriptors > |https://github.com/jline/jline3/blob/4504b461ba719749d9d9276be11df26d4524914a/terminal/src/main/java/org/jline/terminal/impl/DumbTerminalProvider.java#L50] > Please provide a way to capture Maven 4's output with the embedded launcher, > like we used to be able with Maven 3. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Comment Edited] (MNG-8535) Embedded launcher can't capture Maven 4 output
[ https://issues.apache.org/jira/browse/MNG-8535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17925407#comment-17925407 ] Tamas Cservenak edited comment on MNG-8535 at 2/9/25 5:33 PM: -- Interactive is determined by: * settings.interactiveMode = boolean * presence of env variable {{CI}} => true * CLI params {{-batch-mode}} or {{-force-interactive}} How do you launch (what args) you use and is there CI env variable present? was (Author: cstamas): Interactive is determined by: * settings.interactiveMode = boolean * presence of env variable {{CI}} => true * CLI params {{--batch-mode}} or {{--force-interactive}} How do you launch (what args) you use and is there CI env variable present? > Embedded launcher can't capture Maven 4 output > -- > > Key: MNG-8535 > URL: https://issues.apache.org/jira/browse/MNG-8535 > Project: Maven > Issue Type: Bug > Components: Embedding >Affects Versions: 4.0.0-rc-3 >Reporter: Stefan Oehme >Assignee: Tamas Cservenak >Priority: Major > Fix For: 4.0.0-rc-3 > > > We have a lot of tests capturing and validating the output of Maven builds > and use an embedded launcher by default to make our tests fast. With Maven 4 > and CliNG, our embedder can no longer capture Maven's output. At first I > thought there was something wrong with our embedder, but I can reproduce this > with the EmbeddedMavenExecutor provided by the Maven team as well: > > {code:java} > public static void main(String[] args) { > ByteArrayOutputStream out = new ByteArrayOutputStream(); > new EmbeddedMavenExecutor(false).execute(ExecutorRequest > .mavenBuilder(Paths.get("/path/to/apache-maven-4.0.0-rc-3-SNAPSHOT")) > .cwd(Paths.get("/path/to/simple-project")) > .argument("package") > .stdoutConsumer(out) > .build() > ); > System.out.println("Output was: " + out); > } {code} > The above program should capture Maven's output, but actually the output is > dumped directly to the console and the `out` variable remains empty. > > This puzzled me, because the embedded launcher [does replace System.out and > System.err|https://github.com/apache/maven/blob/master/impl/maven-executor/src/main/java/org/apache/maven/cling/executor/embedded/EmbeddedMavenExecutor.java#L148], > so it looks like it should work. After some digging I found out that this is > because of JLine. It doesn't use System.out or System.err, [but instead > writes directly to the underlying filedescriptors > |https://github.com/jline/jline3/blob/4504b461ba719749d9d9276be11df26d4524914a/terminal/src/main/java/org/jline/terminal/impl/DumbTerminalProvider.java#L50] > Please provide a way to capture Maven 4's output with the embedded launcher, > like we used to be able with Maven 3. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (MNG-8535) Embedded launcher can't capture Maven 4 output
[ https://issues.apache.org/jira/browse/MNG-8535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17925407#comment-17925407 ] Tamas Cservenak commented on MNG-8535: -- Interactive is determined by: * settings.interactiveMode = boolean * presence of env variable {{CI}} => true * CLI params {{--batch-mode}} or {{--force-interactive}} How do you launch (what args) you use and is there CI env variable present? > Embedded launcher can't capture Maven 4 output > -- > > Key: MNG-8535 > URL: https://issues.apache.org/jira/browse/MNG-8535 > Project: Maven > Issue Type: Bug > Components: Embedding >Affects Versions: 4.0.0-rc-3 >Reporter: Stefan Oehme >Assignee: Tamas Cservenak >Priority: Major > Fix For: 4.0.0-rc-3 > > > We have a lot of tests capturing and validating the output of Maven builds > and use an embedded launcher by default to make our tests fast. With Maven 4 > and CliNG, our embedder can no longer capture Maven's output. At first I > thought there was something wrong with our embedder, but I can reproduce this > with the EmbeddedMavenExecutor provided by the Maven team as well: > > {code:java} > public static void main(String[] args) { > ByteArrayOutputStream out = new ByteArrayOutputStream(); > new EmbeddedMavenExecutor(false).execute(ExecutorRequest > .mavenBuilder(Paths.get("/path/to/apache-maven-4.0.0-rc-3-SNAPSHOT")) > .cwd(Paths.get("/path/to/simple-project")) > .argument("package") > .stdoutConsumer(out) > .build() > ); > System.out.println("Output was: " + out); > } {code} > The above program should capture Maven's output, but actually the output is > dumped directly to the console and the `out` variable remains empty. > > This puzzled me, because the embedded launcher [does replace System.out and > System.err|https://github.com/apache/maven/blob/master/impl/maven-executor/src/main/java/org/apache/maven/cling/executor/embedded/EmbeddedMavenExecutor.java#L148], > so it looks like it should work. After some digging I found out that this is > because of JLine. It doesn't use System.out or System.err, [but instead > writes directly to the underlying filedescriptors > |https://github.com/jline/jline3/blob/4504b461ba719749d9d9276be11df26d4524914a/terminal/src/main/java/org/jline/terminal/impl/DumbTerminalProvider.java#L50] > Please provide a way to capture Maven 4's output with the embedded launcher, > like we used to be able with Maven 3. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (MNG-8535) Embedded launcher can't capture Maven 4 output
[ https://issues.apache.org/jira/browse/MNG-8535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17925409#comment-17925409 ] Tamas Cservenak commented on MNG-8535: -- Can you pls create a small reproducer? Just to really see what is happening, and what should happen? As when you grab stdOut (in exec req) , then you grab it "all", so nothing will ever end up on process standard stream, but everything should go to your provided output stream... > Embedded launcher can't capture Maven 4 output > -- > > Key: MNG-8535 > URL: https://issues.apache.org/jira/browse/MNG-8535 > Project: Maven > Issue Type: Bug > Components: Embedding >Affects Versions: 4.0.0-rc-3 >Reporter: Stefan Oehme >Assignee: Tamas Cservenak >Priority: Major > Fix For: 4.0.0-rc-3 > > > We have a lot of tests capturing and validating the output of Maven builds > and use an embedded launcher by default to make our tests fast. With Maven 4 > and CliNG, our embedder can no longer capture Maven's output. At first I > thought there was something wrong with our embedder, but I can reproduce this > with the EmbeddedMavenExecutor provided by the Maven team as well: > > {code:java} > public static void main(String[] args) { > ByteArrayOutputStream out = new ByteArrayOutputStream(); > new EmbeddedMavenExecutor(false).execute(ExecutorRequest > .mavenBuilder(Paths.get("/path/to/apache-maven-4.0.0-rc-3-SNAPSHOT")) > .cwd(Paths.get("/path/to/simple-project")) > .argument("package") > .stdoutConsumer(out) > .build() > ); > System.out.println("Output was: " + out); > } {code} > The above program should capture Maven's output, but actually the output is > dumped directly to the console and the `out` variable remains empty. > > This puzzled me, because the embedded launcher [does replace System.out and > System.err|https://github.com/apache/maven/blob/master/impl/maven-executor/src/main/java/org/apache/maven/cling/executor/embedded/EmbeddedMavenExecutor.java#L148], > so it looks like it should work. After some digging I found out that this is > because of JLine. It doesn't use System.out or System.err, [but instead > writes directly to the underlying filedescriptors > |https://github.com/jline/jline3/blob/4504b461ba719749d9d9276be11df26d4524914a/terminal/src/main/java/org/jline/terminal/impl/DumbTerminalProvider.java#L50] > Please provide a way to capture Maven 4's output with the embedded launcher, > like we used to be able with Maven 3. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[PR] Add PR number to concurrency definition in pr-automation [maven-gh-actions-shared]
slawekjaranowski opened a new pull request, #147: URL: https://github.com/apache/maven-gh-actions-shared/pull/147 We need explicit add PR number to concurrency definition `pull_request_target` event set GITHUB_REF set to PR base branch https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request_target -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MNG-8535) Embedded launcher can't capture Maven 4 output
[ https://issues.apache.org/jira/browse/MNG-8535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17925401#comment-17925401 ] Stefan Oehme commented on MNG-8535: --- Latest master works, thank you! > Embedded launcher can't capture Maven 4 output > -- > > Key: MNG-8535 > URL: https://issues.apache.org/jira/browse/MNG-8535 > Project: Maven > Issue Type: Bug > Components: Embedding >Affects Versions: 4.0.0-rc-3 >Reporter: Stefan Oehme >Assignee: Tamas Cservenak >Priority: Major > Fix For: 4.0.0-rc-3 > > > We have a lot of tests capturing and validating the output of Maven builds > and use an embedded launcher by default to make our tests fast. With Maven 4 > and CliNG, our embedder can no longer capture Maven's output. At first I > thought there was something wrong with our embedder, but I can reproduce this > with the EmbeddedMavenExecutor provided by the Maven team as well: > > {code:java} > public static void main(String[] args) { > ByteArrayOutputStream out = new ByteArrayOutputStream(); > new EmbeddedMavenExecutor(false).execute(ExecutorRequest > .mavenBuilder(Paths.get("/path/to/apache-maven-4.0.0-rc-3-SNAPSHOT")) > .cwd(Paths.get("/path/to/simple-project")) > .argument("package") > .stdoutConsumer(out) > .build() > ); > System.out.println("Output was: " + out); > } {code} > The above program should capture Maven's output, but actually the output is > dumped directly to the console and the `out` variable remains empty. > > This puzzled me, because the embedded launcher [does replace System.out and > System.err|https://github.com/apache/maven/blob/master/impl/maven-executor/src/main/java/org/apache/maven/cling/executor/embedded/EmbeddedMavenExecutor.java#L148], > so it looks like it should work. After some digging I found out that this is > because of JLine. It doesn't use System.out or System.err, [but instead > writes directly to the underlying filedescriptors > |https://github.com/jline/jline3/blob/4504b461ba719749d9d9276be11df26d4524914a/terminal/src/main/java/org/jline/terminal/impl/DumbTerminalProvider.java#L50] > Please provide a way to capture Maven 4's output with the embedded launcher, > like we used to be able with Maven 3. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[PR] Just align Toolbox versions [maven]
cstamas opened a new pull request, #2096: URL: https://github.com/apache/maven/pull/2096 As they are used in various tests and prod code. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MNG-8535) Embedded launcher can't capture Maven 4 output
[ https://issues.apache.org/jira/browse/MNG-8535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17925404#comment-17925404 ] Stefan Oehme commented on MNG-8535: --- One small difference I noticed in the Prompter behavior: With the old MavenCLI/Maven 3, the interactive prompt is still displayed. With CLIng, the prompt is not shown, because the embedded runner treats it as non-interactive. Is it possible to retain the old behavior, so we can test interactivity with the embedded runner?Testing with embedded mode is much more convenient, because you have a faster debugging loop than when using a forking runner. > Embedded launcher can't capture Maven 4 output > -- > > Key: MNG-8535 > URL: https://issues.apache.org/jira/browse/MNG-8535 > Project: Maven > Issue Type: Bug > Components: Embedding >Affects Versions: 4.0.0-rc-3 >Reporter: Stefan Oehme >Assignee: Tamas Cservenak >Priority: Major > Fix For: 4.0.0-rc-3 > > > We have a lot of tests capturing and validating the output of Maven builds > and use an embedded launcher by default to make our tests fast. With Maven 4 > and CliNG, our embedder can no longer capture Maven's output. At first I > thought there was something wrong with our embedder, but I can reproduce this > with the EmbeddedMavenExecutor provided by the Maven team as well: > > {code:java} > public static void main(String[] args) { > ByteArrayOutputStream out = new ByteArrayOutputStream(); > new EmbeddedMavenExecutor(false).execute(ExecutorRequest > .mavenBuilder(Paths.get("/path/to/apache-maven-4.0.0-rc-3-SNAPSHOT")) > .cwd(Paths.get("/path/to/simple-project")) > .argument("package") > .stdoutConsumer(out) > .build() > ); > System.out.println("Output was: " + out); > } {code} > The above program should capture Maven's output, but actually the output is > dumped directly to the console and the `out` variable remains empty. > > This puzzled me, because the embedded launcher [does replace System.out and > System.err|https://github.com/apache/maven/blob/master/impl/maven-executor/src/main/java/org/apache/maven/cling/executor/embedded/EmbeddedMavenExecutor.java#L148], > so it looks like it should work. After some digging I found out that this is > because of JLine. It doesn't use System.out or System.err, [but instead > writes directly to the underlying filedescriptors > |https://github.com/jline/jline3/blob/4504b461ba719749d9d9276be11df26d4524914a/terminal/src/main/java/org/jline/terminal/impl/DumbTerminalProvider.java#L50] > Please provide a way to capture Maven 4's output with the embedded launcher, > like we used to be able with Maven 3. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (MNG-7653) Integrate resolver onSessionClose
[ https://issues.apache.org/jira/browse/MNG-7653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17925403#comment-17925403 ] Konrad Windszus commented on MNG-7653: -- FTR: This also introduced the {{-canf}} CLI option to allow to override the caching behaviour for 'not found' artifacts (previously always cached). > Integrate resolver onSessionClose > - > > Key: MNG-7653 > URL: https://issues.apache.org/jira/browse/MNG-7653 > Project: Maven > Issue Type: Task > Components: Core >Reporter: Tamas Cservenak >Assignee: Tamas Cservenak >Priority: Major > Fix For: 4.0.0-alpha-9, 4.0.0 > > > Make Maven Core register each session and notify resolver about session ends, > as needed by MRESOLVER-302 -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (MNG-8535) Embedded launcher can't capture Maven 4 output
[ https://issues.apache.org/jira/browse/MNG-8535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17925406#comment-17925406 ] Tamas Cservenak commented on MNG-8535: -- Unsure what you mean So using maven-executor + maven master or maven3? Also, "displayed" like where? Did you try to "prefill" stdIn? And you say that prompt is not shown, so it is not emitted to stdOut? > Embedded launcher can't capture Maven 4 output > -- > > Key: MNG-8535 > URL: https://issues.apache.org/jira/browse/MNG-8535 > Project: Maven > Issue Type: Bug > Components: Embedding >Affects Versions: 4.0.0-rc-3 >Reporter: Stefan Oehme >Assignee: Tamas Cservenak >Priority: Major > Fix For: 4.0.0-rc-3 > > > We have a lot of tests capturing and validating the output of Maven builds > and use an embedded launcher by default to make our tests fast. With Maven 4 > and CliNG, our embedder can no longer capture Maven's output. At first I > thought there was something wrong with our embedder, but I can reproduce this > with the EmbeddedMavenExecutor provided by the Maven team as well: > > {code:java} > public static void main(String[] args) { > ByteArrayOutputStream out = new ByteArrayOutputStream(); > new EmbeddedMavenExecutor(false).execute(ExecutorRequest > .mavenBuilder(Paths.get("/path/to/apache-maven-4.0.0-rc-3-SNAPSHOT")) > .cwd(Paths.get("/path/to/simple-project")) > .argument("package") > .stdoutConsumer(out) > .build() > ); > System.out.println("Output was: " + out); > } {code} > The above program should capture Maven's output, but actually the output is > dumped directly to the console and the `out` variable remains empty. > > This puzzled me, because the embedded launcher [does replace System.out and > System.err|https://github.com/apache/maven/blob/master/impl/maven-executor/src/main/java/org/apache/maven/cling/executor/embedded/EmbeddedMavenExecutor.java#L148], > so it looks like it should work. After some digging I found out that this is > because of JLine. It doesn't use System.out or System.err, [but instead > writes directly to the underlying filedescriptors > |https://github.com/jline/jline3/blob/4504b461ba719749d9d9276be11df26d4524914a/terminal/src/main/java/org/jline/terminal/impl/DumbTerminalProvider.java#L50] > Please provide a way to capture Maven 4's output with the embedded launcher, > like we used to be able with Maven 3. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (MNG-8535) Embedded launcher can't capture Maven 4 output
[ https://issues.apache.org/jira/browse/MNG-8535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17925413#comment-17925413 ] Stefan Oehme commented on MNG-8535: --- Sorry, the problem was in our test code - We have code to strip out ANSI color codes to make output matching easier. The new JLine interactivity uses a CSI escape code to enable "bracketed paste mode" when it prompts for user input. The old plexus interactivity didn't do that. So I just need to improve our test code to handle this escape sequence properly. > Embedded launcher can't capture Maven 4 output > -- > > Key: MNG-8535 > URL: https://issues.apache.org/jira/browse/MNG-8535 > Project: Maven > Issue Type: Bug > Components: Embedding >Affects Versions: 4.0.0-rc-3 >Reporter: Stefan Oehme >Assignee: Tamas Cservenak >Priority: Major > Fix For: 4.0.0-rc-3 > > > We have a lot of tests capturing and validating the output of Maven builds > and use an embedded launcher by default to make our tests fast. With Maven 4 > and CliNG, our embedder can no longer capture Maven's output. At first I > thought there was something wrong with our embedder, but I can reproduce this > with the EmbeddedMavenExecutor provided by the Maven team as well: > > {code:java} > public static void main(String[] args) { > ByteArrayOutputStream out = new ByteArrayOutputStream(); > new EmbeddedMavenExecutor(false).execute(ExecutorRequest > .mavenBuilder(Paths.get("/path/to/apache-maven-4.0.0-rc-3-SNAPSHOT")) > .cwd(Paths.get("/path/to/simple-project")) > .argument("package") > .stdoutConsumer(out) > .build() > ); > System.out.println("Output was: " + out); > } {code} > The above program should capture Maven's output, but actually the output is > dumped directly to the console and the `out` variable remains empty. > > This puzzled me, because the embedded launcher [does replace System.out and > System.err|https://github.com/apache/maven/blob/master/impl/maven-executor/src/main/java/org/apache/maven/cling/executor/embedded/EmbeddedMavenExecutor.java#L148], > so it looks like it should work. After some digging I found out that this is > because of JLine. It doesn't use System.out or System.err, [but instead > writes directly to the underlying filedescriptors > |https://github.com/jline/jline3/blob/4504b461ba719749d9d9276be11df26d4524914a/terminal/src/main/java/org/jline/terminal/impl/DumbTerminalProvider.java#L50] > Please provide a way to capture Maven 4's output with the embedded launcher, > like we used to be able with Maven 3. -- This message was sent by Atlassian Jira (v8.20.10#820010)
Re: [PR] Introduce property maven4x.site.path [maven-parent]
slawekjaranowski commented on code in PR #231: URL: https://github.com/apache/maven-parent/pull/231#discussion_r1948167920 ## docs/src/site/apt/index.apt.vm: ## @@ -70,14 +70,26 @@ mvn -Preporting site * Site Publication This POM prepares site publication to {{{/developers/website/index.html}Apache Maven's site svnpubsub}}. -Every inheriting POM needs to define <<>> property -with relative path to <<<$\{project.artifactId}-LATEST>>> publication uri, and define <<>> to avoid -automatic inheritance from parent: + +There are defined <<>> properties in parent POM for each supported component type, as: +-+ xxx-archives/\${project.artifactId}-LATEST ++-+ + +For components extensions, plugins and shared which target to Maven 4.x we have properties in parent POM: Review Comment: I thought here about project modules which have defined such property -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org