[jira] [Created] (MINVOKER-307) invoker should also support the @{ } syntax like the surefire plugin

2022-08-03 Thread Henning Schmiedehausen (Jira)
Henning Schmiedehausen created MINVOKER-307: --- Summary: invoker should also support the @{ } syntax like the surefire plugin Key: MINVOKER-307 URL: https://issues.apache.org/jira/browse/MINVOKER-307

[jira] [Commented] (MRESOLVER-269) Allow storage of provided checksums in file format

2022-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574943#comment-17574943 ] ASF GitHub Bot commented on MRESOLVER-269: -- raphw opened a new pull request,

[GitHub] [maven-resolver] raphw opened a new pull request, #192: [MRESOLVER-269] Allow storage of provided checksums in file format

2022-08-03 Thread GitBox
raphw opened a new pull request, #192: URL: https://github.com/apache/maven-resolver/pull/192 Allow Maven to read provided checksums from files per checksum algorithm. Files are more version control system friendly what improves their existence within projects. Single files a

[jira] [Created] (MRESOLVER-269) Allow storage of provided checksums in file format

2022-08-03 Thread Rafael Winterhalter (Jira)
Rafael Winterhalter created MRESOLVER-269: - Summary: Allow storage of provided checksums in file format Key: MRESOLVER-269 URL: https://issues.apache.org/jira/browse/MRESOLVER-269 Project: Mave

[GitHub] [maven-enforcer] kwin commented on pull request #179: [MENFORCER-423] Add rule to enforce an explicit dependency scope

2022-08-03 Thread GitBox
kwin commented on PR #179: URL: https://github.com/apache/maven-enforcer/pull/179#issuecomment-1204318993 @slawekjaranowski Can you have a look? -- 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-surefire] winglam opened a new pull request, #560: [SUREFIRE-2041] Ordering test classes and methods according to -Dtest property

2022-08-03 Thread GitBox
winglam opened a new pull request, #560: URL: https://github.com/apache/maven-surefire/pull/560 This PR is a new implementation for [PR#348](https://github.com/apache/maven-surefire/pull/348) and [PR#495](https://github.com/apache/maven-surefire/pull/495). ​ The changes in this pull r

[GitHub] [maven-site] michael-o merged pull request #315: Add Gitea to available repository managers

2022-08-03 Thread GitBox
michael-o merged PR #315: URL: https://github.com/apache/maven-site/pull/315 -- 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] (MRESOLVER-268) Apply artifact checksum verification for any resolved artifact

2022-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574763#comment-17574763 ] ASF GitHub Bot commented on MRESOLVER-268: -- michael-o commented on PR #191: U

[GitHub] [maven-resolver] michael-o commented on pull request #191: [MRESOLVER-268] Allow for checksum validation upon artifact resolution.

2022-08-03 Thread GitBox
michael-o commented on PR #191: URL: https://github.com/apache/maven-resolver/pull/191#issuecomment-1204085399 This should not be default for two reasons: * It will apply a significal computational overhead * Artifacts which have been locally installied don't have checksums at all --

[jira] [Commented] (MSHARED-848) Code Improvement in ReaderFactory to get rid of commons-io dependency

2022-08-03 Thread Richard O'Sullivan (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574761#comment-17574761 ] Richard O'Sullivan commented on MSHARED-848: Apache Commons IO before 2.7 is

[jira] [Comment Edited] (MSHARED-899) Upgrade commons-io to 2.7

2022-08-03 Thread Richard O'Sullivan (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574758#comment-17574758 ] Richard O'Sullivan edited comment on MSHARED-899 at 8/3/22 3:11 PM: --

[jira] [Commented] (MSHARED-899) Upgrade commons-io to 2.7

2022-08-03 Thread Richard O'Sullivan (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574758#comment-17574758 ] Richard O'Sullivan commented on MSHARED-899: Apache Commons IO before 2.7 is

[GitHub] [maven-enforcer] kwin opened a new pull request, #179: [MENFORCER-423] Add rule to enforce an explicit dependency scope

2022-08-03 Thread GitBox
kwin opened a new pull request, #179: URL: https://github.com/apache/maven-enforcer/pull/179 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/MENFORCER) filed

[jira] [Updated] (MRESOLVER-268) Apply artifact checksum verification for any resolved artifact

2022-08-03 Thread Rafael Winterhalter (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael Winterhalter updated MRESOLVER-268: -- Description: Maven resolver currently only verifies provided checksums (via

[jira] [Commented] (MRESOLVER-268) Apply artifact checksum verification for any resolved artifact

2022-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574734#comment-17574734 ] ASF GitHub Bot commented on MRESOLVER-268: -- raphw opened a new pull request,

[GitHub] [maven-resolver] raphw opened a new pull request, #191: [MRESOLVER-268] Allow for checksum validation upon artifact resolution.

2022-08-03 Thread GitBox
raphw opened a new pull request, #191: URL: https://github.com/apache/maven-resolver/pull/191 Artifacts are currently only checksum validated via a ProvidedChecksumsSource if they are downloaded from a remote repository. This disables any checksum validation if another project a

[jira] [Created] (MRESOLVER-268) Apply artifact checksum verification for any resolved artifact

2022-08-03 Thread Rafael Winterhalter (Jira)
Rafael Winterhalter created MRESOLVER-268: - Summary: Apply artifact checksum verification for any resolved artifact Key: MRESOLVER-268 URL: https://issues.apache.org/jira/browse/MRESOLVER-268

[jira] [Commented] (MWRAPPER-75) Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574666#comment-17574666 ] ASF GitHub Bot commented on MWRAPPER-75: raphw commented on code in PR #58: URL:

[GitHub] [maven-wrapper] raphw commented on a diff in pull request #58: [MWRAPPER-75] Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread GitBox
raphw commented on code in PR #58: URL: https://github.com/apache/maven-wrapper/pull/58#discussion_r936529321 ## maven-wrapper-distribution/src/resources/mvnw: ## @@ -247,6 +247,25 @@ fi # End of extension ##

[jira] [Commented] (MWRAPPER-75) Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574664#comment-17574664 ] ASF GitHub Bot commented on MWRAPPER-75: michael-o commented on code in PR #58:

[GitHub] [maven-wrapper] michael-o commented on a diff in pull request #58: [MWRAPPER-75] Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread GitBox
michael-o commented on code in PR #58: URL: https://github.com/apache/maven-wrapper/pull/58#discussion_r936524786 ## maven-wrapper-distribution/src/resources/mvnw: ## @@ -247,6 +247,25 @@ fi # End of extension ##

[jira] [Commented] (MWRAPPER-75) Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574658#comment-17574658 ] ASF GitHub Bot commented on MWRAPPER-75: jorsol commented on code in PR #58: URL

[GitHub] [maven-wrapper] jorsol commented on a diff in pull request #58: [MWRAPPER-75] Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread GitBox
jorsol commented on code in PR #58: URL: https://github.com/apache/maven-wrapper/pull/58#discussion_r936495287 ## maven-wrapper-distribution/src/resources/mvnw: ## @@ -247,6 +247,25 @@ fi # End of extension #

[jira] [Commented] (MWRAPPER-75) Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574657#comment-17574657 ] ASF GitHub Bot commented on MWRAPPER-75: jorsol commented on code in PR #58: URL

[GitHub] [maven-wrapper] jorsol commented on a diff in pull request #58: [MWRAPPER-75] Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread GitBox
jorsol commented on code in PR #58: URL: https://github.com/apache/maven-wrapper/pull/58#discussion_r936495287 ## maven-wrapper-distribution/src/resources/mvnw: ## @@ -247,6 +247,25 @@ fi # End of extension #

[jira] [Commented] (MWRAPPER-75) Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574643#comment-17574643 ] ASF GitHub Bot commented on MWRAPPER-75: jorsol commented on code in PR #58: URL

[GitHub] [maven-wrapper] jorsol commented on a diff in pull request #58: [MWRAPPER-75] Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread GitBox
jorsol commented on code in PR #58: URL: https://github.com/apache/maven-wrapper/pull/58#discussion_r936473189 ## maven-wrapper-distribution/src/resources/mvnw: ## @@ -247,6 +247,21 @@ fi # End of extension #

[jira] [Commented] (MWRAPPER-75) Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574620#comment-17574620 ] ASF GitHub Bot commented on MWRAPPER-75: raphw commented on code in PR #58: URL:

[jira] [Commented] (MWRAPPER-75) Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574621#comment-17574621 ] ASF GitHub Bot commented on MWRAPPER-75: raphw commented on code in PR #58: URL:

[GitHub] [maven-wrapper] raphw commented on a diff in pull request #58: [MWRAPPER-75] Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread GitBox
raphw commented on code in PR #58: URL: https://github.com/apache/maven-wrapper/pull/58#discussion_r936434537 ## maven-wrapper-distribution/src/resources/mvnw: ## @@ -247,6 +247,21 @@ fi # End of extension ##

[GitHub] [maven-wrapper] raphw commented on a diff in pull request #58: [MWRAPPER-75] Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread GitBox
raphw commented on code in PR #58: URL: https://github.com/apache/maven-wrapper/pull/58#discussion_r936434311 ## maven-wrapper-distribution/src/resources/mvnw: ## @@ -247,6 +247,21 @@ fi # End of extension ##

[jira] [Commented] (MWRAPPER-75) Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574615#comment-17574615 ] ASF GitHub Bot commented on MWRAPPER-75: michael-o commented on code in PR #58:

[GitHub] [maven-wrapper] michael-o commented on a diff in pull request #58: [MWRAPPER-75] Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread GitBox
michael-o commented on code in PR #58: URL: https://github.com/apache/maven-wrapper/pull/58#discussion_r936418056 ## maven-wrapper-distribution/src/resources/mvnw: ## @@ -247,6 +247,21 @@ fi # End of extension ##

[GitHub] [maven-doxia] michael-o commented on pull request #109: Bump junit-jupiter-engine from 5.8.2 to 5.9.0

2022-08-03 Thread GitBox
michael-o commented on PR #109: URL: https://github.com/apache/maven-doxia/pull/109#issuecomment-1203667883 This is why I hate thid dependabot crap: ``` Aug 03, 2022 10:49:44 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable WARNUNG: TestEngine with ID 'junit-jupit

[jira] [Commented] (MENFORCER-413) Upgrading from 3.0.0-M3 to 3.0.0 causes strange errors about Spring Roo

2022-08-03 Thread Patrick Schmidt (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574611#comment-17574611 ] Patrick Schmidt commented on MENFORCER-413: --- I seem to have the same issue,

[jira] [Commented] (MRESOLVER-216) [ERROR] Malformed \uxxxx encoding.

2022-08-03 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574605#comment-17574605 ] Michael Osipov commented on MRESOLVER-216: -- For those who can try, here is a

[jira] [Commented] (MWRAPPER-75) Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574600#comment-17574600 ] ASF GitHub Bot commented on MWRAPPER-75: raphw commented on code in PR #58: URL:

[GitHub] [maven-wrapper] raphw commented on a diff in pull request #58: [MWRAPPER-75] Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread GitBox
raphw commented on code in PR #58: URL: https://github.com/apache/maven-wrapper/pull/58#discussion_r936388381 ## maven-wrapper-distribution/src/resources/mvnw: ## @@ -247,6 +247,21 @@ fi # End of extension ##

[GitHub] [maven-mvnd] findepi commented on issue #671: Logs go to stdout breaking scripts

2022-08-03 Thread GitBox
findepi commented on issue #671: URL: https://github.com/apache/maven-mvnd/issues/671#issuecomment-1203610864 Perhaps this duplicates https://github.com/apache/maven-mvnd/issues/656 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [maven-mvnd] findepi opened a new issue, #671: Logs go to stdout breaking scripts

2022-08-03 Thread GitBox
findepi opened a new issue, #671: URL: https://github.com/apache/maven-mvnd/issues/671 Following https://github.com/apache/maven-mvnd/issues/513#issuecomment-959520767 and https://github.com/apache/maven-mvnd/issues/604, i use `mvnd` in a script like this ``` project_version=$(mvnd -

[jira] [Commented] (MWRAPPER-75) Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574562#comment-17574562 ] ASF GitHub Bot commented on MWRAPPER-75: michael-o commented on code in PR #58:

[GitHub] [maven-wrapper] michael-o commented on a diff in pull request #58: [MWRAPPER-75] Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread GitBox
michael-o commented on code in PR #58: URL: https://github.com/apache/maven-wrapper/pull/58#discussion_r936336907 ## maven-wrapper-distribution/src/resources/mvnw: ## @@ -247,6 +247,21 @@ fi # End of extension ##

[jira] [Commented] (MWRAPPER-75) Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574549#comment-17574549 ] ASF GitHub Bot commented on MWRAPPER-75: raphw opened a new pull request, #58: U

[GitHub] [maven-wrapper] raphw opened a new pull request, #58: [MWRAPPER-75] Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread GitBox
raphw opened a new pull request, #58: URL: https://github.com/apache/maven-wrapper/pull/58 Optionally verify checksums of downloaded binaries, both for Maven wrapper jar and actual Maven distribution. The verification is optional and is activated by adding checksums to the maven.proper

[jira] [Created] (MWRAPPER-75) Allow for sha256 checksum verification of downloaded artifacts.

2022-08-03 Thread Rafael Winterhalter (Jira)
Rafael Winterhalter created MWRAPPER-75: --- Summary: Allow for sha256 checksum verification of downloaded artifacts. Key: MWRAPPER-75 URL: https://issues.apache.org/jira/browse/MWRAPPER-75 Project