[GitHub] [maven-jlink-plugin] bmarwell commented on a change in pull request #21: [MJLINK-52] Add classifier support

2020-12-07 Thread GitBox
bmarwell commented on a change in pull request #21: URL: https://github.com/apache/maven-jlink-plugin/pull/21#discussion_r537306217 ## File path: src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java ## @@ -428,11 +437,12 @@ private JLinkExecutor getExecutor() re

[GitHub] [maven-jlink-plugin] sparsick commented on a change in pull request #19: [MJLINK-58] Remove usage of plexus utils, use commons lang or native …

2020-12-07 Thread GitBox
sparsick commented on a change in pull request #19: URL: https://github.com/apache/maven-jlink-plugin/pull/19#discussion_r537309765 ## File path: pom.xml ## @@ -109,6 +109,11 @@ commons-lang3 3.6 + Review comment: @bmarwell What do you mean with

[GitHub] [maven-filtering] michael-o commented on a change in pull request #4: [MRESOURCES-250] - Add ability to flatten folder structure into target directory when copying resources

2020-12-07 Thread GitBox
michael-o commented on a change in pull request #4: URL: https://github.com/apache/maven-filtering/pull/4#discussion_r537310677 ## File path: src/test/java/org/apache/maven/shared/filtering/DefaultMavenResourcesFilteringTest.java ## @@ -489,6 +489,88 @@ public void testInclude

[jira] [Commented] (WAGON-575) Retry for connection issues

2020-12-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/WAGON-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17245047#comment-17245047 ] Michael Osipov commented on WAGON-575: -- I am not really happy with the PR: * It ist

[GitHub] [maven-release] K-J-Henken commented on a change in pull request #62: [MRELEASE-899] Feature/lineseparator

2020-12-07 Thread GitBox
K-J-Henken commented on a change in pull request #62: URL: https://github.com/apache/maven-release/pull/62#discussion_r537334647 ## File path: maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java ## @@ -387,4 +403,27 @@ protected void pre

[GitHub] [maven-release] michael-o commented on a change in pull request #62: [MRELEASE-899] Feature/lineseparator

2020-12-07 Thread GitBox
michael-o commented on a change in pull request #62: URL: https://github.com/apache/maven-release/pull/62#discussion_r537335786 ## File path: maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java ## @@ -387,4 +403,27 @@ protected void prep

[GitHub] [maven-ejb-plugin] pzygielo opened a new pull request #11: Accept ejbVersion 4.x

2020-12-07 Thread GitBox
pzygielo opened a new pull request #11: URL: https://github.com/apache/maven-ejb-plugin/pull/11 - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MEJB) filedfor the change (usually before you start working on it). Trivial changes like typos do not

[jira] [Created] (MEJB-130) Plugin does not accept ejbVersion 4.0

2020-12-07 Thread Piotr Zygielo (Jira)
Piotr Zygielo created MEJB-130: -- Summary: Plugin does not accept ejbVersion 4.0 Key: MEJB-130 URL: https://issues.apache.org/jira/browse/MEJB-130 Project: Maven EJB Plugin Issue Type: Bug

[GitHub] [maven-ejb-plugin] pzygielo commented on pull request #11: [MEJB-130] Accept ejbVersion 4.x

2020-12-07 Thread GitBox
pzygielo commented on pull request #11: URL: https://github.com/apache/maven-ejb-plugin/pull/11#issuecomment-739791557 May I ask for review, please? This is an automated message from the Apache Git Service. To respond to the

[jira] [Updated] (MEJB-130) Plugin does not accept ejbVersion 4.0

2020-12-07 Thread Piotr Zygielo (Jira)
[ https://issues.apache.org/jira/browse/MEJB-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Zygielo updated MEJB-130: --- Description: EJB being now with Jakarta is released with new spec under the version 4.0 ([https://repo

[GitHub] [maven-jlink-plugin] bmarwell commented on a change in pull request #19: [MJLINK-58] Remove usage of plexus utils, use commons lang or native …

2020-12-07 Thread GitBox
bmarwell commented on a change in pull request #19: URL: https://github.com/apache/maven-jlink-plugin/pull/19#discussion_r537365831 ## File path: pom.xml ## @@ -109,6 +109,11 @@ commons-lang3 3.6 + Review comment: On slack there was a discussion

[GitHub] [maven-jlink-plugin] slachiewicz commented on pull request #23: [MJLINK-57] Migrate to slf4j

2020-12-07 Thread GitBox
slachiewicz commented on pull request #23: URL: https://github.com/apache/maven-jlink-plugin/pull/23#issuecomment-739809104 To be on safe side, we may also bump min Maven to 3.1.1 (as another ticket) This is an automated mess

[GitHub] [maven-jlink-plugin] sparsick commented on a change in pull request #19: [MJLINK-58] Remove usage of plexus utils, use commons lang or native …

2020-12-07 Thread GitBox
sparsick commented on a change in pull request #19: URL: https://github.com/apache/maven-jlink-plugin/pull/19#discussion_r537373774 ## File path: pom.xml ## @@ -109,6 +109,11 @@ commons-lang3 3.6 + Review comment: Oh, I see. Thank you for explana

[GitHub] [maven-scm] cquoss opened a new pull request #109: SCM-947

2020-12-07 Thread GitBox
cquoss opened a new pull request #109: URL: https://github.com/apache/maven-scm/pull/109 Pull request for SCM-947. Make all parameter of changelog request available in changelog mojo. This is an automated message from the

[GitHub] [maven-surefire] Tibor17 commented on pull request #327: [SUREFIRE-1865] ChecksumCalculator getSha1 does not compute checksums correctly.

2020-12-07 Thread GitBox
Tibor17 commented on pull request #327: URL: https://github.com/apache/maven-surefire/pull/327#issuecomment-739907654 @gianm Pls add your test `ChecksumCalculatorTest` to the [JUnit4SuiteTest](https://github.com/apache/maven-surefire/blob/c76ae87d3234bc27daea1cd7a175cdc4fa6608a4/maven-s

[GitHub] [maven-jlink-plugin] sparsick commented on pull request #23: [MJLINK-57] Migrate to slf4j

2020-12-07 Thread GitBox
sparsick commented on pull request #23: URL: https://github.com/apache/maven-jlink-plugin/pull/23#issuecomment-739917323 @slachiewicz Maven 3.0 as minimum came from this [discussion](https://github.com/apache/maven-jlink-plugin/pull/9/files/fe528b2c2e3b003c146e4e322e3bcd8bcba05b77#r51375122

[GitHub] [maven-assembly-plugin] elharo merged pull request #34: declare dependencies

2020-12-07 Thread GitBox
elharo merged pull request #34: URL: https://github.com/apache/maven-assembly-plugin/pull/34 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

[GitHub] [maven-assembly-plugin] elharo commented on pull request #38: MASSEMBLY-945 - speed improvements

2020-12-07 Thread GitBox
elharo commented on pull request #38: URL: https://github.com/apache/maven-assembly-plugin/pull/38#issuecomment-739920167 have you measured the improvements? if so, what are the numbers? This is an automated message from th

[GitHub] [maven-assembly-plugin] bmarwell commented on pull request #38: MASSEMBLY-945 - speed improvements

2020-12-07 Thread GitBox
bmarwell commented on pull request #38: URL: https://github.com/apache/maven-assembly-plugin/pull/38#issuecomment-739924424 > have you measured the improvements? if so, what are the numbers? Null-length arrays are known to be faster since at least 2013 iirc. * https://shipilev

[jira] [Comment Edited] (MINSTALL-169) Handle non-pom packaging with only a pom artifact

2020-12-07 Thread Ben Tatham (Jira)
[ https://issues.apache.org/jira/browse/MINSTALL-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17245225#comment-17245225 ] Ben Tatham edited comment on MINSTALL-169 at 12/7/20, 2:01 PM: --

[jira] [Commented] (MINSTALL-169) Handle non-pom packaging with only a pom artifact

2020-12-07 Thread Ben Tatham (Jira)
[ https://issues.apache.org/jira/browse/MINSTALL-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17245225#comment-17245225 ] Ben Tatham commented on MINSTALL-169: - I took a stab at fixing this, but it is very

[GitHub] [maven-checkstyle-plugin] bmarwell commented on pull request #28: [MCHECKSTYLE-387] emit a warning when using an old version of checkstyle

2020-12-07 Thread GitBox
bmarwell commented on pull request #28: URL: https://github.com/apache/maven-checkstyle-plugin/pull/28#issuecomment-739969289 CI succeeded after rebase: https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-checkstyle-plugin/job/MCHECKSTYLE-387/ --

[GitHub] [maven-checkstyle-plugin] bmarwell closed pull request #28: [MCHECKSTYLE-387] emit a warning when using an old version of checkstyle

2020-12-07 Thread GitBox
bmarwell closed pull request #28: URL: https://github.com/apache/maven-checkstyle-plugin/pull/28 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [maven-checkstyle-plugin] bmarwell commented on pull request #28: [MCHECKSTYLE-387] emit a warning when using an old version of checkstyle

2020-12-07 Thread GitBox
bmarwell commented on pull request #28: URL: https://github.com/apache/maven-checkstyle-plugin/pull/28#issuecomment-739970299 Merged via https://github.com/apache/maven-checkstyle-plugin/commit/7688eb9a621ff4932710339988fcd29e9c00d767 -

[jira] [Resolved] (MCHECKSTYLE-387) Deprecate method setUpCheckstyleClassloader in 3.1.2

2020-12-07 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MCHECKSTYLE-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Marwell resolved MCHECKSTYLE-387. -- Fix Version/s: 3.1.2 Assignee: Benjamin Marwell Resolution:

[jira] [Commented] (MCHECKSTYLE-387) Deprecate method setUpCheckstyleClassloader in 3.1.2

2020-12-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MCHECKSTYLE-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17245262#comment-17245262 ] Hudson commented on MCHECKSTYLE-387: Build succeeded in Jenkins: Maven » Maven T

[GitHub] [maven-assembly-plugin] elharo commented on pull request #38: MASSEMBLY-945 - speed improvements

2020-12-07 Thread GitBox
elharo commented on pull request #38: URL: https://github.com/apache/maven-assembly-plugin/pull/38#issuecomment-740008378 Far more often than not, microoptimizations like this result in no measurable impact. All claims of performance improvements need numbers. --

[jira] [Commented] (WAGON-575) Retry for connection issues

2020-12-07 Thread Igor Dvorzhak (Jira)
[ https://issues.apache.org/jira/browse/WAGON-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17245321#comment-17245321 ] Igor Dvorzhak commented on WAGON-575: - I can add configuration if retry mechanism is a

[jira] [Comment Edited] (WAGON-575) Retry for connection issues

2020-12-07 Thread Igor Dvorzhak (Jira)
[ https://issues.apache.org/jira/browse/WAGON-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17245321#comment-17245321 ] Igor Dvorzhak edited comment on WAGON-575 at 12/7/20, 4:19 PM: -

[GitHub] [maven-scm] cquoss commented on pull request #109: SCM-947

2020-12-07 Thread GitBox
cquoss commented on pull request #109: URL: https://github.com/apache/maven-scm/pull/109#issuecomment-740069340 Something in Travis CI seems broken, unrelated to my changes. For builds with Java 6 and 7 the config does not seem to fit any more.

[GitHub] [maven-scm] cquoss opened a new pull request #110: [SCM-948] Make the limit parameter work for git and svn exe

2020-12-07 Thread GitBox
cquoss opened a new pull request #110: URL: https://github.com/apache/maven-scm/pull/110 These changes would be sufficient for me to make parameter limit work with goal changelog for providers git and svn exe. This might seem to be an egoistic point of view and i am open to discussion

[GitHub] [maven-scm] cquoss edited a comment on pull request #109: SCM-947

2020-12-07 Thread GitBox
cquoss edited a comment on pull request #109: URL: https://github.com/apache/maven-scm/pull/109#issuecomment-740069340 Something in Travis CI seems broken, unrelated to my changes. For builds with Java 6 and 7 the config does not seem to fit any more. install-jdk script is the culprit he

[GitHub] [maven-scm] cquoss commented on pull request #109: SCM-947

2020-12-07 Thread GitBox
cquoss commented on pull request #109: URL: https://github.com/apache/maven-scm/pull/109#issuecomment-740074752 Another point: Where lies the documentation for the changelog goal of the maven-scm-plugin? An update here should be part of / done in parallel by me / for this pull request.

[GitHub] [maven-surefire] gianm commented on pull request #327: [SUREFIRE-1865] ChecksumCalculator getSha1 does not compute checksums correctly.

2020-12-07 Thread GitBox
gianm commented on pull request #327: URL: https://github.com/apache/maven-surefire/pull/327#issuecomment-740083248 > @gianm > Pls add your test `ChecksumCalculatorTest` to the [JUnit4SuiteTest](https://github.com/apache/maven-surefire/blob/c76ae87d3234bc27daea1cd7a175cdc4fa6608a4/maven-

[jira] [Commented] (WAGON-575) Retry for connection issues

2020-12-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/WAGON-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17245396#comment-17245396 ] Michael Osipov commented on WAGON-575: -- Some assumptions do not apply which I have ma

[GitHub] [maven-surefire] Tibor17 commented on pull request #327: [SUREFIRE-1865] ChecksumCalculator getSha1 does not compute checksums correctly.

2020-12-07 Thread GitBox
Tibor17 commented on pull request #327: URL: https://github.com/apache/maven-surefire/pull/327#issuecomment-740154064 @gianm thx, now it looks fine as a complete change. This is an automated message from the Apache Git Se

[GitHub] [maven-surefire] gianm commented on pull request #327: [SUREFIRE-1865] ChecksumCalculator getSha1 does not compute checksums correctly.

2020-12-07 Thread GitBox
gianm commented on pull request #327: URL: https://github.com/apache/maven-surefire/pull/327#issuecomment-740157615 Hmm, now there is an error with one of the Windows builds https://github.com/apache/maven-surefire/pull/327/checks?check_run_id=1512498690. Any idea what is going on there? I

[GitHub] [maven-surefire] Tibor17 commented on pull request #327: [SUREFIRE-1865] ChecksumCalculator getSha1 does not compute checksums correctly.

2020-12-07 Thread GitBox
Tibor17 commented on pull request #327: URL: https://github.com/apache/maven-surefire/pull/327#issuecomment-740165186 I am investigating this error but i think it has nothing to do with your changes. Anyway the `EventConsumerThread` which sits in the particular unit test will be changed so

[jira] [Commented] (MPOM-244) Upload SHA-512 to Staging Repository

2020-12-07 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPOM-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17245534#comment-17245534 ] Konrad Windszus commented on MPOM-244: -- That sounds good. Is it possible to update to

[jira] [Commented] (MPOM-244) Upload SHA-512 to Staging Repository

2020-12-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPOM-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17245543#comment-17245543 ] Michael Osipov commented on MPOM-244: - No, you need to replace Resolver completely, bu

[jira] [Assigned] (SUREFIRE-1865) ChecksumCalculator getSha1 does not compute checksums correctly

2020-12-07 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana reassigned SUREFIRE-1865: -- Assignee: Tibor Digana > ChecksumCalculator getSha1 does not compute checksums corr

[jira] [Updated] (SUREFIRE-1865) ChecksumCalculator getSha1 does not compute checksums correctly

2020-12-07 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1865: --- Fix Version/s: 3.0.0-M6 > ChecksumCalculator getSha1 does not compute checksums correctly

[GitHub] [maven-surefire] Tibor17 merged pull request #327: [SUREFIRE-1865] ChecksumCalculator getSha1 does not compute checksums correctly.

2020-12-07 Thread GitBox
Tibor17 merged pull request #327: URL: https://github.com/apache/maven-surefire/pull/327 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 g

[GitHub] [maven-surefire] Tibor17 commented on pull request #327: [SUREFIRE-1865] ChecksumCalculator getSha1 does not compute checksums correctly.

2020-12-07 Thread GitBox
Tibor17 commented on pull request #327: URL: https://github.com/apache/maven-surefire/pull/327#issuecomment-740211317 @gianm Thx for contributing! This is an automated message from the Apache Git Service. To respond to th

[jira] [Closed] (SUREFIRE-1865) ChecksumCalculator getSha1 does not compute checksums correctly

2020-12-07 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana closed SUREFIRE-1865. -- Resolution: Fixed https://gitbox.apache.org/repos/asf?p=maven-surefire.git;a=commit;h=1da346

[jira] [Commented] (MNG-7035) Migrate unit tests to Unit 4

2020-12-07 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17245712#comment-17245712 ] Guillaume Nodet commented on MNG-7035: -- The pull request is quite big, but none of the

[GitHub] [maven] gnodet commented on pull request #399: [MNG-7034] StackOverflowError thrown if a cycle exists in BOM imports

2020-12-07 Thread GitBox
gnodet commented on pull request #399: URL: https://github.com/apache/maven/pull/399#issuecomment-740437944 @pzygielo thx for reviewing. What's the next steps to get this merged ? This is an automated message from the Apache