[jira] [Updated] (MRELEASE-1109) update-versions removes the CI-friendly ${revisions}

2023-08-18 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MRELEASE-1109: -- Fix Version/s: next-release > update-versions removes the CI-friendly ${revisions} >

[jira] [Commented] (MBUILDCACHE-67) Any error in restoring from the cache should resume the non cache build

2023-08-18 Thread Maximilian Novikov (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17755889#comment-17755889 ] Maximilian Novikov commented on MBUILDCACHE-67: --- >But it's a lie, the b

[jira] [Commented] (MSOURCES-143) Can't create a source and test jar in Commons using commons-parent

2023-08-18 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17755948#comment-17755948 ] Gary D. Gregory commented on MSOURCES-143: -- I've decided to save time today so

[jira] [Commented] (MBUILDCACHE-67) Any error in restoring from the cache should resume the non cache build

2023-08-18 Thread Kevin Buntrock (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17755955#comment-17755955 ] Kevin Buntrock commented on MBUILDCACHE-67: --- > are you referring that the n

[GitHub] [maven-build-cache-extension] maximilian-novikov-db commented on a diff in pull request #92: [MBUILDCACHE-67] Bugfix artefact restoration error not handled properly

2023-08-18 Thread via GitHub
maximilian-novikov-db commented on code in PR #92: URL: https://github.com/apache/maven-build-cache-extension/pull/92#discussion_r1298686503 ## src/main/java/org/apache/maven/buildcache/BuildCacheMojosExecutionStrategy.java: ## @@ -129,7 +129,8 @@ public void execute(

[jira] [Commented] (MBUILDCACHE-67) Any error in restoring from the cache should resume the non cache build

2023-08-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756066#comment-17756066 ] ASF GitHub Bot commented on MBUILDCACHE-67: --- maximilian-novikov-db commente

[GitHub] [maven-build-cache-extension] maximilian-novikov-db commented on a diff in pull request #92: [MBUILDCACHE-67] Bugfix artefact restoration error not handled properly

2023-08-18 Thread via GitHub
maximilian-novikov-db commented on code in PR #92: URL: https://github.com/apache/maven-build-cache-extension/pull/92#discussion_r1298686503 ## src/main/java/org/apache/maven/buildcache/BuildCacheMojosExecutionStrategy.java: ## @@ -129,7 +129,8 @@ public void execute(

[jira] [Commented] (MBUILDCACHE-67) Any error in restoring from the cache should resume the non cache build

2023-08-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756068#comment-17756068 ] ASF GitHub Bot commented on MBUILDCACHE-67: --- maximilian-novikov-db commente

[GitHub] [maven-build-cache-extension] AlexanderAshitkin commented on a diff in pull request #92: [MBUILDCACHE-67] Bugfix artefact restoration error not handled properly

2023-08-18 Thread via GitHub
AlexanderAshitkin commented on code in PR #92: URL: https://github.com/apache/maven-build-cache-extension/pull/92#discussion_r1298710444 ## src/main/java/org/apache/maven/buildcache/CacheControllerImpl.java: ## @@ -401,6 +399,26 @@ private Future createDownloadTask( })

[jira] [Commented] (MBUILDCACHE-67) Any error in restoring from the cache should resume the non cache build

2023-08-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756089#comment-17756089 ] ASF GitHub Bot commented on MBUILDCACHE-67: --- AlexanderAshitkin commented on

[jira] [Commented] (MBUILDCACHE-67) Any error in restoring from the cache should resume the non cache build

2023-08-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756091#comment-17756091 ] ASF GitHub Bot commented on MBUILDCACHE-67: --- AlexanderAshitkin commented on

[jira] [Created] (SUREFIRE-2190) optional dependencies and JPMS modules confuse surefire

2023-08-18 Thread Henning Schmiedehausen (Jira)
Henning Schmiedehausen created SUREFIRE-2190: Summary: optional dependencies and JPMS modules confuse surefire Key: SUREFIRE-2190 URL: https://issues.apache.org/jira/browse/SUREFIRE-2190 Pr

[jira] [Updated] (SUREFIRE-2190) optional dependencies and JPMS modules confuse surefire

2023-08-18 Thread Henning Schmiedehausen (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henning Schmiedehausen updated SUREFIRE-2190: - Description: The surefire plugin, when executing tests for JPMS code,

[jira] [Commented] (SUREFIRE-2190) optional dependencies and JPMS modules confuse surefire

2023-08-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756238#comment-17756238 ] ASF GitHub Bot commented on SUREFIRE-2190: -- hgschmie opened a new pull reques

[GitHub] [maven-surefire] hgschmie opened a new pull request, #668: [SUREFIRE-2190] Fix module dependencies for compile only dependencies

2023-08-18 Thread via GitHub
hgschmie opened a new pull request, #668: URL: https://github.com/apache/maven-surefire/pull/668 Include all modules on the module path to the root modules. This fixes test code that uses dependencies that are declared as optional (`require static`) for the main artifact to access these