[jira] [Created] (SUREFIRE-2084) Jenkins junit plugin fails to parse surefire reports of failed tests

2022-05-07 Thread Praveen Sreepada (Jira)
Praveen Sreepada created SUREFIRE-2084: -- Summary: Jenkins junit plugin fails to parse surefire reports of failed tests Key: SUREFIRE-2084 URL: https://issues.apache.org/jira/browse/SUREFIRE-2084

[GitHub] [maven-wrapper] hboutemy commented on pull request #33: [MWRAPPER-61] Try to skip maven-wrapper.jar, call mvn directly from mvnw.

2022-05-07 Thread GitBox
hboutemy commented on PR #33: URL: https://github.com/apache/maven-wrapper/pull/33#issuecomment-1120160163 @gzm55 what is required to do that? FYI, I'll do the 3.1.1 release soon (without this change), then we'll work on merging this PR that fully changes the approach: we'll need to d

[jira] [Commented] (MWRAPPER-61) let mvnw call mvn directly, without maven-wrapper.jar

2022-05-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533214#comment-17533214 ] ASF GitHub Bot commented on MWRAPPER-61: hboutemy commented on PR #33: URL: http

[GitHub] [maven-wrapper] hboutemy merged pull request #37: [MWRAPPER-49] add Wrapper version in mvnw/mvnw.cmd scripts

2022-05-07 Thread GitBox
hboutemy merged PR #37: URL: https://github.com/apache/maven-wrapper/pull/37 -- 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.ap

[jira] [Commented] (MWRAPPER-49) add Wrapper version in mvnw/mvnw.cmd scripts

2022-05-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533215#comment-17533215 ] ASF GitHub Bot commented on MWRAPPER-49: hboutemy merged PR #37: URL: https://gi

[jira] [Closed] (MWRAPPER-49) add Wrapper version in mvnw/mvnw.cmd scripts

2022-05-07 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed MWRAPPER-49. - Assignee: Herve Boutemy Resolution: Fixed done in https://github.com/apache/maven-wrapper

[jira] [Closed] (MWRAPPER-42) maven-wrapper fails to self-update maven-wrapper.jar

2022-05-07 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed MWRAPPER-42. - Assignee: Herve Boutemy Resolution: Fixed no answer closing as solved by MWRAPPER-51 if it

[jira] [Commented] (MWRAPPER-49) add Wrapper version in mvnw/mvnw.cmd scripts

2022-05-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533220#comment-17533220 ] Hudson commented on MWRAPPER-49: Build failed in Jenkins: Maven » Maven TLP » maven-wrap

[jira] [Commented] (MWRAPPER-61) let mvnw call mvn directly, without maven-wrapper.jar

2022-05-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533223#comment-17533223 ] ASF GitHub Bot commented on MWRAPPER-61: gzm55 commented on PR #33: URL: https:/

[GitHub] [maven-wrapper] gzm55 commented on pull request #33: [MWRAPPER-61] Try to skip maven-wrapper.jar, call mvn directly from mvnw.

2022-05-07 Thread GitBox
gzm55 commented on PR #33: URL: https://github.com/apache/maven-wrapper/pull/33#issuecomment-1120162107 @hboutemy 3.2.0 or 4.0.0 are both OK. Although implementation changes, the cli interface and the dependencies are almost remain same, so, imo, a minor version bump is enough.

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

2022-05-07 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533224#comment-17533224 ] Robert Scholte commented on MJAVADOC-700: - Well, it is clearly a bug. Might be

[GitHub] [maven-surefire] slawekjaranowski commented on a diff in pull request #533: chore: Set permissions for GitHub actions

2022-05-07 Thread GitBox
slawekjaranowski commented on code in PR #533: URL: https://github.com/apache/maven-surefire/pull/533#discussion_r867322913 ## .github/workflows/maven-verify.yml: ## @@ -21,8 +21,13 @@ on: push: pull_request: +permissions: + contents: read + Review Comment: why read

[GitHub] [maven-surefire] sman-81 commented on pull request #531: [SUREFIRE-2082] - Close file handles asap to prevent breaching the system's maximum number of open files

2022-05-07 Thread GitBox
sman-81 commented on PR #531: URL: https://github.com/apache/maven-surefire/pull/531#issuecomment-1120167809 ``` git checkout master mvn --errors --batch-mode --show-version -D"invoker.streamLogsOnFailures" clean install -nsu -P run-its -Dit.test=Surefire1367AssumptionLogsIT ```

[GitHub] [maven-surefire] slawekjaranowski commented on pull request #531: [SUREFIRE-2082] - Close file handles asap to prevent breaching the system's maximum number of open files

2022-05-07 Thread GitBox
slawekjaranowski commented on PR #531: URL: https://github.com/apache/maven-surefire/pull/531#issuecomment-1120169304 ... strange but build on CI are green https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-surefire/job/master/ https://github.com/apache/maven-surefire/acti

[jira] [Commented] (SUREFIRE-2084) Jenkins junit plugin fails to parse surefire reports of failed tests

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533232#comment-17533232 ] Michael Osipov commented on SUREFIRE-2084: -- Without having the message, no ch

[jira] [Updated] (SUREFIRE-2084) Jenkins junit plugin fails to parse surefire reports of failed tests

2022-05-07 Thread Praveen Sreepada (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Praveen Sreepada updated SUREFIRE-2084: --- Description: We use junit plugin in jenkins to export the results of the test runs

[jira] [Commented] (SUREFIRE-2084) Jenkins junit plugin fails to parse surefire reports of failed tests

2022-05-07 Thread Praveen Sreepada (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533233#comment-17533233 ] Praveen Sreepada commented on SUREFIRE-2084: [~michael-o] updated the desc

[jira] [Updated] (SUREFIRE-2084) Jenkins junit plugin fails to parse surefire reports of failed tests

2022-05-07 Thread Praveen Sreepada (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Praveen Sreepada updated SUREFIRE-2084: --- Description: We use junit plugin in jenkins to export the results of the test runs

[GitHub] [maven-release] BigMichi1 opened a new pull request, #121: [MRELEASE-1082] configuration option for using a shallow clone

2022-05-07 Thread GitBox
BigMichi1 opened a new pull request, #121: URL: https://github.com/apache/maven-release/pull/121 Following this checklist to help us incorporate your contribution quickly and easily: - [ x ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MJAVADOC) filed

[jira] [Created] (MSHARED-1069) Upgrade Parent to 36

2022-05-07 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MSHARED-1069: Summary: Upgrade Parent to 36 Key: MSHARED-1069 URL: https://issues.apache.org/jira/browse/MSHARED-1069 Project: Maven Shared Components Issu

[jira] [Assigned] (MSHARED-1069) Upgrade Parent to 36

2022-05-07 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MSHARED-1069: Assignee: Slawomir Jaranowski > Upgrade Parent to 36 > -

[jira] [Commented] (SUREFIRE-2084) Jenkins junit plugin fails to parse surefire reports of failed tests

2022-05-07 Thread Praveen Sreepada (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533240#comment-17533240 ] Praveen Sreepada commented on SUREFIRE-2084: I think I have found a simila

[jira] [Created] (MSHARED-1070) Migrate plexus component to JSR-330

2022-05-07 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MSHARED-1070: Summary: Migrate plexus component to JSR-330 Key: MSHARED-1070 URL: https://issues.apache.org/jira/browse/MSHARED-1070 Project: Maven Shared Components

[jira] [Commented] (SUREFIRE-2084) Jenkins junit plugin fails to parse surefire reports of failed tests

2022-05-07 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533241#comment-17533241 ] Slawomir Jaranowski commented on SUREFIRE-2084: --- As you wrote issue is i

[GitHub] [maven-dependency-tree] slawekjaranowski opened a new pull request, #20: [MSHARED-1069] Upgrade Parent to 36

2022-05-07 Thread GitBox
slawekjaranowski opened a new pull request, #20: URL: https://github.com/apache/maven-dependency-tree/pull/20 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/projects/MSHA

[GitHub] [maven-wrapper] hboutemy commented on pull request #33: [MWRAPPER-61] Try to skip maven-wrapper.jar, call mvn directly from mvnw.

2022-05-07 Thread GitBox
hboutemy commented on PR #33: URL: https://github.com/apache/maven-wrapper/pull/33#issuecomment-1120184143 the bump in version is not because of visible change, but a so vast reimplementation that there is a de-facto a risk that someone finds an edge case -- This is an automated message f

[jira] [Commented] (MWRAPPER-61) let mvnw call mvn directly, without maven-wrapper.jar

2022-05-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533244#comment-17533244 ] ASF GitHub Bot commented on MWRAPPER-61: hboutemy commented on PR #33: URL: http

[GitHub] [maven-surefire] sman-81 commented on pull request #531: [SUREFIRE-2082] - Close file handles asap to prevent breaching the system's maximum number of open files

2022-05-07 Thread GitBox
sman-81 commented on PR #531: URL: https://github.com/apache/maven-surefire/pull/531#issuecomment-1120184263 > ... strange but build on CI are green mysterious! My repo is up-to-date with upstream apache:master. Do the CI builds include integration tests? Is the build

[jira] [Commented] (MWRAPPER-61) let mvnw call mvn directly, without maven-wrapper.jar

2022-05-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533246#comment-17533246 ] ASF GitHub Bot commented on MWRAPPER-61: gzm55 commented on PR #33: URL: https:/

[GitHub] [maven-wrapper] gzm55 commented on pull request #33: [MWRAPPER-61] Try to skip maven-wrapper.jar, call mvn directly from mvnw.

2022-05-07 Thread GitBox
gzm55 commented on PR #33: URL: https://github.com/apache/maven-wrapper/pull/33#issuecomment-1120185167 how about these steps for accepting 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 t

[GitHub] [maven-wrapper] gzm55 commented on pull request #33: [MWRAPPER-61] Try to skip maven-wrapper.jar, call mvn directly from mvnw.

2022-05-07 Thread GitBox
gzm55 commented on PR #33: URL: https://github.com/apache/maven-wrapper/pull/33#issuecomment-1120185983 > the bump in version is not because of visible change, but a so vast reimplementation that there is a de-facto a risk that someone finds an edge case @hboutemy how about these

[jira] [Commented] (MWRAPPER-61) let mvnw call mvn directly, without maven-wrapper.jar

2022-05-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533248#comment-17533248 ] ASF GitHub Bot commented on MWRAPPER-61: gzm55 commented on PR #33: URL: https:/

[GitHub] [maven-dependency-tree] slawekjaranowski merged pull request #20: [MSHARED-1069] Upgrade Parent to 36

2022-05-07 Thread GitBox
slawekjaranowski merged PR #20: URL: https://github.com/apache/maven-dependency-tree/pull/20 -- 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-unsu

[GitHub] [maven-dependency-tree] dependabot[bot] commented on pull request #16: Bump maven-site-plugin from 3.10.0 to 3.12.0

2022-05-07 Thread GitBox
dependabot[bot] commented on PR #16: URL: https://github.com/apache/maven-dependency-tree/pull/16#issuecomment-1120187187 Looks like org.apache.maven.plugins:maven-site-plugin is no longer a dependency, so this is no longer needed. -- This is an automated message from the Apache Git Serv

[GitHub] [maven-dependency-tree] dependabot[bot] commented on pull request #19: Bump maven-project-info-reports-plugin from 3.2.2 to 3.3.0

2022-05-07 Thread GitBox
dependabot[bot] commented on PR #19: URL: https://github.com/apache/maven-dependency-tree/pull/19#issuecomment-1120187186 Looks like org.apache.maven.plugins:maven-project-info-reports-plugin is no longer a dependency, so this is no longer needed. -- This is an automated message from the

[GitHub] [maven-dependency-tree] dependabot[bot] closed pull request #16: Bump maven-site-plugin from 3.10.0 to 3.12.0

2022-05-07 Thread GitBox
dependabot[bot] closed pull request #16: Bump maven-site-plugin from 3.10.0 to 3.12.0 URL: https://github.com/apache/maven-dependency-tree/pull/16 -- 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-dependency-tree] dependabot[bot] closed pull request #19: Bump maven-project-info-reports-plugin from 3.2.2 to 3.3.0

2022-05-07 Thread GitBox
dependabot[bot] closed pull request #19: Bump maven-project-info-reports-plugin from 3.2.2 to 3.3.0 URL: https://github.com/apache/maven-dependency-tree/pull/19 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[jira] [Closed] (MSHARED-1069) Upgrade Parent to 36

2022-05-07 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MSHARED-1069. Resolution: Fixed > Upgrade Parent to 36 > > >

[GitHub] [maven-dependency-tree] slawekjaranowski commented on pull request #17: Bump maven-shared-components from 34 to 36

2022-05-07 Thread GitBox
slawekjaranowski commented on PR #17: URL: https://github.com/apache/maven-dependency-tree/pull/17#issuecomment-1120187399 @dependabot rebase -- 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] [Commented] (MSHARED-1069) Upgrade Parent to 36

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

[GitHub] [maven-dependency-tree] slawekjaranowski commented on pull request #10: Drop maven 3.0 compatibility

2022-05-07 Thread GitBox
slawekjaranowski commented on PR #10: URL: https://github.com/apache/maven-dependency-tree/pull/10#issuecomment-1120188061 And issue https://issues.apache.org/jira/browse/MSHARED-1071 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Created] (MSHARED-1071) Drop maven 3.0 compatibility

2022-05-07 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MSHARED-1071: Summary: Drop maven 3.0 compatibility Key: MSHARED-1071 URL: https://issues.apache.org/jira/browse/MSHARED-1071 Project: Maven Shared Components

[GitHub] [maven-dependency-tree] dependabot[bot] commented on pull request #18: Bump maven-javadoc-plugin from 3.3.1 to 3.4.0

2022-05-07 Thread GitBox
dependabot[bot] commented on PR #18: URL: https://github.com/apache/maven-dependency-tree/pull/18#issuecomment-1120188236 Looks like org.apache.maven.plugins:maven-javadoc-plugin is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service.

[GitHub] [maven-dependency-tree] dependabot[bot] closed pull request #18: Bump maven-javadoc-plugin from 3.3.1 to 3.4.0

2022-05-07 Thread GitBox
dependabot[bot] closed pull request #18: Bump maven-javadoc-plugin from 3.3.1 to 3.4.0 URL: https://github.com/apache/maven-dependency-tree/pull/18 -- 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

[GitHub] [maven-dependency-tree] dependabot[bot] commented on pull request #17: Bump maven-shared-components from 34 to 36

2022-05-07 Thread GitBox
dependabot[bot] commented on PR #17: URL: https://github.com/apache/maven-dependency-tree/pull/17#issuecomment-1120188555 Looks like org.apache.maven.shared:maven-shared-components is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service

[GitHub] [maven-dependency-tree] dependabot[bot] closed pull request #17: Bump maven-shared-components from 34 to 36

2022-05-07 Thread GitBox
dependabot[bot] closed pull request #17: Bump maven-shared-components from 34 to 36 URL: https://github.com/apache/maven-dependency-tree/pull/17 -- 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 s

[GitHub] [maven-surefire] slawekjaranowski commented on pull request #531: [SUREFIRE-2082] - Close file handles asap to prevent breaching the system's maximum number of open files

2022-05-07 Thread GitBox
slawekjaranowski commented on PR #531: URL: https://github.com/apache/maven-surefire/pull/531#issuecomment-1120191197 > > Do the CI builds include integration tests? > yes - with many oses > Is the build green if you run this locally: yes ``` Apache Mave

[GitHub] [maven-wrapper] slawekjaranowski closed pull request #39: Bump maven-parent from 35 to 36

2022-05-07 Thread GitBox
slawekjaranowski closed pull request #39: Bump maven-parent from 35 to 36 URL: https://github.com/apache/maven-wrapper/pull/39 -- 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. T

[GitHub] [maven-wrapper] dependabot[bot] commented on pull request #39: Bump maven-parent from 35 to 36

2022-05-07 Thread GitBox
dependabot[bot] commented on PR #39: URL: https://github.com/apache/maven-wrapper/pull/39#issuecomment-1120201618 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, l

[jira] [Created] (MWRAPPER-63) Upgrade Parent to 36

2022-05-07 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MWRAPPER-63: --- Summary: Upgrade Parent to 36 Key: MWRAPPER-63 URL: https://issues.apache.org/jira/browse/MWRAPPER-63 Project: Maven Wrapper Issue Type: Depend

[jira] [Assigned] (MWRAPPER-63) Upgrade Parent to 36

2022-05-07 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MWRAPPER-63: --- Assignee: Slawomir Jaranowski > Upgrade Parent to 36 >

[GitHub] [maven-wrapper] slawekjaranowski opened a new pull request, #41: [MWRAPPER-63] Upgrade Parent to 36

2022-05-07 Thread GitBox
slawekjaranowski opened a new pull request, #41: URL: https://github.com/apache/maven-wrapper/pull/41 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/MWRAPPER) file

[jira] [Commented] (MWRAPPER-63) Upgrade Parent to 36

2022-05-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533256#comment-17533256 ] ASF GitHub Bot commented on MWRAPPER-63: slawekjaranowski opened a new pull requ

[GitHub] [maven-wrapper] slawekjaranowski merged pull request #38: (doc) Fixing doc about installing mvnDebug-scripts

2022-05-07 Thread GitBox
slawekjaranowski merged PR #38: URL: https://github.com/apache/maven-wrapper/pull/38 -- 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-wrapper] slawekjaranowski commented on pull request #38: (doc) Fixing doc about installing mvnDebug-scripts

2022-05-07 Thread GitBox
slawekjaranowski commented on PR #38: URL: https://github.com/apache/maven-wrapper/pull/38#issuecomment-1120202647 Thanks. -- 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. T

[jira] [Updated] (MWRAPPER-63) Upgrade Parent to 36

2022-05-07 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MWRAPPER-63: Fix Version/s: 3.1.1 > Upgrade Parent to 36 > > >

[GitHub] [maven-wrapper] slawekjaranowski commented on pull request #33: [MWRAPPER-61] Try to skip maven-wrapper.jar, call mvn directly from mvnw.

2022-05-07 Thread GitBox
slawekjaranowski commented on PR #33: URL: https://github.com/apache/maven-wrapper/pull/33#issuecomment-1120205549 my proposition in order to go faster with it 1. in this PR - create new `type` - `only-script` - add IT test - rebase to one commit - add text to PR descripti

[jira] [Commented] (MWRAPPER-61) let mvnw call mvn directly, without maven-wrapper.jar

2022-05-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533260#comment-17533260 ] ASF GitHub Bot commented on MWRAPPER-61: slawekjaranowski commented on PR #33: U

[jira] [Updated] (SUREFIRE-2084) Jenkins junit plugin fails to parse surefire reports of failed tests

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SUREFIRE-2084: - Affects Version/s: 3.0.0-M4 > Jenkins junit plugin fails to parse surefire reports of

[GitHub] [maven-release] michael-o commented on a diff in pull request #121: [MRELEASE-1082] configuration option for using a shallow clone

2022-05-07 Thread GitBox
michael-o commented on code in PR #121: URL: https://github.com/apache/maven-release/pull/121#discussion_r867354841 ## maven-release-manager/src/main/java/org/apache/maven/shared/release/config/ReleaseDescriptorBuilder.java: ## @@ -473,6 +473,19 @@ public ReleaseDescriptorBuilde

[jira] [Assigned] (MRELEASE-1082) configuration option for shallow checkout

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MRELEASE-1082: Assignee: Michael Osipov > configuration option for shallow checkout >

[GitHub] [maven-release] michael-o commented on pull request #121: [MRELEASE-1082] configuration option for using a shallow clone

2022-05-07 Thread GitBox
michael-o commented on PR #121: URL: https://github.com/apache/maven-release/pull/121#issuecomment-1120214394 I will take care of the PR as soon as all comments are resolved. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[jira] [Updated] (MRELEASE-1082) configuration option for shallow checkout

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRELEASE-1082: - Fix Version/s: 3.0.0-M6 > configuration option for shallow checkout >

[jira] [Updated] (MRELEASE-1063) Maven release plugin should retain settings.security environment variable for its forked executions of release:prepare and release:perform

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRELEASE-1063: - Fix Version/s: waiting-for-feedback > Maven release plugin should retain settings.secu

[jira] [Commented] (MRELEASE-1063) Maven release plugin should retain settings.security environment variable for its forked executions of release:prepare and release:perform

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533289#comment-17533289 ] Michael Osipov commented on MRELEASE-1063: -- First of all, this is not an evir

[jira] [Commented] (MRELEASE-1063) Maven release plugin should retain settings.security environment variable for its forked executions of release:prepare and release:perform

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533290#comment-17533290 ] Michael Osipov commented on MRELEASE-1063: -- [~cstamas] > Maven release plugi

[jira] [Updated] (MRELEASE-1063) Maven release plugin should retain settings.security environment variable for its forked executions of release:prepare and release:perform

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRELEASE-1063: - Fix Version/s: wontfix-candidate > Maven release plugin should retain settings.securit

[GitHub] [maven-surefire] Tibor17 commented on pull request #531: [SUREFIRE-2082] - Close file handles asap to prevent breaching the system's maximum number of open files

2022-05-07 Thread GitBox
Tibor17 commented on PR #531: URL: https://github.com/apache/maven-surefire/pull/531#issuecomment-1120221689 Utf8RecodingDeferredFileOutputStream.java should not be changed from Java NIO to Java IO, it cost me some time to do it with NIO. You involved two interests in one method. Write is w

[GitHub] [maven-release] BigMichi1 commented on a diff in pull request #121: [MRELEASE-1082] configuration option for using a shallow clone

2022-05-07 Thread GitBox
BigMichi1 commented on code in PR #121: URL: https://github.com/apache/maven-release/pull/121#discussion_r867360662 ## maven-release-plugin/src/main/java/org/apache/maven/plugins/release/AbstractScmReleaseMojo.java: ## @@ -89,6 +89,12 @@ @Parameter( defaultValue = "[maven-r

[GitHub] [maven-wrapper] gzm55 commented on pull request #33: [MWRAPPER-61] Try to skip maven-wrapper.jar, call mvn directly from mvnw.

2022-05-07 Thread GitBox
gzm55 commented on PR #33: URL: https://github.com/apache/maven-wrapper/pull/33#issuecomment-1120224490 - [ ] create new type - only-script - [ ] add IT test - [ ] rebase to one commit - [ ] add text to PR description ... I hereby declare this contribution to be licenced under t

[jira] [Commented] (MWRAPPER-61) let mvnw call mvn directly, without maven-wrapper.jar

2022-05-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533294#comment-17533294 ] ASF GitHub Bot commented on MWRAPPER-61: gzm55 commented on PR #33: URL: https:/

[jira] [Updated] (MWRAPPER-63) Upgrade Parent to 36

2022-05-07 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MWRAPPER-63: -- Affects Version/s: 3.1.0 > Upgrade Parent to 36 > > > Key

[jira] [Created] (MSKINS-184) Don't link pages to themselves with empty hrefs

2022-05-07 Thread Michael Osipov (Jira)
Michael Osipov created MSKINS-184: - Summary: Don't link pages to themselves with empty hrefs Key: MSKINS-184 URL: https://issues.apache.org/jira/browse/MSKINS-184 Project: Maven Skins Issue T

[jira] [Updated] (MRELEASE-1082) Add configuration option for shallow checkout/clone

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRELEASE-1082: - Summary: Add configuration option for shallow checkout/clone (was: configuration opti

[jira] [Commented] (MRELEASE-993) Use shallow checkout per default (git scm)

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533307#comment-17533307 ] Michael Osipov commented on MRELEASE-993: - [~hazendaz], why actually? From a re

[GitHub] [maven-release] asfgit closed pull request #121: [MRELEASE-1082] configuration option for using a shallow clone

2022-05-07 Thread GitBox
asfgit closed pull request #121: [MRELEASE-1082] configuration option for using a shallow clone URL: https://github.com/apache/maven-release/pull/121 -- 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] [Closed] (MRELEASE-1082) Add configuration option for shallow checkout/clone

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MRELEASE-1082. Resolution: Fixed Fixed with [8cc2f45c2f424b176a45afc1e245639d56f31048|https://gitbox.a

[jira] [Created] (MRELEASE-1089) Reduce the tag format to the project version only

2022-05-07 Thread Michael Osipov (Jira)
Michael Osipov created MRELEASE-1089: Summary: Reduce the tag format to the project version only Key: MRELEASE-1089 URL: https://issues.apache.org/jira/browse/MRELEASE-1089 Project: Maven Release P

[jira] [Updated] (MRELEASE-1089) Reduce the tag format to the project version only

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRELEASE-1089: - Description: Back in the days when this plugin was written and all ASF Maven-based pro

[jira] [Commented] (MRELEASE-1082) Add configuration option for shallow checkout/clone

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

[jira] [Updated] (MRELEASE-1089) Reduce the tag format to the project version only

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRELEASE-1089: - Description: Back in the days when this plugin was written and all ASF Maven-based pro

[jira] [Updated] (MPDF-104) i18n broken

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPDF-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MPDF-104: Attachment: image-2022-05-07-20-26-10-465.png > i18n broken > --- > > Key: MP

[jira] [Updated] (MPDF-104) i18n broken

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPDF-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MPDF-104: Attachment: image-2022-05-07-20-26-03-180.png > i18n broken > --- > > Key: MP

[jira] [Updated] (MPDF-104) i18n broken

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPDF-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MPDF-104: Attachment: (was: image-2022-05-07-20-26-10-465.png) > i18n broken > --- > >

[jira] [Commented] (MPDF-104) i18n broken

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPDF-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533315#comment-17533315 ] Michael Osipov commented on MPDF-104: - Exactly what I have assumed: [![^image-2022-05-

[jira] [Comment Edited] (MPDF-104) i18n broken

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPDF-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533315#comment-17533315 ] Michael Osipov edited comment on MPDF-104 at 5/7/22 6:42 PM: - E

[jira] [Commented] (MPDF-104) i18n broken

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPDF-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533317#comment-17533317 ] Michael Osipov commented on MPDF-104: - I have found your problem:  doxia-module-fo come

[jira] [Comment Edited] (MPDF-104) i18n broken

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPDF-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533317#comment-17533317 ] Michael Osipov edited comment on MPDF-104 at 5/7/22 6:51 PM: - I

[jira] [Updated] (MPDF-104) Doxia Apache FOP module uses only Base 14 fonts unusable for non-Latin scripts

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPDF-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MPDF-104: Summary: Doxia Apache FOP module uses only Base 14 fonts unusable for non-Latin scripts (was: i18n b

[GitHub] [maven-release] michael-o opened a new pull request, #122: [MRELEASE-1089] Reduce the tag format to the project version only

2022-05-07 Thread GitBox
michael-o opened a new pull request, #122: URL: https://github.com/apache/maven-release/pull/122 This closes #122 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/br

[GitHub] [maven-wrapper] slawekjaranowski merged pull request #41: [MWRAPPER-63] Upgrade Parent to 36

2022-05-07 Thread GitBox
slawekjaranowski merged PR #41: URL: https://github.com/apache/maven-wrapper/pull/41 -- 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...@

[jira] [Commented] (MWRAPPER-63) Upgrade Parent to 36

2022-05-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533318#comment-17533318 ] ASF GitHub Bot commented on MWRAPPER-63: slawekjaranowski merged PR #41: URL: ht

[jira] [Closed] (MWRAPPER-63) Upgrade Parent to 36

2022-05-07 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MWRAPPER-63. --- Resolution: Fixed > Upgrade Parent to 36 > > >

[jira] [Commented] (MRELEASE-1063) Maven release plugin should retain settings.security environment variable for its forked executions of release:prepare and release:perform

2022-05-07 Thread Hans Aikema (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533319#comment-17533319 ] Hans Aikema commented on MRELEASE-1063: --- [~michael-o] While I agree that the dir

[jira] [Commented] (MRELEASE-1063) Maven release plugin should retain settings.security environment variable for its forked executions of release:prepare and release:perform

2022-05-07 Thread Hans Aikema (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533320#comment-17533320 ] Hans Aikema commented on MRELEASE-1063: --- Note: If you think that password encryp

[jira] [Commented] (MRELEASE-1079) scm tag is added to child module

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533321#comment-17533321 ] Michael Osipov commented on MRELEASE-1079: -- Tested the IT, I can confirm the

[jira] [Commented] (MWRAPPER-63) Upgrade Parent to 36

2022-05-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533322#comment-17533322 ] Hudson commented on MWRAPPER-63: Build succeeded in Jenkins: Maven » Maven TLP » maven-w

[GitHub] [maven-release] pzygielo commented on pull request #122: [MRELEASE-1089] Reduce the tag format to the project version only

2022-05-07 Thread GitBox
pzygielo commented on PR #122: URL: https://github.com/apache/maven-release/pull/122#issuecomment-1120270476 Will similar be applied to https://github.com/apache/maven-release/blob/8cc2f45c2f424b176a45afc1e245639d56f31048/maven-release-manager/src/main/java/org/apache/maven/shared/release

[jira] [Commented] (MRELEASE-1063) Maven release plugin should retain settings.security environment variable for its forked executions of release:prepare and release:perform

2022-05-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533324#comment-17533324 ] Michael Osipov commented on MRELEASE-1063: -- One of the issues is that it is n

[GitHub] [maven-release] michael-o commented on pull request #122: [MRELEASE-1089] Reduce the tag format to the project version only

2022-05-07 Thread GitBox
michael-o commented on PR #122: URL: https://github.com/apache/maven-release/pull/122#issuecomment-1120270763 > Will similar be applied to > > https://github.com/apache/maven-release/blob/8cc2f45c2f424b176a45afc1e245639d56f31048/maven-release-manager/src/main/java/org/apache/maven/sha

  1   2   >