[jira] [Commented] (MPLUGIN-442) Get rid of deprecated XDoc format

2022-11-15 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634706#comment-17634706 ] Konrad Windszus commented on MPLUGIN-442: - Is it possible to output different pa

[jira] [Commented] (MPLUGIN-442) Get rid of deprecated XDoc format

2022-11-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634704#comment-17634704 ] Michael Osipov commented on MPLUGIN-442: It should rather use the Doxia Sink API

[GitHub] [maven] slawekjaranowski closed pull request #745: ci: Add GitHub token permissions for workflows

2022-11-15 Thread GitBox
slawekjaranowski closed pull request #745: ci: Add GitHub token permissions for workflows URL: https://github.com/apache/maven/pull/745 -- 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 c

[GitHub] [maven] slawekjaranowski commented on pull request #745: ci: Add GitHub token permissions for workflows

2022-11-15 Thread GitBox
slawekjaranowski commented on PR #745: URL: https://github.com/apache/maven/pull/745#issuecomment-1316520187 @varunsh-coder Thanks for your effort, I did similar in #871 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [maven] slawekjaranowski merged pull request #871: Update actions in GH build

2022-11-15 Thread GitBox
slawekjaranowski merged PR #871: URL: https://github.com/apache/maven/pull/871 -- 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.

[jira] [Commented] (MNG-7597) Infinite loop in PropertiesAsMap

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634691#comment-17634691 ] ASF GitHub Bot commented on MNG-7597: - kwin commented on code in PR #872: URL: https://

[GitHub] [maven] kwin commented on a diff in pull request #872: [MNG-7597] Fix infinite loop when iterating PropertiesAsMap

2022-11-15 Thread GitBox
kwin commented on code in PR #872: URL: https://github.com/apache/maven/pull/872#discussion_r1023582782 ## maven-core/src/main/java/org/apache/maven/internal/impl/PropertiesAsMap.java: ## @@ -67,28 +67,30 @@ public boolean hasNext() @Override

[jira] [Commented] (MSITE-745) Multimodule projects staged in wrong directory

2022-11-15 Thread Marcin Wisnicki (Jira)
[ https://issues.apache.org/jira/browse/MSITE-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634671#comment-17634671 ] Marcin Wisnicki commented on MSITE-745: --- You're right, for some reason I assumed eva

[jira] [Commented] (MSHARED-1158) DependencyCollectorBuilder more configurable

2022-11-15 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634659#comment-17634659 ] Olivier Lamy commented on MSHARED-1158: --- [~laeubi] yes possible but default still

[jira] [Commented] (MSHARED-1158) DependencyCollectorBuilder more configurable

2022-11-15 Thread Jira
[ https://issues.apache.org/jira/browse/MSHARED-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634653#comment-17634653 ] Christoph Läubrich commented on MSHARED-1158: - [~olamy] is this meant to be

[GitHub] [maven-changes-plugin] dependabot[bot] closed pull request #26: Bump jackson-databind from 2.1.0 to 2.13.4.1

2022-11-15 Thread GitBox
dependabot[bot] closed pull request #26: Bump jackson-databind from 2.1.0 to 2.13.4.1 URL: https://github.com/apache/maven-changes-plugin/pull/26 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [maven-changes-plugin] dependabot[bot] commented on pull request #26: Bump jackson-databind from 2.1.0 to 2.13.4.1

2022-11-15 Thread GitBox
dependabot[bot] commented on PR #26: URL: https://github.com/apache/maven-changes-plugin/pull/26#issuecomment-1316009167 Superseded by #27. -- 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 sp

[GitHub] [maven-changes-plugin] dependabot[bot] opened a new pull request, #27: Bump jackson-databind from 2.1.0 to 2.12.7.1

2022-11-15 Thread GitBox
dependabot[bot] opened a new pull request, #27: URL: https://github.com/apache/maven-changes-plugin/pull/27 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.1.0 to 2.12.7.1. Commits See full diff in https://github.com/FasterXML/jackson/commits";>compare vie

[GitHub] [maven-integration-testing] slawekjaranowski merged pull request #212: Update actions in GH build

2022-11-15 Thread GitBox
slawekjaranowski merged PR #212: URL: https://github.com/apache/maven-integration-testing/pull/212 -- 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: issue

[jira] [Commented] (MPLUGIN-441) Support mojos using the new maven v4 api

2022-11-15 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634564#comment-17634564 ] Hudson commented on MPLUGIN-441: Build unstable in Jenkins: Maven » Maven TLP » maven-pl

[jira] [Commented] (MNG-6720) MultiThreadedBuilder: wait for parallel running projects when using --fail-fast

2022-11-15 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-6720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634561#comment-17634561 ] Hudson commented on MNG-6720: - Build succeeded in Jenkins: Maven » Maven TLP » maven » PR-871 #

[jira] [Commented] (MPLUGIN-426) Description annotation for Mojo and Parameters

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634560#comment-17634560 ] ASF GitHub Bot commented on MPLUGIN-426: gnodet commented on PR #152: URL: http

[GitHub] [maven-plugin-tools] gnodet commented on pull request #152: [MPLUGIN-426] add @Description annotation

2022-11-15 Thread GitBox
gnodet commented on PR #152: URL: https://github.com/apache/maven-plugin-tools/pull/152#issuecomment-1315969450 Should the new annotation contain a `since` field to be able to avoid the `since` javadoc tag ? -- This is an automated message from the Apache Git Service. To respond to the m

[jira] [Commented] (MPLUGIN-441) Support mojos using the new maven v4 api

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634558#comment-17634558 ] ASF GitHub Bot commented on MPLUGIN-441: gnodet merged PR #117: URL: https://git

[jira] [Closed] (MPLUGIN-441) Support mojos using the new maven v4 api

2022-11-15 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MPLUGIN-441. --- Assignee: Guillaume Nodet Resolution: Fixed > Support mojos using the new maven v4 api

[jira] [Updated] (MPLUGIN-441) Support mojos using the new maven v4 api

2022-11-15 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MPLUGIN-441: Fix Version/s: 3.8.0 (was: 4.0.0) > Support mojos using the new mav

[GitHub] [maven-plugin-tools] gnodet merged pull request #117: [MPLUGIN-441] Support for the new maven4 api

2022-11-15 Thread GitBox
gnodet merged PR #117: URL: https://github.com/apache/maven-plugin-tools/pull/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 specific comment. To unsubscribe, e-mail: issues-unsubscr...@mav

[jira] [Commented] (MNG-7597) Infinite loop in PropertiesAsMap

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634557#comment-17634557 ] ASF GitHub Bot commented on MNG-7597: - gnodet commented on code in PR #872: URL: https:

[jira] [Commented] (MNG-7597) Infinite loop in PropertiesAsMap

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634556#comment-17634556 ] ASF GitHub Bot commented on MNG-7597: - gnodet commented on code in PR #872: URL: https:

[GitHub] [maven] gnodet commented on a diff in pull request #872: [MNG-7597] Fix infinite loop when iterating PropertiesAsMap

2022-11-15 Thread GitBox
gnodet commented on code in PR #872: URL: https://github.com/apache/maven/pull/872#discussion_r1023329341 ## maven-core/src/test/java/org/apache/maven/internal/impl/PropertiesAsMapTest.java: ## @@ -0,0 +1,38 @@ +package org.apache.maven.internal.impl; + +/* + * Licensed to the A

[GitHub] [maven] gnodet commented on a diff in pull request #872: [MNG-7597] Fix infinite loop when iterating PropertiesAsMap

2022-11-15 Thread GitBox
gnodet commented on code in PR #872: URL: https://github.com/apache/maven/pull/872#discussion_r1023329127 ## maven-core/src/main/java/org/apache/maven/internal/impl/PropertiesAsMap.java: ## @@ -71,6 +71,8 @@ public Entry next() {

[jira] [Created] (MSITE-914) SiteMojo never populates supportedLocales Velocity context property

2022-11-15 Thread Michael Osipov (Jira)
Michael Osipov created MSITE-914: Summary: SiteMojo never populates supportedLocales Velocity context property Key: MSITE-914 URL: https://issues.apache.org/jira/browse/MSITE-914 Project: Maven Site P

[GitHub] [maven] slawekjaranowski commented on a diff in pull request #871: Update actions in GH build

2022-11-15 Thread GitBox
slawekjaranowski commented on code in PR #871: URL: https://github.com/apache/maven/pull/871#discussion_r1023298257 ## .github/workflows/maven.yml: ## @@ -19,8 +19,15 @@ name: Java CI on: [push, pull_request] +# clare all permissions for GITHUB_TOKEN Review Comment: fix

[GitHub] [maven-surefire] slawekjaranowski commented on pull request #575: [SUREFIRE-1654] Remove deprecated `forkMode` parameter

2022-11-15 Thread GitBox
slawekjaranowski commented on PR #575: URL: https://github.com/apache/maven-surefire/pull/575#issuecomment-1315906113 @SimonBaars Thanks ... I will try to review and test in a few days -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Commented] (MSITE-745) Multimodule projects staged in wrong directory

2022-11-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634530#comment-17634530 ] Michael Osipov commented on MSITE-745: -- Still waiting... > Multimodule projects stag

[jira] [Assigned] (MSITE-827) Site builds rely on HTTP 404

2022-11-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MSITE-827: Assignee: Michael Osipov > Site builds rely on HTTP 404 > > >

[jira] [Assigned] (MSITE-820) Change localized output from language to full locale, like source

2022-11-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MSITE-820: Assignee: Michael Osipov > Change localized output from language to full locale, like sourc

[jira] [Updated] (MSITE-827) Site builds rely on HTTP 404

2022-11-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSITE-827: - Fix Version/s: 4.0.0-M4 (was: 4.0.0-candidate) > Site builds rely on HTTP 4

[jira] [Updated] (MSITE-860) org.codehaus.plexus.util.xml.PrettyPrintXMLWriter swallows IOExceptions

2022-11-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSITE-860: - Fix Version/s: 4.0.0-candidate > org.codehaus.plexus.util.xml.PrettyPrintXMLWriter swallows IOExce

[jira] [Updated] (MSITE-820) Change localized output from language to full locale, like source

2022-11-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSITE-820: - Fix Version/s: 4.0.0-M4 (was: 4.0.0-candidate) > Change localized output fr

[jira] [Updated] (MSITE-904) Unable to generate zh_TW locale of site document

2022-11-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSITE-904: - Fix Version/s: 4.0.0-M4 (was: 4.0.0-candidate) > Unable to generate zh_TW l

[jira] [Assigned] (MSITE-904) Unable to generate zh_TW locale of site document

2022-11-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MSITE-904: Assignee: Michael Osipov > Unable to generate zh_TW locale of site document > -

[jira] [Created] (MSITE-913) Upgrade to Doxia/Doxia Sitetools to 2.0.0-M4

2022-11-15 Thread Michael Osipov (Jira)
Michael Osipov created MSITE-913: Summary: Upgrade to Doxia/Doxia Sitetools to 2.0.0-M4 Key: MSITE-913 URL: https://issues.apache.org/jira/browse/MSITE-913 Project: Maven Site Plugin Issue Ty

[jira] [Created] (MSITE-912) Reporting plugins never executed when more than one locale is configured

2022-11-15 Thread Michael Osipov (Jira)
Michael Osipov created MSITE-912: Summary: Reporting plugins never executed when more than one locale is configured Key: MSITE-912 URL: https://issues.apache.org/jira/browse/MSITE-912 Project: Maven S

[jira] [Updated] (MSITE-820) Change localized output from language to full locale, like source

2022-11-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSITE-820: - Summary: Change localized output from language to full locale, like source (was: change localized

[GitHub] [maven] olamy commented on a diff in pull request #871: Update actions in GH build

2022-11-15 Thread GitBox
olamy commented on code in PR #871: URL: https://github.com/apache/maven/pull/871#discussion_r1023263310 ## .github/workflows/maven.yml: ## @@ -19,8 +19,15 @@ name: Java CI on: [push, pull_request] +# clare all permissions for GITHUB_TOKEN Review Comment: clear? --

[jira] [Commented] (MNG-7050) Create M2_REPOSITORY env variable for Local Repository and Wrapper locations

2022-11-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634525#comment-17634525 ] Michael Osipov commented on MNG-7050: - You need to use Maven 4.0.0-alpha-2 to try it ou

[GitHub] [maven-surefire] michael-o commented on pull request #575: [SUREFIRE-1654] Remove deprecated `forkMode` parameter

2022-11-15 Thread GitBox
michael-o commented on PR #575: URL: https://github.com/apache/maven-surefire/pull/575#issuecomment-1315839448 @SimonBaars Thank you for the massive work. I guess we owe a pack of Amstel. * Did you try a custom build against our Core ITs? * Did you search our [https://github.com/ap

[jira] [Comment Edited] (DOXIA-569) Add Markdown Sink to be able to convert anything to Markdown

2022-11-15 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634504#comment-17634504 ] Konrad Windszus edited comment on DOXIA-569 at 11/15/22 7:53 PM: ---

[jira] [Commented] (DOXIA-569) Add Markdown Sink to be able to convert anything to Markdown

2022-11-15 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634504#comment-17634504 ] Konrad Windszus commented on DOXIA-569: --- Maybe first converting to HTML and the usin

[jira] [Created] (MTOOLCHAINS-44) Use default JDK if it matches the request and no other toolchain is defined

2022-11-15 Thread dennis lucero (Jira)
dennis lucero created MTOOLCHAINS-44: Summary: Use default JDK if it matches the request and no other toolchain is defined Key: MTOOLCHAINS-44 URL: https://issues.apache.org/jira/browse/MTOOLCHAINS-44

[jira] [Commented] (DOXIA-569) Add Markdown Sink to be able to convert anything to Markdown

2022-11-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634499#comment-17634499 ] Michael Osipov commented on DOXIA-569: -- Then we need a Flexmark capable Markdown Sink

[GitHub] [maven-surefire] dependabot[bot] closed pull request #572: Bump mockito-core from 2.28.2 to 4.8.1

2022-11-15 Thread GitBox
dependabot[bot] closed pull request #572: Bump mockito-core from 2.28.2 to 4.8.1 URL: https://github.com/apache/maven-surefire/pull/572 -- 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

[GitHub] [maven-surefire] dependabot[bot] commented on pull request #572: Bump mockito-core from 2.28.2 to 4.8.1

2022-11-15 Thread GitBox
dependabot[bot] commented on PR #572: URL: https://github.com/apache/maven-surefire/pull/572#issuecomment-1315744724 Superseded by #577. -- 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 specif

[GitHub] [maven-surefire] dependabot[bot] opened a new pull request, #577: Bump mockito-core from 2.28.2 to 4.9.0

2022-11-15 Thread GitBox
dependabot[bot] opened a new pull request, #577: URL: https://github.com/apache/maven-surefire/pull/577 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.28.2 to 4.9.0. Release notes Sourced from https://github.com/mockito/mockito/releases";>mockito-core's releases.

[jira] [Commented] (MASSEMBLY-941) file permissions removed during assembly:single since 3.2.0

2022-11-15 Thread Christopher Tubbs (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634484#comment-17634484 ] Christopher Tubbs commented on MASSEMBLY-941: - The referenced jobs that fa

[jira] [Updated] (MPLUGIN-442) Get rid of deprecated XDoc format

2022-11-15 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MPLUGIN-442: Description: At some time in the future m-site-p/doxia will no longer support XDoc (compar

[jira] [Created] (MPLUGIN-442) Get rid of deprecated XDoc format

2022-11-15 Thread Konrad Windszus (Jira)
Konrad Windszus created MPLUGIN-442: --- Summary: Get rid of deprecated XDoc format Key: MPLUGIN-442 URL: https://issues.apache.org/jira/browse/MPLUGIN-442 Project: Maven Plugin Tools Issue Ty

[jira] [Commented] (DOXIA-569) Add Markdown Sink to be able to convert anything to Markdown

2022-11-15 Thread Serge (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634483#comment-17634483 ] Serge commented on DOXIA-569: - The removal makes sense, but i have the exact same use case tha

[jira] [Commented] (DOXIA-569) Add Markdown Sink to be able to convert anything to Markdown

2022-11-15 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634482#comment-17634482 ] Konrad Windszus commented on DOXIA-569: --- So how to convert the tons of APT sources t

[jira] [Commented] (DOXIA-569) Add Markdown Sink to be able to convert anything to Markdown

2022-11-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634481#comment-17634481 ] Michael Osipov commented on DOXIA-569: -- While I acknowledge this usecase, APT will be

[jira] [Commented] (MNG-7597) Infinite loop in PropertiesAsMap

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634477#comment-17634477 ] ASF GitHub Bot commented on MNG-7597: - kwin commented on code in PR #872: URL: https://

[GitHub] [maven] kwin commented on a diff in pull request #872: [MNG-7597] Fix infinite loop when iterating PropertiesAsMap

2022-11-15 Thread GitBox
kwin commented on code in PR #872: URL: https://github.com/apache/maven/pull/872#discussion_r1023128378 ## maven-core/src/main/java/org/apache/maven/internal/impl/PropertiesAsMap.java: ## @@ -71,6 +71,8 @@ public Entry next() {

[jira] [Commented] (MNG-7597) Infinite loop in PropertiesAsMap

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634474#comment-17634474 ] ASF GitHub Bot commented on MNG-7597: - kwin commented on code in PR #872: URL: https://

[GitHub] [maven] kwin commented on a diff in pull request #872: [MNG-7597] Fix infinite loop when iterating PropertiesAsMap

2022-11-15 Thread GitBox
kwin commented on code in PR #872: URL: https://github.com/apache/maven/pull/872#discussion_r1023128378 ## maven-core/src/main/java/org/apache/maven/internal/impl/PropertiesAsMap.java: ## @@ -71,6 +71,8 @@ public Entry next() {

[GitHub] [maven] slawekjaranowski commented on pull request #871: Update actions in GH build

2022-11-15 Thread GitBox
slawekjaranowski commented on PR #871: URL: https://github.com/apache/maven/pull/871#issuecomment-1315703745 Failed check was on branch, which was converted to PR now in jenkins. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Commented] (MDEPLOY-292) Require Java 8

2022-11-15 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634470#comment-17634470 ] Hudson commented on MDEPLOY-292: Build succeeded in Jenkins: Maven » Maven TLP » maven-d

[jira] [Closed] (MDEPLOY-292) Require Java 8

2022-11-15 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MDEPLOY-292. --- Assignee: Slawomir Jaranowski Resolution: Fixed > Require Java 8 > ---

[GitHub] [maven-deploy-plugin] slawekjaranowski merged pull request #24: [MDEPLOY-292] Require Java 8

2022-11-15 Thread GitBox
slawekjaranowski merged PR #24: URL: https://github.com/apache/maven-deploy-plugin/pull/24 -- 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-unsubs

[jira] [Commented] (MNG-7597) Infinite loop in PropertiesAsMap

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634461#comment-17634461 ] ASF GitHub Bot commented on MNG-7597: - slawekjaranowski commented on code in PR #872: U

[GitHub] [maven] slawekjaranowski commented on a diff in pull request #872: [MNG-7597] Fix infinite loop when iterating PropertiesAsMap

2022-11-15 Thread GitBox
slawekjaranowski commented on code in PR #872: URL: https://github.com/apache/maven/pull/872#discussion_r1023091087 ## maven-core/src/main/java/org/apache/maven/internal/impl/PropertiesAsMap.java: ## @@ -71,6 +71,8 @@ public Entry next() {

[jira] [Commented] (MNG-5771) improved user-configurable core extensions mechanism

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-5771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634460#comment-17634460 ] ASF GitHub Bot commented on MNG-5771: - kwin commented on code in PR #338: URL: https://

[GitHub] [maven-site] kwin commented on a diff in pull request #338: [MNG-5771] Document all classloaders used in Maven

2022-11-15 Thread GitBox
kwin commented on code in PR #338: URL: https://github.com/apache/maven-site/pull/338#discussion_r1023095413 ## src/plantuml/buildExtensionClassRealm.puml: ## @@ -0,0 +1,46 @@ +/* Review Comment: Yes, exactly, they have this format: https://plantuml.com/class-diagram and ar

[jira] [Commented] (MPLUGIN-441) Support mojos using the new maven v4 api

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634452#comment-17634452 ] ASF GitHub Bot commented on MPLUGIN-441: slawekjaranowski commented on code in P

[GitHub] [maven-plugin-tools] slawekjaranowski commented on a diff in pull request #117: [MPLUGIN-441] Support for the new maven4 api

2022-11-15 Thread GitBox
slawekjaranowski commented on code in PR #117: URL: https://github.com/apache/maven-plugin-tools/pull/117#discussion_r1023061690 ## maven-plugin-plugin/src/it/v4api/pom.xml: ## @@ -0,0 +1,78 @@ + + + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLS

[jira] [Commented] (MNG-7597) Infinite loop in PropertiesAsMap

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634450#comment-17634450 ] ASF GitHub Bot commented on MNG-7597: - gnodet opened a new pull request, #872: URL: htt

[GitHub] [maven] gnodet opened a new pull request, #872: [MNG-7597] Fix infinite loop when iterating PropertiesAsMap

2022-11-15 Thread GitBox
gnodet opened a new pull request, #872: URL: https://github.com/apache/maven/pull/872 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/MNG) filed for the ch

[jira] [Commented] (MPLUGIN-441) Support mojos using the new maven v4 api

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634449#comment-17634449 ] ASF GitHub Bot commented on MPLUGIN-441: slawekjaranowski commented on PR #117:

[jira] [Created] (MNG-7597) Infinite loop in PropertiesAsMap

2022-11-15 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-7597: Summary: Infinite loop in PropertiesAsMap Key: MNG-7597 URL: https://issues.apache.org/jira/browse/MNG-7597 Project: Maven Issue Type: Bug Affects Versio

[GitHub] [maven-plugin-tools] slawekjaranowski commented on pull request #117: [MPLUGIN-441] Support for the new maven4 api

2022-11-15 Thread GitBox
slawekjaranowski commented on PR #117: URL: https://github.com/apache/maven-plugin-tools/pull/117#issuecomment-1315624319 > This looks like a bug in https://github.com/apache/maven/blob/master/maven-core/src/main/java/org/apache/maven/internal/impl/PropertiesAsMap.java Yes - iterator

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

2022-11-15 Thread GitBox
dependabot[bot] closed pull request #54: Bump mockito-core from 4.7.0 to 4.8.1 URL: https://github.com/apache/maven-filtering/pull/54 -- 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 comm

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

2022-11-15 Thread GitBox
dependabot[bot] commented on PR #54: URL: https://github.com/apache/maven-filtering/pull/54#issuecomment-1315611146 Superseded by #55. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [maven-filtering] dependabot[bot] opened a new pull request, #55: Bump mockito-core from 4.7.0 to 4.9.0

2022-11-15 Thread GitBox
dependabot[bot] opened a new pull request, #55: URL: https://github.com/apache/maven-filtering/pull/55 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.7.0 to 4.9.0. Release notes Sourced from https://github.com/mockito/mockito/releases";>mockito-core's releases.

[jira] [Commented] (MNG-5771) improved user-configurable core extensions mechanism

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-5771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634442#comment-17634442 ] ASF GitHub Bot commented on MNG-5771: - elharo commented on PR #338: URL: https://github

[GitHub] [maven-site] elharo commented on pull request #338: [MNG-5771] Document all classloaders used in Maven

2022-11-15 Thread GitBox
elharo commented on PR #338: URL: https://github.com/apache/maven-site/pull/338#issuecomment-1315598632 It might be worthwhile to write a general purpose .apt to markdown converter. However that should not be part of this PR. As to why we have these exotic special purpose things, a lot of i

[GitHub] [maven-plugin-tools] gnodet commented on pull request #117: [MPLUGIN-441] Support for the new maven4 api

2022-11-15 Thread GitBox
gnodet commented on PR #117: URL: https://github.com/apache/maven-plugin-tools/pull/117#issuecomment-1315573056 > ``` > mvn org.apache.maven.its:v4api:1.0-SNAPSHOT:help > Apache Maven 4.0.0-alpha-2 (c07700ffc97d3967a8de77d5a1065f5e6115c00e) > [INFO] Scanning for projects... > [IN

[jira] [Commented] (MPLUGIN-441) Support mojos using the new maven v4 api

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634441#comment-17634441 ] ASF GitHub Bot commented on MPLUGIN-441: gnodet commented on PR #117: URL: http

[jira] [Commented] (MPLUGIN-441) Support mojos using the new maven v4 api

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634440#comment-17634440 ] ASF GitHub Bot commented on MPLUGIN-441: gnodet commented on PR #117: URL: http

[GitHub] [maven-plugin-tools] gnodet commented on pull request #117: [MPLUGIN-441] Support for the new maven4 api

2022-11-15 Thread GitBox
gnodet commented on PR #117: URL: https://github.com/apache/maven-plugin-tools/pull/117#issuecomment-1315560991 > > one for build log ... > > ``` > > The following dependencies are in wrong scope: > > * org.apache.maven:plexus-utils:jar:4.0.0-alpha-2:compile > > ``` > > `

[jira] [Commented] (MPLUGIN-441) Support mojos using the new maven v4 api

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634438#comment-17634438 ] ASF GitHub Bot commented on MPLUGIN-441: gnodet commented on PR #117: URL: http

[GitHub] [maven-plugin-tools] gnodet commented on pull request #117: [MPLUGIN-441] Support for the new maven4 api

2022-11-15 Thread GitBox
gnodet commented on PR #117: URL: https://github.com/apache/maven-plugin-tools/pull/117#issuecomment-1315559536 > Trying: > > ``` > mvn org.apache.maven.its:v4api:1.0-SNAPSHOT:first > > Apache Maven 4.0.0-alpha-2 (c07700ffc97d3967a8de77d5a1065f5e6115c00e) > > [ERROR]

[jira] [Commented] (MPLUGIN-441) Support mojos using the new maven v4 api

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634429#comment-17634429 ] ASF GitHub Bot commented on MPLUGIN-441: gnodet commented on code in PR #117: UR

[GitHub] [maven-plugin-tools] gnodet commented on a diff in pull request #117: [MPLUGIN-441] Support for the new maven4 api

2022-11-15 Thread GitBox
gnodet commented on code in PR #117: URL: https://github.com/apache/maven-plugin-tools/pull/117#discussion_r1022991796 ## maven-plugin-plugin/src/it/v4api/pom.xml: ## @@ -0,0 +1,78 @@ + + + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst

[jira] [Commented] (MPLUGIN-441) Support mojos using the new maven v4 api

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634426#comment-17634426 ] ASF GitHub Bot commented on MPLUGIN-441: slawekjaranowski commented on PR #117:

[GitHub] [maven-plugin-tools] slawekjaranowski commented on pull request #117: [MPLUGIN-441] Support for the new maven4 api

2022-11-15 Thread GitBox
slawekjaranowski commented on PR #117: URL: https://github.com/apache/maven-plugin-tools/pull/117#issuecomment-1315534415 ``` mvn org.apache.maven.its:v4api:1.0-SNAPSHOT:help Apache Maven 4.0.0-alpha-2 (c07700ffc97d3967a8de77d5a1065f5e6115c00e) [INFO] Scanning for projects... [IN

[jira] [Commented] (MPLUGIN-441) Support mojos using the new maven v4 api

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634425#comment-17634425 ] ASF GitHub Bot commented on MPLUGIN-441: gnodet commented on PR #117: URL: http

[GitHub] [maven-plugin-tools] gnodet commented on pull request #117: [MPLUGIN-441] Support for the new maven4 api

2022-11-15 Thread GitBox
gnodet commented on PR #117: URL: https://github.com/apache/maven-plugin-tools/pull/117#issuecomment-1315533385 > one for build log ... > > ``` > The following dependencies are in wrong scope: > * org.apache.maven:plexus-utils:jar:4.0.0-alpha-2:compile > ``` `plexus-u

[jira] [Commented] (MPLUGIN-441) Support mojos using the new maven v4 api

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634423#comment-17634423 ] ASF GitHub Bot commented on MPLUGIN-441: slawekjaranowski commented on PR #117:

[GitHub] [maven-plugin-tools] slawekjaranowski commented on pull request #117: [MPLUGIN-441] Support for the new maven4 api

2022-11-15 Thread GitBox
slawekjaranowski commented on PR #117: URL: https://github.com/apache/maven-plugin-tools/pull/117#issuecomment-1315529668 Trying: ``` mvn org.apache.maven.its:v4api:1.0-SNAPSHOT:first Apache Maven 4.0.0-alpha-2 (c07700ffc97d3967a8de77d5a1065f5e6115c00e) [ERROR] Failed

[jira] [Commented] (MPLUGIN-441) Support mojos using the new maven v4 api

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634416#comment-17634416 ] ASF GitHub Bot commented on MPLUGIN-441: slawekjaranowski commented on code in P

[GitHub] [maven-plugin-tools] slawekjaranowski commented on a diff in pull request #117: [MPLUGIN-441] Support for the new maven4 api

2022-11-15 Thread GitBox
slawekjaranowski commented on code in PR #117: URL: https://github.com/apache/maven-plugin-tools/pull/117#discussion_r1022970089 ## maven-plugin-plugin/src/it/v4api/pom.xml: ## @@ -0,0 +1,78 @@ + + + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLS

[jira] [Commented] (MPLUGIN-441) Support mojos using the new maven v4 api

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634390#comment-17634390 ] ASF GitHub Bot commented on MPLUGIN-441: slawekjaranowski commented on PR #117:

[GitHub] [maven-plugin-tools] slawekjaranowski commented on pull request #117: [MPLUGIN-441] Support for the new maven4 api

2022-11-15 Thread GitBox
slawekjaranowski commented on PR #117: URL: https://github.com/apache/maven-plugin-tools/pull/117#issuecomment-1315412506 one for build log ... ``` The following dependencies are in wrong scope: * org.apache.maven:plexus-utils:jar:4.0.0-alpha-2:compile ``` -- This is an a

[jira] [Commented] (DOXIA-569) Add Markdown Sink to be able to convert anything to Markdown

2022-11-15 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634388#comment-17634388 ] Konrad Windszus commented on DOXIA-569: --- [~michael-o] Another use case is converting

[jira] [Commented] (MPLUGIN-441) Support mojos using the new maven v4 api

2022-11-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634384#comment-17634384 ] ASF GitHub Bot commented on MPLUGIN-441: slawekjaranowski commented on code in P

  1   2   >