[jira] [Commented] (MNG-7662) Allow Graphbuilder to use session scoped components

2023-01-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654834#comment-17654834 ] ASF GitHub Bot commented on MNG-7662: - laeubi commented on PR #948: URL: https://github

[GitHub] [maven] laeubi commented on pull request #948: MNG-7662 - Allow Graphbuilder to use session scoped components

2023-01-04 Thread GitBox
laeubi commented on PR #948: URL: https://github.com/apache/maven/pull/948#issuecomment-1371875965 > Fwiw, I've just tested the injection of `javax.inject.Provider` on master and it seems to work well... Do you like to submit a PR for this? This seems to be the easiest solution I thi

[jira] [Commented] (MNG-7662) Allow Graphbuilder to use session scoped components

2023-01-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654830#comment-17654830 ] ASF GitHub Bot commented on MNG-7662: - gnodet commented on PR #948: URL: https://github

[GitHub] [maven] gnodet commented on pull request #948: MNG-7662 - Allow Graphbuilder to use session scoped components

2023-01-04 Thread GitBox
gnodet commented on PR #948: URL: https://github.com/apache/maven/pull/948#issuecomment-1371873677 > > Um, this looks wrong to me I guess this is to have injected some components that are session scoped? > > Yes as described in the JIRA ticket > > > But why not use `Provide

[jira] [Created] (MCHECKSTYLE-422) Print absolute paths

2023-01-04 Thread Delany (Jira)
Delany created MCHECKSTYLE-422: -- Summary: Print absolute paths Key: MCHECKSTYLE-422 URL: https://issues.apache.org/jira/browse/MCHECKSTYLE-422 Project: Maven Checkstyle Plugin Issue Type: Bug

[jira] [Closed] (MNG-7536) Mojo execution locking in Maven 3.8.5 deadlocks my plugin

2023-01-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-7536. --- Fix Version/s: (was: waiting-for-feedback) (was: wontfix-candidate) Re

[jira] [Commented] (MNG-7662) Allow Graphbuilder to use session scoped components

2023-01-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654804#comment-17654804 ] ASF GitHub Bot commented on MNG-7662: - laeubi commented on PR #948: URL: https://github

[GitHub] [maven] laeubi commented on pull request #948: MNG-7662 - Allow Graphbuilder to use session scoped components

2023-01-04 Thread GitBox
laeubi commented on PR #948: URL: https://github.com/apache/maven/pull/948#issuecomment-1371842124 @gnodet if you have an idea how to rewrite `DefaultMaven` that way it would be fine I think, I just don't know if it is possible as `DefaultMaven` is "special" in the way how it setup the sess

[jira] [Commented] (MNG-7662) Allow Graphbuilder to use session scoped components

2023-01-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654784#comment-17654784 ] ASF GitHub Bot commented on MNG-7662: - gnodet commented on PR #948: URL: https://github

[GitHub] [maven] gnodet commented on pull request #948: MNG-7662 - Allow Graphbuilder to use session scoped components

2023-01-04 Thread GitBox
gnodet commented on PR #948: URL: https://github.com/apache/maven/pull/948#issuecomment-1371831631 Would it be possible to have scopes behave in a usual CDI way ? I.e. you should be able to inject a `@SessionScoped` bean into a `@Singleton` and the DI framework should wrap it in a proxy and

[jira] [Commented] (MNG-7536) Mojo execution locking in Maven 3.8.5 deadlocks my plugin

2023-01-04 Thread David Elliott (Jira)
[ https://issues.apache.org/jira/browse/MNG-7536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654735#comment-17654735 ] David Elliott commented on MNG-7536: Turns out we did still need this feature for somet

[GitHub] [maven-surefire] CMoH commented on pull request #387: [SUREFIRE-1939] Fix NPE in SystemUtils.toJdkHomeFromJvmExec if java home has 2 components

2023-01-04 Thread GitBox
CMoH commented on PR #387: URL: https://github.com/apache/maven-surefire/pull/387#issuecomment-1371540416 > @CMoH are you available to make the requested changes to the tests? Otherwise I can also make a new pull request. Well, this may silently disable the test without notice due to

[GitHub] [maven-surefire] CMoH commented on a diff in pull request #387: [SUREFIRE-1939] Fix NPE in SystemUtils.toJdkHomeFromJvmExec if java home has 2 components

2023-01-04 Thread GitBox
CMoH commented on code in PR #387: URL: https://github.com/apache/maven-surefire/pull/387#discussion_r1061962311 ## surefire-booter/src/test/java/org/apache/maven/surefire/booter/SystemUtilsTest.java: ## @@ -98,6 +98,15 @@ public void incorrectJdkPath() assertThat(

[GitHub] [maven-enforcer] slawekjaranowski merged pull request #216: [MENFORCER-455] New Enforcer API

2023-01-04 Thread GitBox
slawekjaranowski merged PR #216: URL: https://github.com/apache/maven-enforcer/pull/216 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr.

[jira] [Created] (MRESOLVER-312) Raise build required Java to 11, target remains 8

2023-01-04 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MRESOLVER-312: - Summary: Raise build required Java to 11, target remains 8 Key: MRESOLVER-312 URL: https://issues.apache.org/jira/browse/MRESOLVER-312 Project: Maven Resolve

[jira] [Updated] (MRESOLVER-302) Introduce onSession close

2023-01-04 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-302: -- Fix Version/s: 1.10.0 > Introduce onSession close > - > >

[jira] [Updated] (MRESOLVER-308) HTTP transport showdown

2023-01-04 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-308: -- Fix Version/s: 1.10.0 > HTTP transport showdown > --- > >

[jira] [Updated] (MRESOLVER-304) DirectoryUtils should consider interpolation

2023-01-04 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-304: -- Fix Version/s: (was: 1.9.3) > DirectoryUtils should consider interpolation > ---

[jira] [Closed] (MRESOLVER-309) PrefixesRemoteRepositoryFilterSource aborts the build while it should not

2023-01-04 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MRESOLVER-309. - Resolution: Fixed > PrefixesRemoteRepositoryFilterSource aborts the build while it sho

[jira] [Updated] (MRESOLVER-302) Introduce onSession close

2023-01-04 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-302: -- Fix Version/s: (was: 1.9.3) > Introduce onSession close > --

[jira] [Updated] (MRESOLVER-308) HTTP transport showdown

2023-01-04 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-308: -- Fix Version/s: (was: 1.9.3) > HTTP transport showdown > ---

[jira] [Assigned] (MRESOLVER-309) PrefixesRemoteRepositoryFilterSource aborts the build while it should not

2023-01-04 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MRESOLVER-309: - Assignee: Tamas Cservenak > PrefixesRemoteRepositoryFilterSource aborts the b

[jira] [Commented] (MRESOLVER-309) PrefixesRemoteRepositoryFilterSource aborts the build while it should not

2023-01-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654662#comment-17654662 ] ASF GitHub Bot commented on MRESOLVER-309: -- cstamas merged PR #233: URL: http

[GitHub] [maven-resolver] cstamas merged pull request #233: [MRESOLVER-309] Do not kill the build when unkown remote layout

2023-01-04 Thread GitBox
cstamas merged PR #233: URL: https://github.com/apache/maven-resolver/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-mail: issues-unsubscr...@maven.

[GitHub] [maven-integration-testing] psiroky commented on a diff in pull request #224: [MNG-7661] Remove deprecated 'verifier.resetStreams()'

2023-01-04 Thread GitBox
psiroky commented on code in PR #224: URL: https://github.com/apache/maven-integration-testing/pull/224#discussion_r1061832128 ## core-it-suite/src/test/java/org/apache/maven/it/ItUtils.java: ## @@ -19,7 +19,6 @@ * under the License. */ -import org.junit.jupiter.api.Test;

[GitHub] [maven-integration-testing] psiroky commented on pull request #224: [MNG-7661] Remove deprecated 'verifier.resetStreams()'

2023-01-04 Thread GitBox
psiroky commented on PR #224: URL: https://github.com/apache/maven-integration-testing/pull/224#issuecomment-1371351037 I went through the diff (as best as I could considering the number of changed files), found couple more discrepancies and fixed them. Please take another look. Hopefully

[GitHub] [maven-integration-testing] psiroky commented on a diff in pull request #224: [MNG-7661] Remove deprecated 'verifier.resetStreams()'

2023-01-04 Thread GitBox
psiroky commented on code in PR #224: URL: https://github.com/apache/maven-integration-testing/pull/224#discussion_r1061817082 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3331ModulePathNormalizationTest.java: ## @@ -68,7 +68,6 @@ public void testitMNG3331a ()

[GitHub] [maven-integration-testing] psiroky commented on a diff in pull request #224: [MNG-7661] Remove deprecated 'verifier.resetStreams()'

2023-01-04 Thread GitBox
psiroky commented on code in PR #224: URL: https://github.com/apache/maven-integration-testing/pull/224#discussion_r1061811833 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng2199ParentVersionRangeTest.java: ## @@ -100,7 +89,6 @@ public void testValidParentVersion

[GitHub] [maven-integration-testing] psiroky commented on pull request #224: [MNG-7661] Fix deprecated verifier calls

2023-01-04 Thread GitBox
psiroky commented on PR #224: URL: https://github.com/apache/maven-integration-testing/pull/224#issuecomment-1371323243 I will leave this PR for the first change (remvoing `resetStreams()`) and will create two more PR with the other changes. -- This is an automated message from the Apach

[GitHub] [maven-integration-testing] psiroky commented on a diff in pull request #224: [MNG-7661] Fix deprecated verifier calls

2023-01-04 Thread GitBox
psiroky commented on code in PR #224: URL: https://github.com/apache/maven-integration-testing/pull/224#discussion_r1061809167 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1803PomValidationErrorIncludesLineNumberTest.java: ## @@ -64,7 +64,6 @@ public void testit

[jira] [Created] (MRESOLVER-311) Upgrade Parent to 39

2023-01-04 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MRESOLVER-311: - Summary: Upgrade Parent to 39 Key: MRESOLVER-311 URL: https://issues.apache.org/jira/browse/MRESOLVER-311 Project: Maven Resolver Issue Typ

[jira] [Created] (MRESOLVER-310) Preserve configuration of Enhanced LRM in local repo

2023-01-04 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MRESOLVER-310: - Summary: Preserve configuration of Enhanced LRM in local repo Key: MRESOLVER-310 URL: https://issues.apache.org/jira/browse/MRESOLVER-310 Project: Ma

[jira] [Closed] (MSKINS-126) Set language for customizable resources

2023-01-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSKINS-126. - Resolution: Won't Fix The GIF is gone because its usage violates GDPR. > Set language for custom

[jira] [Closed] (MSKINS-202) Support Maven report standalone mode

2023-01-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSKINS-202. - Resolution: Fixed Fixed with [be493de1ce580f4c841f51a3ba013546d56cbde3|https://gitbox.apache.org

[GitHub] [maven-fluido-skin] asfgit closed pull request #43: [MSKINS-202] Support Maven report standalone mode

2023-01-04 Thread GitBox
asfgit closed pull request #43: [MSKINS-202] Support Maven report standalone mode URL: https://github.com/apache/maven-fluido-skin/pull/43 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specifi

[jira] [Closed] (MSKINS-201) Replace deprecated DecorationModel#getGoogleAnalyticsAccountId() with custom value

2023-01-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSKINS-201. - Resolution: Fixed Fixed with [f727e54c953c6ee9fc4af7de9d2597efc7bc3b20|https://gitbox.apache.org

[GitHub] [maven-fluido-skin] asfgit closed pull request #42: [MSKINS-201] Replace deprecated DecorationModel#getGoogleAnalyticsAccountId() with custom value

2023-01-04 Thread GitBox
asfgit closed pull request #42: [MSKINS-201] Replace deprecated DecorationModel#getGoogleAnalyticsAccountId() with custom value URL: https://github.com/apache/maven-fluido-skin/pull/42 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[jira] [Closed] (MSKINS-200) Remove deprecated Piwik integration

2023-01-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSKINS-200. - Resolution: Fixed Fixed with [c4376bc4b6c1a7fcf2f6e9574f1c58ffd674c215|https://gitbox.apache.org

[GitHub] [maven-fluido-skin] asfgit closed pull request #41: [MSKINS-200] Remove deprecated Piwik integration

2023-01-04 Thread GitBox
asfgit closed pull request #41: [MSKINS-200] Remove deprecated Piwik integration URL: https://github.com/apache/maven-fluido-skin/pull/41 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[jira] [Commented] (MNG-7662) Allow Graphbuilder to use session scoped components

2023-01-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654593#comment-17654593 ] ASF GitHub Bot commented on MNG-7662: - laeubi commented on PR #948: URL: https://github

[GitHub] [maven] laeubi commented on pull request #948: MNG-7662 - Allow Graphbuilder to use session scoped components

2023-01-04 Thread GitBox
laeubi commented on PR #948: URL: https://github.com/apache/maven/pull/948#issuecomment-1371290310 > Um, this looks wrong to me I guess this is to have injected some components that are session scoped? Yes as described in the JIRA ticket > But why not use `Provider` for com

[jira] [Commented] (MNG-7662) Allow Graphbuilder to use session scoped components

2023-01-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654592#comment-17654592 ] ASF GitHub Bot commented on MNG-7662: - cstamas commented on PR #948: URL: https://githu

[GitHub] [maven] cstamas commented on pull request #948: MNG-7662 - Allow Graphbuilder to use session scoped components

2023-01-04 Thread GitBox
cstamas commented on PR #948: URL: https://github.com/apache/maven/pull/948#issuecomment-1371286830 Um, this looks wrong to me I guess this is to have injected some components that are session scoped? But why not use `Provider` for components that are session scoped instead, as that wil

[jira] [Commented] (MNG-7662) Allow Graphbuilder to use session scoped components

2023-01-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654591#comment-17654591 ] ASF GitHub Bot commented on MNG-7662: - laeubi commented on PR #948: URL: https://github

[GitHub] [maven] laeubi commented on pull request #948: MNG-7662 - Allow Graphbuilder to use session scoped components

2023-01-04 Thread GitBox
laeubi commented on PR #948: URL: https://github.com/apache/maven/pull/948#issuecomment-1371283602 @michael-o can you probably take a look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[GitHub] [maven-enforcer] slawekjaranowski commented on pull request #216: [MENFORCER-455] New Enforcer API

2023-01-04 Thread GitBox
slawekjaranowski commented on PR #216: URL: https://github.com/apache/maven-enforcer/pull/216#issuecomment-1371282744 @kwin Do you accept my responses? Can I do anything more with this PR? Anybody else has any more remarks? I would like to merge and go forward. -- This is an a

[GitHub] [maven-surefire] andpab commented on pull request #571: [SUREFIRE-2121] JUnitException: Failed to parse version of junit:junit: 4.13.2

2023-01-04 Thread GitBox
andpab commented on PR #571: URL: https://github.com/apache/maven-surefire/pull/571#issuecomment-1371271421 I've updated the versions in SUREFIRE-2138 (PR #590), so once the next release is made, the examples on the website will show up-to-date versions. -- This is an automated message f

[GitHub] [maven-surefire] andpab commented on pull request #590: [SUREFIRE-2138] Update Junit4/5 version in docs and ITs

2023-01-04 Thread GitBox
andpab commented on PR #590: URL: https://github.com/apache/maven-surefire/pull/590#issuecomment-1371268106 That's great news. Looking forward to it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

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

2023-01-04 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed DOXIA-569. --- Assignee: Herve Boutemy Resolution: Fixed > Add Markdown Sink to be able to convert anything to

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

2023-01-04 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated DOXIA-569: Fix Version/s: 2.0.0-M5 > Add Markdown Sink to be able to convert anything to Markdown > ---

[jira] [Commented] (MNG-7038) Introduce public property to point to a root directory of (multi-module) project

2023-01-04 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNG-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654571#comment-17654571 ] Konrad Windszus commented on MNG-7038: -- > so why not just standardize "maven.multiModu

[jira] [Updated] (MSKINS-202) Support Maven report standalone mode

2023-01-04 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MSKINS-202: - Description: {{AbstractMavenReport}} adds a Velocity context property {{standalone}} (boolean) t

[GitHub] [maven-surefire] slawekjaranowski commented on pull request #590: [SUREFIRE-2138] Update Junit4/5 version in docs and ITs

2023-01-04 Thread GitBox
slawekjaranowski commented on PR #590: URL: https://github.com/apache/maven-surefire/pull/590#issuecomment-1371211261 @andpab site is updated during release with new version. I'm looking into current changes, I think that new release will be appreciated. So I will try to take

[jira] [Updated] (MSKINS-200) Remove deprecated Piwik integration

2023-01-04 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MSKINS-200: - Description: Piwik has been renamed to Matomo > Remove deprecated Piwik integration > ---

[GitHub] [maven-integration-testing] slawekjaranowski commented on pull request #224: [MNG-7661] Fix deprecated verifier calls

2023-01-04 Thread GitBox
slawekjaranowski commented on PR #224: URL: https://github.com/apache/maven-integration-testing/pull/224#issuecomment-1371201704 Great job, can you split each commit as separate PR 😄 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Comment Edited] (DOXIA-617) doxia-module-markdown: Add support for --- header section marks

2023-01-04 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654514#comment-17654514 ] Herve Boutemy edited comment on DOXIA-617 at 1/4/23 5:14 PM: -

[jira] [Closed] (DOXIA-617) doxia-module-markdown: Add support for --- header section marks

2023-01-04 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed DOXIA-617. --- Assignee: Herve Boutemy Resolution: Fixed > doxia-module-markdown: Add support for --- header se

[GitHub] [maven-integration-testing] slawekjaranowski commented on a diff in pull request #224: [MNG-7661] Fix deprecated verifier calls

2023-01-04 Thread GitBox
slawekjaranowski commented on code in PR #224: URL: https://github.com/apache/maven-integration-testing/pull/224#discussion_r1061707521 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng2199ParentVersionRangeTest.java: ## @@ -65,7 +65,6 @@ public void testValidParen

[jira] [Commented] (MRESOLVER-309) PrefixesRemoteRepositoryFilterSource aborts the build while it should not

2023-01-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654561#comment-17654561 ] ASF GitHub Bot commented on MRESOLVER-309: -- cstamas opened a new pull request

[GitHub] [maven-resolver] cstamas opened a new pull request, #233: [MRESOLVER-309] Do not kill the build when unkown remote layout

2023-01-04 Thread GitBox
cstamas opened a new pull request, #233: URL: https://github.com/apache/maven-resolver/pull/233 In case remote repository defines unsupported layout, filter should just let it pass (as resolver will gracefully fail with it anyway), while throwing RuntimeException caused abruptly stopped bui

[GitHub] [maven-integration-testing] slawekjaranowski commented on a diff in pull request #224: [MNG-7661] Fix deprecated verifier calls

2023-01-04 Thread GitBox
slawekjaranowski commented on code in PR #224: URL: https://github.com/apache/maven-integration-testing/pull/224#discussion_r1061706611 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1803PomValidationErrorIncludesLineNumberTest.java: ## @@ -64,7 +64,6 @@ public vo

[GitHub] [maven-surefire] andpab commented on pull request #590: [SUREFIRE-2138] Update Junit4/5 version in docs and ITs

2023-01-04 Thread GitBox
andpab commented on PR #590: URL: https://github.com/apache/maven-surefire/pull/590#issuecomment-1371188852 @slawekjaranowski Thanks for reviewing and merging. Is there anything else that needs to be triggered so that the website is updated or is it only updated when a new release is made?

[jira] [Updated] (MRESOLVER-309) PrefixesRemoteRepositoryFilterSource aborts the build while it should not

2023-01-04 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-309: -- Description: The PrefixesRemoteRepositoryFilterSource caches layouts, and it is to j

[jira] [Created] (MRESOLVER-309) PrefixesRemoteRepositoryFilterSource aborts the build while it should not

2023-01-04 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MRESOLVER-309: - Summary: PrefixesRemoteRepositoryFilterSource aborts the build while it should not Key: MRESOLVER-309 URL: https://issues.apache.org/jira/browse/MRESOLVER-309

[jira] [Updated] (MNG-7571) add new Maven immutable API to reference documentation

2023-01-04 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-7571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MNG-7571: --- Description: immutable API added in MNG-7553 api directory but maven-api documentation url [https://ma

[jira] [Comment Edited] (MNG-7655) rename Maven core's plexus-utils to more explicit artifactId

2023-01-04 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-7655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17653332#comment-17653332 ] Herve Boutemy edited comment on MNG-7655 at 1/4/23 3:50 PM: oth

[GitHub] [maven-integration-testing] psiroky opened a new pull request, #224: [MNG-7661] Fix deprecated verifier calls

2023-01-04 Thread GitBox
psiroky opened a new pull request, #224: URL: https://github.com/apache/maven-integration-testing/pull/224 * I know the change looks huge, but in fact it is just a couple of find & replace calls in IDE. 99% were of the changes were done automatically, just had to manually adjust some edge c

[jira] [Commented] (DOXIA-617) doxia-module-markdown: Add support for --- header section marks

2023-01-04 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654514#comment-17654514 ] Herve Boutemy commented on DOXIA-617: - initial implementation merged in [https://gith

[jira] [Commented] (DOXIA-617) doxia-module-markdown: Add support for --- header section marks

2023-01-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654513#comment-17654513 ] ASF GitHub Bot commented on DOXIA-617: -- hboutemy merged PR #132: URL: https://github.

[GitHub] [maven-doxia] hboutemy merged pull request #132: [DOXIA-617] support yaml metadata

2023-01-04 Thread GitBox
hboutemy merged PR #132: URL: https://github.com/apache/maven-doxia/pull/132 -- 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.ap

[jira] [Comment Edited] (MNG-7663) The local ArtifactRepository is broken when using enhanced local repo

2023-01-04 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654509#comment-17654509 ] Guillaume Nodet edited comment on MNG-7663 at 1/4/23 3:33 PM: --

[jira] [Commented] (MNG-7663) The local ArtifactRepository is broken when using enhanced local repo

2023-01-04 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654509#comment-17654509 ] Guillaume Nodet commented on MNG-7663: -- Camel build log: {code} [INFO] Error stacktrac

[GitHub] [maven-integration-testing] psiroky commented on a diff in pull request #223: [MNG-7661] Use provided scope for Maven deps in IT plugins

2023-01-04 Thread GitBox
psiroky commented on code in PR #223: URL: https://github.com/apache/maven-integration-testing/pull/223#discussion_r1061572431 ## core-it-support/core-it-plugins/maven-it-plugin-site/pom.xml: ## @@ -67,6 +68,40 @@ under the License. org.apache.maven.reporting mave

[jira] [Updated] (MNG-7663) The local ArtifactRepository is broken when using enhanced local repo

2023-01-04 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7663: - Description: This happens when using split repositories with maven resolver 1.9.x. This breaks the

[jira] [Updated] (MNG-7663) The local ArtifactRepository is broken when using enhanced local repo

2023-01-04 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7663: - Affects Version/s: 4.0.0-alpha-3 > The local ArtifactRepository is broken when using enhanced local

[jira] [Updated] (MNG-7663) The local ArtifactRepository is broken when using enhanced local repo

2023-01-04 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7663: - Description: This breaks the flatten-maven-plugin for example. The reason is that maven injects a

[GitHub] [maven-integration-testing] psiroky commented on a diff in pull request #223: [MNG-7661] Use provided scope for Maven deps in IT plugins

2023-01-04 Thread GitBox
psiroky commented on code in PR #223: URL: https://github.com/apache/maven-integration-testing/pull/223#discussion_r1061572431 ## core-it-support/core-it-plugins/maven-it-plugin-site/pom.xml: ## @@ -67,6 +68,40 @@ under the License. org.apache.maven.reporting mave

[GitHub] [maven-integration-testing] psiroky commented on pull request #223: [MNG-7661] Use provided scope for Maven deps in IT plugins

2023-01-04 Thread GitBox
psiroky commented on PR #223: URL: https://github.com/apache/maven-integration-testing/pull/223#issuecomment-1371036304 Yeah, that is the case in one of the plugins here as well, hence the exclusions. The `dependencyManagement` solution is quite elegant though as it means way less c

[jira] [Commented] (MNG-7662) Allow Graphbuilder to use session scoped components

2023-01-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654494#comment-17654494 ] ASF GitHub Bot commented on MNG-7662: - laeubi opened a new pull request, #948: URL: htt

[GitHub] [maven] laeubi opened a new pull request, #948: MNG-7662 - Allow Graphbuilder to use session scoped components

2023-01-04 Thread GitBox
laeubi opened a new pull request, #948: URL: https://github.com/apache/maven/pull/948 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-7662) filed for t

[jira] [Moved] (MNG-7663) The local ArtifactRepository is broken when using enhanced local repo

2023-01-04 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet moved MCOMPILER-518 to MNG-7663: Key: MNG-7663 (was: MCOMPILER-518) Affects Version

[jira] [Created] (MCOMPILER-518) The local ArtifactRepository is broken when using enhanced local repo

2023-01-04 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MCOMPILER-518: - Summary: The local ArtifactRepository is broken when using enhanced local repo Key: MCOMPILER-518 URL: https://issues.apache.org/jira/browse/MCOMPILER-518 P

[jira] [Created] (MNG-7662) Allow Graphbuilder to use session scoped components

2023-01-04 Thread Jira
Christoph Läubrich created MNG-7662: --- Summary: Allow Graphbuilder to use session scoped components Key: MNG-7662 URL: https://issues.apache.org/jira/browse/MNG-7662 Project: Maven Issue Typ

[jira] [Commented] (MCHECKSTYLE-421) Audit events should use Maven logging

2023-01-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MCHECKSTYLE-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654484#comment-17654484 ] Michael Osipov commented on MCHECKSTYLE-421: Question is whether checkst

[GitHub] [maven-integration-testing] slawekjaranowski commented on pull request #223: [MNG-7661] Use provided scope for Maven deps in IT plugins

2023-01-04 Thread GitBox
slawekjaranowski commented on PR #223: URL: https://github.com/apache/maven-integration-testing/pull/223#issuecomment-1370951680 I used `dependencyManagement` in maven-enforcer because one Maven core artifact from transitive dependencies was in compile scope. -- This is an autom

[GitHub] [maven-integration-testing] slawekjaranowski commented on a diff in pull request #223: [MNG-7661] Use provided scope for Maven deps in IT plugins

2023-01-04 Thread GitBox
slawekjaranowski commented on code in PR #223: URL: https://github.com/apache/maven-integration-testing/pull/223#discussion_r1061495477 ## core-it-support/core-it-plugins/maven-it-plugin-site/pom.xml: ## @@ -67,6 +68,40 @@ under the License. org.apache.maven.reporting

[jira] [Updated] (MNG-7653) Integrate resolver onSessionClose

2023-01-04 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-7653: - Fix Version/s: (was: 3.9.0) > Integrate resolver onSessionClose > -

[GitHub] [maven-shared-utils] tisonkun commented on pull request #45: [MSHARED-898] prefer JDK classes to DirectoryScanner

2023-01-04 Thread GitBox
tisonkun commented on PR #45: URL: https://github.com/apache/maven-shared-utils/pull/45#issuecomment-1370894007 @elharo do we have a migration example? It seems that `DirectoryScanner` is still far more fruitful then bare `java.nio.file.DirectoryStream`. -- This is an automated message f

[jira] [Commented] (MNG-7642) 4.0.0-alpha 3 not compatible with flatten plugin

2023-01-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654447#comment-17654447 ] ASF GitHub Bot commented on MNG-7642: - gnodet commented on PR #947: URL: https://github

[GitHub] [maven] gnodet commented on pull request #947: [MNG-7642] Restore compatibility with flatten-maven-plugin

2023-01-04 Thread GitBox
gnodet commented on PR #947: URL: https://github.com/apache/maven/pull/947#issuecomment-1370889590 > I think I can see that now. > Thanks @gnodet. Yes, it's really just for binary compatibility with the existing stuff. -- This is an automated message from the Apache Git Service.

[jira] [Commented] (MNG-7642) 4.0.0-alpha 3 not compatible with flatten plugin

2023-01-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654442#comment-17654442 ] ASF GitHub Bot commented on MNG-7642: - pzygielo commented on PR #947: URL: https://gith

[GitHub] [maven] pzygielo commented on pull request #947: [MNG-7642] Restore compatibility with flatten-maven-plugin

2023-01-04 Thread GitBox
pzygielo commented on PR #947: URL: https://github.com/apache/maven/pull/947#issuecomment-1370872944 I think I can see that now. Thanks @gnodet. -- 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

[jira] [Comment Edited] (MNG-7038) Introduce public property to point to a root directory of (multi-module) project

2023-01-04 Thread Stefan Bischof (Jira)
[ https://issues.apache.org/jira/browse/MNG-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654439#comment-17654439 ] Stefan Bischof edited comment on MNG-7038 at 1/4/23 12:32 PM: --

[jira] [Commented] (MNG-7038) Introduce public property to point to a root directory of (multi-module) project

2023-01-04 Thread Jira
[ https://issues.apache.org/jira/browse/MNG-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654441#comment-17654441 ] Christoph Läubrich commented on MNG-7038: - Maybe a ${project.parent.basedir} would

[jira] [Commented] (MNG-7038) Introduce public property to point to a root directory of (multi-module) project

2023-01-04 Thread Stefan Bischof (Jira)
[ https://issues.apache.org/jira/browse/MNG-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654439#comment-17654439 ] Stefan Bischof commented on MNG-7038: - Any Progress on this? Does *Fix Version/s:*[

[jira] [Commented] (MNG-7642) 4.0.0-alpha 3 not compatible with flatten plugin

2023-01-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654437#comment-17654437 ] ASF GitHub Bot commented on MNG-7642: - pzygielo commented on PR #947: URL: https://gith

[GitHub] [maven] pzygielo commented on pull request #947: [MNG-7642] Restore compatibility with flatten-maven-plugin

2023-01-04 Thread GitBox
pzygielo commented on PR #947: URL: https://github.com/apache/maven/pull/947#issuecomment-1370861376 So it will be passed in https://github.com/apache/maven/blob/aab448546326da99fd8f2fc5d15ff08dd79bae8e/src/main/java/org/codehaus/mojo/flatten/ModelBuilderThreadSafetyWorkaround.java#L131

[jira] [Commented] (MNG-7642) 4.0.0-alpha 3 not compatible with flatten plugin

2023-01-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654424#comment-17654424 ] ASF GitHub Bot commented on MNG-7642: - gnodet commented on code in PR #947: URL: https:

[GitHub] [maven] gnodet commented on a diff in pull request #947: [MNG-7642] Restore compatibility with flatten-maven-plugin

2023-01-04 Thread GitBox
gnodet commented on code in PR #947: URL: https://github.com/apache/maven/pull/947#discussion_r1061415474 ## maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java: ## @@ -625,6 +626,15 @@ public DefaultModelBuilder setProfileActivationFilePa

[jira] [Commented] (MNG-7642) 4.0.0-alpha 3 not compatible with flatten plugin

2023-01-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654423#comment-17654423 ] ASF GitHub Bot commented on MNG-7642: - gnodet commented on PR #947: URL: https://github

  1   2   >