[GitHub] [maven-jlink-plugin] dependabot[bot] opened a new pull request #46: Bump plexus-archiver from 4.2.3 to 4.2.5

2021-04-18 Thread GitBox
dependabot[bot] opened a new pull request #46: URL: https://github.com/apache/maven-jlink-plugin/pull/46 Bumps [plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.2.3 to 4.2.5. Commits

[GitHub] [maven-apache-parent] dependabot[bot] opened a new pull request #37: Bump maven-release-plugin from 3.0.0-M1 to 3.0.0-M4

2021-04-18 Thread GitBox
dependabot[bot] opened a new pull request #37: URL: https://github.com/apache/maven-apache-parent/pull/37 Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0-M1 to 3.0.0-M4. Commits

[GitHub] [maven-dependency-plugin] dependabot[bot] opened a new pull request #131: Bump plexus-archiver from 4.2.2 to 4.2.5

2021-04-18 Thread GitBox
dependabot[bot] opened a new pull request #131: URL: https://github.com/apache/maven-dependency-plugin/pull/131 Bumps [plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.2.2 to 4.2.5. Release notes Sourced from

[jira] [Commented] (SUREFIRE-1821) Broken junit report when parallel and rerunFailingTestsCount configureation is used

2021-04-18 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17324624#comment-17324624 ] Tibor Digana commented on SUREFIRE-1821: We changed the implementation of

[GitHub] [maven-resolver] cstamas commented on pull request #77: [MRESOLVER-145] SyncContext implementations

2021-04-18 Thread GitBox
cstamas commented on pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#issuecomment-822066953 I spotted this (refCount was not final), but will run your test tomorrow and try to reproduce. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [maven-resolver] cstamas commented on pull request #77: [MRESOLVER-145] SyncContext implementations

2021-04-18 Thread GitBox
cstamas commented on pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#issuecomment-822066751 @michael-o pls try now -- 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

[GitHub] [maven-resolver] cstamas commented on pull request #77: [MRESOLVER-145] SyncContext implementations

2021-04-18 Thread GitBox
cstamas commented on pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#issuecomment-822065281 @michael-o need to look into this, this should not be happening -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [maven-resolver] michael-o commented on pull request #77: [MRESOLVER-145] SyncContext implementations

2021-04-18 Thread GitBox
michael-o commented on pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#issuecomment-822059795 @cstamas Ran the first tests with: ``` for run in {1..5}; do echo "Testing run #$run"; rm -rf repo; ~/apache-maven-4.0.0-alpha-1-SNAPSHOT/bin/mvn clean install

[jira] [Commented] (SUREFIRE-1821) Broken junit report when parallel and rerunFailingTestsCount configureation is used

2021-04-18 Thread Pavel Pustovoyt (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17324591#comment-17324591 ] Pavel Pustovoyt commented on SUREFIRE-1821: --- [~tibordigana] StatelessXmlReporter doesn't

[jira] [Commented] (SUREFIRE-1821) Broken junit report when parallel and rerunFailingTestsCount configureation is used

2021-04-18 Thread Pavel Pustovoyt (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17324588#comment-17324588 ] Pavel Pustovoyt commented on SUREFIRE-1821: --- This one is probably a duplication of 

[jira] [Closed] (JXR-158) StringEntry shouldn't be Comparable

2021-04-18 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/JXR-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte closed JXR-158. -- Fix Version/s: 3.1.1 Assignee: Robert Scholte Resolution: Fixed I had a look and it

[jira] [Updated] (JXR-158) StringEntry shouldn't be Comparable

2021-04-18 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/JXR-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte updated JXR-158: --- Description: Edit: original title was: StringEntry should implement equals and hashcode Because it

[jira] [Updated] (JXR-158) StringEntry shouldn't be Comparable

2021-04-18 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/JXR-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte updated JXR-158: --- Description: Edit: changed title from Because it implements Comparable.  Per Oracle,   It is

[jira] [Updated] (JXR-158) StringEntry shouldn't be Comparable

2021-04-18 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/JXR-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte updated JXR-158: --- Summary: StringEntry shouldn't be Comparable (was: StringEntry needs equals and hashCode) >

[jira] [Closed] (JXR-160) 3.1.0 not in Maven Central

2021-04-18 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/JXR-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte closed JXR-160. -- Assignee: Robert Scholte Resolution: Not A Problem The vote for 3.1.0 was canceled due to a

[GitHub] [maven] mthmulders merged pull request #466: Run GitHub actions integration tests with Java 17-ea

2021-04-18 Thread GitBox
mthmulders merged pull request #466: URL: https://github.com/apache/maven/pull/466 -- 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. For queries about this service, please

[GitHub] [maven-resolver] michael-o commented on pull request #77: [MRESOLVER-145] SyncContext implementations

2021-04-18 Thread GitBox
michael-o commented on pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#issuecomment-822004920 Working on the PR now... -- 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] [Commented] (MPIR-401) Mailing list subscribe and unsubscribe links

2021-04-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPIR-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17324528#comment-17324528 ] Michael Osipov commented on MPIR-401: - bq. https://sf.net/subscribe is a valid URI with a proper

[jira] [Commented] (MPIR-401) Mailing list subscribe and unsubscribe links

2021-04-18 Thread Lukas Theussl (Jira)
[ https://issues.apache.org/jira/browse/MPIR-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17324524#comment-17324524 ] Lukas Theussl commented on MPIR-401: I'm not quite sure where the problem stems from but I agree of

[GitHub] [maven] mthmulders commented on pull request #466: Run GitHub actions integration tests with Java 17-ea

2021-04-18 Thread GitBox
mthmulders commented on pull request #466: URL: https://github.com/apache/maven/pull/466#issuecomment-821996217 I was a bit hesitant to merge this change given that not all IT suites are green. But it seems isolated to Linux only, and those same tests [are green on

[jira] [Comment Edited] (MPIR-401) Mailing list subscribe and unsubscribe links

2021-04-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPIR-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17324515#comment-17324515 ] Michael Osipov edited comment on MPIR-401 at 4/18/21, 1:58 PM: --- [~ltheussl],

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

2021-04-18 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17324516#comment-17324516 ] Hudson commented on MNG-7045: - Build succeeded in Jenkins: Maven » Maven TLP » maven » master #154 See

[jira] [Commented] (MPIR-401) Mailing list subscribe and unsubscribe links

2021-04-18 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPIR-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17324515#comment-17324515 ] Michael Osipov commented on MPIR-401: - [~ltheussl], regardless of this issue, I believe that the model

[GitHub] [maven] elharo commented on pull request #347: [MNG-6802] Fix bug in FileProfileActivator

2021-04-18 Thread GitBox
elharo commented on pull request #347: URL: https://github.com/apache/maven/pull/347#issuecomment-821977862 I restarted the integration test jobs. However those are weird failure messages I don't understand so let's be careful about checking this in. They don't look like a typical

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #347: document test-suite

2021-04-18 Thread GitBox
Tibor17 commented on a change in pull request #347: URL: https://github.com/apache/maven-surefire/pull/347#discussion_r615376383 ## File path: maven-surefire-plugin/src/site/apt/examples/fork-options-and-parallel-execution.apt.vm ## @@ -181,6 +181,67 @@ Fork Options and

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #347: document test-suite

2021-04-18 Thread GitBox
Tibor17 commented on a change in pull request #347: URL: https://github.com/apache/maven-surefire/pull/347#discussion_r615376383 ## File path: maven-surefire-plugin/src/site/apt/examples/fork-options-and-parallel-execution.apt.vm ## @@ -181,6 +181,67 @@ Fork Options and

[GitHub] [maven-shared-utils] slachiewicz closed pull request #84: revert #73

2021-04-18 Thread GitBox
slachiewicz closed pull request #84: URL: https://github.com/apache/maven-shared-utils/pull/84 -- 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. For queries about this

[jira] [Commented] (MRELEASE-798) Commit additional files with release plugin

2021-04-18 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17324469#comment-17324469 ] Robert Scholte commented on MRELEASE-798: - It looks like I'm the maven-committer active on this

[GitHub] [maven-shared-utils] pzygielo commented on pull request #84: revert #73

2021-04-18 Thread GitBox
pzygielo commented on pull request #84: URL: https://github.com/apache/maven-shared-utils/pull/84#issuecomment-821960295 @slachiewicz - with 1461e4d committed - please close this PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Commented] (MRELEASE-798) Commit additional files with release plugin

2021-04-18 Thread Vivek (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17324455#comment-17324455 ] Vivek commented on MRELEASE-798: April 2021, and still waiting for this feature to be implemented. BTW,

[jira] [Commented] (MSHADE-382) Add an option to skip execution

2021-04-18 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17324446#comment-17324446 ] Robert Scholte commented on MSHADE-382: --- bq. The better alternative is to convince the team in the

[jira] [Comment Edited] (MPIR-401) Mailing list subscribe and unsubscribe links

2021-04-18 Thread Lukas Theussl (Jira)
[ https://issues.apache.org/jira/browse/MPIR-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17324440#comment-17324440 ] Lukas Theussl edited comment on MPIR-401 at 4/18/21, 7:20 AM: -- To be specific:

[jira] [Commented] (MPIR-401) Mailing list subscribe and unsubscribe links

2021-04-18 Thread Lukas Theussl (Jira)
[ https://issues.apache.org/jira/browse/MPIR-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17324440#comment-17324440 ] Lukas Theussl commented on MPIR-401: To be specific: I just checked that with the following input

[jira] [Commented] (MPIR-401) Mailing list subscribe and unsubscribe links

2021-04-18 Thread Lukas Theussl (Jira)
[ https://issues.apache.org/jira/browse/MPIR-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17324430#comment-17324430 ] Lukas Theussl commented on MPIR-401: This is still broken IMO. The 'specification' you link above is