[GitHub] [maven-shade-plugin] kriegaex commented on a diff in pull request #110: [MSHADE-400] Self-minimisation with custom entry points

2023-03-04 Thread via GitHub
kriegaex commented on code in PR #110: URL: https://github.com/apache/maven-shade-plugin/pull/110#discussion_r1125615482 ## src/main/java/org/apache/maven/plugins/shade/filter/MinijarFilter.java: ## @@ -156,6 +204,43 @@ private void removeServices( final MavenProject project,

[GitHub] [maven-shade-plugin] kriegaex commented on a diff in pull request #110: [MSHADE-400] Self-minimisation with custom entry points

2023-03-04 Thread via GitHub
kriegaex commented on code in PR #110: URL: https://github.com/apache/maven-shade-plugin/pull/110#discussion_r1125615482 ## src/main/java/org/apache/maven/plugins/shade/filter/MinijarFilter.java: ## @@ -156,6 +204,43 @@ private void removeServices( final MavenProject project,

[GitHub] [maven] elharo opened a new pull request, #1034: restore src/mdo/reader.vm

2023-03-04 Thread via GitHub
elharo opened a new pull request, #1034: URL: https://github.com/apache/maven/pull/1034 How do I hate got? Let me count the ways. In any case, this PR should bring the repo back to the state it was in before an accidental commit to master. -- This is an automated message from

[jira] [Commented] (MRESOLVER-325) [REGRESSION] Suddenly seeing I/O errors under windows aborting the build

2023-03-04 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17696495#comment-17696495 ] Robert Muir commented on MRESOLVER-325: --- [~michael-o] no problem. Sorry I don't understand the

[jira] [Created] (MNG-7720) Build order is incorrect and does not respect Reactor Build Order

2023-03-04 Thread Joe Littlejohn (Jira)
Joe Littlejohn created MNG-7720: --- Summary: Build order is incorrect and does not respect Reactor Build Order Key: MNG-7720 URL: https://issues.apache.org/jira/browse/MNG-7720 Project: Maven

[jira] [Commented] (MNG-7719) Maven 3.9.0 native http transport ignores username/password for basic auth

2023-03-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17696494#comment-17696494 ] Michael Osipov commented on MNG-7719: - What happened to Expect Continue? Wagon will perform Expect:

[jira] [Commented] (MNG-7719) Maven 3.9.0 native http transport ignores username/password for basic auth

2023-03-04 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MNG-7719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17696493#comment-17696493 ] Slawomir Jaranowski commented on MNG-7719: -- Ok, For uploading snapshot version we have:

[jira] [Commented] (MCOMPILER-391) annotationProcessorPaths have to follow dependencyManagement rules

2023-03-04 Thread Jira
[ https://issues.apache.org/jira/browse/MCOMPILER-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17696485#comment-17696485 ] Petr Široký commented on MCOMPILER-391: ---

[jira] [Comment Edited] (MNG-7719) Maven 3.9.0 native http transport ignores username/password for basic auth

2023-03-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17696270#comment-17696270 ] Michael Osipov edited comment on MNG-7719 at 3/4/23 8:32 PM: - My counter

[GitHub] [maven-mvnd] psiroky opened a new issue, #798: 0.10.0-SNAPSHOT is leaking heap memory via ThreadLocal

2023-03-04 Thread via GitHub
psiroky opened a new issue, #798: URL: https://github.com/apache/maven-mvnd/issues/798 I was testing the latest bits from the `mvnd-0.10.x` branch (built locally) and noticed an increasing heap usage with every consequent build (of the same project). I am using the Quarkus project (tag

[GitHub] [maven-shade-plugin] michael-o commented on pull request #110: [MSHADE-400] Self-minimisation with custom entry points

2023-03-04 Thread via GitHub
michael-o commented on PR #110: URL: https://github.com/apache/maven-shade-plugin/pull/110#issuecomment-1454864534 Just those two and I will 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

[GitHub] [maven-shade-plugin] michael-o commented on a diff in pull request #110: [MSHADE-400] Self-minimisation with custom entry points

2023-03-04 Thread via GitHub
michael-o commented on code in PR #110: URL: https://github.com/apache/maven-shade-plugin/pull/110#discussion_r1125530205 ## src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java: ## @@ -964,11 +992,16 @@ private List getFilters() if ( minimizeJar )

[jira] [Updated] (MSHADE-400) Self-minimisation with custom entry points

2023-03-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHADE-400: -- Summary: Self-minimisation with custom entry points (was: Self-minimisation for the module

[jira] [Assigned] (MSHADE-400) Self-minimisation for the module executing Shade

2023-03-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MSHADE-400: - Assignee: Michael Osipov > Self-minimisation for the module executing Shade >

[jira] [Updated] (MSHADE-400) Self-minimisation for the module executing Shade

2023-03-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHADE-400: -- Fix Version/s: 3.5.0 > Self-minimisation for the module executing Shade >

[GitHub] [maven-shade-plugin] michael-o commented on a diff in pull request #179: [MSHADE-420] create IT: 2 runs with different TZ give different jars

2023-03-04 Thread via GitHub
michael-o commented on code in PR #179: URL: https://github.com/apache/maven-shade-plugin/pull/179#discussion_r1125524556 ## src/it/projects/MSHADE-420/invoker.properties: ## @@ -0,0 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [maven-build-cache-extension] AlexanderAshitkin commented on a diff in pull request #40: Cache documentation improvements

2023-03-04 Thread via GitHub
AlexanderAshitkin commented on code in PR #40: URL: https://github.com/apache/maven-build-cache-extension/pull/40#discussion_r1125521474 ## src/site/markdown/getting-started.md: ## @@ -17,58 +17,66 @@ ## Getting Started -To on-board incremental Maven you need to complete

[GitHub] [maven-build-cache-extension] AlexanderAshitkin commented on a diff in pull request #40: Cache documentation improvements

2023-03-04 Thread via GitHub
AlexanderAshitkin commented on code in PR #40: URL: https://github.com/apache/maven-build-cache-extension/pull/40#discussion_r1125521474 ## src/site/markdown/getting-started.md: ## @@ -17,58 +17,66 @@ ## Getting Started -To on-board incremental Maven you need to complete

[GitHub] [maven-build-cache-extension] AlexanderAshitkin commented on a diff in pull request #40: Cache documentation improvements

2023-03-04 Thread via GitHub
AlexanderAshitkin commented on code in PR #40: URL: https://github.com/apache/maven-build-cache-extension/pull/40#discussion_r1125521474 ## src/site/markdown/getting-started.md: ## @@ -17,58 +17,66 @@ ## Getting Started -To on-board incremental Maven you need to complete

[GitHub] [maven-build-cache-extension] AlexanderAshitkin commented on a diff in pull request #40: Cache documentation improvements

2023-03-04 Thread via GitHub
AlexanderAshitkin commented on code in PR #40: URL: https://github.com/apache/maven-build-cache-extension/pull/40#discussion_r1125519680 ## src/site/markdown/index.md: ## @@ -19,102 +19,110 @@ Build cache is an extension targeted to simplify and make more efficient work

[GitHub] [maven-build-cache-extension] AlexanderAshitkin commented on a diff in pull request #40: Cache documentation improvements

2023-03-04 Thread via GitHub
AlexanderAshitkin commented on code in PR #40: URL: https://github.com/apache/maven-build-cache-extension/pull/40#discussion_r1125519077 ## src/site/markdown/index.md: ## @@ -19,102 +19,110 @@ Build cache is an extension targeted to simplify and make more efficient work

[GitHub] [maven-build-cache-extension] AlexanderAshitkin commented on a diff in pull request #40: Cache documentation improvements

2023-03-04 Thread via GitHub
AlexanderAshitkin commented on code in PR #40: URL: https://github.com/apache/maven-build-cache-extension/pull/40#discussion_r1125518369 ## src/site/markdown/index.md: ## @@ -19,102 +19,110 @@ Build cache is an extension targeted to simplify and make more efficient work

[GitHub] [maven-build-cache-extension] AlexanderAshitkin commented on a diff in pull request #40: Cache documentation improvements

2023-03-04 Thread via GitHub
AlexanderAshitkin commented on code in PR #40: URL: https://github.com/apache/maven-build-cache-extension/pull/40#discussion_r1125518288 ## src/site/markdown/getting-started.md: ## @@ -17,58 +17,66 @@ ## Getting Started -To on-board incremental Maven you need to complete

[GitHub] [maven-jar-plugin] jorsol commented on pull request #59: [MJAR-293] Update Parent to 39

2023-03-04 Thread via GitHub
jorsol commented on PR #59: URL: https://github.com/apache/maven-jar-plugin/pull/59#issuecomment-1454849928 Any comment about 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

[GitHub] [maven-build-cache-extension] AlexanderAshitkin commented on a diff in pull request #40: Cache documentation improvements

2023-03-04 Thread via GitHub
AlexanderAshitkin commented on code in PR #40: URL: https://github.com/apache/maven-build-cache-extension/pull/40#discussion_r1125518186 ## src/site/markdown/how-to.md: ## @@ -70,8 +70,7 @@ Add all the project specific source code files in ``. Scala in this case: ###

[GitHub] [maven-build-cache-extension] AlexanderAshitkin commented on a diff in pull request #40: Cache documentation improvements

2023-03-04 Thread via GitHub
AlexanderAshitkin commented on code in PR #40: URL: https://github.com/apache/maven-build-cache-extension/pull/40#discussion_r1125518090 ## src/site/markdown/getting-started.md: ## @@ -17,58 +17,66 @@ ## Getting Started -To on-board incremental Maven you need to complete

[jira] [Commented] (MBUILDCACHE-46) Add maven.build.cache.remote.enabled parameter

2023-03-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17696480#comment-17696480 ] ASF GitHub Bot commented on MBUILDCACHE-46: --- AlexanderAshitkin commented on code in PR #43:

[GitHub] [maven-build-cache-extension] AlexanderAshitkin commented on a diff in pull request #43: [MBUILDCACHE-46] Add maven.build.cache.remote.enabled parameter

2023-03-04 Thread via GitHub
AlexanderAshitkin commented on code in PR #43: URL: https://github.com/apache/maven-build-cache-extension/pull/43#discussion_r1125516876 ## src/main/java/org/apache/maven/buildcache/CacheControllerImpl.java: ## @@ -173,11 +173,14 @@ public CacheResult findCachedBuild(

[jira] [Comment Edited] (MSHADE-420) Reproducible Builds timestamp issue in some cases

2023-03-04 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17696476#comment-17696476 ] Herve Boutemy edited comment on MSHADE-420 at 3/4/23 6:55 PM: -- digging into

[GitHub] [maven-build-cache-extension] AlexanderAshitkin commented on a diff in pull request #40: Cache documentation improvements

2023-03-04 Thread via GitHub
AlexanderAshitkin commented on code in PR #40: URL: https://github.com/apache/maven-build-cache-extension/pull/40#discussion_r1125513681 ## src/site/markdown/getting-started.md: ## @@ -17,58 +17,66 @@ ## Getting Started -To on-board incremental Maven you need to complete

[jira] [Commented] (MBUILDCACHE-46) Add maven.build.cache.remote.enabled parameter

2023-03-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17696477#comment-17696477 ] ASF GitHub Bot commented on MBUILDCACHE-46: --- AlexanderAshitkin commented on PR #43: URL:

[jira] [Comment Edited] (MSHADE-420) Reproducible Builds timestamp issue in some cases

2023-03-04 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17696476#comment-17696476 ] Herve Boutemy edited comment on MSHADE-420 at 3/4/23 6:43 PM: -- digging into

[GitHub] [maven-build-cache-extension] AlexanderAshitkin commented on pull request #43: [MBUILDCACHE-46] Add maven.build.cache.remote.enabled parameter

2023-03-04 Thread via GitHub
AlexanderAshitkin commented on PR #43: URL: https://github.com/apache/maven-build-cache-extension/pull/43#issuecomment-1454837485 looks good to me -- 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

[jira] [Commented] (MSHADE-420) Reproducible Builds timestamp issue in some cases

2023-03-04 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17696476#comment-17696476 ] Herve Boutemy commented on MSHADE-420: -- digging into the case: it seems the issue comes from entries

[jira] [Commented] (MSHADE-420) Reproducible Builds timestamp issue in some cases

2023-03-04 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17696474#comment-17696474 ] Herve Boutemy commented on MSHADE-420: -- IT created

[GitHub] [maven-shade-plugin] hboutemy opened a new pull request, #179: [MSHADE-420] create IT: 2 runs with different TZ give different jars

2023-03-04 Thread via GitHub
hboutemy opened a new pull request, #179: URL: https://github.com/apache/maven-shade-plugin/pull/179 https://issues.apache.org/jira/browse/MSHADE-420 -- 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

[jira] [Commented] (MSCMPUB-51) Api incompatibility issue using maven-scm-provider-gitexe 2.0.0-M2

2023-03-04 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSCMPUB-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17696471#comment-17696471 ] Sylwester Lachiewicz commented on MSCMPUB-51: - should be fixed with MSCMPUB-57 > Api

[jira] [Assigned] (MSCMPUB-57) Upgrade parent POM to version 39 and dependencies

2023-03-04 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSCMPUB-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reassigned MSCMPUB-57: --- Assignee: Sylwester Lachiewicz > Upgrade parent POM to version 39 and

[jira] [Closed] (MSCMPUB-57) Upgrade parent POM to version 39 and dependencies

2023-03-04 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSCMPUB-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MSCMPUB-57. --- Resolution: Fixed > Upgrade parent POM to version 39 and dependencies >

[GitHub] [maven-jdeps-plugin] dependabot[bot] commented on pull request #5: Bump junit from 4.11 to 4.13.1

2023-03-04 Thread via GitHub
dependabot[bot] commented on PR #5: URL: https://github.com/apache/maven-jdeps-plugin/pull/5#issuecomment-1454820595 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [maven-jdeps-plugin] slachiewicz closed pull request #5: Bump junit from 4.11 to 4.13.1

2023-03-04 Thread via GitHub
slachiewicz closed pull request #5: Bump junit from 4.11 to 4.13.1 URL: https://github.com/apache/maven-jdeps-plugin/pull/5 -- 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

[GitHub] [maven-sources] slachiewicz closed pull request #3: Info

2023-03-04 Thread via GitHub
slachiewicz closed pull request #3: Info URL: https://github.com/apache/maven-sources/pull/3 -- 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:

[GitHub] [maven-invoker] slachiewicz merged pull request #60: Bump junit-bom from 5.9.1 to 5.9.2

2023-03-04 Thread via GitHub
slachiewicz merged PR #60: URL: https://github.com/apache/maven-invoker/pull/60 -- 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:

[GitHub] [maven-pdf-plugin] slachiewicz merged pull request #38: Bump plexus-utils from 3.5.0 to 3.5.1

2023-03-04 Thread via GitHub
slachiewicz merged PR #38: URL: https://github.com/apache/maven-pdf-plugin/pull/38 -- 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:

[GitHub] [maven-jxr] slachiewicz commented on pull request #89: Bump slf4jVersion from 1.7.36 to 2.0.6

2023-03-04 Thread via GitHub
slachiewicz commented on PR #89: URL: https://github.com/apache/maven-jxr/pull/89#issuecomment-1454818635 @dependabot ignore this major version -- 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

[GitHub] [maven-jxr] dependabot[bot] commented on pull request #89: Bump slf4jVersion from 1.7.36 to 2.0.6

2023-03-04 Thread via GitHub
dependabot[bot] commented on PR #89: URL: https://github.com/apache/maven-jxr/pull/89#issuecomment-1454818645 OK, I won't notify you about version 2.x.x again, unless you re-open this PR.  -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [maven-jxr] dependabot[bot] closed pull request #89: Bump slf4jVersion from 1.7.36 to 2.0.6

2023-03-04 Thread via GitHub
dependabot[bot] closed pull request #89: Bump slf4jVersion from 1.7.36 to 2.0.6 URL: https://github.com/apache/maven-jxr/pull/89 -- 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.

[GitHub] [maven-jmod-plugin] slachiewicz commented on pull request #5: Bump maven-shared-utils from 3.2.1 to 3.3.3

2023-03-04 Thread via GitHub
slachiewicz commented on PR #5: URL: https://github.com/apache/maven-jmod-plugin/pull/5#issuecomment-1454818430 @dependabot recreate -- 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

[GitHub] [maven-artifact-transfer] dependabot[bot] commented on pull request #86: Bump apiMaven.version from 3.0 to 3.9.0

2023-03-04 Thread via GitHub
dependabot[bot] commented on PR #86: URL: https://github.com/apache/maven-artifact-transfer/pull/86#issuecomment-1454818188 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a

[GitHub] [maven-artifact-transfer] slachiewicz closed pull request #86: Bump apiMaven.version from 3.0 to 3.9.0

2023-03-04 Thread via GitHub
slachiewicz closed pull request #86: Bump apiMaven.version from 3.0 to 3.9.0 URL: https://github.com/apache/maven-artifact-transfer/pull/86 -- 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

[GitHub] [maven-doxia-sitetools] slachiewicz merged pull request #90: Bump apache/maven-gh-actions-shared from 2 to 3

2023-03-04 Thread via GitHub
slachiewicz merged PR #90: URL: https://github.com/apache/maven-doxia-sitetools/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:

[GitHub] [maven-build-cache-extension] dependabot[bot] commented on pull request #44: Bump log4j-over-slf4j from 1.7.35 to 2.0.6

2023-03-04 Thread via GitHub
dependabot[bot] commented on PR #44: URL: https://github.com/apache/maven-build-cache-extension/pull/44#issuecomment-1454816205 OK, I won't notify you about version 2.x.x again, unless you re-open this PR.  -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [maven-build-cache-extension] dependabot[bot] closed pull request #44: Bump log4j-over-slf4j from 1.7.35 to 2.0.6

2023-03-04 Thread via GitHub
dependabot[bot] closed pull request #44: Bump log4j-over-slf4j from 1.7.35 to 2.0.6 URL: https://github.com/apache/maven-build-cache-extension/pull/44 -- 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

[GitHub] [maven-build-cache-extension] slachiewicz commented on pull request #44: Bump log4j-over-slf4j from 1.7.35 to 2.0.6

2023-03-04 Thread via GitHub
slachiewicz commented on PR #44: URL: https://github.com/apache/maven-build-cache-extension/pull/44#issuecomment-1454816189 @dependabot ignore this major version -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [maven-verifier] slachiewicz merged pull request #72: Bump apache/maven-gh-actions-shared from 2 to 3

2023-03-04 Thread via GitHub
slachiewicz merged PR #72: URL: https://github.com/apache/maven-verifier/pull/72 -- 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:

[GitHub] [maven-script-interpreter] slachiewicz merged pull request #93: Bump apache/maven-gh-actions-shared from 2 to 3

2023-03-04 Thread via GitHub
slachiewicz merged PR #93: URL: https://github.com/apache/maven-script-interpreter/pull/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:

[GitHub] [maven-install-plugin] dependabot[bot] commented on pull request #56: Bump mockito-core from 4.8.1 to 5.1.1

2023-03-04 Thread via GitHub
dependabot[bot] commented on PR #56: URL: https://github.com/apache/maven-install-plugin/pull/56#issuecomment-1454815714 OK, I won't notify you about version 5.x.x again, unless you re-open this PR.  -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [maven-install-plugin] dependabot[bot] closed pull request #56: Bump mockito-core from 4.8.1 to 5.1.1

2023-03-04 Thread via GitHub
dependabot[bot] closed pull request #56: Bump mockito-core from 4.8.1 to 5.1.1 URL: https://github.com/apache/maven-install-plugin/pull/56 -- 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

[GitHub] [maven-install-plugin] slachiewicz commented on pull request #56: Bump mockito-core from 4.8.1 to 5.1.1

2023-03-04 Thread via GitHub
slachiewicz commented on PR #56: URL: https://github.com/apache/maven-install-plugin/pull/56#issuecomment-1454815701 @dependabot ignore this major version -- 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

[GitHub] [maven-help-plugin] slachiewicz merged pull request #84: Bump apache/maven-gh-actions-shared from 2 to 3

2023-03-04 Thread via GitHub
slachiewicz merged PR #84: URL: https://github.com/apache/maven-help-plugin/pull/84 -- 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:

[GitHub] [maven-gpg-plugin] dependabot[bot] commented on pull request #36: Bump mavenVersion from 3.2.5 to 3.9.0

2023-03-04 Thread via GitHub
dependabot[bot] commented on PR #36: URL: https://github.com/apache/maven-gpg-plugin/pull/36#issuecomment-1454815119 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a

[GitHub] [maven-gpg-plugin] slachiewicz closed pull request #36: Bump mavenVersion from 3.2.5 to 3.9.0

2023-03-04 Thread via GitHub
slachiewicz closed pull request #36: Bump mavenVersion from 3.2.5 to 3.9.0 URL: https://github.com/apache/maven-gpg-plugin/pull/36 -- 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

[GitHub] [maven-filtering] dependabot[bot] commented on pull request #67: Bump mockito-core from 4.7.0 to 5.1.1

2023-03-04 Thread via GitHub
dependabot[bot] commented on PR #67: URL: https://github.com/apache/maven-filtering/pull/67#issuecomment-1454814888 OK, I won't notify you about version 5.x.x again, unless you re-open this PR.  -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [maven-filtering] dependabot[bot] closed pull request #67: Bump mockito-core from 4.7.0 to 5.1.1

2023-03-04 Thread via GitHub
dependabot[bot] closed pull request #67: Bump mockito-core from 4.7.0 to 5.1.1 URL: https://github.com/apache/maven-filtering/pull/67 -- 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

[GitHub] [maven-filtering] slachiewicz commented on pull request #67: Bump mockito-core from 4.7.0 to 5.1.1

2023-03-04 Thread via GitHub
slachiewicz commented on PR #67: URL: https://github.com/apache/maven-filtering/pull/67#issuecomment-1454814878 @dependabot ignore this major version -- 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

[GitHub] [maven-release] dependabot[bot] commented on pull request #159: Bump slf4jVersion from 1.7.36 to 2.0.4

2023-03-04 Thread via GitHub
dependabot[bot] commented on PR #159: URL: https://github.com/apache/maven-release/pull/159#issuecomment-1454814191 OK, I won't notify you about version 2.x.x again, unless you re-open this PR.  -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [maven-release] dependabot[bot] commented on pull request #166: Bump mockito-core from 2.28.2 to 5.1.1

2023-03-04 Thread via GitHub
dependabot[bot] commented on PR #166: URL: https://github.com/apache/maven-release/pull/166#issuecomment-1454814265 OK, I won't notify you about version 5.x.x again, unless you re-open this PR.  -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [maven-release] slachiewicz merged pull request #167: Bump apache/maven-gh-actions-shared from 2 to 3

2023-03-04 Thread via GitHub
slachiewicz merged PR #167: URL: https://github.com/apache/maven-release/pull/167 -- 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:

[GitHub] [maven-release] dependabot[bot] closed pull request #166: Bump mockito-core from 2.28.2 to 5.1.1

2023-03-04 Thread via GitHub
dependabot[bot] closed pull request #166: Bump mockito-core from 2.28.2 to 5.1.1 URL: https://github.com/apache/maven-release/pull/166 -- 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

[GitHub] [maven-release] slachiewicz commented on pull request #166: Bump mockito-core from 2.28.2 to 5.1.1

2023-03-04 Thread via GitHub
slachiewicz commented on PR #166: URL: https://github.com/apache/maven-release/pull/166#issuecomment-1454814251 @dependabot ignore this major version -- 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

[GitHub] [maven-release] dependabot[bot] closed pull request #159: Bump slf4jVersion from 1.7.36 to 2.0.4

2023-03-04 Thread via GitHub
dependabot[bot] closed pull request #159: Bump slf4jVersion from 1.7.36 to 2.0.4 URL: https://github.com/apache/maven-release/pull/159 -- 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

[GitHub] [maven-release] slachiewicz commented on pull request #159: Bump slf4jVersion from 1.7.36 to 2.0.4

2023-03-04 Thread via GitHub
slachiewicz commented on PR #159: URL: https://github.com/apache/maven-release/pull/159#issuecomment-1454814170 @dependabot ignore this major version -- 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

[GitHub] [maven-resources-plugin] slachiewicz merged pull request #46: Bump apache/maven-gh-actions-shared from 2 to 3

2023-03-04 Thread via GitHub
slachiewicz merged PR #46: URL: https://github.com/apache/maven-resources-plugin/pull/46 -- 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:

[GitHub] [maven-doxia] slachiewicz merged pull request #150: Bump apache/maven-gh-actions-shared from 2 to 3

2023-03-04 Thread via GitHub
slachiewicz merged PR #150: URL: https://github.com/apache/maven-doxia/pull/150 -- 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:

[GitHub] [maven-enforcer] slachiewicz merged pull request #251: Bump apache/maven-gh-actions-shared from 2 to 3

2023-03-04 Thread via GitHub
slachiewicz merged PR #251: URL: https://github.com/apache/maven-enforcer/pull/251 -- 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:

[GitHub] [maven-shared-utils] slachiewicz merged pull request #130: Bump apache/maven-gh-actions-shared from 2 to 3

2023-03-04 Thread via GitHub
slachiewicz merged PR #130: URL: https://github.com/apache/maven-shared-utils/pull/130 -- 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:

[GitHub] [maven-indexer] dependabot[bot] commented on pull request #282: Bump maven-parent from 37 to 39

2023-03-04 Thread via GitHub
dependabot[bot] commented on PR #282: URL: https://github.com/apache/maven-indexer/pull/282#issuecomment-1454813212 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [maven-indexer] slachiewicz closed pull request #282: Bump maven-parent from 37 to 39

2023-03-04 Thread via GitHub
slachiewicz closed pull request #282: Bump maven-parent from 37 to 39 URL: https://github.com/apache/maven-indexer/pull/282 -- 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

[GitHub] [maven-indexer] dependabot[bot] closed pull request #296: Bump jetty-webapp from 9.4.49.v20220914 to 11.0.14

2023-03-04 Thread via GitHub
dependabot[bot] closed pull request #296: Bump jetty-webapp from 9.4.49.v20220914 to 11.0.14 URL: https://github.com/apache/maven-indexer/pull/296 -- 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

[GitHub] [maven-indexer] dependabot[bot] commented on pull request #296: Bump jetty-webapp from 9.4.49.v20220914 to 11.0.14

2023-03-04 Thread via GitHub
dependabot[bot] commented on PR #296: URL: https://github.com/apache/maven-indexer/pull/296#issuecomment-1454813030 OK, I won't notify you about version 11.x.x again, unless you re-open this PR.  -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [maven-indexer] slachiewicz commented on pull request #296: Bump jetty-webapp from 9.4.49.v20220914 to 11.0.14

2023-03-04 Thread via GitHub
slachiewicz commented on PR #296: URL: https://github.com/apache/maven-indexer/pull/296#issuecomment-1454813002 @dependabot ignore this major version -- 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

[GitHub] [maven-indexer] dependabot[bot] commented on pull request #298: Bump version.spring from 5.3.25 to 6.0.6

2023-03-04 Thread via GitHub
dependabot[bot] commented on PR #298: URL: https://github.com/apache/maven-indexer/pull/298#issuecomment-1454812920 OK, I won't notify you about version 6.x.x again, unless you re-open this PR.  -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [maven-indexer] slachiewicz commented on pull request #298: Bump version.spring from 5.3.25 to 6.0.6

2023-03-04 Thread via GitHub
slachiewicz commented on PR #298: URL: https://github.com/apache/maven-indexer/pull/298#issuecomment-1454812907 @dependabot ignore this major version -- 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

[GitHub] [maven-indexer] dependabot[bot] closed pull request #298: Bump version.spring from 5.3.25 to 6.0.6

2023-03-04 Thread via GitHub
dependabot[bot] closed pull request #298: Bump version.spring from 5.3.25 to 6.0.6 URL: https://github.com/apache/maven-indexer/pull/298 -- 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

[jira] [Comment Edited] (MSHADE-420) Reproducible Builds timestamp issue in some cases

2023-03-04 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17696467#comment-17696467 ] Herve Boutemy edited comment on MSHADE-420 at 3/4/23 5:24 PM: -- {quote}Most

[GitHub] [maven-pmd-plugin] dependabot[bot] commented on pull request #106: Bump slf4jVersion from 1.7.36 to 2.0.6

2023-03-04 Thread via GitHub
dependabot[bot] commented on PR #106: URL: https://github.com/apache/maven-pmd-plugin/pull/106#issuecomment-1454812335 OK, I won't notify you about version 2.x.x again, unless you re-open this PR.  -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [maven-pmd-plugin] dependabot[bot] closed pull request #106: Bump slf4jVersion from 1.7.36 to 2.0.6

2023-03-04 Thread via GitHub
dependabot[bot] closed pull request #106: Bump slf4jVersion from 1.7.36 to 2.0.6 URL: https://github.com/apache/maven-pmd-plugin/pull/106 -- 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

[GitHub] [maven-pmd-plugin] slachiewicz commented on pull request #106: Bump slf4jVersion from 1.7.36 to 2.0.6

2023-03-04 Thread via GitHub
slachiewicz commented on PR #106: URL: https://github.com/apache/maven-pmd-plugin/pull/106#issuecomment-1454812323 @dependabot ignore this major version -- 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

[jira] [Commented] (MSHADE-420) Reproducible Builds timestamp issue in some cases

2023-03-04 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17696467#comment-17696467 ] Herve Boutemy commented on MSHADE-420: -- {quote}Most importantly: I say this is not a

[GitHub] [maven-site] slachiewicz merged pull request #388: Bump plantuml from 1.2023.1 to 1.2023.2

2023-03-04 Thread via GitHub
slachiewicz merged PR #388: URL: https://github.com/apache/maven-site/pull/388 -- 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:

[GitHub] [maven-shade-plugin] dependabot[bot] commented on pull request #177: Bump mavenVersion from 3.2.5 to 3.8.7

2023-03-04 Thread via GitHub
dependabot[bot] commented on PR #177: URL: https://github.com/apache/maven-shade-plugin/pull/177#issuecomment-1454810083 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a

[GitHub] [maven-shade-plugin] slachiewicz closed pull request #177: Bump mavenVersion from 3.2.5 to 3.8.7

2023-03-04 Thread via GitHub
slachiewicz closed pull request #177: Bump mavenVersion from 3.2.5 to 3.8.7 URL: https://github.com/apache/maven-shade-plugin/pull/177 -- 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

[GitHub] [maven-scm-publish-plugin] slachiewicz merged pull request #17: [MSCMPUB-57] Upgrade parent pom to 39 plus deps update

2023-03-04 Thread via GitHub
slachiewicz merged PR #17: URL: https://github.com/apache/maven-scm-publish-plugin/pull/17 -- 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:

[GitHub] [maven-scm-publish-plugin] dependabot[bot] commented on pull request #10: Bump scmVersion from 1.11.2 to 1.13.0

2023-03-04 Thread via GitHub
dependabot[bot] commented on PR #10: URL: https://github.com/apache/maven-scm-publish-plugin/pull/10#issuecomment-1454798009 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for

[GitHub] [maven-scm-publish-plugin] dependabot[bot] commented on pull request #14: Bump maven-shared-utils from 3.3.3 to 3.3.4

2023-03-04 Thread via GitHub
dependabot[bot] commented on PR #14: URL: https://github.com/apache/maven-scm-publish-plugin/pull/14#issuecomment-1454797877 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or

[GitHub] [maven-scm-publish-plugin] slachiewicz closed pull request #10: Bump scmVersion from 1.11.2 to 1.13.0

2023-03-04 Thread via GitHub
slachiewicz closed pull request #10: Bump scmVersion from 1.11.2 to 1.13.0 URL: https://github.com/apache/maven-scm-publish-plugin/pull/10 -- 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

[GitHub] [maven-scm-publish-plugin] dependabot[bot] commented on pull request #13: Bump commons-lang3 from 3.1 to 3.12.0

2023-03-04 Thread via GitHub
dependabot[bot] commented on PR #13: URL: https://github.com/apache/maven-scm-publish-plugin/pull/13#issuecomment-1454797958 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or

[GitHub] [maven-scm-publish-plugin] slachiewicz closed pull request #13: Bump commons-lang3 from 3.1 to 3.12.0

2023-03-04 Thread via GitHub
slachiewicz closed pull request #13: Bump commons-lang3 from 3.1 to 3.12.0 URL: https://github.com/apache/maven-scm-publish-plugin/pull/13 -- 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

[GitHub] [maven-scm-publish-plugin] slachiewicz closed pull request #14: Bump maven-shared-utils from 3.3.3 to 3.3.4

2023-03-04 Thread via GitHub
slachiewicz closed pull request #14: Bump maven-shared-utils from 3.3.3 to 3.3.4 URL: https://github.com/apache/maven-scm-publish-plugin/pull/14 -- 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

[jira] [Assigned] (MSCMPUB-54) Require Maven 3.2.5+

2023-03-04 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSCMPUB-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reassigned MSCMPUB-54: --- Assignee: Sylwester Lachiewicz > Require Maven 3.2.5+ >

  1   2   >