[jira] [Commented] (MNG-8265) Dependency should inherit properties like parent

2024-10-19 Thread abccbaandy (Jira)
[ https://issues.apache.org/jira/browse/MNG-8265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891112#comment-17891112 ] abccbaandy commented on MNG-8265: - Why close? I think this is reasonable feature, parent is

Re: [PR] [MNG-8331] Sometimes versioned dependencies disappear [maven]

2024-10-19 Thread via GitHub
cstamas commented on PR #1821: URL: https://github.com/apache/maven/pull/1821#issuecomment-2423678570 There is a more trivial PR https://github.com/apache/maven/pull/1822 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[PR] [DOXIA-751] Linked inline code must be emitted in right order [maven-doxia]

2024-10-19 Thread via GitHub
kwin opened a new pull request, #240: URL: https://github.com/apache/maven-doxia/pull/240 Introduce buffer stack to be able to buffer for each context separately. Refactoring of buffer handling -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] [MNG-8331] Fix disappearing dependencies [maven]

2024-10-19 Thread via GitHub
mthmulders commented on code in PR #1822: URL: https://github.com/apache/maven/pull/1822#discussion_r1807238719 ## maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelBuilder.java: ## @@ -595,6 +595,8 @@ Model transformFileToRaw(Model model) {

[PR] [MNG-8331] Mix of the two fixes [maven]

2024-10-19 Thread via GitHub
cstamas opened a new pull request, #1823: URL: https://github.com/apache/maven/pull/1823 Don't do anything if not needed. --- https://issues.apache.org/jira/browse/MNG-8331 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] [MNG-8331] Fix disappearing dependencies [maven]

2024-10-19 Thread via GitHub
cstamas commented on PR #1822: URL: https://github.com/apache/maven/pull/1822#issuecomment-2423691520 Another alternative mixing the two solutions: https://github.com/apache/maven/pull/1823 -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] [MNG-8331] Sometimes versioned dependencies disappear [maven]

2024-10-19 Thread via GitHub
cstamas commented on PR #1821: URL: https://github.com/apache/maven/pull/1821#issuecomment-2423691501 Another alternative mixing the two solutions: https://github.com/apache/maven/pull/1823 -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] [MNG-8331] Sometimes versioned dependencies disappear [maven]

2024-10-19 Thread via GitHub
cstamas commented on PR #1821: URL: https://github.com/apache/maven/pull/1821#issuecomment-2423697074 @jjkester could you please add the "empty check" to the beginning of the method (so avoid any work and allocation if there is nothing to be done)? like in #1823 -- This is an automated m

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

2024-10-19 Thread via GitHub
elharo commented on PR #126: URL: https://github.com/apache/maven-filtering/pull/126#issuecomment-2423790082 @dependabot rebase -- 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 commen

[jira] [Commented] (MSHARED-1360) Remove apache commons dependencies

2024-10-19 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891140#comment-17891140 ] Elliotte Rusty Harold commented on MSHARED-1360: Appears to be fixed on

[jira] [Resolved] (MSHARED-1421) Update org.codehaus.plexus:plexus-archiver to 4.10.0

2024-10-19 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold resolved MSHARED-1421. Resolution: Fixed > Update org.codehaus.plexus:plexus-archiver to 4.10.0

[jira] [Closed] (MSHARED-1421) Update org.codehaus.plexus:plexus-archiver to 4.10.0

2024-10-19 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold closed MSHARED-1421. -- > Update org.codehaus.plexus:plexus-archiver to 4.10.0 >

[PR] [ARCHETYPE-676] Report error when catalog is not parsable [maven-archetype]

2024-10-19 Thread via GitHub
Giovds opened a new pull request, #234: URL: https://github.com/apache/maven-archetype/pull/234 This way the error is at least transparant. The process continues to run, for when you select multiple catalogs. https://github.com/user-attachments/assets/d2de7090-6347-4dae-b7a7-f09539b80

Re: [PR] [DOXIA-749] Correctly indent and separate blocks inside list items [maven-doxia]

2024-10-19 Thread via GitHub
kwin commented on code in PR #238: URL: https://github.com/apache/maven-doxia/pull/238#discussion_r1807312444 ## doxia-modules/doxia-module-markdown/src/test/java/org/apache/maven/doxia/module/markdown/MarkdownSinkTest.java: ## @@ -513,4 +510,24 @@ public void testHeadingAfterIn

Re: [PR] [DOXIA-749] Correctly indent and separate blocks inside list items [maven-doxia]

2024-10-19 Thread via GitHub
kwin commented on code in PR #238: URL: https://github.com/apache/maven-doxia/pull/238#discussion_r1807312324 ## doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/MarkdownSink.java: ## @@ -859,6 +873,9 @@ public void nonBreakingSpace() {

Re: [PR] Elaborate on DependencyUtil.log in doc comment [maven-dependency-plugin]

2024-10-19 Thread via GitHub
michael-o commented on code in PR #449: URL: https://github.com/apache/maven-dependency-plugin/pull/449#discussion_r1807375296 ## src/main/java/org/apache/maven/plugins/dependency/utils/DependencyUtil.java: ## @@ -242,7 +242,11 @@ public static synchronized void write(String st

Re: [PR] [MNG-8331] Sometimes versioned dependencies disappear [maven]

2024-10-19 Thread via GitHub
jjkester commented on PR #1821: URL: https://github.com/apache/maven/pull/1821#issuecomment-2423948749 @gnodet There is a branch with an additional integration test (contributed by @mthmulders) which is being run in the pipeline for this PR: https://github.com/apache/maven-integration-testi

Re: [PR] Add PR template [maven-archetype]

2024-10-19 Thread via GitHub
mthmulders closed pull request #233: Add PR template URL: https://github.com/apache/maven-archetype/pull/233 -- 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-m

Re: [PR] [MNG-8331] Sometimes versioned dependencies disappear [maven]

2024-10-19 Thread via GitHub
mthmulders commented on PR #1821: URL: https://github.com/apache/maven/pull/1821#issuecomment-2423962612 > For the IT to run, a branch in the maven-integration-testing fork with the same name than this branch and in the same org must exists. This is exactly what is happening: look for

[jira] [Commented] (MNG-2961) DefaultArtifact getBaseVersion is changed to "xxxx-SNAPSHOT" only if you first call isSnapshot()

2024-10-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891173#comment-17891173 ] ASF GitHub Bot commented on MNG-2961: - elharo merged PR #441: URL: https://github.com/a

Re: [PR] [MNG-2961] Remove workaround for fixed bug [maven-dependency-plugin]

2024-10-19 Thread via GitHub
elharo merged PR #441: URL: https://github.com/apache/maven-dependency-plugin/pull/441 -- 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] Elaborate on DependencyUtil.log in doc comment [maven-dependency-plugin]

2024-10-19 Thread via GitHub
elharo commented on code in PR #449: URL: https://github.com/apache/maven-dependency-plugin/pull/449#discussion_r1807393222 ## src/main/java/org/apache/maven/plugins/dependency/utils/DependencyUtil.java: ## @@ -242,7 +242,11 @@ public static synchronized void write(String strin

Re: [PR] Clean up parameters docs [maven-dependency-plugin]

2024-10-19 Thread via GitHub
elharo merged PR #439: URL: https://github.com/apache/maven-dependency-plugin/pull/439 -- 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-8331] Fix disappearing dependencies [maven]

2024-10-19 Thread via GitHub
gnodet commented on PR #1822: URL: https://github.com/apache/maven/pull/1822#issuecomment-2424067815 Let's go with #1821 -- 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

Re: [PR] [MNG-8331] Fix disappearing dependencies [maven]

2024-10-19 Thread via GitHub
gnodet closed pull request #1822: [MNG-8331] Fix disappearing dependencies URL: https://github.com/apache/maven/pull/1822 -- 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 uns

[jira] [Created] (MARTIFACT-75) stacktrace when running compare

2024-10-19 Thread Herve Boutemy (Jira)
Herve Boutemy created MARTIFACT-75: -- Summary: stacktrace when running compare Key: MARTIFACT-75 URL: https://issues.apache.org/jira/browse/MARTIFACT-75 Project: Maven Artifact Plugin Issue T

[jira] [Updated] (MNG-8331) Sometimes versioned dependencies disappear in modelVersion 4.1.0

2024-10-19 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-8331: - Fix Version/s: 4.0.0-beta-5 > Sometimes versioned dependencies disappear in modelVersion 4.1.0 > --

[jira] [Assigned] (MNG-8331) Sometimes versioned dependencies disappear in modelVersion 4.1.0

2024-10-19 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MNG-8331: Assignee: Tamas Cservenak > Sometimes versioned dependencies disappear in modelVersion 4.1.0

Re: [PR] [MNG-8331] Sometimes versioned dependencies disappear [maven]

2024-10-19 Thread via GitHub
jjkester commented on PR #1821: URL: https://github.com/apache/maven/pull/1821#issuecomment-2423701084 > @jjkester could you please add the "empty check" to the beginning of the method (so avoid any work and allocation if there is nothing to be done)? like in #1823 I did not add one

Re: [PR] [MNG-8331] Sometimes versioned dependencies disappear [maven]

2024-10-19 Thread via GitHub
cstamas commented on PR #1821: URL: https://github.com/apache/maven/pull/1821#issuecomment-2423706643 For example, all the parents, aggregators, BOMs etc will not have any of those. This is about all the "subprojects" within a project (just to clarify "I do not expect project with zero depe

Re: [PR] [MNG-8331] Mix of the two fixes [maven]

2024-10-19 Thread via GitHub
gnodet commented on code in PR #1823: URL: https://github.com/apache/maven/pull/1823#discussion_r1807254428 ## maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelBuilder.java: ## @@ -591,13 +593,14 @@ Model transformFileToRaw(Model model) {

Re: [PR] [MNG-8331] Fix disappearing dependencies [maven]

2024-10-19 Thread via GitHub
gnodet commented on code in PR #1822: URL: https://github.com/apache/maven/pull/1822#discussion_r1807254941 ## maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelBuilder.java: ## @@ -595,6 +595,8 @@ Model transformFileToRaw(Model model) {

Re: [PR] [MNG-8331] Mix of the two fixes [maven]

2024-10-19 Thread via GitHub
cstamas commented on PR #1823: URL: https://github.com/apache/maven/pull/1823#issuecomment-2423712971 Closing my "mix" draft to favor one of existing PRs. -- 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] [MNG-8331] Sometimes versioned dependencies disappear [maven]

2024-10-19 Thread via GitHub
cstamas commented on PR #1821: URL: https://github.com/apache/maven/pull/1821#issuecomment-2423713177 Ugh, reformatting the file will fail the build I guess -- 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

Re: [PR] [MNG-8331] Mix of the two fixes [maven]

2024-10-19 Thread via GitHub
cstamas closed pull request #1823: [MNG-8331] Mix of the two fixes URL: https://github.com/apache/maven/pull/1823 -- 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

Re: [PR] [MNG-8331] Sometimes versioned dependencies disappear [maven]

2024-10-19 Thread via GitHub
jjkester commented on PR #1821: URL: https://github.com/apache/maven/pull/1821#issuecomment-2423714644 Reverted the accidental reformat, force-of-habit hotkey in IntelliJ... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [MNG-8331] Sometimes versioned dependencies disappear [maven]

2024-10-19 Thread via GitHub
jjkester commented on code in PR #1821: URL: https://github.com/apache/maven/pull/1821#discussion_r1807256540 ## maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelBuilder.java: ## @@ -564,20 +564,21 @@ public void mergeRepositories(List toAdd, boolea

[jira] [Resolved] (MDEP-808) Restrict dependency analysis by group id

2024-10-19 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MDEP-808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold resolved MDEP-808. Resolution: Won't Do Given that this is a somewhat uncommon request, and that it can

Re: [PR] [MDEP-808] restrict dependency analysis by group [maven-dependency-plugin]

2024-10-19 Thread via GitHub
elharo closed pull request #218: [MDEP-808] restrict dependency analysis by group URL: https://github.com/apache/maven-dependency-plugin/pull/218 -- 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

Re: [PR] [MDEP-808] restrict dependency analysis by group [maven-dependency-plugin]

2024-10-19 Thread via GitHub
elharo commented on PR #218: URL: https://github.com/apache/maven-dependency-plugin/pull/218#issuecomment-2423774644 Making a decision not to do this. Discussion in Jira -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Commented] (MDEP-808) Restrict dependency analysis by group id

2024-10-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEP-808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891133#comment-17891133 ] ASF GitHub Bot commented on MDEP-808: - elharo closed pull request #218: [MDEP-808] rest

[jira] [Commented] (MDEP-808) Restrict dependency analysis by group id

2024-10-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEP-808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891134#comment-17891134 ] ASF GitHub Bot commented on MDEP-808: - elharo commented on PR #218: URL: https://githu

Re: [PR] [ARCHETYPE-574] Use default values in integration tests goal [maven-archetype]

2024-10-19 Thread via GitHub
Giovds commented on PR #232: URL: https://github.com/apache/maven-archetype/pull/232#issuecomment-2423781649 @slawekjaranowski I'm not sure if you are the right person to ask, but I see you have been working on the plugin recently. What do you think of the change regarding the integration t

[jira] [Commented] (MDEP-891) Used undeclared dependencies found for class which is used by an indirect class

2024-10-19 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MDEP-891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891136#comment-17891136 ] Elliotte Rusty Harold commented on MDEP-891: Manual bisecting suggests this was

[jira] [Commented] (MDEP-891) Used undeclared dependencies found for class which is used by an indirect class

2024-10-19 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MDEP-891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891137#comment-17891137 ] Elliotte Rusty Harold commented on MDEP-891: https://github.com/apache/maven-de

Re: [PR] Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 [maven-filtering]

2024-10-19 Thread via GitHub
elharo commented on PR #118: URL: https://github.com/apache/maven-filtering/pull/118#issuecomment-2423789980 @dependabot rebase -- 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 commen

Re: [PR] [MNG-8331] Sometimes versioned dependencies disappear [maven]

2024-10-19 Thread via GitHub
cstamas merged PR #1821: URL: https://github.com/apache/maven/pull/1821 -- 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-8331) Sometimes versioned dependencies disappear in modelVersion 4.1.0

2024-10-19 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MNG-8331. Resolution: Fixed > Sometimes versioned dependencies disappear in modelVersion 4.1.0 > --

Re: [PR] [MNG-8331] Demonstrate the problem with disappearing dependencies [maven-integration-testing]

2024-10-19 Thread via GitHub
mthmulders closed pull request #393: [MNG-8331] Demonstrate the problem with disappearing dependencies URL: https://github.com/apache/maven-integration-testing/pull/393 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [MNG-8331] Demonstrate the problem with disappearing dependencies [maven-integration-testing]

2024-10-19 Thread via GitHub
mthmulders commented on PR #393: URL: https://github.com/apache/maven-integration-testing/pull/393#issuecomment-2424116543 Merged in 07ab883e329b1ced32bf3bac77498f6af39cddb7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Updated] (MARTIFACT-75) stacktrace when running compare

2024-10-19 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MARTIFACT-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MARTIFACT-75: - Description: # when rebuilding https://github.com/jvm-repo-rebuild/reproducible-centra

[jira] [Commented] (MARTIFACT-75) stacktrace when running compare

2024-10-19 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MARTIFACT-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891183#comment-17891183 ] Tamas Cservenak commented on MARTIFACT-75: -- No edit really happened. Sorry, ju

[jira] [Commented] (MNG-8331) Sometimes versioned dependencies disappear in modelVersion 4.1.0

2024-10-19 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891184#comment-17891184 ] Tamas Cservenak commented on MNG-8331: -- PR https://github.com/apache/maven/pull/1821 g

[jira] [Updated] (MNG-8331) Versioned dependencies may disappear in modelVersion 4.1.0

2024-10-19 Thread Maarten Mulders (Jira)
[ https://issues.apache.org/jira/browse/MNG-8331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Mulders updated MNG-8331: - Summary: Versioned dependencies may disappear in modelVersion 4.1.0 (was: Sometimes versioned depe

Re: [PR] Bump doxiaVersion from 2.0.0-M12 to 2.0.0 [maven-pmd-plugin]

2024-10-19 Thread via GitHub
dependabot[bot] closed pull request #171: Bump doxiaVersion from 2.0.0-M12 to 2.0.0 URL: https://github.com/apache/maven-pmd-plugin/pull/171 -- 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] Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/it/MPMD-318-auxclasspath-includeTests/module-a [maven-pmd-plugin]

2024-10-19 Thread via GitHub
michael-o merged PR #174: URL: https://github.com/apache/maven-pmd-plugin/pull/174 -- 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

Re: [PR] Bump doxiaVersion from 2.0.0-M12 to 2.0.0 [maven-pmd-plugin]

2024-10-19 Thread via GitHub
michael-o commented on PR #171: URL: https://github.com/apache/maven-pmd-plugin/pull/171#issuecomment-2424201522 @dependabot rebase -- 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 co

[jira] [Commented] (MPMD-318) Incorrect aux classpath if 'includeTests' set to true

2024-10-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPMD-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891200#comment-17891200 ] ASF GitHub Bot commented on MPMD-318: - michael-o merged PR #174: URL: https://github.co

[jira] [Created] (MJAVADOC-817) Upgrade to Doxia 2.0.0 GA Stack

2024-10-19 Thread Michael Osipov (Jira)
Michael Osipov created MJAVADOC-817: --- Summary: Upgrade to Doxia 2.0.0 GA Stack Key: MJAVADOC-817 URL: https://issues.apache.org/jira/browse/MJAVADOC-817 Project: Maven Javadoc Plugin Issue

[jira] [Updated] (MJAVADOC-817) Upgrade to Doxia 2.0.0 GA Stack

2024-10-19 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MJAVADOC-817: Description: * Upgrade to Doxia 2.0.0 * Upgrade to Maven Reporting API 4.0.0 * Upgrade to

[PR] [MJAVADOC-817] Upgrade to Doxia 2.0.0 GA Stack [maven-javadoc-plugin]

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

[jira] [Commented] (MJAVADOC-817) Upgrade to Doxia 2.0.0 GA Stack

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

[jira] [Commented] (MPH-177) Add "help:help" link in the "Apache Maven Help Plugin" page

2024-10-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPH-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891202#comment-17891202 ] ASF GitHub Bot commented on MPH-177: elharo opened a new pull request, #124: URL: https:

[jira] [Assigned] (MJAVADOC-787) Automatic detection of release option for JDK < 9

2024-10-19 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MJAVADOC-787: --- Assignee: Michael Osipov > Automatic detection of release option for JDK < 9 > ---

Re: [PR] Doxia 2.0.0 ga [maven-jxr]

2024-10-19 Thread via GitHub
michael-o merged PR #124: URL: https://github.com/apache/maven-jxr/pull/124 -- 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.apa

[jira] [Commented] (MNG-8300) [REGRESSION] colorized transfer messages broken

2024-10-19 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-8300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891188#comment-17891188 ] Herve Boutemy commented on MNG-8300: tested on a Mac arm: no issue issue seems limited

[jira] [Closed] (JXR-193) Upgrade to Doxia 2.0.0 GA Stack

2024-10-19 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/JXR-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed JXR-193. -- Resolution: Fixed Fixed with [c211919544c318cc959f6de81044dcfc6b8d6d93|https://gitbox.apache.org/repos/as

[jira] [Closed] (JXR-194) Upgrade to Velocity 2.4

2024-10-19 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/JXR-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed JXR-194. -- Resolution: Fixed Fixed with [5112bd6dd88c9a4361c615d025a9e626b7c222fa|https://gitbox.apache.org/repos/as

[jira] [Created] (JXR-194) Upgrade to Velocity 2.4

2024-10-19 Thread Michael Osipov (Jira)
Michael Osipov created JXR-194: -- Summary: Upgrade to Velocity 2.4 Key: JXR-194 URL: https://issues.apache.org/jira/browse/JXR-194 Project: Maven JXR Issue Type: Dependency upgrade Re

[jira] [Commented] (MSHARED-1438) Provide protected methods for XRef location construction

2024-10-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891196#comment-17891196 ] ASF GitHub Bot commented on MSHARED-1438: - michael-o commented on PR #172: URL:

Re: [PR] Draft for MSHARED-1438 [maven-pmd-plugin]

2024-10-19 Thread via GitHub
michael-o closed pull request #172: Draft for MSHARED-1438 URL: https://github.com/apache/maven-pmd-plugin/pull/172 -- 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 unsubscri

[jira] [Assigned] (MPH-177) Add "help:help" link in the "Apache Maven Help Plugin" page

2024-10-19 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MPH-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold reassigned MPH-177: - Assignee: Elliotte Rusty Harold > Add "help:help" link in the "Apache Maven Help Pl

Re: [PR] Bump org.apache.maven.reporting:maven-reporting-impl from 4.0.0-M15 to 4.0.0 [maven-pmd-plugin]

2024-10-19 Thread via GitHub
dependabot[bot] commented on PR #173: URL: https://github.com/apache/maven-pmd-plugin/pull/173#issuecomment-2424201669 Looks like org.apache.maven.reporting:maven-reporting-impl is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To

Re: [PR] Bump org.apache.maven.reporting:maven-reporting-api from 4.0.0-M12 to 4.0.0 [maven-jxr]

2024-10-19 Thread via GitHub
dependabot[bot] closed pull request #122: Bump org.apache.maven.reporting:maven-reporting-api from 4.0.0-M12 to 4.0.0 URL: https://github.com/apache/maven-jxr/pull/122 -- 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] Draft for MSHARED-1438 [maven-pmd-plugin]

2024-10-19 Thread via GitHub
michael-o commented on PR #172: URL: https://github.com/apache/maven-pmd-plugin/pull/172#issuecomment-2424193285 Intergrated into #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 specifi

Re: [PR] Bump org.springframework:spring-context from 5.2.21.RELEASE to 6.1.14 in /src/it/projects/MJAVADOC-434_fixcompile [maven-javadoc-plugin]

2024-10-19 Thread via GitHub
dependabot[bot] closed pull request #329: Bump org.springframework:spring-context from 5.2.21.RELEASE to 6.1.14 in /src/it/projects/MJAVADOC-434_fixcompile URL: https://github.com/apache/maven-javadoc-plugin/pull/329 -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] [MJAVADOC-329] Allow generation of empty javadoc JARs [maven-javadoc-plugin]

2024-10-19 Thread via GitHub
michael-o commented on PR #65: URL: https://github.com/apache/maven-javadoc-plugin/pull/65#issuecomment-2424197902 I think there is a potential better way to solve this. Some plugins have a `forceCreation` parameter, we can leverage it here as well. I think it was maven-source-plugin. --

[jira] [Commented] (MJAVADOC-329) Allow generation of empty javadoc JARs

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

[jira] [Commented] (MSHARED-1438) Provide protected methods for XRef location construction

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

Re: [PR] Bump org.springframework:spring-context from 5.2.21.RELEASE to 6.1.14 in /src/it/projects/MJAVADOC-434_fixcompile [maven-javadoc-plugin]

2024-10-19 Thread via GitHub
dependabot[bot] commented on PR #329: URL: https://github.com/apache/maven-javadoc-plugin/pull/329#issuecomment-2424197243 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,

Re: [PR] Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0 [maven-jxr]

2024-10-19 Thread via GitHub
michael-o commented on PR #121: URL: https://github.com/apache/maven-jxr/pull/121#issuecomment-2424150209 @dependabot rebase -- 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.

[jira] [Updated] (MPMD-404) Upgrade PMD

2024-10-19 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPMD-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MPMD-404: Fix Version/s: 3.26.0 > Upgrade PMD > --- > > Key: MPMD-404 >

[PR] BasicUsageExample: ArtifactInfo may be null [maven-indexer]

2024-10-19 Thread via GitHub
sify21 opened a new pull request, #393: URL: https://github.com/apache/maven-indexer/pull/393 `IndexUtils.constructArtifactInfo(doc, centralContext)` may return null, for example deleted artifacts. Also `IndexReader.document(int)` is deprecated, use `.storedFields()` to retrieve document.

Re: [PR] [MNG-8331] Sometimes versioned dependencies disappear [maven]

2024-10-19 Thread via GitHub
gnodet commented on code in PR #1821: URL: https://github.com/apache/maven/pull/1821#discussion_r1807287840 ## maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelBuilder.java: ## @@ -564,20 +564,21 @@ public void mergeRepositories(List toAdd, boolean

[PR] [MNG-8331] Sometimes versioned dependencies disappear [maven]

2024-10-19 Thread via GitHub
jjkester opened a new pull request, #1821: URL: https://github.com/apache/maven/pull/1821 Following this checklist to help us incorporate your contribution quickly and easily: - [X] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG) filed for th

Re: [PR] [MNG-8331] Sometimes versioned dependencies disappear [maven]

2024-10-19 Thread via GitHub
mthmulders commented on PR #1821: URL: https://github.com/apache/maven/pull/1821#issuecomment-2423655994 Corresponding IT: https://github.com/apache/maven-integration-testing/pull/393. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] [DOXIA-749] Correctly indent and separate blocks inside list items [maven-doxia]

2024-10-19 Thread via GitHub
kwin commented on code in PR #238: URL: https://github.com/apache/maven-doxia/pull/238#discussion_r1807312444 ## doxia-modules/doxia-module-markdown/src/test/java/org/apache/maven/doxia/module/markdown/MarkdownSinkTest.java: ## @@ -513,4 +510,24 @@ public void testHeadingAfterIn

Re: [PR] [DOXIA-750] Properly apply inlines inside HTML blocks [maven-doxia]

2024-10-19 Thread via GitHub
kwin merged PR #239: URL: https://github.com/apache/maven-doxia/pull/239 -- 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] [Updated] (DOXIA-751) MarkdownSink: Put link and inline code in markup in the right order

2024-10-19 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated DOXIA-751: -- Fix Version/s: 2.0.1 > MarkdownSink: Put link and inline code in markup in the right order > ---

[jira] [Resolved] (DOXIA-750) MarkdownSink: Definition Lists don't properly escape inline styles

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

[jira] [Updated] (DOXIA-746) MarkdownSink: Comment missing EOLs

2024-10-19 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated DOXIA-746: -- Fix Version/s: 2.0.1 > MarkdownSink: Comment missing EOLs > -- >

Re: [PR] [MNG-8331] Sometimes versioned dependencies disappear [maven]

2024-10-19 Thread via GitHub
gnodet commented on PR #1821: URL: https://github.com/apache/maven/pull/1821#issuecomment-2423932629 > The changes make sense to me. I'm happy to see the added IT's have passed, proving the bug is fixed. For the IT to run, a branch in the maven-integration-testing fork with the same

Re: [PR] Bump org.apache.maven.reporting:maven-reporting-api from 4.0.0-M12 to 4.0.0 [maven-jxr]

2024-10-19 Thread via GitHub
dependabot[bot] commented on PR #122: URL: https://github.com/apache/maven-jxr/pull/122#issuecomment-2424172031 Looks like org.apache.maven.reporting:maven-reporting-api is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond

Re: [PR] Bump org.apache.maven.reporting:maven-reporting-impl from 4.0.0-M15 to 4.0.0 [maven-jxr]

2024-10-19 Thread via GitHub
dependabot[bot] commented on PR #123: URL: https://github.com/apache/maven-jxr/pull/123#issuecomment-2424172042 Looks like org.apache.maven.reporting:maven-reporting-impl is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respon

Re: [PR] Bump org.apache.maven.reporting:maven-reporting-impl from 4.0.0-M15 to 4.0.0 [maven-jxr]

2024-10-19 Thread via GitHub
dependabot[bot] closed pull request #123: Bump org.apache.maven.reporting:maven-reporting-impl from 4.0.0-M15 to 4.0.0 URL: https://github.com/apache/maven-jxr/pull/123 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Bump org.apache.velocity:velocity-engine-core from 2.3 to 2.4 [maven-jxr]

2024-10-19 Thread via GitHub
dependabot[bot] closed pull request #120: Bump org.apache.velocity:velocity-engine-core from 2.3 to 2.4 URL: https://github.com/apache/maven-jxr/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

Re: [PR] Bump org.apache.velocity:velocity-engine-core from 2.3 to 2.4 [maven-jxr]

2024-10-19 Thread via GitHub
michael-o commented on PR #120: URL: https://github.com/apache/maven-jxr/pull/120#issuecomment-2424171827 @dependabot rebase -- 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.

Re: [PR] Bump org.apache.maven.reporting:maven-reporting-impl from 4.0.0-M15 to 4.0.0 [maven-jxr]

2024-10-19 Thread via GitHub
michael-o commented on PR #123: URL: https://github.com/apache/maven-jxr/pull/123#issuecomment-2424171763 @dependabot rebase -- 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.

Re: [PR] Bump org.apache.velocity:velocity-engine-core from 2.3 to 2.4 [maven-jxr]

2024-10-19 Thread via GitHub
dependabot[bot] commented on PR #120: URL: https://github.com/apache/maven-jxr/pull/120#issuecomment-2424172074 Looks like org.apache.velocity:velocity-engine-core is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] Bump org.apache.maven.reporting:maven-reporting-api from 4.0.0-M12 to 4.0.0 [maven-jxr]

2024-10-19 Thread via GitHub
michael-o commented on PR #122: URL: https://github.com/apache/maven-jxr/pull/122#issuecomment-2424171790 @dependabot rebase -- 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.

  1   2   >