[jira] [Commented] (SUREFIRE-2268) Tests run under classpath if JDK 23 is used

2024-09-24 Thread Gili (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884451#comment-17884451 ] Gili commented on SUREFIRE-2268: Thanks Slawomir. Looking forward to testing it :) >

[jira] [Commented] (MJAVADOC-813) [REGRESSION] The given File link: X is not a dir

2024-09-24 Thread Gili (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884449#comment-17884449 ] Gili commented on MJAVADOC-813: --- Hi Michael, Reading through the release notes and issue

[jira] [Commented] (MGPG-136) "gpg: signing failed: Bad passphrase" on GitHub Windows runners

2024-09-24 Thread Gili (Jira)
[ https://issues.apache.org/jira/browse/MGPG-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884463#comment-17884463 ] Gili commented on MGPG-136: --- Your call, though it's harder to remove something once it's been pub

Re: [PR] [MNG-8258] activate Reproducible Builds by default [maven]

2024-09-24 Thread via GitHub
desruisseaux commented on PR #1726: URL: https://github.com/apache/maven/pull/1726#issuecomment-2372513116 > I'm neither talking about the content of META-INF/MANIFEST.MF nor the timestamp of the jar, but the timestamp of entries in the jar/zip Ah okay. I guess that whether they could

[jira] [Closed] (SUREFIRE-2270) Use JUnit5 in surefire-shadefire

2024-09-24 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed SUREFIRE-2270. - Resolution: Fixed > Use JUnit5 in surefire-shadefire > ---

Re: [PR] [SUREFIRE-2270] Use JUnit5 in surefire-shadefire [maven-surefire]

2024-09-24 Thread via GitHub
slawekjaranowski merged PR #783: URL: https://github.com/apache/maven-surefire/pull/783 -- 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.

Re: [PR] [MNG-8258] activate Reproducible Builds by default [maven]

2024-09-24 Thread via GitHub
cstamas commented on PR #1726: URL: https://github.com/apache/maven/pull/1726#issuecomment-2372472263 Nope, we are about "reproducible builds". In short, if you build a (let's assume git tag), then if I re-build same tag (on same OS/Java -- but this has some leeway), I should end up

Re: [PR] [MNG-8258] activate Reproducible Builds by default [maven]

2024-09-24 Thread via GitHub
desruisseaux commented on PR #1726: URL: https://github.com/apache/maven/pull/1726#issuecomment-2372485731 Just tested, I thought that Maven was adding automatically the `Built-On` attribute in the `META-INF/MANIFEST.MF` file (which would have contributed to making the files different on ea

[PR] Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.2 [maven-war-plugin]

2024-09-24 Thread via GitHub
dependabot[bot] opened a new pull request, #77: URL: https://github.com/apache/maven-war-plugin/pull/77 Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.5.1 to 4.0.2. Release notes Sourced from https://github.com/codehaus-plexus/plex

Re: [PR] Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.1 [maven-war-plugin]

2024-09-24 Thread via GitHub
dependabot[bot] closed pull request #71: Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.1 URL: https://github.com/apache/maven-war-plugin/pull/71 -- 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 g

Re: [PR] Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.1 [maven-war-plugin]

2024-09-24 Thread via GitHub
dependabot[bot] commented on PR #71: URL: https://github.com/apache/maven-war-plugin/pull/71#issuecomment-2372665404 Superseded by #77. -- 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 specifi

[jira] [Assigned] (SUREFIRE-2268) Tests run under classpath if JDK 23 is used

2024-09-24 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned SUREFIRE-2268: - Assignee: Slawomir Jaranowski > Tests run under classpath if JDK 23 i

Re: [PR] No issue, no change [maven]

2024-09-24 Thread via GitHub
cstamas merged PR #1745: URL: https://github.com/apache/maven/pull/1745 -- 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.

Re: [PR] Feature add rat head to m2.conf [maven]

2024-09-24 Thread via GitHub
cstamas commented on PR #1743: URL: https://github.com/apache/maven/pull/1743#issuecomment-2371657314 Perso I'd rather fix spotless on BOM, as we still want BOM formatted (instead as in this PR, skipping it) @gnodet ? -- This is an automated message from the Apache Git Service. To respond

[I] Exception when running with ansible shell module [maven-mvnd]

2024-09-24 Thread via GitHub
neshtaMedia opened a new issue, #1150: URL: https://github.com/apache/maven-mvnd/issues/1150 Ansible command: - name: Build project local_action: module: shell cmd: "mvnd --batch-mode --log-file build_log.txt --projects web/{{ artifact_name }} clean

Re: [PR] [MRESOLVER-397] Deprecate Guice integration [maven-resolver]

2024-09-24 Thread via GitHub
cstamas commented on PR #328: URL: https://github.com/apache/maven-resolver/pull/328#issuecomment-2372003980 @basil something along these lines? https://github.com/jenkinsci/acceptance-test-harness/pull/1733 -- This is an automated message from the Apache Git Service. To respond to the me

[jira] [Commented] (MRESOLVER-397) Deprecate Guice modules

2024-09-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884406#comment-17884406 ] ASF GitHub Bot commented on MRESOLVER-397: -- cstamas commented on PR #328: URL

Re: [PR] [DOXIASITETOOLS-348] Allow to enforce a parent site descriptor [maven-doxia-sitetools]

2024-09-24 Thread via GitHub
kwin merged PR #173: URL: https://github.com/apache/maven-doxia-sitetools/pull/173 -- 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...@ma

[jira] [Resolved] (DOXIASITETOOLS-348) Extend site descriptor to enforce a parent

2024-09-24 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus resolved DOXIASITETOOLS-348. Fix Version/s: version-next Resolution: Fixed Fixed in http

[jira] [Updated] (SUREFIRE-2268) Tests run under classpath if JDK 23 is used

2024-09-24 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated SUREFIRE-2268: -- Fix Version/s: 3.5.1 > Tests run under classpath if JDK 23 is used > ---

[jira] [Commented] (SUREFIRE-2268) Tests run under classpath if JDK 23 is used

2024-09-24 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884144#comment-17884144 ] Slawomir Jaranowski commented on SUREFIRE-2268: --- Without more checking I

Re: [PR] [MNG-8258] activate Reproducible Builds by default [maven]

2024-09-24 Thread via GitHub
olamy commented on PR #1726: URL: https://github.com/apache/maven/pull/1726#issuecomment-2370734196 > > Alternatively, if the build time is considered a problem, why not just excluding it completely? It is not part of the JAR file specification as far as I can see (I don't see it in the [li

[jira] [Commented] (MGPG-136) "gpg: signing failed: Bad passphrase" on GitHub Windows runners

2024-09-24 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MGPG-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884192#comment-17884192 ] Tamas Cservenak commented on MGPG-136: -- [~michael-o][~cowwoc] seems it was rogue CR! S

Re: [PR] [MRESOLVER-397] Deprecate Guice integration [maven-resolver]

2024-09-24 Thread via GitHub
basil commented on PR #328: URL: https://github.com/apache/maven-resolver/pull/328#issuecomment-2371842156 Hi @cstamas, we are currently relying on this deprecated functionality in the Jenkins Acceptance Test Harness (ATH), a Guice-based project that also uses Maven Resolver to fetch Jenkin

[jira] [Commented] (MRESOLVER-397) Deprecate Guice modules

2024-09-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884368#comment-17884368 ] ASF GitHub Bot commented on MRESOLVER-397: -- basil commented on PR #328: URL:

Re: [PR] [MRESOLVER-397] Deprecate Guice integration [maven-resolver]

2024-09-24 Thread via GitHub
cstamas commented on PR #328: URL: https://github.com/apache/maven-resolver/pull/328#issuecomment-2371857312 Given you use Guice already, [Sisu](https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M3/) is "just" +300KB (if using no_asm and you provide ASM), o

[jira] [Commented] (MRESOLVER-397) Deprecate Guice modules

2024-09-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884373#comment-17884373 ] ASF GitHub Bot commented on MRESOLVER-397: -- cstamas commented on PR #328: URL

[jira] [Commented] (MRESOLVER-397) Deprecate Guice modules

2024-09-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884381#comment-17884381 ] ASF GitHub Bot commented on MRESOLVER-397: -- basil commented on PR #328: URL:

[PR] Bump com.google.guava:guava from 33.2.1-jre to 33.3.1-jre [maven-deploy-plugin]

2024-09-24 Thread via GitHub
dependabot[bot] opened a new pull request, #79: URL: https://github.com/apache/maven-deploy-plugin/pull/79 Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.1-jre to 33.3.1-jre. Release notes Sourced from https://github.com/google/guava/releases";>com.google

Re: [PR] Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre [maven-deploy-plugin]

2024-09-24 Thread via GitHub
dependabot[bot] closed pull request #76: Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre URL: https://github.com/apache/maven-deploy-plugin/pull/76 -- 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 t

Re: [PR] Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre [maven-deploy-plugin]

2024-09-24 Thread via GitHub
dependabot[bot] commented on PR #76: URL: https://github.com/apache/maven-deploy-plugin/pull/76#issuecomment-2371890192 Superseded by #79. -- 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 spe

Re: [PR] Stronger encapsulation of collection fields in MavenProject [maven]

2024-09-24 Thread via GitHub
desruisseaux commented on PR #1744: URL: https://github.com/apache/maven/pull/1744#issuecomment-2372305329 > We really need to reverse things: have maven-api-impl implement all these, and let "legacy" (like compat was in mvn3) rely on new API, instead the other way around... It is fi

Re: [PR] Stronger encapsulation of collection fields in MavenProject [maven]

2024-09-24 Thread via GitHub
cstamas commented on PR #1744: URL: https://github.com/apache/maven/pull/1744#issuecomment-2372318644 Yes, anything in maven-xxx is _legacy_ except api/ and of course maven-api-impl that implements API. Currently "new" implementation relies on legacy, but we should turn it around --

[PR] Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.2 [maven-remote-resources-plugin]

2024-09-24 Thread via GitHub
dependabot[bot] opened a new pull request, #65: URL: https://github.com/apache/maven-remote-resources-plugin/pull/65 Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 4.0.0 to 4.0.2. Release notes Sourced from https://github.com/codehau

Re: [PR] Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 [maven-remote-resources-plugin]

2024-09-24 Thread via GitHub
dependabot[bot] commented on PR #57: URL: https://github.com/apache/maven-remote-resources-plugin/pull/57#issuecomment-2372783363 Superseded by #65. -- 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

Re: [PR] Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 [maven-remote-resources-plugin]

2024-09-24 Thread via GitHub
dependabot[bot] closed pull request #57: Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 URL: https://github.com/apache/maven-remote-resources-plugin/pull/57 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] [MNG-8258] activate Reproducible Builds by default [maven]

2024-09-24 Thread via GitHub
desruisseaux commented on PR #1726: URL: https://github.com/apache/maven/pull/1726#issuecomment-2372433573 > if anybody knows how to do a zip that does not contain any timestamp, I'm all ears open. The `jar` command-line does not create time-stamp entry. Using the standard `java.util

Re: [PR] [MNG-8258] activate Reproducible Builds by default [maven]

2024-09-24 Thread via GitHub
desruisseaux commented on PR #1726: URL: https://github.com/apache/maven/pull/1726#issuecomment-2372459322 I thought that we were talking about the content of the `MANIFEST.MF` file. The JAR files created by Maven contains an attribute like this one: ``` Built-On: 2024-09-24 13:49:

Re: [PR] [MNG-8258] activate Reproducible Builds by default [maven]

2024-09-24 Thread via GitHub
hboutemy commented on PR #1726: URL: https://github.com/apache/maven/pull/1726#issuecomment-2372500144 we're neither talking about the content of `META-INF/MANIFEST.MF` nor the timestamp of the jar, but **the timestamp of entries in the jar/zip** -- This is an automated message from the A

Re: [PR] [MNG-8258] activate Reproducible Builds by default [maven]

2024-09-24 Thread via GitHub
hboutemy commented on PR #1726: URL: https://github.com/apache/maven/pull/1726#issuecomment-2372441140 > The jar command-line does not create time-stamp entry that's not the result I get: ``` ❯ export LC_ALL=C ❯ touch f.txt ❯ jar --create --file f.jar f.txt ❯ zipdeta

Re: [PR] [MNG-8258] activate Reproducible Builds by default [maven]

2024-09-24 Thread via GitHub
laeubi commented on PR #1726: URL: https://github.com/apache/maven/pull/1726#issuecomment-2372876643 > I'm neither talking about the content of `META-INF/MANIFEST.MF` nor the timestamp of the jar, but **the timestamp of entries in the jar/zip** But is this then not more the `jar-plugi

[jira] [Closed] (MJAVADOC-811) javadoc.bat fails to execute on Windows when project is not on drive C and AutoRun is configured

2024-09-24 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MJAVADOC-811. --- Resolution: Fixed Fixed with [db6d7f6ec355dd26c7f4841ad2c63ff4df456422|https://gitbox.apac

Re: [PR] [MJAVADOC-812] [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty… [maven-javadoc-plugin]

2024-09-24 Thread via GitHub
michael-o closed pull request #320: [MJAVADOC-812] [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty… URL: https://github.com/apache/maven-javadoc-plugin/pull/320 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] [MJAVADOC-812] [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty… [maven-javadoc-plugin]

2024-09-24 Thread via GitHub
michael-o merged PR #320: URL: https://github.com/apache/maven-javadoc-plugin/pull/320 -- 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..

[jira] [Commented] (MJAVADOC-812) [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty JARs

2024-09-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884242#comment-17884242 ] ASF GitHub Bot commented on MJAVADOC-812: - michael-o merged PR #320: URL: https

[jira] [Assigned] (MGPG-144) (test) Bump commons-io:commons-io from 2.16.1 to 2.17.0

2024-09-24 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MGPG-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MGPG-144: Assignee: Tamas Cservenak > (test) Bump commons-io:commons-io from 2.16.1 to 2.17.0 > --

[jira] [Updated] (DOXIASITETOOLS-348) Extend site descriptor to enforce a parent

2024-09-24 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated DOXIASITETOOLS-348: --- Fix Version/s: 2.0.0 > Extend site descriptor to enforce a parent > -

[jira] [Resolved] (MRELEASE-1154) [REGRESSION] MRELEASE-1109 breaks release of Maven Surefire

2024-09-24 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus resolved MRELEASE-1154. --- Resolution: Fixed > [REGRESSION] MRELEASE-1109 breaks release of Maven Surefire >

Re: [PR] [MRELEASE-1154] Never fail for unresolvable version expressions [maven-release]

2024-09-24 Thread via GitHub
kwin merged PR #230: URL: https://github.com/apache/maven-release/pull/230 -- 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.apac

[jira] [Commented] (MRELEASE-1154) [REGRESSION] MRELEASE-1109 breaks release of Maven Surefire

2024-09-24 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884167#comment-17884167 ] Konrad Windszus commented on MRELEASE-1154: --- Fixed in https://github.com/ap

[jira] [Created] (MCLEAN-124) Provide more accurate reason when can not delete a resource

2024-09-24 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MCLEAN-124: -- Summary: Provide more accurate reason when can not delete a resource Key: MCLEAN-124 URL: https://issues.apache.org/jira/browse/MCLEAN-124 Project: Maven

Re: [PR] [MNG-8258] activate Reproducible Builds by default [maven]

2024-09-24 Thread via GitHub
desruisseaux commented on PR #1726: URL: https://github.com/apache/maven/pull/1726#issuecomment-2370593378 Alternatively, if the build time is considered a problem, why not just excluding it completely? It is not part of the JAR file specification as far as I can see (I don't see it in the

Re: [PR] [MNG-8258] activate Reproducible Builds by default [maven]

2024-09-24 Thread via GitHub
laeubi commented on PR #1726: URL: https://github.com/apache/maven/pull/1726#issuecomment-2370609002 Do I understand correctly that then maven defines a default timestamp for the build?!? This looks quite odd to be honest. Should the default not be something like... well `default` or

[jira] [Commented] (MGPG-137) Un-deprecate passphraseServerId

2024-09-24 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MGPG-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884221#comment-17884221 ] Tamas Cservenak commented on MGPG-137: -- Just to clear up: in case of CI runs, the envi

[jira] [Commented] (MGPG-137) Un-deprecate passphraseServerId

2024-09-24 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MGPG-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884224#comment-17884224 ] Tamas Cservenak commented on MGPG-137: -- BC signer was basically added for CI use case,

[jira] [Comment Edited] (MGPG-137) Un-deprecate passphraseServerId

2024-09-24 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MGPG-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884224#comment-17884224 ] Tamas Cservenak edited comment on MGPG-137 at 9/24/24 11:02 AM: -

[jira] [Comment Edited] (MGPG-137) Un-deprecate passphraseServerId

2024-09-24 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MGPG-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884224#comment-17884224 ] Tamas Cservenak edited comment on MGPG-137 at 9/24/24 11:02 AM: -

[jira] [Comment Edited] (MGPG-137) Un-deprecate passphraseServerId

2024-09-24 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MGPG-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884224#comment-17884224 ] Tamas Cservenak edited comment on MGPG-137 at 9/24/24 11:02 AM: -

[jira] [Commented] (MGPG-137) Un-deprecate passphraseServerId

2024-09-24 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MGPG-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884227#comment-17884227 ] Tamas Cservenak commented on MGPG-137: -- Moreover, I think we should stop supporting an

Re: [PR] [MJAVADOC-811] javadoc.bat fails to execute on Windows when project i… [maven-javadoc-plugin]

2024-09-24 Thread via GitHub
michael-o closed pull request #321: [MJAVADOC-811] javadoc.bat fails to execute on Windows when project i… URL: https://github.com/apache/maven-javadoc-plugin/pull/321 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[jira] [Commented] (MJAVADOC-811) javadoc.bat fails to execute on Windows when project is not on drive C and AutoRun is configured

2024-09-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884239#comment-17884239 ] ASF GitHub Bot commented on MJAVADOC-811: - michael-o closed pull request #321:

[jira] [Commented] (MJAVADOC-812) [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty JARs

2024-09-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884241#comment-17884241 ] ASF GitHub Bot commented on MJAVADOC-812: - michael-o closed pull request #320:

[jira] [Closed] (MJAVADOC-812) [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty JARs

2024-09-24 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MJAVADOC-812. --- Resolution: Fixed Fixed with [cde7c56baff9d14b7ab98ced4137488048589419|https://gitbox.apac

[jira] [Updated] (MGPG-136) "gpg: signing failed: Bad passphrase" on GitHub Windows runners

2024-09-24 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MGPG-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MGPG-136: - Affects Version/s: 3.2.6 > "gpg: signing failed: Bad passphrase" on GitHub Windows runners > --

[jira] [Updated] (MGPG-136) "gpg: signing failed: Bad passphrase" on GitHub Windows runners

2024-09-24 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MGPG-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MGPG-136: - Description: Version 3.2.0 - 3.2.6 fail with "gpg: signing failed: Bad passphrase" on GitHub Windo

[jira] [Commented] (MGPG-136) "gpg: signing failed: Bad passphrase" on GitHub Windows runners

2024-09-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MGPG-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884262#comment-17884262 ] ASF GitHub Bot commented on MGPG-136: - cstamas merged PR #120: URL: https://github.com/

Re: [PR] [MGPG-136] Windows passphrase corruption [maven-gpg-plugin]

2024-09-24 Thread via GitHub
cstamas merged PR #120: URL: https://github.com/apache/maven-gpg-plugin/pull/120 -- 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...@mave

Re: [PR] Bump com.kohlschutter.junixsocket:junixsocket-core from 2.10.0 to 2.10.1 [maven-gpg-plugin]

2024-09-24 Thread via GitHub
cstamas merged PR #121: URL: https://github.com/apache/maven-gpg-plugin/pull/121 -- 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...@mave

[jira] [Assigned] (MGPG-143) Bump com.kohlschutter.junixsocket:junixsocket-core from 2.10.0 to 2.10.1

2024-09-24 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MGPG-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MGPG-143: Assignee: Tamas Cservenak > Bump com.kohlschutter.junixsocket:junixsocket-core from 2.10.0 t

[jira] [Closed] (MGPG-136) "gpg: signing failed: Bad passphrase" on GitHub Windows runners

2024-09-24 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MGPG-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MGPG-136. Assignee: Tamas Cservenak Resolution: Fixed > "gpg: signing failed: Bad passphrase" on GitHub W

[jira] [Created] (MGPG-143) Bump com.kohlschutter.junixsocket:junixsocket-core from 2.10.0 to 2.10.1

2024-09-24 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MGPG-143: Summary: Bump com.kohlschutter.junixsocket:junixsocket-core from 2.10.0 to 2.10.1 Key: MGPG-143 URL: https://issues.apache.org/jira/browse/MGPG-143 Project: Maven GPG

[jira] [Created] (MGPG-144) (test) Bump commons-io:commons-io from 2.16.1 to 2.17.0

2024-09-24 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MGPG-144: Summary: (test) Bump commons-io:commons-io from 2.16.1 to 2.17.0 Key: MGPG-144 URL: https://issues.apache.org/jira/browse/MGPG-144 Project: Maven GPG Plugin

[jira] [Closed] (MGPG-143) Bump com.kohlschutter.junixsocket:junixsocket-core from 2.10.0 to 2.10.1

2024-09-24 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MGPG-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MGPG-143. Resolution: Fixed > Bump com.kohlschutter.junixsocket:junixsocket-core from 2.10.0 to 2.10.1 > --

[jira] [Created] (MGPG-145) (IT suite)

2024-09-24 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MGPG-145: Summary: (IT suite) Key: MGPG-145 URL: https://issues.apache.org/jira/browse/MGPG-145 Project: Maven GPG Plugin Issue Type: Bug Affects Versions: 3.2.6,

[jira] [Updated] (MGPG-145) (IT suite) IT did not catch issue on Windows OS

2024-09-24 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MGPG-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MGPG-145: - Summary: (IT suite) IT did not catch issue on Windows OS (was: (IT suite)) > (IT suite) IT did not

[PR] Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.2 [maven-pdf-plugin]

2024-09-24 Thread via GitHub
dependabot[bot] opened a new pull request, #57: URL: https://github.com/apache/maven-pdf-plugin/pull/57 Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.5.1 to 4.0.2. Release notes Sourced from https://github.com/codehaus-plexus/plex

Re: [PR] Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.1 [maven-pdf-plugin]

2024-09-24 Thread via GitHub
dependabot[bot] closed pull request #52: Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.1 URL: https://github.com/apache/maven-pdf-plugin/pull/52 -- 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 g

Re: [PR] Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.1 [maven-pdf-plugin]

2024-09-24 Thread via GitHub
dependabot[bot] commented on PR #52: URL: https://github.com/apache/maven-pdf-plugin/pull/52#issuecomment-2371188876 Superseded by #57. -- 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 specifi

Re: [PR] Bump commons-io:commons-io from 2.16.1 to 2.17.0 [maven-gpg-plugin]

2024-09-24 Thread via GitHub
cstamas merged PR #119: URL: https://github.com/apache/maven-gpg-plugin/pull/119 -- 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...@mave

[jira] [Closed] (MGPG-144) (test) Bump commons-io:commons-io from 2.16.1 to 2.17.0

2024-09-24 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MGPG-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MGPG-144. Resolution: Fixed > (test) Bump commons-io:commons-io from 2.16.1 to 2.17.0 > ---

[jira] [Updated] (MGPG-136) "gpg: signing failed: Bad passphrase" on GitHub Windows runners

2024-09-24 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MGPG-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MGPG-136: - Fix Version/s: 3.2.7 > "gpg: signing failed: Bad passphrase" on GitHub Windows runners > --

[PR] Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.2 [maven-ear-plugin]

2024-09-24 Thread via GitHub
dependabot[bot] opened a new pull request, #117: URL: https://github.com/apache/maven-ear-plugin/pull/117 Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.5.1 to 4.0.2. Release notes Sourced from https://github.com/codehaus-plexus/pl

Re: [PR] Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.1 [maven-ear-plugin]

2024-09-24 Thread via GitHub
dependabot[bot] commented on PR #113: URL: https://github.com/apache/maven-ear-plugin/pull/113#issuecomment-2370820016 Superseded by #117. -- 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 spec

Re: [PR] Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.1 [maven-ear-plugin]

2024-09-24 Thread via GitHub
dependabot[bot] closed pull request #113: Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.1 URL: https://github.com/apache/maven-ear-plugin/pull/113 -- 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] (MGPG-136) "gpg: signing failed: Bad passphrase" on GitHub Windows runners

2024-09-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MGPG-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884200#comment-17884200 ] ASF GitHub Bot commented on MGPG-136: - michael-o commented on code in PR #120: URL: htt

Re: [PR] [MGPG-136] Windows passphrase corruption [maven-gpg-plugin]

2024-09-24 Thread via GitHub
michael-o commented on code in PR #120: URL: https://github.com/apache/maven-gpg-plugin/pull/120#discussion_r1773041660 ## src/main/java/org/apache/maven/plugins/gpg/AbstractGpgMojo.java: ## @@ -270,6 +270,20 @@ public abstract class AbstractGpgMojo extends AbstractMojo {

[jira] [Commented] (MCLEAN-124) Provide more accurate reason when can not delete a resource

2024-09-24 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884207#comment-17884207 ] Slawomir Jaranowski commented on MCLEAN-124: {quote}What do you if Java does

Re: [PR] [MNG-8258] activate Reproducible Builds by default [maven]

2024-09-24 Thread via GitHub
michael-o commented on PR #1726: URL: https://github.com/apache/maven/pull/1726#issuecomment-2370870118 So this will be then only explicit opt-out? -- 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

[PR] Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre [maven-mvnd]

2024-09-24 Thread via GitHub
dependabot[bot] opened a new pull request, #1149: URL: https://github.com/apache/maven-mvnd/pull/1149 Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.0-jre to 33.3.1-jre. Release notes Sourced from https://github.com/google/guava/releases";>com.google.guav

Re: [PR] [DOXIA-740] Add test for non-consecutive headings leading to incomplete [maven-doxia]

2024-09-24 Thread via GitHub
kwin merged PR #228: URL: https://github.com/apache/maven-doxia/pull/228 -- 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

[jira] [Commented] (DOXIA-740) Rendering Markdown silently truncates files that skip a heading level

2024-09-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884155#comment-17884155 ] ASF GitHub Bot commented on DOXIA-740: -- kwin merged PR #228: URL: https://github.com/

[PR] Disable automated JIRA comments from GitHub [maven-doxia]

2024-09-24 Thread via GitHub
kwin opened a new pull request, #230: URL: https://github.com/apache/maven-doxia/pull/230 (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-mai

Re: [PR] [MJAVADOC-812] [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty… [maven-javadoc-plugin]

2024-09-24 Thread via GitHub
michael-o commented on PR #320: URL: https://github.com/apache/maven-javadoc-plugin/pull/320#issuecomment-2370475121 @pzygielo IT added. -- 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 speci

Re: [PR] Disable automated JIRA comments from GitHub [maven-doxia]

2024-09-24 Thread via GitHub
kwin merged PR #230: URL: https://github.com/apache/maven-doxia/pull/230 -- 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

[jira] [Closed] (MNG-8263) Remove last remnants of wrapper integration into core

2024-09-24 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MNG-8263. Resolution: Fixed > Remove last remnants of wrapper integration into core > -

[jira] [Resolved] (DOXIA-740) Rendering Markdown silently truncates files that skip a heading level

2024-09-24 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus resolved DOXIA-740. --- Resolution: Fixed Fixed in https://github.com/apache/maven-doxia/commit/c93d1425bd0203496d1e7

[jira] [Commented] (MJAVADOC-812) [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty JARs

2024-09-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884160#comment-17884160 ] ASF GitHub Bot commented on MJAVADOC-812: - michael-o commented on PR #320: URL:

Re: [PR] [MNG-8263] Remove last remnants of wrapper integration [maven]

2024-09-24 Thread via GitHub
cstamas merged PR #1736: URL: https://github.com/apache/maven/pull/1736 -- 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.

Re: [PR] Disable auto-generated JIRA comments from GitHub [maven-release]

2024-09-24 Thread via GitHub
kwin merged PR #232: URL: https://github.com/apache/maven-release/pull/232 -- 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.apac

Re: [PR] Disable JIRA comments from GitHub [maven-doxia-sitetools]

2024-09-24 Thread via GitHub
kwin merged PR #175: URL: https://github.com/apache/maven-doxia-sitetools/pull/175 -- 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...@ma

  1   2   >