[jira] [Commented] (MCOMPILER-489) User property for multiReleaseOutput

2022-04-06 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517887#comment-17517887 ] Robert Scholte commented on MCOMPILER-489: -- AFAIK there's no IDE that support

[jira] [Commented] (MINVOKER-299) IT test filtering-extensions fails on Maven 3.8.5

2022-04-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517903#comment-17517903 ] Michael Osipov commented on MINVOKER-299: - Can you paste the error into the des

[jira] (MSKINS-161) Upgrade Facebook Like button integration

2022-04-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-161 ] Michael Osipov deleted comment on MSKINS-161: --- was (Author: JIRAUSER287581): There Are Method Of Completecity Are There Behind More Away Took Up Look At an Time Happy Preeding Luck Are Bett

[jira] [Updated] (MINVOKER-299) IT test filtering-extensions fails on Maven 3.8.5

2022-04-06 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MINVOKER-299: - Description: There are two issues: - unparsable xml - duplicate root tag {{}}

[jira] [Updated] (MINVOKER-299) IT test filtering-extensions fails on Maven 3.8.5

2022-04-06 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MINVOKER-299: - Description: There are two issues: - unparsable xml - duplicate root tag {{}}

[GitHub] [maven-surefire] Tibor17 commented on pull request #506: SUREFIRE-2056 BufferOverflowException when encoding message with null testId

2022-04-06 Thread GitBox
Tibor17 commented on PR #506: URL: https://github.com/apache/maven-surefire/pull/506#issuecomment-1090001986 > I suspect the reason we don't get the bug with a non-empty message is that we over-allocate space in the buffer for the message: `length * ` @yrodiere yes, I know that th

[GitHub] [maven-surefire] yrodiere commented on pull request #506: SUREFIRE-2056 BufferOverflowException when encoding message with null testId

2022-04-06 Thread GitBox
yrodiere commented on PR #506: URL: https://github.com/apache/maven-surefire/pull/506#issuecomment-1090010194 Right, I wasn't proposing to change this over-allocation. Just explaining why a different test makes sense. So... Do you want me to change the existing test to use an empty me

[GitHub] [maven-surefire] Tibor17 commented on pull request #506: SUREFIRE-2056 BufferOverflowException when encoding message with null testId

2022-04-06 Thread GitBox
Tibor17 commented on PR #506: URL: https://github.com/apache/maven-surefire/pull/506#issuecomment-1090011910 no, leave it as it is, this makes sense. I will merge it. Can you tell me if this is a blocker issue for the Quarkus? -- This is an automated message from the Apache Git Service.

[GitHub] [maven-shade-plugin] gzm55 commented on a diff in pull request #129: [MSHADE-323] make shade plugin compatible with the flatten plugin

2022-04-06 Thread GitBox
gzm55 commented on code in PR #129: URL: https://github.com/apache/maven-shade-plugin/pull/129#discussion_r843673856 ## src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java: ## @@ -1090,7 +1092,10 @@ private void createDependencyReducedPom( Set artifactsToRemove )

[GitHub] [maven-surefire] yrodiere commented on pull request #506: SUREFIRE-2056 BufferOverflowException when encoding message with null testId

2022-04-06 Thread GitBox
yrodiere commented on PR #506: URL: https://github.com/apache/maven-surefire/pull/506#issuecomment-1090029800 Thanks. > Can you tell me if this is a blocker issue for the Quarkus? I personally don't know. Hey @famod, is this bug blocking Quarkus in any way? Personally I e

[jira] [Assigned] (SUREFIRE-2056) BufferOverflowException when encoding message with null testId

2022-04-06 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana reassigned SUREFIRE-2056: -- Assignee: Tibor Digana > BufferOverflowException when encoding message with null te

[GitHub] [maven-surefire] Tibor17 merged pull request #506: SUREFIRE-2056 BufferOverflowException when encoding message with null testId

2022-04-06 Thread GitBox
Tibor17 merged PR #506: URL: https://github.com/apache/maven-surefire/pull/506 -- 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.

[jira] [Closed] (SUREFIRE-2056) BufferOverflowException when encoding message with null testId

2022-04-06 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana closed SUREFIRE-2056. -- Resolution: Fixed https://gitbox.apache.org/repos/asf?p=maven-surefire.git;a=commit;h=8e3019

[GitHub] [maven-shade-plugin] rmannibucau commented on a diff in pull request #129: [MSHADE-323] make shade plugin compatible with the flatten plugin

2022-04-06 Thread GitBox
rmannibucau commented on code in PR #129: URL: https://github.com/apache/maven-shade-plugin/pull/129#discussion_r843695691 ## src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java: ## @@ -1090,7 +1092,10 @@ private void createDependencyReducedPom( Set artifactsToRemo

[jira] [Commented] (SUREFIRE-2057) JPMS Regression: requires static module not include anymore

2022-04-06 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517995#comment-17517995 ] Tibor Digana commented on SUREFIRE-2057: Why you marked this as a blocker? >

[jira] [Comment Edited] (SUREFIRE-2057) JPMS Regression: requires static module not include anymore

2022-04-06 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517995#comment-17517995 ] Tibor Digana edited comment on SUREFIRE-2057 at 4/6/22 9:33 AM:

[GitHub] [maven-shade-plugin] gzm55 commented on a diff in pull request #129: [MSHADE-323] make shade plugin compatible with the flatten plugin

2022-04-06 Thread GitBox
gzm55 commented on code in PR #129: URL: https://github.com/apache/maven-shade-plugin/pull/129#discussion_r843730700 ## src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java: ## @@ -1090,7 +1092,10 @@ private void createDependencyReducedPom( Set artifactsToRemove )

[GitHub] [maven-deploy-plugin] plotters commented on a diff in pull request #21: [doc] improve site documentation deploy-ssh-external example

2022-04-06 Thread GitBox
plotters commented on code in PR #21: URL: https://github.com/apache/maven-deploy-plugin/pull/21#discussion_r843733793 ## src/site/apt/examples/deploy-ssh-external.apt: ## @@ -58,9 +58,26 @@ Deployment of artifacts in an external SSH command ++ - If you are deploying fr

[jira] [Created] (SUREFIRE-2059) includeJUnit5Engines and excludeJUnit5Engines have wrong user property

2022-04-06 Thread Tibor Digana (Jira)
Tibor Digana created SUREFIRE-2059: -- Summary: includeJUnit5Engines and excludeJUnit5Engines have wrong user property Key: SUREFIRE-2059 URL: https://issues.apache.org/jira/browse/SUREFIRE-2059 Projec

[GitHub] [maven-archiver] jorsol opened a new pull request, #18: [MSHARED-1051] - Require Java 8

2022-04-06 Thread GitBox
jorsol opened a new pull request, #18: URL: https://github.com/apache/maven-archiver/pull/18 Also updates dependencies that target Java 8. Following this checklist to help us incorporate your contribution quickly and easily: - [X] Make sure there is a [JIRA issue](https://

[jira] [Commented] (MSHARED-1051) Require Java 8

2022-04-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518014#comment-17518014 ] ASF GitHub Bot commented on MSHARED-1051: - jorsol opened a new pull request, #1

[jira] [Updated] (MSHARED-1051) Require Java 8

2022-04-06 Thread Jira
[ https://issues.apache.org/jira/browse/MSHARED-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jorge Solórzano updated MSHARED-1051: - Labels: pull-request-available (was: ) > Require Java 8 > -- > >

[GitHub] [maven-archiver] jorsol closed pull request #18: [MSHARED-1051] - Require Java 8

2022-04-06 Thread GitBox
jorsol closed pull request #18: [MSHARED-1051] - Require Java 8 URL: https://github.com/apache/maven-archiver/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 the specific comment. To unsubsc

[jira] [Commented] (MSHARED-1051) Require Java 8

2022-04-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518018#comment-17518018 ] ASF GitHub Bot commented on MSHARED-1051: - jorsol closed pull request #18: [MSH

[GitHub] [maven-archiver] jorsol opened a new pull request, #19: [MSHARED-991] - Require Java 8

2022-04-06 Thread GitBox
jorsol opened a new pull request, #19: URL: https://github.com/apache/maven-archiver/pull/19 Also updates dependencies that target Java 8. Following this checklist to help us incorporate your contribution quickly and easily: - [X] Make sure there is a [JIRA issue](https://

[jira] [Commented] (MSHARED-991) Require Java 8

2022-04-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518019#comment-17518019 ] ASF GitHub Bot commented on MSHARED-991: jorsol opened a new pull request, #19:

[jira] [Updated] (MSHARED-1051) Require Java 8

2022-04-06 Thread Jira
[ https://issues.apache.org/jira/browse/MSHARED-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jorge Solórzano updated MSHARED-1051: - Description: Didn't notice before that an issue already exists: MSHARED-991 This can b

[GitHub] [maven-shade-plugin] rmannibucau commented on a diff in pull request #129: [MSHADE-323] make shade plugin compatible with the flatten plugin

2022-04-06 Thread GitBox
rmannibucau commented on code in PR #129: URL: https://github.com/apache/maven-shade-plugin/pull/129#discussion_r843825833 ## src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java: ## @@ -1090,7 +1092,10 @@ private void createDependencyReducedPom( Set artifactsToRemo

[jira] [Closed] (SUREFIRE-2059) includeJUnit5Engines and excludeJUnit5Engines have wrong user property

2022-04-06 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana closed SUREFIRE-2059. -- Resolution: Fixed https://gitbox.apache.org/repos/asf?p=maven-surefire.git;a=commit;h=f2d28b

[jira] [Created] (SUREFIRE-2060) JDK 18 support

2022-04-06 Thread Tibor Digana (Jira)
Tibor Digana created SUREFIRE-2060: -- Summary: JDK 18 support Key: SUREFIRE-2060 URL: https://issues.apache.org/jira/browse/SUREFIRE-2060 Project: Maven Surefire Issue Type: Improvement A

[jira] [Closed] (SUREFIRE-2060) JDK 18 support

2022-04-06 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana closed SUREFIRE-2060. -- Resolution: Fixed https://gitbox.apache.org/repos/asf?p=maven-surefire.git;a=commit;h=4ce143

[GitHub] [maven-surefire] Tibor17 commented on pull request #514: Bump junit from 4.8.2 to 4.13.1 in /surefire-providers/surefire-junit47

2022-04-06 Thread GitBox
Tibor17 commented on PR #514: URL: https://github.com/apache/maven-surefire/pull/514#issuecomment-1090178244 @dependabot ignore this dependency -- 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-surefire] Tibor17 closed pull request #514: Bump junit from 4.8.2 to 4.13.1 in /surefire-providers/surefire-junit47

2022-04-06 Thread GitBox
Tibor17 closed pull request #514: Bump junit from 4.8.2 to 4.13.1 in /surefire-providers/surefire-junit47 URL: https://github.com/apache/maven-surefire/pull/514 -- 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

[GitHub] [maven-surefire] dependabot[bot] commented on pull request #514: Bump junit from 4.8.2 to 4.13.1 in /surefire-providers/surefire-junit47

2022-04-06 Thread GitBox
dependabot[bot] commented on PR #514: URL: https://github.com/apache/maven-surefire/pull/514#issuecomment-1090178291 OK, I won't notify you about junit:junit again, unless you re-open this PR or update it yourself. 😢 -- This is an automated message from the Apache Git Service. To respond

[GitHub] [maven-shade-plugin] jglick commented on a diff in pull request #129: [MSHADE-323] make shade plugin compatible with the flatten plugin

2022-04-06 Thread GitBox
jglick commented on code in PR #129: URL: https://github.com/apache/maven-shade-plugin/pull/129#discussion_r843869980 ## src/it/projects/MSHADE-323-compatible-with-flatten-pom/pom.xml: ## @@ -0,0 +1,84 @@ + + + + + + 4.0.0 + + org.apache.maven.its.shade.flatten + test + 1.0

[GitHub] [maven-shade-plugin] gzm55 commented on a diff in pull request #129: [MSHADE-323] make shade plugin compatible with the flatten plugin

2022-04-06 Thread GitBox
gzm55 commented on code in PR #129: URL: https://github.com/apache/maven-shade-plugin/pull/129#discussion_r843874851 ## src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java: ## @@ -1090,7 +1092,10 @@ private void createDependencyReducedPom( Set artifactsToRemove )

[GitHub] [maven-shade-plugin] gzm55 commented on a diff in pull request #129: [MSHADE-323] make shade plugin compatible with the flatten plugin

2022-04-06 Thread GitBox
gzm55 commented on code in PR #129: URL: https://github.com/apache/maven-shade-plugin/pull/129#discussion_r843876935 ## src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java: ## @@ -1090,7 +1092,10 @@ private void createDependencyReducedPom( Set artifactsToRemove )

[GitHub] [maven-shade-plugin] rmannibucau commented on a diff in pull request #129: [MSHADE-323] make shade plugin compatible with the flatten plugin

2022-04-06 Thread GitBox
rmannibucau commented on code in PR #129: URL: https://github.com/apache/maven-shade-plugin/pull/129#discussion_r843877455 ## src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java: ## @@ -1090,7 +1092,10 @@ private void createDependencyReducedPom( Set artifactsToRemo

[GitHub] [maven-shade-plugin] gzm55 commented on a diff in pull request #129: [MSHADE-323] make shade plugin compatible with the flatten plugin

2022-04-06 Thread GitBox
gzm55 commented on code in PR #129: URL: https://github.com/apache/maven-shade-plugin/pull/129#discussion_r843879478 ## src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java: ## @@ -1090,7 +1092,10 @@ private void createDependencyReducedPom( Set artifactsToRemove )

[jira] [Created] (SUREFIRE-2061) BLOCKED in urefire-forkedjvm-stream-flusher

2022-04-06 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created SUREFIRE-2061: - Summary: BLOCKED in urefire-forkedjvm-stream-flusher Key: SUREFIRE-2061 URL: https://issues.apache.org/jira/browse/SUREFIRE-2061 Project: Maven Suref

[jira] [Updated] (SUREFIRE-2061) BLOCKED in surefire-forkedjvm-stream-flusher

2022-04-06 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated SUREFIRE-2061: -- Summary: BLOCKED in surefire-forkedjvm-stream-flusher (was: BLOCKED in uref

[GitHub] [maven-shade-plugin] gzm55 commented on a diff in pull request #129: [MSHADE-323] make shade plugin compatible with the flatten plugin

2022-04-06 Thread GitBox
gzm55 commented on code in PR #129: URL: https://github.com/apache/maven-shade-plugin/pull/129#discussion_r843882391 ## src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java: ## @@ -1090,7 +1092,10 @@ private void createDependencyReducedPom( Set artifactsToRemove )

[GitHub] [maven-shade-plugin] rmannibucau commented on a diff in pull request #129: [MSHADE-323] make shade plugin compatible with the flatten plugin

2022-04-06 Thread GitBox
rmannibucau commented on code in PR #129: URL: https://github.com/apache/maven-shade-plugin/pull/129#discussion_r843918306 ## src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java: ## @@ -1090,7 +1092,10 @@ private void createDependencyReducedPom( Set artifactsToRemo

[GitHub] [maven-shade-plugin] rmannibucau commented on a diff in pull request #129: [MSHADE-323] make shade plugin compatible with the flatten plugin

2022-04-06 Thread GitBox
rmannibucau commented on code in PR #129: URL: https://github.com/apache/maven-shade-plugin/pull/129#discussion_r843924166 ## src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java: ## @@ -1090,7 +1092,10 @@ private void createDependencyReducedPom( Set artifactsToRemo

[GitHub] [maven-shade-plugin] gzm55 commented on a diff in pull request #129: [MSHADE-323] make shade plugin compatible with the flatten plugin

2022-04-06 Thread GitBox
gzm55 commented on code in PR #129: URL: https://github.com/apache/maven-shade-plugin/pull/129#discussion_r843928400 ## src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java: ## @@ -1090,7 +1092,10 @@ private void createDependencyReducedPom( Set artifactsToRemove )

[jira] [Commented] (MSKINS-174) Render breadcrumbs div conditionally

2022-04-06 Thread Swarup Patra (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518124#comment-17518124 ] Swarup Patra commented on MSKINS-174: - Of Det Contreely Behind Success Of moring Date

[jira] [Commented] (MNG-828) log all mojo parameters and their populated values in debug mode

2022-04-06 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518188#comment-17518188 ] Hudson commented on MNG-828: Build succeeded in Jenkins: Maven » Maven TLP » maven » PR-565 #11

[jira] [Created] (MWAR-449) ISO8859-1 properties files get changed into UTF-8 when filtered

2022-04-06 Thread Dennis Lundberg (Jira)
Dennis Lundberg created MWAR-449: Summary: ISO8859-1 properties files get changed into UTF-8 when filtered Key: MWAR-449 URL: https://issues.apache.org/jira/browse/MWAR-449 Project: Maven WAR Plugin

[jira] [Created] (MWAR-450) ISO8859-1 properties files get changed into UTF-8 when filtered

2022-04-06 Thread Dennis Lundberg (Jira)
Dennis Lundberg created MWAR-450: Summary: ISO8859-1 properties files get changed into UTF-8 when filtered Key: MWAR-450 URL: https://issues.apache.org/jira/browse/MWAR-450 Project: Maven WAR Plugin

[jira] [Created] (MWAR-451) ISO8859-1 properties files get changed into UTF-8 when filtered

2022-04-06 Thread Dennis Lundberg (Jira)
Dennis Lundberg created MWAR-451: Summary: ISO8859-1 properties files get changed into UTF-8 when filtered Key: MWAR-451 URL: https://issues.apache.org/jira/browse/MWAR-451 Project: Maven WAR Plugin

[GitHub] [maven-shade-plugin] gzm55 commented on a diff in pull request #129: [MSHADE-323] make shade plugin compatible with the flatten plugin

2022-04-06 Thread GitBox
gzm55 commented on code in PR #129: URL: https://github.com/apache/maven-shade-plugin/pull/129#discussion_r844060718 ## src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java: ## @@ -1090,7 +1092,10 @@ private void createDependencyReducedPom( Set artifactsToRemove )

[jira] [Commented] (MNG-7447) Several Improvements by using Stream API

2022-04-06 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518206#comment-17518206 ] Hudson commented on MNG-7447: - Build succeeded in Jenkins: Maven » Maven TLP » maven » PR-705 #

[jira] [Commented] (MNG-7447) Several Improvements by using Stream API

2022-04-06 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518208#comment-17518208 ] Hudson commented on MNG-7447: - Build unstable in Jenkins: Maven » Maven TLP » maven » PR-394 #1

[jira] [Commented] (MNG-828) log all mojo parameters and their populated values in debug mode

2022-04-06 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518209#comment-17518209 ] Hudson commented on MNG-828: Build unstable in Jenkins: Maven » Maven TLP » maven » PR-394 #12

[GitHub] [maven-indexer] dependabot[bot] opened a new pull request, #192: Bump spring-core from 5.3.15 to 5.3.18 in /indexer-examples/indexer-examples-spring

2022-04-06 Thread GitBox
dependabot[bot] opened a new pull request, #192: URL: https://github.com/apache/maven-indexer/pull/192 Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.15 to 5.3.18. Release notes Sourced from https://github.com/spring-projects/spring-framework/rele

[jira] [Commented] (MNG-828) log all mojo parameters and their populated values in debug mode

2022-04-06 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518236#comment-17518236 ] Hudson commented on MNG-828: Build succeeded in Jenkins: Maven » Maven TLP » maven » PR-691 #6

[jira] [Commented] (MNG-7447) Several Improvements by using Stream API

2022-04-06 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518238#comment-17518238 ] Hudson commented on MNG-7447: - Build unstable in Jenkins: Maven » Maven TLP » maven » PR-706 #2

[jira] [Commented] (MNG-828) log all mojo parameters and their populated values in debug mode

2022-04-06 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518239#comment-17518239 ] Hudson commented on MNG-828: Build unstable in Jenkins: Maven » Maven TLP » maven » PR-706 #2 S

[jira] [Commented] (MNG-828) log all mojo parameters and their populated values in debug mode

2022-04-06 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518240#comment-17518240 ] Hudson commented on MNG-828: Build succeeded in Jenkins: Maven » Maven TLP » maven » PR-600 #11

[jira] [Commented] (MNG-828) log all mojo parameters and their populated values in debug mode

2022-04-06 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518251#comment-17518251 ] Hudson commented on MNG-828: Build unstable in Jenkins: Maven » Maven TLP » maven » PR-635 #15

[jira] [Commented] (MNG-7447) Several Improvements by using Stream API

2022-04-06 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518253#comment-17518253 ] Hudson commented on MNG-7447: - Build unstable in Jenkins: Maven » Maven TLP » maven » PR-700 #5

[jira] [Commented] (MNG-828) log all mojo parameters and their populated values in debug mode

2022-04-06 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518254#comment-17518254 ] Hudson commented on MNG-828: Build unstable in Jenkins: Maven » Maven TLP » maven » PR-700 #5 S

[jira] [Commented] (MNG-828) log all mojo parameters and their populated values in debug mode

2022-04-06 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518264#comment-17518264 ] Hudson commented on MNG-828: Build unstable in Jenkins: Maven » Maven TLP » maven » PR-509 #11

[GitHub] [maven-shade-plugin] rmannibucau commented on a diff in pull request #129: [MSHADE-323] make shade plugin compatible with the flatten plugin

2022-04-06 Thread GitBox
rmannibucau commented on code in PR #129: URL: https://github.com/apache/maven-shade-plugin/pull/129#discussion_r844129180 ## src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java: ## @@ -1090,7 +1092,10 @@ private void createDependencyReducedPom( Set artifactsToRemo

[jira] [Created] (MJAVADOC-710) Usage of removed or replaced property does not cause the build to fail

2022-04-06 Thread Piotr Zygielo (Jira)
Piotr Zygielo created MJAVADOC-710: -- Summary: Usage of removed or replaced property does not cause the build to fail Key: MJAVADOC-710 URL: https://issues.apache.org/jira/browse/MJAVADOC-710 Project:

[GitHub] [maven-javadoc-plugin] pzygielo commented on pull request #126: [MJAVADOC-710] ITs for build breaking on removed/replaced param used

2022-04-06 Thread GitBox
pzygielo commented on PR #126: URL: https://github.com/apache/maven-javadoc-plugin/pull/126#issuecomment-1090494676 Included in - #127 -- 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 spe

[GitHub] [maven-javadoc-plugin] pzygielo closed pull request #126: [MJAVADOC-710] ITs for build breaking on removed/replaced param used

2022-04-06 Thread GitBox
pzygielo closed pull request #126: [MJAVADOC-710] ITs for build breaking on removed/replaced param used URL: https://github.com/apache/maven-javadoc-plugin/pull/126 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [maven-surefire] slawekjaranowski commented on a diff in pull request #505: [SUREFIRE-2055] Always show random seed

2022-04-06 Thread GitBox
slawekjaranowski commented on code in PR #505: URL: https://github.com/apache/maven-surefire/pull/505#discussion_r844184941 ## surefire-its/src/test/java/org/apache/maven/surefire/its/RunOrderIT.java: ## @@ -97,7 +97,17 @@ public void testRandomJUnit4SameSeed() }

[GitHub] [maven-javadoc-plugin] pzygielo commented on pull request #125: (doc) Fix spurious Javadoc @param tag

2022-04-06 Thread GitBox
pzygielo commented on PR #125: URL: https://github.com/apache/maven-javadoc-plugin/pull/125#issuecomment-1090510358 May I ask for review, please? -- 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

[GitHub] [maven-surefire] Tibor17 commented on a diff in pull request #505: [SUREFIRE-2055] Always show random seed

2022-04-06 Thread GitBox
Tibor17 commented on code in PR #505: URL: https://github.com/apache/maven-surefire/pull/505#discussion_r844223314 ## surefire-its/src/test/java/org/apache/maven/surefire/its/RunOrderIT.java: ## @@ -97,7 +97,17 @@ public void testRandomJUnit4SameSeed() } }

[GitHub] [maven-surefire] Tibor17 commented on a diff in pull request #505: [SUREFIRE-2055] Always show random seed

2022-04-06 Thread GitBox
Tibor17 commented on code in PR #505: URL: https://github.com/apache/maven-surefire/pull/505#discussion_r844226860 ## maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java: ## @@ -3114,9 +3114,12 @@ protected void warnIfIllegalFailOnFlake

[GitHub] [maven-surefire] Tibor17 commented on a diff in pull request #505: [SUREFIRE-2055] Always show random seed

2022-04-06 Thread GitBox
Tibor17 commented on code in PR #505: URL: https://github.com/apache/maven-surefire/pull/505#discussion_r844229724 ## maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java: ## @@ -3114,9 +3114,12 @@ protected void warnIfIllegalFailOnFlake

[GitHub] [maven-surefire] slawekjaranowski commented on a diff in pull request #505: [SUREFIRE-2055] Always show random seed

2022-04-06 Thread GitBox
slawekjaranowski commented on code in PR #505: URL: https://github.com/apache/maven-surefire/pull/505#discussion_r844261998 ## maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java: ## @@ -3114,9 +3114,12 @@ protected void warnIfIllegalFa

[jira] [Created] (SUREFIRE-2062) Remove code corresponding to jdk 7 from IT tests

2022-04-06 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created SUREFIRE-2062: - Summary: Remove code corresponding to jdk 7 from IT tests Key: SUREFIRE-2062 URL: https://issues.apache.org/jira/browse/SUREFIRE-2062 Project: Maven

[jira] [Assigned] (SUREFIRE-2062) Remove code corresponding to jdk 7 from IT tests

2022-04-06 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned SUREFIRE-2062: - Assignee: Slawomir Jaranowski > Remove code corresponding to jdk 7 fr

[GitHub] [maven-surefire] slawekjaranowski opened a new pull request, #515: [SUREFIRE-2062] Remove code corresponding to jdk 7 from IT tests

2022-04-06 Thread GitBox
slawekjaranowski opened a new pull request, #515: URL: https://github.com/apache/maven-surefire/pull/515 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/SUREFIRE) f

[jira] [Comment Edited] (MINVOKER-299) IT test filtering-extensions fails on Maven 3.8.5

2022-04-06 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518353#comment-17518353 ] Slawomir Jaranowski edited comment on MINVOKER-299 at 4/6/22 7:13 PM: ---

[jira] [Commented] (MINVOKER-299) IT test filtering-extensions fails on Maven 3.8.5

2022-04-06 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518353#comment-17518353 ] Slawomir Jaranowski commented on MINVOKER-299: -- I described a problem - is

[jira] [Updated] (MINVOKER-299) IT test filtering-extensions fails on Maven 3.8.5

2022-04-06 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MINVOKER-299: - Fix Version/s: 3.3.0 > IT test filtering-extensions fails on Maven 3.8.5 >

[jira] [Commented] (SUREFIRE-2029) Parallel execution but surefire.forkNumber is the same

2022-04-06 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518448#comment-17518448 ] Tibor Digana commented on SUREFIRE-2029: I understand that you want to reach o

[jira] [Deleted] (MWAR-449) ISO8859-1 properties files get changed into UTF-8 when filtered

2022-04-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MWAR-449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov deleted MWAR-449: > ISO8859-1 properties files get changed into UTF-8 when filtered >

[jira] [Deleted] (MWAR-451) ISO8859-1 properties files get changed into UTF-8 when filtered

2022-04-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MWAR-451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov deleted MWAR-451: > ISO8859-1 properties files get changed into UTF-8 when filtered >

[jira] [Created] (SUREFIRE-2063) Adding configuration using with--add-opens or --add-exports fails

2022-04-06 Thread Daniel Subelman (Jira)
Daniel Subelman created SUREFIRE-2063: - Summary: Adding configuration using with--add-opens or --add-exports fails Key: SUREFIRE-2063 URL: https://issues.apache.org/jira/browse/SUREFIRE-2063 Proj

[jira] [Updated] (SUREFIRE-2063) Adding configuration using with --add-opens or --add-exports fails

2022-04-06 Thread Daniel Subelman (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Subelman updated SUREFIRE-2063: -- Summary: Adding configuration using with --add-opens or --add-exports fails (was:

[jira] [Updated] (SUREFIRE-2063) Adding configuration using with --add-opens or --add-exports fails

2022-04-06 Thread Daniel Subelman (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Subelman updated SUREFIRE-2063: -- Description: Since v3.3.0-M6 fails when using with --add-opens or --add-exports. A

[jira] [Updated] (SUREFIRE-2063) Adding configuration using with --add-opens or --add-exports fails

2022-04-06 Thread Daniel Subelman (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Subelman updated SUREFIRE-2063: -- Description: Since v3.3.0-M6 fails when using with --add-opens or --add-exports.  

[jira] [Updated] (SUREFIRE-2063) Adding configuration using with --add-opens or --add-exports fails

2022-04-06 Thread Daniel Subelman (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Subelman updated SUREFIRE-2063: -- Description: Since v3.3.0-M6 fails when using with --add-opens or --add-exports. T

[jira] [Updated] (SUREFIRE-2063) Adding configuration using with --add-opens or --add-exports fails

2022-04-06 Thread Daniel Subelman (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Subelman updated SUREFIRE-2063: -- Description: Since v3.3.0-M6 fails when using to export or open a package. The fai

[jira] [Updated] (SUREFIRE-2063) Adding configuration using with --add-opens or --add-exports fails

2022-04-06 Thread Daniel Subelman (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Subelman updated SUREFIRE-2063: -- Description: Since v3.3.0-M6 fails when using to export or open a package. The fai

[jira] [Commented] (MINVOKER-299) IT test filtering-extensions fails on Maven 3.8.5

2022-04-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518468#comment-17518468 ] Michael Osipov commented on MINVOKER-299: - Yes > IT test filtering-extensions

[GitHub] [maven-invoker-plugin] slawekjaranowski merged pull request #110: [MINVOKER-299] fix filtering-extensions test

2022-04-06 Thread GitBox
slawekjaranowski merged PR #110: URL: https://github.com/apache/maven-invoker-plugin/pull/110 -- 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-uns

[jira] [Closed] (MINVOKER-299) IT test filtering-extensions fails on Maven 3.8.5

2022-04-06 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MINVOKER-299. Resolution: Fixed > IT test filtering-extensions fails on Maven 3.8.5 > -

[GitHub] [maven-invoker-plugin] dependabot[bot] opened a new pull request, #111: Bump junit from 4.12 to 4.13.1 in /src/it/postbuild-executed-only-once/src/it/project

2022-04-06 Thread GitBox
dependabot[bot] opened a new pull request, #111: URL: https://github.com/apache/maven-invoker-plugin/pull/111 Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from https://github.com/junit-team/junit4/releases";>junit's releases.

[GitHub] [maven-invoker-plugin] slawekjaranowski closed pull request #111: Bump junit from 4.12 to 4.13.1 in /src/it/postbuild-executed-only-once/src/it/project

2022-04-06 Thread GitBox
slawekjaranowski closed pull request #111: Bump junit from 4.12 to 4.13.1 in /src/it/postbuild-executed-only-once/src/it/project URL: https://github.com/apache/maven-invoker-plugin/pull/111 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [maven-invoker-plugin] dependabot[bot] commented on pull request #111: Bump junit from 4.12 to 4.13.1 in /src/it/postbuild-executed-only-once/src/it/project

2022-04-06 Thread GitBox
dependabot[bot] commented on PR #111: URL: https://github.com/apache/maven-invoker-plugin/pull/111#issuecomment-1090837892 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

[jira] [Commented] (MINVOKER-299) IT test filtering-extensions fails on Maven 3.8.5

2022-04-06 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518478#comment-17518478 ] Hudson commented on MINVOKER-299: - Build failed in Jenkins: Maven » Maven TLP » maven-i

[jira] [Commented] (SUREFIRE-2029) Parallel execution but surefire.forkNumber is the same

2022-04-06 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518507#comment-17518507 ] Tibor Digana commented on SUREFIRE-2029: Acctualy ,the documentation talks abo

[jira] [Comment Edited] (SUREFIRE-2029) Parallel execution but surefire.forkNumber is the same

2022-04-06 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518507#comment-17518507 ] Tibor Digana edited comment on SUREFIRE-2029 at 4/6/22 11:12 PM: ---

[jira] [Comment Edited] (SUREFIRE-2029) Parallel execution but surefire.forkNumber is the same

2022-04-06 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518507#comment-17518507 ] Tibor Digana edited comment on SUREFIRE-2029 at 4/6/22 11:14 PM: ---

[jira] [Comment Edited] (SUREFIRE-2029) Parallel execution but surefire.forkNumber is the same

2022-04-06 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518507#comment-17518507 ] Tibor Digana edited comment on SUREFIRE-2029 at 4/6/22 11:16 PM: ---

  1   2   >