[jira] [Commented] (MPLUGIN-425) Plugin descriptor should optionally contain the requiredJavaVersion/requiredMavenVersion

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

[GitHub] [maven-plugin-tools] slawekjaranowski commented on a diff in pull request #171: [MPLUGIN-425] Add required Java and Maven version to the generated

2022-11-08 Thread GitBox
slawekjaranowski commented on code in PR #171: URL: https://github.com/apache/maven-plugin-tools/pull/171#discussion_r1017556756 ## maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java: ## @@ -235,6 +238,42 @@ @Parameter( defaultVal

[jira] [Updated] (MPLUGIN-440) Clarify deprecation of all extractors but the maven-plugin-tools-annotations

2022-11-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MPLUGIN-440: Description: Every other extractor module page should have a clear hint indicating that it

[jira] [Updated] (MPLUGIN-440) Clarify deprecation of all extractors but the maven-plugin-tools-annotations

2022-11-08 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MPLUGIN-440: Description: Every other extractor module page should have a clear hint indicating that it

[jira] [Created] (MPLUGIN-440) Clarify deprecation of all extractors but the maven-plugin-tools-annotations

2022-11-08 Thread Konrad Windszus (Jira)
Konrad Windszus created MPLUGIN-440: --- Summary: Clarify deprecation of all extractors but the maven-plugin-tools-annotations Key: MPLUGIN-440 URL: https://issues.apache.org/jira/browse/MPLUGIN-440 Pr

[jira] [Commented] (MPLUGIN-425) Plugin descriptor should optionally contain the requiredJavaVersion/requiredMavenVersion

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

[jira] [Commented] (MPLUGIN-425) Plugin descriptor should optionally contain the requiredJavaVersion/requiredMavenVersion

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

[GitHub] [maven-plugin-tools] kwin commented on a diff in pull request #171: [MPLUGIN-425] Add required Java and Maven version to the generated

2022-11-08 Thread GitBox
kwin commented on code in PR #171: URL: https://github.com/apache/maven-plugin-tools/pull/171#discussion_r1017532626 ## maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/extractor/annotations/scanner/DefaultMojoAnnotationsScanner.java: ## @@ -85,12 +87,

[GitHub] [maven-plugin-tools] kwin commented on a diff in pull request #171: [MPLUGIN-425] Add required Java and Maven version to the generated

2022-11-08 Thread GitBox
kwin commented on code in PR #171: URL: https://github.com/apache/maven-plugin-tools/pull/171#discussion_r1017532143 ## maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java: ## @@ -235,6 +239,44 @@ @Parameter( defaultValue = "${loca

[GitHub] [maven-help-plugin] dependabot[bot] opened a new pull request, #78: Bump mavenPluginToolsVersion from 3.6.4 to 3.7.0

2022-11-08 Thread GitBox
dependabot[bot] opened a new pull request, #78: URL: https://github.com/apache/maven-help-plugin/pull/78 Bumps `mavenPluginToolsVersion` from 3.6.4 to 3.7.0. Updates `maven-plugin-tools-generators` from 3.6.4 to 3.7.0 Release notes Sourced from https://github.com/apache/maven-plu

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

2022-11-08 Thread GitBox
slawekjaranowski commented on code in PR #117: URL: https://github.com/apache/maven-plugin-tools/pull/117#discussion_r1017194129 ## maven-plugin-tools-generators/src/main/resources/help-class-source.vm: ## @@ -1,13 +1,20 @@ +#if ( $useMaven4Api ) +#set ( $mojoException = "MojoE

[jira] [Commented] (MNG-7590) Allow configure resolver by properties in settings.xml

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

[GitHub] [maven] slawekjaranowski commented on a diff in pull request #863: [MNG-7590] Allow to configure resolver by properties in settings.xml

2022-11-08 Thread GitBox
slawekjaranowski commented on code in PR #863: URL: https://github.com/apache/maven/pull/863#discussion_r1017192026 ## maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java: ## @@ -150,6 +152,8 @@ public DefaultRepositorySystemSessi

[jira] [Commented] (MPLUGIN-425) Plugin descriptor should optionally contain the requiredJavaVersion/requiredMavenVersion

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

[GitHub] [maven-plugin-tools] slawekjaranowski commented on a diff in pull request #171: [MPLUGIN-425] Add required Java and Maven version to the generated

2022-11-08 Thread GitBox
slawekjaranowski commented on code in PR #171: URL: https://github.com/apache/maven-plugin-tools/pull/171#discussion_r1017181479 ## maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/extractor/annotations/scanner/DefaultMojoAnnotationsScanner.java: ## @@

[jira] [Commented] (MNG-7590) Allow configure resolver by properties in settings.xml

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

[GitHub] [maven] slawekjaranowski commented on a diff in pull request #863: [MNG-7590] Allow to configure resolver by properties in settings.xml

2022-11-08 Thread GitBox
slawekjaranowski commented on code in PR #863: URL: https://github.com/apache/maven/pull/863#discussion_r1017167037 ## maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java: ## @@ -150,6 +152,8 @@ public DefaultRepositorySystemSessi

[jira] [Commented] (MPLUGIN-425) Plugin descriptor should optionally contain the requiredJavaVersion/requiredMavenVersion

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

[GitHub] [maven-plugin-tools] kwin commented on a diff in pull request #171: [MPLUGIN-425] Add required Java and Maven version to the generated

2022-11-08 Thread GitBox
kwin commented on code in PR #171: URL: https://github.com/apache/maven-plugin-tools/pull/171#discussion_r1017123368 ## maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/extractor/annotations/scanner/DefaultMojoAnnotationsScanner.java: ## @@ -85,12 +87,

[jira] [Commented] (MPLUGIN-425) Plugin descriptor should optionally contain the requiredJavaVersion/requiredMavenVersion

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

[GitHub] [maven-plugin-tools] slawekjaranowski commented on a diff in pull request #171: [MPLUGIN-425] Add required Java and Maven version to the generated

2022-11-08 Thread GitBox
slawekjaranowski commented on code in PR #171: URL: https://github.com/apache/maven-plugin-tools/pull/171#discussion_r1017094991 ## maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/extractor/annotations/JavaAnnotationsMojoDescriptorExtractor.java: ## @

[jira] [Commented] (MNG-7594) ComparableVersion#getCanonical() returns incorrect results for zero between dashes

2022-11-08 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630584#comment-17630584 ] Michael Osipov commented on MNG-7594: - The more I read such issues there more I think t

[jira] [Commented] (MINSTALL-185) Install all artifacts in one request

2022-11-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MINSTALL-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630580#comment-17630580 ] Hudson commented on MINSTALL-185: - Build succeeded in Jenkins: Maven » Maven TLP » mave

[jira] [Closed] (MINSTALL-185) Install all artifacts in one request

2022-11-08 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MINSTALL-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MINSTALL-185. Fix Version/s: 3.1.0 Resolution: Fixed > Install all artifacts in one requ

[GitHub] [maven-install-plugin] slawekjaranowski merged pull request #44: [MINSTALL-185] Install all artifacts in one request

2022-11-08 Thread GitBox
slawekjaranowski merged PR #44: URL: https://github.com/apache/maven-install-plugin/pull/44 -- 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-unsub

[GitHub] [maven-install-plugin] slawekjaranowski commented on pull request #44: [MINSTALL-185] Install all artifacts in one request

2022-11-08 Thread GitBox
slawekjaranowski commented on PR #44: URL: https://github.com/apache/maven-install-plugin/pull/44#issuecomment-1307657198 @cstamas can you 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 th

[jira] [Created] (MNG-7594) ComparableVersion#getCanonical() returns incorrect results for zero between dashes

2022-11-08 Thread Niklas Matthies (Jira)
Niklas Matthies created MNG-7594: Summary: ComparableVersion#getCanonical() returns incorrect results for zero between dashes Key: MNG-7594 URL: https://issues.apache.org/jira/browse/MNG-7594 Project:

[jira] [Updated] (MNG-7594) ComparableVersion#getCanonical() returns incorrect results for zero between dashes

2022-11-08 Thread Niklas Matthies (Jira)
[ https://issues.apache.org/jira/browse/MNG-7594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Matthies updated MNG-7594: - Description: The {{getCanonical()}} method incorrectly reduces version strings like "1-0-1" to "1-

[jira] [Commented] (MINDEXER-175) Examples does not need to be deployed

2022-11-08 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MINDEXER-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630508#comment-17630508 ] Michael Osipov commented on MINDEXER-175: - {{true Examples does not need to be

[GitHub] [maven-mvnd] ppalaga commented on issue #649: Maven goal is sometimes skipped

2022-11-08 Thread GitBox
ppalaga commented on issue #649: URL: https://github.com/apache/maven-mvnd/issues/649#issuecomment-1307416910 @JenniferCcy I was hoping to get a sequence of shell/mvnd commands that reproduce the issue on your side, that I could in turn use on my side to try to reproduce it as well. --

[GitHub] [maven-mvnd] rmannibucau commented on pull request #581: Support redirecting input from client to daemon, #541

2022-11-08 Thread GitBox
rmannibucau commented on PR #581: URL: https://github.com/apache/maven-mvnd/pull/581#issuecomment-1307414653 I'm also hitting this issue. I tested this PR (thanks @gnodet ), it fixes the "blocking" side of the feature but from idea terminal I cant type anything. -- This is an autom

[GitHub] [maven-mvnd] gnodet closed issue #733: Timeout in client

2022-11-08 Thread GitBox
gnodet closed issue #733: Timeout in client URL: https://github.com/apache/maven-mvnd/issues/733 -- 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-

[GitHub] [maven-mvnd] gnodet commented on issue #733: Timeout in client

2022-11-08 Thread GitBox
gnodet commented on issue #733: URL: https://github.com/apache/maven-mvnd/issues/733#issuecomment-1307408668 I don't really see how there could be a delay, so in my example, there must be another gap between the last message and the exception (on which there's no timestamp). -- This is a

[GitHub] [maven-mvnd] gnodet commented on issue #733: Timeout in client

2022-11-08 Thread GitBox
gnodet commented on issue #733: URL: https://github.com/apache/maven-mvnd/issues/733#issuecomment-1307379376 It may just be a coincidence that two keep alive messages have more than 3 seconds between them, but we need to investigate that it does not cause the failure. ``` 16:02:21.946

[GitHub] [maven-mvnd] gnodet opened a new issue, #733: Timeout in client

2022-11-08 Thread GitBox
gnodet opened a new issue, #733: URL: https://github.com/apache/maven-mvnd/issues/733 The client sometimes assumes that the daemon has died because of the elapsed time between messages, while messages have been received after the last keep alive. ``` 16:02:14.715 I Dispatch message:

[jira] [Created] (MRESOLVER-289) Remove "Aether wiki" link from site

2022-11-08 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MRESOLVER-289: - Summary: Remove "Aether wiki" link from site Key: MRESOLVER-289 URL: https://issues.apache.org/jira/browse/MRESOLVER-289 Project: Maven Resolver Is

[GitHub] [maven-resolver] dependabot[bot] closed pull request #190: Bump jetty-server from 9.4.46.v20220331 to 10.0.10 in /maven-resolver-transport-http

2022-11-08 Thread GitBox
dependabot[bot] closed pull request #190: Bump jetty-server from 9.4.46.v20220331 to 10.0.10 in /maven-resolver-transport-http URL: https://github.com/apache/maven-resolver/pull/190 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [maven-resolver] dependabot[bot] commented on pull request #190: Bump jetty-server from 9.4.46.v20220331 to 10.0.10 in /maven-resolver-transport-http

2022-11-08 Thread GitBox
dependabot[bot] commented on PR #190: URL: https://github.com/apache/maven-resolver/pull/190#issuecomment-1307328365 Looks like org.eclipse.jetty:jetty-server is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the mes

[jira] [Created] (MINDEXER-175) Examples does not need to be deployed

2022-11-08 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MINDEXER-175: Summary: Examples does not need to be deployed Key: MINDEXER-175 URL: https://issues.apache.org/jira/browse/MINDEXER-175 Project: Maven Indexer Issue

[GitHub] [maven-mvnd] JenniferCcy commented on issue #649: Maven goal is sometimes skipped

2022-11-08 Thread GitBox
JenniferCcy commented on issue #649: URL: https://github.com/apache/maven-mvnd/issues/649#issuecomment-1307312074 @ppalaga the pom.xml is following [pom.zip](https://github.com/apache/maven-mvnd/files/9962103/pom.zip) -- This is an automated message from the Apache Git Service.

[jira] [Created] (MGPG-92) `--pinentry-mode error` cannot be used with gpg-agent "standard" socket

2022-11-08 Thread Nick Dimiduk (Jira)
Nick Dimiduk created MGPG-92: Summary: `--pinentry-mode error` cannot be used with gpg-agent "standard" socket Key: MGPG-92 URL: https://issues.apache.org/jira/browse/MGPG-92 Project: Maven GPG Plugin

[jira] [Commented] (MINDEXER-174) Simplify SMO backend

2022-11-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MINDEXER-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630440#comment-17630440 ] Hudson commented on MINDEXER-174: - Build succeeded in Jenkins: Maven » Maven TLP » mave

[jira] [Closed] (MINDEXER-173) Search API remains Java8

2022-11-08 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MINDEXER-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MINDEXER-173. Resolution: Fixed > Search API remains Java8 > > >

[jira] [Closed] (MINDEXER-174) Simplify SMO backend

2022-11-08 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MINDEXER-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MINDEXER-174. Resolution: Fixed > Simplify SMO backend > > > Key:

[GitHub] [maven-indexer] cstamas merged pull request #262: [MINDEXER-174] Simplify and tidy up SMO

2022-11-08 Thread GitBox
cstamas merged PR #262: URL: https://github.com/apache/maven-indexer/pull/262 -- 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.a

[jira] [Created] (MINDEXER-174) Simplify SMO backend

2022-11-08 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MINDEXER-174: Summary: Simplify SMO backend Key: MINDEXER-174 URL: https://issues.apache.org/jira/browse/MINDEXER-174 Project: Maven Indexer Issue Type: Task

[jira] [Updated] (MINDEXER-174) Simplify SMO backend

2022-11-08 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MINDEXER-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MINDEXER-174: - Description: Simplify and tidy up SMO Search API backend. > Simplify SMO backend >

[GitHub] [maven-antrun-plugin] dependabot[bot] opened a new pull request, #70: Bump maven-plugin-plugin from 3.6.4 to 3.7.0

2022-11-08 Thread GitBox
dependabot[bot] opened a new pull request, #70: URL: https://github.com/apache/maven-antrun-plugin/pull/70 Bumps [maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.6.4 to 3.7.0. Release notes Sourced from https://github.com/apache/maven-plugin-tools/releases

[GitHub] [maven-mvnd] ppalaga commented on issue #649: Maven goal is sometimes skipped

2022-11-08 Thread GitBox
ppalaga commented on issue #649: URL: https://github.com/apache/maven-mvnd/issues/649#issuecomment-1307114580 > Executed command:mvnd -Dmaven.settings=/home/jenkins/.m2/settings.xml -Dmaven.legacyLocalRepo=true -Dmvnd.logPurgePeriod=99d package -DdpackWar=true com.github.spotbugs:spotbu

[GitHub] [maven-dependency-tree] olamy commented on a diff in pull request #28: [MSHARED-1158] make DependencyCollectorBuilder nore configurable

2022-11-08 Thread GitBox
olamy commented on code in PR #28: URL: https://github.com/apache/maven-dependency-tree/pull/28#discussion_r1016495833 ## src/main/java/org/apache/maven/shared/dependency/graph/DependencyCollectorRequest.java: ## @@ -0,0 +1,162 @@ +package org.apache.maven.shared.dependency.gra

[jira] [Commented] (MPLUGIN-439) Execute annotation only supports standard lifecycle phases due to use of enum

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

[GitHub] [maven-plugin-tools] kwin commented on a diff in pull request #170: [MPLUGIN-439] Support custom phases in Execute annotation

2022-11-08 Thread GitBox
kwin commented on code in PR #170: URL: https://github.com/apache/maven-plugin-tools/pull/170#discussion_r1016483036 ## maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Execute.java: ## @@ -39,20 +39,31 @@ public @interface Execute { /** -

[jira] [Updated] (MRESOLVER-283) Introduce resolver wide "fork join pool" service

2022-11-08 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-283: -- Summary: Introduce resolver wide "fork join pool" service (was: Introduce resolver

[jira] [Updated] (MRESOLVER-283) Introduce resolver wide "shared" executor service

2022-11-08 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-283: -- Fix Version/s: (was: 1.9.0) > Introduce resolver wide "shared" executor service

[jira] [Commented] (MRESOLVER-283) Introduce resolver wide "shared" executor service

2022-11-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630335#comment-17630335 ] ASF GitHub Bot commented on MRESOLVER-283: -- cstamas closed pull request #213:

[jira] [Commented] (MRESOLVER-283) Introduce resolver wide "shared" executor service

2022-11-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630334#comment-17630334 ] ASF GitHub Bot commented on MRESOLVER-283: -- cstamas commented on PR #213: URL

[GitHub] [maven-resolver] cstamas closed pull request #213: [MRESOLVER-283] Shared executor service

2022-11-08 Thread GitBox
cstamas closed pull request #213: [MRESOLVER-283] Shared executor service URL: https://github.com/apache/maven-resolver/pull/213 -- 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.

[GitHub] [maven-resolver] cstamas commented on pull request #213: [MRESOLVER-283] Shared executor service

2022-11-08 Thread GitBox
cstamas commented on PR #213: URL: https://github.com/apache/maven-resolver/pull/213#issuecomment-1306991904 Ok, now I feel I should not push this anymore, as I agree now with use of forkJoinPool. Hence, will close this PR, as that change would be bigger, but I want 1.9.0 out as soon as pos

[jira] [Created] (SUREFIRE-2124) Avoid creating unnecessary target files for pom projects

2022-11-08 Thread Alexis Jehan (Jira)
Alexis Jehan created SUREFIRE-2124: -- Summary: Avoid creating unnecessary target files for pom projects Key: SUREFIRE-2124 URL: https://issues.apache.org/jira/browse/SUREFIRE-2124 Project: Maven Surefi

[jira] [Commented] (MRESOLVER-283) Introduce resolver wide "shared" executor service

2022-11-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630324#comment-17630324 ] ASF GitHub Bot commented on MRESOLVER-283: -- gnodet commented on PR #213: URL:

[GitHub] [maven-resolver] gnodet commented on pull request #213: [MRESOLVER-283] Shared executor service

2022-11-08 Thread GitBox
gnodet commented on PR #213: URL: https://github.com/apache/maven-resolver/pull/213#issuecomment-1306971573 > OTOH, I disagree with forkjoinpool: all these threads will do (probably blocking, maybe inifinite) HTTP IO, not to mention the refactoring needed to use them (most of "client" code

[jira] [Updated] (MRRESOURCES-123) Maven Remote Resources Plugin cannot load resource bundle from remote repository

2022-11-08 Thread Andrei (Jira)
[ https://issues.apache.org/jira/browse/MRRESOURCES-123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei updated MRRESOURCES-123: --- Affects Version/s: 3.0.0 > Maven Remote Resources Plugin cannot load resource bundle from remote

[jira] [Commented] (MRESOLVER-283) Introduce resolver wide "shared" executor service

2022-11-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630309#comment-17630309 ] ASF GitHub Bot commented on MRESOLVER-283: -- cstamas commented on PR #213: URL

[jira] [Commented] (MPOM-354) Upgrade maven plugin tools to 3.7.0

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

[jira] [Closed] (MPOM-354) Upgrade maven plugin tools to 3.7.0

2022-11-08 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MPOM-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MPOM-354. Resolution: Fixed > Upgrade maven plugin tools to 3.7.0 > --- > >

[GitHub] [maven-resolver] cstamas commented on pull request #213: [MRESOLVER-283] Shared executor service

2022-11-08 Thread GitBox
cstamas commented on PR #213: URL: https://github.com/apache/maven-resolver/pull/213#issuecomment-1306915519 > Sharing executors must be done with caution. > > Is there any way that the executor may be running out of threads to service a call ? For example, resolving multiple files in

[GitHub] [maven-apache-parent] gnodet merged pull request #113: [MPOM-354] Upgrade maven plugin tools to 3.7.0

2022-11-08 Thread GitBox
gnodet merged PR #113: URL: https://github.com/apache/maven-apache-parent/pull/113 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@ma

[jira] [Commented] (MRESOLVER-283) Introduce resolver wide "shared" executor service

2022-11-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630308#comment-17630308 ] ASF GitHub Bot commented on MRESOLVER-283: -- gnodet commented on code in PR #2

[GitHub] [maven-resolver] gnodet commented on a diff in pull request #213: [MRESOLVER-283] Shared executor service

2022-11-08 Thread GitBox
gnodet commented on code in PR #213: URL: https://github.com/apache/maven-resolver/pull/213#discussion_r1016361394 ## maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/concurrency/DefaultResolverExecutor.java: ## @@ -0,0 +1,174 @@ +package org.eclipse.aether.int

[GitHub] [maven-dependency-tree] olamy commented on pull request #28: [MSHARED-1158] make DependencyCollectorBuilder nore configurable

2022-11-08 Thread GitBox
olamy commented on PR #28: URL: https://github.com/apache/maven-dependency-tree/pull/28#issuecomment-1306899354 > I think that we build `Repository System Session` from scratch here ... can we use prepared session by Maven ... in `org.apache.maven.internal.aether.DefaultRepositorySystemSes

[GitHub] [maven-dependency-tree] olamy commented on a diff in pull request #28: [MSHARED-1158] make DependencyCollectorBuilder nore configurable

2022-11-08 Thread GitBox
olamy commented on code in PR #28: URL: https://github.com/apache/maven-dependency-tree/pull/28#discussion_r1016346974 ## src/main/java/org/apache/maven/shared/dependency/graph/DependencyCollectorRequest.java: ## @@ -0,0 +1,162 @@ +package org.apache.maven.shared.dependency.gra

[jira] [Commented] (MRESOLVER-285) File locking on Windows knows to misbehave

2022-11-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630302#comment-17630302 ] Hudson commented on MRESOLVER-285: -- Build succeeded in Jenkins: Maven » Maven TLP » m

[jira] [Commented] (MRESOLVER-285) File locking on Windows knows to misbehave

2022-11-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630298#comment-17630298 ] ASF GitHub Bot commented on MRESOLVER-285: -- cstamas merged PR #216: URL: http

[jira] [Closed] (MRESOLVER-285) File locking on Windows knows to misbehave

2022-11-08 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MRESOLVER-285. - Resolution: Fixed > File locking on Windows knows to misbehave > -

[GitHub] [maven-resolver] cstamas merged pull request #216: [MRESOLVER-285] File locking tweaks for Windows OS

2022-11-08 Thread GitBox
cstamas merged PR #216: URL: https://github.com/apache/maven-resolver/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...@maven.

[jira] [Commented] (MINDEXER-173) Search API remains Java8

2022-11-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MINDEXER-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630295#comment-17630295 ] Hudson commented on MINDEXER-173: - Build succeeded in Jenkins: Maven » Maven TLP » mave

[jira] [Commented] (MRESOLVER-282) Drop PartialFile

2022-11-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630294#comment-17630294 ] Hudson commented on MRESOLVER-282: -- Build succeeded in Jenkins: Maven » Maven TLP » m

[jira] [Commented] (MRESOLVER-286) Improve basic connector closed state handling

2022-11-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630290#comment-17630290 ] Hudson commented on MRESOLVER-286: -- Build succeeded in Jenkins: Maven » Maven TLP » m

[jira] [Closed] (MRESOLVER-282) Drop PartialFile

2022-11-08 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MRESOLVER-282. - Resolution: Fixed > Drop PartialFile > > > Key: MRESO

[jira] [Commented] (MRESOLVER-282) Drop PartialFile

2022-11-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630289#comment-17630289 ] ASF GitHub Bot commented on MRESOLVER-282: -- cstamas merged PR #212: URL: http

[GitHub] [maven-resolver] cstamas merged pull request #212: [MRESOLVER-282] Drop PartialFile use

2022-11-08 Thread GitBox
cstamas merged PR #212: URL: https://github.com/apache/maven-resolver/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: issues-unsubscr...@maven.

[jira] [Closed] (MRESOLVER-286) Improve basic connector closed state handling

2022-11-08 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MRESOLVER-286. - Resolution: Fixed > Improve basic connector closed state handling > --

[GitHub] [maven-indexer] cstamas merged pull request #261: [MINDEXER-173] Make Search API and SMO backend Java8

2022-11-08 Thread GitBox
cstamas merged PR #261: URL: https://github.com/apache/maven-indexer/pull/261 -- 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.a

[jira] [Commented] (MRESOLVER-286) Improve basic connector closed state handling

2022-11-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630287#comment-17630287 ] ASF GitHub Bot commented on MRESOLVER-286: -- cstamas merged PR #215: URL: http

[GitHub] [maven-resolver] cstamas merged pull request #215: [MRESOLVER-286] Improve basic connector closed state handling

2022-11-08 Thread GitBox
cstamas merged PR #215: URL: https://github.com/apache/maven-resolver/pull/215 -- 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] [Updated] (MSHARED-1158) DependencyCollectorBuilder more configurable

2022-11-08 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1158: Description: DefaultDependencyCollectorBuilder is using a lot default which are not possi

[jira] [Commented] (MRESOLVER-282) Drop PartialFile

2022-11-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630276#comment-17630276 ] ASF GitHub Bot commented on MRESOLVER-282: -- cstamas commented on PR #212: URL

[GitHub] [maven-resolver] cstamas commented on pull request #212: [MRESOLVER-282] Drop PartialFile use

2022-11-08 Thread GitBox
cstamas commented on PR #212: URL: https://github.com/apache/maven-resolver/pull/212#issuecomment-1306836468 > Looks good. Any particular reason to remove the resume feature ? Does it cause known problems or is that just a code clean up ? Both: is cleanup of ancient code, but also cau

[GitHub] [maven-dependency-tree] slawekjaranowski commented on a diff in pull request #28: [MSHARED-1158] make DependencyCollectorBuilder nore configurable

2022-11-08 Thread GitBox
slawekjaranowski commented on code in PR #28: URL: https://github.com/apache/maven-dependency-tree/pull/28#discussion_r1016269149 ## src/main/java/org/apache/maven/shared/dependency/graph/DependencyCollectorRequest.java: ## @@ -0,0 +1,162 @@ +package org.apache.maven.shared.dep