[jira] [Commented] (MCOMPILER-481) JPMS Regression: cannot access (requires static module not include anymore)

2022-01-18 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478380#comment-17478380 ] Robert Scholte commented on MCOMPILER-481: -- Based on the test, it is about su

[GitHub] [maven-apache-parent] kwin commented on a change in pull request #63: [MPOM-288] - Update m-plugin-p to 3.6.4

2022-01-18 Thread GitBox
kwin commented on a change in pull request #63: URL: https://github.com/apache/maven-apache-parent/pull/63#discussion_r787431660 ## File path: pom.xml ## @@ -92,10 +92,21 @@ under the License. ${maven.compiler.target} 1.7 2.22.2 +3.6.4 posix 2021-0

[jira] [Commented] (MJAVADOC-700) Plugin duplicates classes in Java 8 all-classes lists

2022-01-18 Thread Lars Bruun-Hansen (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478377#comment-17478377 ] Lars Bruun-Hansen commented on MJAVADOC-700: Yes, I see this too. Using ver

[jira] [Comment Edited] (MCOMPILER-481) JPMS Regression: cannot access (requires static module not include anymore)

2022-01-18 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478330#comment-17478330 ] Olivier Lamy edited comment on MCOMPILER-481 at 1/19/22, 7:48 AM: --

[GitHub] [maven-apache-parent] kwin opened a new pull request #63: [MPOM-288] - Update m-plugin-p to 3.6.4

2022-01-18 Thread GitBox
kwin opened a new pull request #63: URL: https://github.com/apache/maven-apache-parent/pull/63 Manage version of maven-plugin-annotations as well -- 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] [Created] (MPOM-288) Update to m-plugin-p 1.6.4 and manage dependency "maven-plugin-annotations"

2022-01-18 Thread Konrad Windszus (Jira)
Konrad Windszus created MPOM-288: Summary: Update to m-plugin-p 1.6.4 and manage dependency "maven-plugin-annotations" Key: MPOM-288 URL: https://issues.apache.org/jira/browse/MPOM-288 Project: Maven

[GitHub] [maven-apache-parent] slachiewicz merged pull request #62: Bump maven-compiler-plugin from 3.8.1 to 3.9.0

2022-01-18 Thread GitBox
slachiewicz merged pull request #62: URL: https://github.com/apache/maven-apache-parent/pull/62 -- 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: is

[jira] [Comment Edited] (MCOMPILER-481) JPMS Regression: cannot access (requires static module not include anymore)

2022-01-18 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478330#comment-17478330 ] Olivier Lamy edited comment on MCOMPILER-481 at 1/19/22, 4:43 AM: --

[jira] [Updated] (MCOMPILER-481) JPMS Regression: cannot access (requires static module not include anymore)

2022-01-18 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy updated MCOMPILER-481: --- Summary: JPMS Regression: cannot access (requires static module not include anymore) (wa

[jira] [Commented] (MCOMPILER-481) JPMS Regression: cannot access

2022-01-18 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478330#comment-17478330 ] Olivier Lamy commented on MCOMPILER-481: the culprit change is here [https://

[GitHub] [maven-apache-parent] dependabot[bot] opened a new pull request #62: Bump maven-compiler-plugin from 3.8.1 to 3.9.0

2022-01-18 Thread GitBox
dependabot[bot] opened a new pull request #62: URL: https://github.com/apache/maven-apache-parent/pull/62 Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.9.0. Commits https://github.com/apache/maven-compiler-plugin/commit/aeb15b6

[GitHub] [maven-javadoc-plugin] dependabot[bot] opened a new pull request #119: Bump assertj-core from 3.21.0 to 3.22.0

2022-01-18 Thread GitBox
dependabot[bot] opened a new pull request #119: URL: https://github.com/apache/maven-javadoc-plugin/pull/119 Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.21.0 to 3.22.0. Commits https://github.com/assertj/assertj-core/commit/5e4779c76ae0fffc6c44f174cd54

[jira] [Commented] (MENFORCER-411) DependencyConvergence should support including/excluding certain dependencies

2022-01-18 Thread Matt Nelson (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478263#comment-17478263 ] Matt Nelson commented on MENFORCER-411: --- Would this introduce a false sense of c

[jira] [Commented] (MENFORCER-407) Enforcer 3.0.0 breaks with Maven 3.8.4

2022-01-18 Thread Matt Nelson (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478252#comment-17478252 ] Matt Nelson commented on MENFORCER-407: --- [~michael-o] minimal reproducible examp

[GitHub] [maven-surefire] Tibor17 commented on pull request #444: [SUREFIRE-1937] [SUREFIRE-1938] [SUREFIRE-1980] [SUREFIRE-1981]

2022-01-18 Thread GitBox
Tibor17 commented on pull request #444: URL: https://github.com/apache/maven-surefire/pull/444#issuecomment-1015861796 `Surefire1367AssumptionLogsIT` fails due to XML marshaller has changed. The marshaller is called in `StatelessXmlReporter` and this IT which has failed is about checking t

[jira] [Closed] (MPOM-280) Remove detectLinks from maven-javadoc-plugin

2022-01-18 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MPOM-280. > Remove detectLinks from maven-javadoc-plugin > > >

[jira] [Closed] (MPOM-279) Get rid of findbugs-maven-plugin

2022-01-18 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MPOM-279. > Get rid of findbugs-maven-plugin > > > Key: MP

[jira] [Closed] (MNG-7385) Improve documentation on repository metadata

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-7385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed MNG-7385. -- Assignee: Herve Boutemy Resolution: Fixed merged in master https://github.com/apache/maven/commit/

[GitHub] [maven] hboutemy commented on pull request #654: [MNG-7385] improve repository metadata documentation

2022-01-18 Thread GitBox
hboutemy commented on pull request #654: URL: https://github.com/apache/maven/pull/654#issuecomment-1015803077 merged in https://github.com/apache/maven/commit/1af8513fa7512cf25022b249cae0f84062c5085b -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [maven] hboutemy closed pull request #654: [MNG-7385] improve repository metadata documentation

2022-01-18 Thread GitBox
hboutemy closed pull request #654: URL: https://github.com/apache/maven/pull/654 -- 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..

[GitHub] [maven-integration-testing] michael-o commented on a change in pull request #135: [MNG-7390] Testing whether modules can be selected outside the pwd.

2022-01-18 Thread GitBox
michael-o commented on a change in pull request #135: URL: https://github.com/apache/maven-integration-testing/pull/135#discussion_r787113560 ## File path: core-it-suite/src/test/resources/mng-7390-pl-outside-pwd/pom.xml ## @@ -0,0 +1,71 @@ + + + + +http://maven.apache.org/POM

[GitHub] [maven] asfgit closed pull request #658: [MNG-7339] Test if Maven can build itself on less OS'es & JDK's

2022-01-18 Thread GitBox
asfgit closed pull request #658: URL: https://github.com/apache/maven/pull/658 -- 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...@

[GitHub] [maven-integration-testing] mthmulders commented on a change in pull request #135: [MNG-7390] Testing whether modules can be selected outside the pwd.

2022-01-18 Thread GitBox
mthmulders commented on a change in pull request #135: URL: https://github.com/apache/maven-integration-testing/pull/135#discussion_r787104645 ## File path: core-it-suite/src/test/resources/mng-7390-pl-outside-pwd/pom.xml ## @@ -0,0 +1,71 @@ + + + + +http://maven.apache.org/PO

[GitHub] [maven-surefire] Tibor17 commented on pull request #444: [SUREFIRE-1937] [SUREFIRE-1938] [SUREFIRE-1980] [SUREFIRE-1981]

2022-01-18 Thread GitBox
Tibor17 commented on pull request #444: URL: https://github.com/apache/maven-surefire/pull/444#issuecomment-1015725648 @slawekjaranowski I am sure because I can see the logs, code and we developers are great in analysis and investigation. Yes, many devs just say, there is a bug but they

[jira] [Commented] (MWRAPPER-51) Refactor using Java Path API (NIO.2)

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478113#comment-17478113 ] Herve Boutemy commented on MWRAPPER-51: --- bq. there is probably no benefit for it s

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7287 #4 See https://ci-maven.apache.org/job/Maven/job/maven

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7273 #9 See https://ci-maven.apache.org/job/Maven/job/maven

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build succeeded in Jenkins: Maven » Maven TLP » maven » MRESOLVER-94 #34 See https://ci-maven.apache.org/job/Maven/job

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » MPOM-215 #33 See https://ci-maven.apache.org/job/Maven/job/mave

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-6727 #20 See https://ci-maven.apache.org/job/Maven/job/mave

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-6889 #34 See https://ci-maven.apache.org/job/Maven/job/mav

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7276 #22 See https://ci-maven.apache.org/job/Maven/job/mave

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-4645 #25 See https://ci-maven.apache.org/job/Maven/job/mave

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-4645+MNG-6772 #21 See https://ci-maven.apache.org/job/Maven

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven-studies » maven-metrics #35 See https://ci-maven.apache.org/job/M

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-5567 #33 See https://ci-maven.apache.org/job/Maven/job/mave

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7122 #19 See https://ci-maven.apache.org/job/Maven/job/mave

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » do-not-keep-parameters-map #11 See https://ci-maven.apache.org

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » mng-5668-poc #33 See https://ci-maven.apache.org/job/Maven/job/

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » logger-levels-config #4 See https://ci-maven.apache.org/job/Mav

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-6846 #33 See https://ci-maven.apache.org/job/Maven/job/mave

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » maven-3.8.x-resolver-1.7.x #6 See https://ci-maven.apache.org/

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-6829 #34 See https://ci-maven.apache.org/job/Maven/job/mav

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » mojo-logging #17 See https://ci-maven.apache.org/job/Maven/job/

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » maven.config-from-start-scripts #4 See https://ci-maven.apache

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7129-master #40 See https://ci-maven.apache.org/job/Maven/j

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7173-resolver-guice-module #13 See https://ci-maven.apache

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7166 #13 See https://ci-maven.apache.org/job/Maven/job/mave

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-5222 #36 See https://ci-maven.apache.org/job/Maven/job/mave

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7129-3.8.x #6 See https://ci-maven.apache.org/job/Maven/job

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7129 #11 See https://ci-maven.apache.org/job/Maven/job/mave

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-5561_maven-3.8.x #3 See https://ci-maven.apache.org/job/Mav

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7206 #3 See https://ci-maven.apache.org/job/Maven/job/maven

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build unstable in Jenkins: Maven » Maven TLP » maven » maven-3.8.x #96 See https://ci-maven.apache.org/job/Maven/job/m

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-7374 #2 See https://ci-maven.apache.org/job/Maven/job/mave

[jira] (MWRAPPER-14) Make maven wrapper functional

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14 ] Herve Boutemy deleted comment on MWRAPPER-14: --- was (Author: hudson): Build succeeded in Jenkins: Maven » Maven TLP » maven » master #298 See https://ci-maven.apache.org/job/Maven/job/mave

[jira] [Closed] (MWRAPPER-52) Archive or delete the maven-wrapper-plugin repository

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed MWRAPPER-52. - Resolution: Fixed done > Archive or delete the maven-wrapper-plugin repository > --

[jira] [Comment Edited] (MWRAPPER-52) Archive or delete the maven-wrapper-plugin repository

2022-01-18 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-52?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478110#comment-17478110 ] Herve Boutemy edited comment on MWRAPPER-52 at 1/18/22, 6:22 PM: -

[GitHub] [maven-surefire] slawekjaranowski commented on pull request #399: [SUREFIRE-1963] Detecting multiple test-frameworks

2022-01-18 Thread GitBox
slawekjaranowski commented on pull request #399: URL: https://github.com/apache/maven-surefire/pull/399#issuecomment-1015678836 The problem which I have (and other users - look in linked issues) is that in some of situation when dependency tree of project can change because of transitive

[GitHub] [maven-surefire] slawekjaranowski commented on pull request #444: [SUREFIRE-1937] [SUREFIRE-1938] [SUREFIRE-1980] [SUREFIRE-1981]

2022-01-18 Thread GitBox
slawekjaranowski commented on pull request #444: URL: https://github.com/apache/maven-surefire/pull/444#issuecomment-1015662442 When one PR contains many updates we don't sure which one is cause to build failure ... -- This is an automated message from the Apache Git Service. To respond

[jira] [Updated] (MNG-7217) Completely update CLI handling according to Commons CLI 1.5 documentation

2022-01-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7217: Labels: (was: must-be-in-4.0.0-alpha-1) > Completely update CLI handling according to Commons CLI 1

[jira] [Updated] (MNG-7347) SessionScoped beans should be singletons for a given session

2022-01-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7347: Labels: (was: must-be-in-4.0.0-alpha-1) > SessionScoped beans should be singletons for a given sess

[jira] [Updated] (MNG-7345) Missing exported packages

2022-01-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7345: Labels: (was: must-be-in-4.0.0-alpha-1) > Missing exported packages > - > >

[GitHub] [maven-mvnd] Stephan202 commented on a change in pull request #585: Fix user's pronoun in mvnd.properties comment

2022-01-18 Thread GitBox
Stephan202 commented on a change in pull request #585: URL: https://github.com/apache/maven-mvnd/pull/585#discussion_r786914332 ## File path: dist/src/main/distro/conf/mvnd.properties ## @@ -86,7 +86,7 @@ # MVND_MIN_THREADS # The minimum number of threads to use when construc

[jira] [Updated] (SUREFIRE-1981) Upgrade Apache maven-shared-utils to 3.3.4

2022-01-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SUREFIRE-1981: - Summary: Upgrade Apache maven-shared-utils to 3.3.4 (was: Upgrade Apache maven-shared

[GitHub] [maven-resolver] michael-o commented on pull request #145: [MRESOLVER-9] Managed dependencies are not honoured when resolving a …

2022-01-18 Thread GitBox
michael-o commented on pull request #145: URL: https://github.com/apache/maven-resolver/pull/145#issuecomment-1015536249 Thanks, looking forward to. -- 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

[GitHub] [maven-resolver] gnodet edited a comment on pull request #145: [MRESOLVER-9] Managed dependencies are not honoured when resolving a …

2022-01-18 Thread GitBox
gnodet edited a comment on pull request #145: URL: https://github.com/apache/maven-resolver/pull/145#issuecomment-1015532900 > Here is the original fix: [ChristianSchulte@ed4322f](https://github.com/ChristianSchulte/maven-resolver/commit/ed4322f297fa2cb003a0eb91120b2d4f84561d3c) Please com

[GitHub] [maven-resolver] gnodet edited a comment on pull request #145: [MRESOLVER-9] Managed dependencies are not honoured when resolving a …

2022-01-18 Thread GitBox
gnodet edited a comment on pull request #145: URL: https://github.com/apache/maven-resolver/pull/145#issuecomment-1015532900 > Here is the original fix: [ChristianSchulte@ed4322f](https://github.com/ChristianSchulte/maven-resolver/commit/ed4322f297fa2cb003a0eb91120b2d4f84561d3c) Please com

[GitHub] [maven-resolver] gnodet edited a comment on pull request #145: [MRESOLVER-9] Managed dependencies are not honoured when resolving a …

2022-01-18 Thread GitBox
gnodet edited a comment on pull request #145: URL: https://github.com/apache/maven-resolver/pull/145#issuecomment-1015532900 > Here is the original fix: [ChristianSchulte@ed4322f](https://github.com/ChristianSchulte/maven-resolver/commit/ed4322f297fa2cb003a0eb91120b2d4f84561d3c) Please com

[GitHub] [maven-resolver] gnodet commented on pull request #145: [MRESOLVER-9] Managed dependencies are not honoured when resolving a …

2022-01-18 Thread GitBox
gnodet commented on pull request #145: URL: https://github.com/apache/maven-resolver/pull/145#issuecomment-1015532900 > Here is the original fix: [ChristianSchulte@ed4322f](https://github.com/ChristianSchulte/maven-resolver/commit/ed4322f297fa2cb003a0eb91120b2d4f84561d3c) Please compare an

[GitHub] [maven-resolver] michael-o commented on pull request #145: [MRESOLVER-9] Managed dependencies are not honoured when resolving a …

2022-01-18 Thread GitBox
michael-o commented on pull request #145: URL: https://github.com/apache/maven-resolver/pull/145#issuecomment-1015525873 Here is the original fix: https://github.com/ChristianSchulte/maven-resolver/commit/ed4322f297fa2cb003a0eb91120b2d4f84561d3c Please compare and judge. -- This is an a

[GitHub] [maven-mvnd] findepi commented on a change in pull request #585: Fix user's pronoun in mvnd.properties comment

2022-01-18 Thread GitBox
findepi commented on a change in pull request #585: URL: https://github.com/apache/maven-mvnd/pull/585#discussion_r786866575 ## File path: dist/src/main/distro/conf/mvnd.properties ## @@ -86,7 +86,7 @@ # MVND_MIN_THREADS # The minimum number of threads to use when constructin

[GitHub] [maven-mvnd] findepi commented on a change in pull request #585: Fix user's pronoun in mvnd.properties comment

2022-01-18 Thread GitBox
findepi commented on a change in pull request #585: URL: https://github.com/apache/maven-mvnd/pull/585#discussion_r786865789 ## File path: dist/src/main/distro/conf/mvnd.properties ## @@ -86,7 +86,7 @@ # MVND_MIN_THREADS # The minimum number of threads to use when constructin

[GitHub] [maven-mvnd] findepi commented on a change in pull request #585: Fix user's pronoun in mvnd.properties comment

2022-01-18 Thread GitBox
findepi commented on a change in pull request #585: URL: https://github.com/apache/maven-mvnd/pull/585#discussion_r786865789 ## File path: dist/src/main/distro/conf/mvnd.properties ## @@ -86,7 +86,7 @@ # MVND_MIN_THREADS # The minimum number of threads to use when constructin

[jira] [Assigned] (MNG-7003) Inconsistent dependency tree

2022-01-18 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MNG-7003: Assignee: Guillaume Nodet > Inconsistent dependency tree > > >

[GitHub] [maven-resolver] gnodet commented on pull request #145: [MRESOLVER-9] Managed dependencies are not honoured when resolving a …

2022-01-18 Thread GitBox
gnodet commented on pull request #145: URL: https://github.com/apache/maven-resolver/pull/145#issuecomment-1015509241 This PR actually fixes https://issues.apache.org/jira/projects/MNG/issues/MNG-7003 but it may also broke other test cases. I'll run the IT suite on maven 4 to check. --

[GitHub] [maven-resolver] gnodet opened a new pull request #145: [MRESOLVER-9] Managed dependencies are not honoured when resolving a …

2022-01-18 Thread GitBox
gnodet opened a new pull request #145: URL: https://github.com/apache/maven-resolver/pull/145 …dependency graph -- 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 unsubscr

[jira] [Closed] (MRESOLVER-235) Managed dependencies are not honoured when resolving a dependency graph

2022-01-18 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MRESOLVER-235. - Resolution: Duplicate > Managed dependencies are not honoured when resolving a depende

[jira] [Commented] (MRESOLVER-235) Managed dependencies are not honoured when resolving a dependency graph

2022-01-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477929#comment-17477929 ] Michael Osipov commented on MRESOLVER-235: -- Is this a dup of MRESOLVER-9? >

[GitHub] [maven-surefire] Tibor17 opened a new pull request #444: [SUREFIRE-1937] [SUREFIRE-1938] [SUREFIRE-1980] [SUREFIRE-1981]

2022-01-18 Thread GitBox
Tibor17 opened a new pull request #444: URL: https://github.com/apache/maven-surefire/pull/444 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/SUREFIRE) filed

[jira] [Updated] (SUREFIRE-1937) Upgrade Apache commons-io to Version 2.11.0

2022-01-18 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1937: --- Priority: Critical (was: Major) > Upgrade Apache commons-io to Version 2.11.0 > -

[jira] [Updated] (SUREFIRE-1938) Upgrade Apache commons-compress to Version 1.21

2022-01-18 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1938: --- Priority: Critical (was: Major) > Upgrade Apache commons-compress to Version 1.21 > -

[jira] [Updated] (SUREFIRE-1938) Upgrade Apache commons-compress to Version 1.21

2022-01-18 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1938: --- Priority: Major (was: Critical) > Upgrade Apache commons-compress to Version 1.21 > -

[jira] [Updated] (SUREFIRE-1937) Upgrade Apache commons-io to Version 2.11.0

2022-01-18 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1937: --- Priority: Major (was: Critical) > Upgrade Apache commons-io to Version 2.11.0 > -

[jira] [Updated] (SUREFIRE-1938) Upgrade Apache commons-compress to Version 1.21

2022-01-18 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1938: --- Component/s: Maven Failsafe Plugin surefire-shared-utils > Upgrade Apache

[jira] [Updated] (SUREFIRE-1937) Upgrade Apache commons-io to Version 2.11.0

2022-01-18 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1937: --- Component/s: Maven Failsafe Plugin surefire-shared-utils > Upgrade Apache

[jira] [Updated] (SUREFIRE-1980) Upgrade Apache commons-lang3 to 3.12.0

2022-01-18 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1980: --- Component/s: Maven Failsafe Plugin Maven Surefire Plugin

[jira] [Created] (SUREFIRE-1981) Upgrade Apache maven-shared-utils to Version 3.3.4

2022-01-18 Thread Tibor Digana (Jira)
Tibor Digana created SUREFIRE-1981: -- Summary: Upgrade Apache maven-shared-utils to Version 3.3.4 Key: SUREFIRE-1981 URL: https://issues.apache.org/jira/browse/SUREFIRE-1981 Project: Maven Surefire

[jira] [Updated] (MWRAPPER-51) Refactor using Java Path API (NIO.2)

2022-01-18 Thread Jira
[ https://issues.apache.org/jira/browse/MWRAPPER-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jorge Solórzano updated MWRAPPER-51: Description: The project could be improved by using the Java Path API (NIO.2) available s

[jira] [Updated] (MWRAPPER-51) Refactor using Java Path API (NIO.2)

2022-01-18 Thread Jira
[ https://issues.apache.org/jira/browse/MWRAPPER-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jorge Solórzano updated MWRAPPER-51: Description: The project could be improved by using the Java Path API (NIO.2) available s

[jira] [Commented] (MWRAPPER-51) Improve MavenWrapperDownloader.java using Java Path API (NIO.2)

2022-01-18 Thread Jira
[ https://issues.apache.org/jira/browse/MWRAPPER-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477885#comment-17477885 ] Jorge Solórzano commented on MWRAPPER-51: - Sure, that's definitely one of my goa

[jira] [Updated] (MWRAPPER-51) Refactor using Java Path API (NIO.2)

2022-01-18 Thread Jira
[ https://issues.apache.org/jira/browse/MWRAPPER-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jorge Solórzano updated MWRAPPER-51: Summary: Refactor using Java Path API (NIO.2) (was: Improve MavenWrapperDownloader.java u

[jira] [Comment Edited] (MNG-7003) Inconsistent dependency tree

2022-01-18 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477798#comment-17477798 ] Guillaume Nodet edited comment on MNG-7003 at 1/18/22, 2:02 PM: -

[jira] [Created] (MRESOLVER-235) Managed dependencies are not honoured when resolving a dependency graph

2022-01-18 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MRESOLVER-235: - Summary: Managed dependencies are not honoured when resolving a dependency graph Key: MRESOLVER-235 URL: https://issues.apache.org/jira/browse/MRESOLVER-235

[GitHub] [maven-mvnd] gnodet commented on a change in pull request #585: Fix user's pronoun in mvnd.properties comment

2022-01-18 Thread GitBox
gnodet commented on a change in pull request #585: URL: https://github.com/apache/maven-mvnd/pull/585#discussion_r786759617 ## File path: dist/src/main/distro/conf/mvnd.properties ## @@ -86,7 +86,7 @@ # MVND_MIN_THREADS # The minimum number of threads to use when constructing

[GitHub] [maven-mvnd] Stephan202 commented on a change in pull request #585: Fix user's pronoun in mvnd.properties comment

2022-01-18 Thread GitBox
Stephan202 commented on a change in pull request #585: URL: https://github.com/apache/maven-mvnd/pull/585#discussion_r786749103 ## File path: dist/src/main/distro/conf/mvnd.properties ## @@ -86,7 +86,7 @@ # MVND_MIN_THREADS # The minimum number of threads to use when construc

[GitHub] [maven-surefire] papegaaij commented on pull request #389: [SUREFIRE-1935] Upgrade to JUnit Platform 1.8, start Launcher via LauncherSession

2022-01-18 Thread GitBox
papegaaij commented on pull request #389: URL: https://github.com/apache/maven-surefire/pull/389#issuecomment-1015397834 Any progress on this? -- 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

[jira] [Updated] (SUREFIRE-1938) Upgrade commons-compress to Version 1.21

2022-01-18 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1938: --- Summary: Upgrade commons-compress to Version 1.21 (was: Upgrade Commons Compress to 1.21)

[jira] [Updated] (SUREFIRE-1938) Upgrade Apache commons-compress to Version 1.21

2022-01-18 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1938: --- Summary: Upgrade Apache commons-compress to Version 1.21 (was: Upgrade commons-compress t

[jira] [Updated] (SUREFIRE-1937) Upgrade Apache commons-io to Version 2.11.0

2022-01-18 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1937: --- Summary: Upgrade Apache commons-io to Version 2.11.0 (was: Upgrade Apache Commons IO 2.11

  1   2   >