[jira] [Created] (DOXIATOOLS-89) Macros should not be resolved during conversion

2024-10-30 Thread Konrad Windszus (Jira)
Konrad Windszus created DOXIATOOLS-89: - Summary: Macros should not be resolved during conversion Key: DOXIATOOLS-89 URL: https://issues.apache.org/jira/browse/DOXIATOOLS-89 Project: Maven Doxia Too

[jira] [Commented] (DOXIATOOLS-89) Macros should not be resolved during conversion

2024-10-30 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/DOXIATOOLS-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894107#comment-17894107 ] Konrad Windszus commented on DOXIATOOLS-89: --- Each parser has a {{processMacr

[jira] [Assigned] (DOXIATOOLS-89) Macros should not be resolved during conversion

2024-10-30 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/DOXIATOOLS-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus reassigned DOXIATOOLS-89: - Assignee: Konrad Windszus > Macros should not be resolved during conversion >

[jira] [Comment Edited] (DOXIATOOLS-89) Macros should not be resolved during conversion

2024-10-30 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/DOXIATOOLS-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894107#comment-17894107 ] Konrad Windszus edited comment on DOXIATOOLS-89 at 10/30/24 9:34 AM: ---

Re: [PR] [MNGSITE-507] Convert APT to Markdown [maven-site]

2024-10-30 Thread via GitHub
kwin commented on code in PR #573: URL: https://github.com/apache/maven-site/pull/573#discussion_r1822121071 ## content/markdown/developers/release/index.md: ## @@ -0,0 +1,37 @@ +--- +title: Releasing A Maven Project +author: + - Jason van Zyl +date: 2010-07-26 +--- + + + + +

[jira] [Commented] (MNGSITE-507) Convert APT to markdown sources

2024-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894092#comment-17894092 ] ASF GitHub Bot commented on MNGSITE-507: kwin commented on code in PR #573: URL:

Re: [PR] [MNG-8012] Warn if in-reactor BOM import happens [maven]

2024-10-30 Thread via GitHub
reckart commented on PR #1434: URL: https://github.com/apache/maven/pull/1434#issuecomment-2446180918 I believe this implementation is incomplete. It does not discern between a **BOM** (a module which manages the versions of the modules **in** the reactor) and a **dependency management modu

Re: [PR] [SUREFIRE-2276] - Fix for retries of JUnit TestTemplate tests [maven-surefire]

2024-10-30 Thread via GitHub
hubertgrzeskowiak commented on PR #788: URL: https://github.com/apache/maven-surefire/pull/788#issuecomment-2446176649 @michael-o Ah, now I get you. In short: yes, the page is still correct. The page does not mention the specific case of test templates, but only uses the general term

Re: [PR] [DOXIATOOLS-88] Optionally remove input files after conversion [maven-doxia-converter]

2024-10-30 Thread via GitHub
kwin commented on PR #85: URL: https://github.com/apache/maven-doxia-converter/pull/85#issuecomment-2446185927 > Don't remove what you have not produced unless you have been asked to do so. What makes you think this happens? It is a flag which is false by default, i.e. is a opt-in b

[jira] [Commented] (DOXIATOOLS-88) Optionally remove input files after conversion

2024-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIATOOLS-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894093#comment-17894093 ] ASF GitHub Bot commented on DOXIATOOLS-88: -- kwin commented on PR #85: URL: h

[jira] [Commented] (DOXIATOOLS-88) Optionally remove input files after conversion

2024-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIATOOLS-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894094#comment-17894094 ] ASF GitHub Bot commented on DOXIATOOLS-88: -- michael-o commented on PR #85: UR

Re: [PR] [DOXIATOOLS-88] Optionally remove input files after conversion [maven-doxia-converter]

2024-10-30 Thread via GitHub
michael-o commented on PR #85: URL: https://github.com/apache/maven-doxia-converter/pull/85#issuecomment-2446192697 > > Don't remove what you have not produced unless you have been asked to do so. > > What makes you think this happens? It is a flag which is false by default, i.e. is

[jira] [Commented] (MNGSITE-507) Convert APT to markdown sources

2024-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894097#comment-17894097 ] ASF GitHub Bot commented on MNGSITE-507: kwin commented on code in PR #573: URL:

Re: [PR] [SUREFIRE-2276] - Fix for retries of JUnit TestTemplate tests [maven-surefire]

2024-10-30 Thread via GitHub
michael-o commented on PR #788: URL: https://github.com/apache/maven-surefire/pull/788#issuecomment-2446127015 > > Does this still hold true after your change: https://maven.apache.org/surefire/maven-surefire-plugin/examples/rerun-failing-tests.html? > > Here's an abbreviated surefire

Re: [PR] [SUREFIRE-2252] - Fix JUnit5 reporting when tests are executed in parallel [maven-surefire]

2024-10-30 Thread via GitHub
michael-o commented on code in PR #772: URL: https://github.com/apache/maven-surefire/pull/772#discussion_r1822103634 ## surefire-providers/surefire-junit-platform/src/main/java/org/apache/maven/surefire/junitplatform/JUnitPlatformProvider.java: ## @@ -172,25 +171,13 @@ private

Re: [PR] [SUREFIRE-2276] - Fix for retries of JUnit TestTemplate tests [maven-surefire]

2024-10-30 Thread via GitHub
michael-o closed pull request #788: [SUREFIRE-2276] - Fix for retries of JUnit TestTemplate tests URL: https://github.com/apache/maven-surefire/pull/788 -- 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

[PR] Bump mvnversion from 3.2.5 to 3.9.9 [maven-dist-tool]

2024-10-30 Thread via GitHub
dependabot[bot] opened a new pull request, #71: URL: https://github.com/apache/maven-dist-tool/pull/71 Bumps `mvnversion` from 3.2.5 to 3.9.9. Updates `org.apache.maven:maven-plugin-api` from 3.2.5 to 3.9.9 Release notes Sourced from https://github.com/apache/maven/releases";>org

[jira] [Created] (MNG-8362) Maven Configuration generated page is missing some config options

2024-10-30 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MNG-8362: Summary: Maven Configuration generated page is missing some config options Key: MNG-8362 URL: https://issues.apache.org/jira/browse/MNG-8362 Project: Maven

[jira] [Closed] (SUREFIRE-2276) JUnit5's TestTemplate failures treated as flakes with retries

2024-10-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed SUREFIRE-2276. Resolution: Fixed Fixed with [e1f94a0281f0db1f9169e06b7ad149a27afd3c46|https://gitbox.a

[PR] [MWRAPPER-111] Trim whitespace when reading from properties file [maven-wrapper]

2024-10-30 Thread via GitHub
mhalbritter opened a new pull request, #158: URL: https://github.com/apache/maven-wrapper/pull/158 JIRA issue: https://issues.apache.org/jira/projects/MWRAPPER/issues/MWRAPPER-111 This PR trims the values read from the property files by removing whitespace such as newlines. Th

[jira] [Commented] (MWRAPPER-111) Failed to validate Maven Wrapper SHA-256 when properties file contains CRLF line endings

2024-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894206#comment-17894206 ] ASF GitHub Bot commented on MWRAPPER-111: - mhalbritter opened a new pull reques

[jira] [Assigned] (MNG-8362) Maven Configuration generated page is missing some config options

2024-10-30 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MNG-8362: Assignee: Tamas Cservenak > Maven Configuration generated page is missing some config option

[PR] [MNG-8362] Adding some missing config properties [maven]

2024-10-30 Thread via GitHub
cstamas opened a new pull request, #1861: URL: https://github.com/apache/maven/pull/1861 To have them listed in generated docs. --- https://issues.apache.org/jira/browse/MNG-8362 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[jira] [Commented] (MNG-8333) duplicate-finder-maven starts to fail with 4.0.0-beta-5

2024-10-30 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894250#comment-17894250 ] Tamas Cservenak commented on MNG-8333: -- But this also implies, that when curator-test

[jira] [Comment Edited] (MNG-8333) duplicate-finder-maven starts to fail with 4.0.0-beta-5

2024-10-30 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894250#comment-17894250 ] Tamas Cservenak edited comment on MNG-8333 at 10/30/24 3:09 PM: -

[jira] [Commented] (MNG-8333) duplicate-finder-maven starts to fail with 4.0.0-beta-5

2024-10-30 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894252#comment-17894252 ] Tamas Cservenak commented on MNG-8333: -- So [~gnodet] my stance for this issue is "Won'

[jira] [Commented] (MNG-8336) Cannot parse POM bundle

2024-10-30 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894255#comment-17894255 ] Tamas Cservenak commented on MNG-8336: -- Reproduced with current master (beta-6 candida

[jira] [Commented] (MNG-8336) Cannot parse POM bundle

2024-10-30 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894256#comment-17894256 ] Tamas Cservenak commented on MNG-8336: -- Looks similar to MNG-8296. But maven should i

Re: [PR] [MJAVADOC-821] Align toolchain discovery code with Maven Compiler Plugin [maven-javadoc-plugin]

2024-10-30 Thread via GitHub
michael-o closed pull request #334: [MJAVADOC-821] Align toolchain discovery code with Maven Compiler Plugin URL: https://github.com/apache/maven-javadoc-plugin/pull/334 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Commented] (MJAVADOC-820) [REGRESSION] MJAVADOC-787 was merged incompletely

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

[jira] [Commented] (MJAVADOC-821) Align toolchain discovery code with Maven Compiler Plugin

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

[jira] [Closed] (MJAVADOC-821) Align toolchain discovery code with Maven Compiler Plugin

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

[jira] [Commented] (MNG-8336) Cannot parse POM bundle

2024-10-30 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894263#comment-17894263 ] Tamas Cservenak commented on MNG-8336: -- As I see, problem here is that method {{org.a

[jira] [Closed] (MJAVADOC-820) [REGRESSION] MJAVADOC-787 was merged incompletely

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

[jira] [Commented] (MWRAPPER-153) only-mvnw.cmd fails when FIPS mode is enabled on Windows hosts

2024-10-30 Thread Zafer Balkan (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894342#comment-17894342 ] Zafer Balkan commented on MWRAPPER-153: --- Here's a background. I am a security man

[jira] [Comment Edited] (MNG-8336) Cannot parse POM bundle

2024-10-30 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894265#comment-17894265 ] Tamas Cservenak edited comment on MNG-8336 at 10/30/24 3:47 PM: -

[jira] [Commented] (MNG-8336) Cannot parse POM bundle

2024-10-30 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894265#comment-17894265 ] Tamas Cservenak commented on MNG-8336: -- Ok, so unraveled what happens... There is thi

Re: [PR] [MJAVADOC-820] [REGRESSION] MJAVADOC-787 was merged incompletely [maven-javadoc-plugin]

2024-10-30 Thread via GitHub
michael-o closed pull request #333: [MJAVADOC-820] [REGRESSION] MJAVADOC-787 was merged incompletely URL: https://github.com/apache/maven-javadoc-plugin/pull/333 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] [SUREFIRE-2252] - Fix JUnit5 reporting when tests are executed in parallel [maven-surefire]

2024-10-30 Thread via GitHub
ArvindJoshi-okta commented on code in PR #772: URL: https://github.com/apache/maven-surefire/pull/772#discussion_r1823215230 ## surefire-providers/surefire-junit-platform/src/main/java/org/apache/maven/surefire/junitplatform/JUnitPlatformProvider.java: ## @@ -172,25 +171,13 @@ p

[jira] [Commented] (MJAVADOC-820) [REGRESSION] MJAVADOC-787 was merged incompletely

2024-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894229#comment-17894229 ] ASF GitHub Bot commented on MJAVADOC-820: - michael-o opened a new pull request,

[jira] [Created] (MJAVADOC-821) Align toolchain discovery code with Maven Compiler Plugin

2024-10-30 Thread Michael Osipov (Jira)
Michael Osipov created MJAVADOC-821: --- Summary: Align toolchain discovery code with Maven Compiler Plugin Key: MJAVADOC-821 URL: https://issues.apache.org/jira/browse/MJAVADOC-821 Project: Maven Javad

[jira] [Created] (MJAVADOC-820) [REGRESSION] MJAVADOC-787 was merged incompletely

2024-10-30 Thread Michael Osipov (Jira)
Michael Osipov created MJAVADOC-820: --- Summary: [REGRESSION] MJAVADOC-787 was merged incompletely Key: MJAVADOC-820 URL: https://issues.apache.org/jira/browse/MJAVADOC-820 Project: Maven Javadoc Plugi

[PR] [MJAVADOC-820] [REGRESSION] MJAVADOC-787 was merged incompletely [maven-javadoc-plugin]

2024-10-30 Thread via GitHub
michael-o opened a new pull request, #333: URL: https://github.com/apache/maven-javadoc-plugin/pull/333 This closes #333 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/j

[PR] [MJAVADOC-821] Align toolchain discovery code with Maven Compiler Plugin [maven-javadoc-plugin]

2024-10-30 Thread via GitHub
michael-o opened a new pull request, #334: URL: https://github.com/apache/maven-javadoc-plugin/pull/334 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/MJAVADOC) fil

[jira] [Commented] (MJAVADOC-821) Align toolchain discovery code with Maven Compiler Plugin

2024-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894234#comment-17894234 ] ASF GitHub Bot commented on MJAVADOC-821: - michael-o opened a new pull request,

[jira] [Comment Edited] (MNG-8333) duplicate-finder-maven starts to fail with 4.0.0-beta-5

2024-10-30 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894238#comment-17894238 ] Tamas Cservenak edited comment on MNG-8333 at 10/30/24 2:57 PM: -

[jira] [Commented] (MNG-8333) duplicate-finder-maven starts to fail with 4.0.0-beta-5

2024-10-30 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894238#comment-17894238 ] Tamas Cservenak commented on MNG-8333: -- Apache Curator manages it. In short {{org.apac

[jira] [Comment Edited] (MNG-8333) duplicate-finder-maven starts to fail with 4.0.0-beta-5

2024-10-30 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894238#comment-17894238 ] Tamas Cservenak edited comment on MNG-8333 at 10/30/24 2:51 PM: -

[jira] [Comment Edited] (MNG-8333) duplicate-finder-maven starts to fail with 4.0.0-beta-5

2024-10-30 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894238#comment-17894238 ] Tamas Cservenak edited comment on MNG-8333 at 10/30/24 2:52 PM: -

[jira] [Commented] (MNG-8333) duplicate-finder-maven starts to fail with 4.0.0-beta-5

2024-10-30 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894242#comment-17894242 ] Tamas Cservenak commented on MNG-8333: -- To make Maven4 work Maven3 way, use {{-Dmaven

Re: [PR] Improve jenkins build [maven-dist-tool]

2024-10-30 Thread via GitHub
slawekjaranowski merged PR #73: URL: https://github.com/apache/maven-dist-tool/pull/73 -- 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] [SUREFIRE-2276] - Fix for retries of JUnit TestTemplate tests [maven-surefire]

2024-10-30 Thread via GitHub
hubertgrzeskowiak commented on PR #788: URL: https://github.com/apache/maven-surefire/pull/788#issuecomment-2448562984 Thanks heaps @michael-o ! -- 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 th

Re: [PR] [SUREFIRE-2276] - Fix for retries of JUnit TestTemplate tests [maven-surefire]

2024-10-30 Thread via GitHub
hubertgrzeskowiak commented on PR #788: URL: https://github.com/apache/maven-surefire/pull/788#issuecomment-2448900492 Oh wait, I can see it on master. Looks like this repo is just using a funny merge strategy..? -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] [SUREFIRE-2276] - Fix for retries of JUnit TestTemplate tests [maven-surefire]

2024-10-30 Thread via GitHub
hubertgrzeskowiak commented on PR #788: URL: https://github.com/apache/maven-surefire/pull/788#issuecomment-2448893719 @michael-o It looks like the PR was closed without a merge. Was that intentional or a mis-click? -- This is an automated message from the Apache Git Service. To respond t

[PR] Bump org.redisson:redisson from 3.37.0 to 3.38.0 [maven-resolver]

2024-10-30 Thread via GitHub
dependabot[bot] opened a new pull request, #597: URL: https://github.com/apache/maven-resolver/pull/597 Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.37.0 to 3.38.0. Release notes Sourced from https://github.com/redisson/redisson/releases";>org.redisson

Re: [PR] [MNGSITE-507] Convert APT to Markdown [maven-site]

2024-10-30 Thread via GitHub
kwin commented on code in PR #573: URL: https://github.com/apache/maven-site/pull/573#discussion_r1822146573 ## content/markdown/developers/index.md: ## @@ -0,0 +1,76 @@ +--- +title: Maven Developer Centre +author: + - Vincent Siveton + - Brett Porter +date: 2015-02-14 +--- +