[GitHub] [maven-surefire] pzygielo closed pull request #326: Fix message about forkCount parameter = 0

2020-12-05 Thread GitBox
pzygielo closed pull request #326: URL: https://github.com/apache/maven-surefire/pull/326 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

[GitHub] [maven-surefire] pzygielo commented on a change in pull request #326: Fix message about forkCount parameter = 0

2020-12-05 Thread GitBox
pzygielo commented on a change in pull request #326: URL: https://github.com/apache/maven-surefire/pull/326#discussion_r536979022 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -1142,8 +1142,8 @@ private void

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

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17244613#comment-17244613 ] Michael Osipov commented on SUREFIRE-1865: -- This change makes sense! > Check

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

2020-12-05 Thread Gian Merlino (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17244610#comment-17244610 ] Gian Merlino commented on SUREFIRE-1865: I've raised a PR on GitHub for this.

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

2020-12-05 Thread GitBox
gianm opened a new pull request #327: URL: https://github.com/apache/maven-surefire/pull/327 Two changes: 1) Fix length computation to use bytes, not characters. 2) Use UTF_8 instead of ISO_8859_1 for encoding, because configs can contain characters that fall outside the

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

2020-12-05 Thread Gian Merlino (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gian Merlino updated SUREFIRE-1865: --- Description: ChecksumCalculator does the following in getSha1: {code} md.update( configVa

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

2020-12-05 Thread Gian Merlino (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gian Merlino updated SUREFIRE-1865: --- Summary: ChecksumCalculator getSha1 does not compute checksums correctly (was: ChecksumCa

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

2020-12-05 Thread Gian Merlino (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gian Merlino updated SUREFIRE-1865: --- Summary: ChecksumCalculator getSha1 does compute checksums correctly (was: ChecksumCalcul

[jira] [Created] (SUREFIRE-1865) ChecksumCalculator getSha1 does not use correct length

2020-12-05 Thread Gian Merlino (Jira)
Gian Merlino created SUREFIRE-1865: -- Summary: ChecksumCalculator getSha1 does not use correct length Key: SUREFIRE-1865 URL: https://issues.apache.org/jira/browse/SUREFIRE-1865 Project: Maven Surefire

[jira] [Closed] (SUREFIRE-1840) Why sudo docker?

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

[GitHub] [maven-surefire] Tibor17 commented on pull request #325: [SUREFIRE-1840] Distinguish commands in docs for testing with docker

2020-12-05 Thread GitBox
Tibor17 commented on pull request #325: URL: https://github.com/apache/maven-surefire/pull/325#issuecomment-739432091 Thx for contributing. This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [maven-surefire] Tibor17 merged pull request #325: [SUREFIRE-1840] Distinguish commands in docs for testing with docker

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

[jira] [Updated] (SUREFIRE-1840) Why sudo docker?

2020-12-05 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1840: --- Fix Version/s: 3.0.0-M6 > Why sudo docker? > > > Key: SUR

[jira] [Reopened] (SUREFIRE-1840) Why sudo docker?

2020-12-05 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana reopened SUREFIRE-1840: > Why sudo docker? > > > Key: SUREFIRE-1840 >

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #326: Fix message about forkCount parameter = 0

2020-12-05 Thread GitBox
Tibor17 commented on a change in pull request #326: URL: https://github.com/apache/maven-surefire/pull/326#discussion_r536915372 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -1142,8 +1142,8 @@ private void w

[jira] [Commented] (MEAR-216) Unable to include dependencies of type test-jar

2020-12-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MEAR-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17244581#comment-17244581 ] Hudson commented on MEAR-216: - Build failed in Jenkins: Maven » Maven TLP » maven-ear-plugin »

[GitHub] [maven-surefire] pzygielo commented on a change in pull request #326: Fix message about forkCount parameter = 0

2020-12-05 Thread GitBox
pzygielo commented on a change in pull request #326: URL: https://github.com/apache/maven-surefire/pull/326#discussion_r536894982 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -1142,8 +1142,8 @@ private void

[GitHub] [maven-surefire] pzygielo commented on a change in pull request #326: Fix message about forkCount parameter = 0

2020-12-05 Thread GitBox
pzygielo commented on a change in pull request #326: URL: https://github.com/apache/maven-surefire/pull/326#discussion_r536894982 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -1142,8 +1142,8 @@ private void

[jira] [Updated] (MNG-7045) Drop CDI API from Maven

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7045: Fix Version/s: 4.0.x-candidate > Drop CDI API from Maven > --- > >

[jira] [Assigned] (MNG-7045) Drop CDI API from Maven

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MNG-7045: --- Assignee: Michael Osipov > Drop CDI API from Maven > --- > >

[jira] [Updated] (MNG-7045) Drop CDI API from Maven

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7045: Labels: up-for-grabs (was: ) > Drop CDI API from Maven > --- > >

[GitHub] [maven-surefire] MartinKanters commented on a change in pull request #326: Fix message about forkCount parameter = 0

2020-12-05 Thread GitBox
MartinKanters commented on a change in pull request #326: URL: https://github.com/apache/maven-surefire/pull/326#discussion_r536890303 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -1142,8 +1142,8 @@ private

[GitHub] [maven-surefire] pzygielo commented on a change in pull request #326: Fix message about forkCount parameter = 0

2020-12-05 Thread GitBox
pzygielo commented on a change in pull request #326: URL: https://github.com/apache/maven-surefire/pull/326#discussion_r536853375 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -1142,8 +1142,8 @@ private void

[GitHub] [maven] MartinKanters commented on pull request #412: Upgrade github actions cache and use m2 cache for integration testing…

2020-12-05 Thread GitBox
MartinKanters commented on pull request #412: URL: https://github.com/apache/maven/pull/412#issuecomment-739331388 It seems I have made a mistake, the location of the m2 repo is different in case of the integration tests. Let me fix this. --

[jira] [Commented] (MNG-7048) Adding a constant class generator.

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17244554#comment-17244554 ] Michael Osipov commented on MNG-7048: - I looked at the plugin. This is the C/C++ approa

[jira] [Created] (MNG-7048) Adding a constant class generator.

2020-12-05 Thread Terrien Jean-Yves (Jira)
Terrien Jean-Yves created MNG-7048: -- Summary: Adding a constant class generator. Key: MNG-7048 URL: https://issues.apache.org/jira/browse/MNG-7048 Project: Maven Issue Type: Improvement

[GitHub] [maven] MartinKanters opened a new pull request #412: Upgrade github actions cache and use m2 cache for integration testing…

2020-12-05 Thread GitBox
MartinKanters opened a new pull request #412: URL: https://github.com/apache/maven/pull/412 This merge request will cache .m2 dependencies for the integration tests that are running on currently 12 different OS + JDK versions. This should solve the (relatively) many dependency retrie

[GitHub] [maven-surefire] MartinKanters commented on a change in pull request #326: Fix message about forkCount parameter = 0

2020-12-05 Thread GitBox
MartinKanters commented on a change in pull request #326: URL: https://github.com/apache/maven-surefire/pull/326#discussion_r536809495 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -1142,8 +1142,8 @@ private

[jira] [Assigned] (SCM-948) Make gitexe provider use the limit parameter in changelog request.

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SCM-948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned SCM-948: -- Assignee: Michael Osipov > Make gitexe provider use the limit parameter in changelog request. > -

[jira] [Updated] (MRELEASE-1051) maven-release-plugin should honor the -N command line option

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRELEASE-1051: - Issue Type: New Feature (was: Bug) > maven-release-plugin should honor the -N command

[jira] [Assigned] (SCM-947) Improve ChangeLog Mojo to use ChangeLog Request

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SCM-947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned SCM-947: -- Assignee: Michael Osipov > Improve ChangeLog Mojo to use ChangeLog Request >

[jira] [Updated] (SCM-947) Improve ChangeLog Mojo to use ChangeLog Request

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SCM-947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SCM-947: --- Fix Version/s: (was: waiting-for-feedback) 1.11.3 > Improve ChangeLog Mojo to use

[jira] [Updated] (MRELEASE-1046) Update Plexus utils to 3.3.0

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRELEASE-1046: - Fix Version/s: 3.0.0-M2 > Update Plexus utils to 3.3.0 >

[jira] [Assigned] (MRELEASE-1046) Update Plexus utils to 3.3.0

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MRELEASE-1046: Assignee: Michael Osipov > Update Plexus utils to 3.3.0 > -

[jira] [Commented] (MRELEASE-965) Upload completes but doesn't update stdout - making it look like a freeze

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17244491#comment-17244491 ] Michael Osipov commented on MRELEASE-965: - We should always run Maven here in b

[jira] [Closed] (MRELEASE-971) release:branch does not create release.properties so release:perform fails

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MRELEASE-971. --- Resolution: Incomplete No reaction for a year. > release:branch does not create release.pr

[jira] [Closed] (MRELEASE-910) improper git clone command formed during the release:perform operation

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MRELEASE-910. --- Resolution: Incomplete No reaction for a year. > improper git clone command formed during

[GitHub] [maven-surefire] pzygielo commented on pull request #326: Fix message about forkCount parameter = 0

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

[jira] [Commented] (MRELEASE-1052) Release plugin ignores POM plugin versions, mvn site fails, releases no longer possible

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17244488#comment-17244488 ] Michael Osipov commented on MRELEASE-1052: -- [~minf...@apache.org], I will gla

[jira] [Assigned] (MRELEASE-1052) Release plugin ignores POM plugin versions, mvn site fails, releases no longer possible

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MRELEASE-1052: Assignee: Michael Osipov > Release plugin ignores POM plugin versions, mvn site

[jira] [Commented] (MRELEASE-899) release:prepare should not change the line separator but detect effective line separator from pom.xml

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17244487#comment-17244487 ] Michael Osipov commented on MRELEASE-899: - [~kriegaex], I will get back to you

[jira] [Commented] (MRELEASE-973) Please keep the property performRelease or provide an alternative for it

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17244482#comment-17244482 ] Michael Osipov commented on MRELEASE-973: - [~rocher.suchard], I will release 3.

[jira] [Updated] (MRELEASE-682) support for git svn

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRELEASE-682: Fix Version/s: (was: Backlog) > support for git svn > --- > >

[jira] [Updated] (MRELEASE-596) Enhance DefaultVersionInfo getNextVersion to increment version at specified index

2020-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRELEASE-596: Fix Version/s: (was: Backlog) > Enhance DefaultVersionInfo getNextVersion to increme

[GitHub] [maven-scm] asfgit closed pull request #108: Provide version type constants (revision, branch and tag).

2020-12-05 Thread GitBox
asfgit closed pull request #108: URL: https://github.com/apache/maven-scm/pull/108 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 t

[GitHub] [maven-scm] michael-o edited a comment on pull request #108: Provide version type constants (revision, branch and tag).

2020-12-05 Thread GitBox
michael-o edited a comment on pull request #108: URL: https://github.com/apache/maven-scm/pull/108#issuecomment-739246261 Let me run all tests, just in case... This is an automated message from the Apache Git Service. To resp

[GitHub] [maven-scm] michael-o commented on pull request #108: Provide version type constants (revision, branch and tag).

2020-12-05 Thread GitBox
michael-o commented on pull request #108: URL: https://github.com/apache/maven-scm/pull/108#issuecomment-739246261 Let me run all ITs, just in case... This is an automated message from the Apache Git Service. To respond to th

[GitHub] [maven-scm] cquoss opened a new pull request #108: Provide version type constants (revision, branch and tag).

2020-12-05 Thread GitBox
cquoss opened a new pull request #108: URL: https://github.com/apache/maven-scm/pull/108 Extracted from SCM-947 as requested. This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [maven-surefire] pzygielo opened a new pull request #326: Fix message about forkCount parameter = 0

2020-12-05 Thread GitBox
pzygielo opened a new pull request #326: URL: https://github.com/apache/maven-surefire/pull/326 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo