[jira] [Commented] (SUREFIRE-2252) Failsafe xml for a test class has results from another class

2024-08-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17871544#comment-17871544 ] Michael Osipov commented on SUREFIRE-2252: -- Just so straight away. > Failsa

[PR] Bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.14 [maven-clean-plugin]

2024-08-06 Thread via GitHub
dependabot[bot] opened a new pull request, #53: URL: https://github.com/apache/maven-clean-plugin/pull/53 Bumps org.slf4j:slf4j-simple from 2.0.13 to 2.0.14. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.s

[PR] Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0 [maven-mvnd]

2024-08-06 Thread via GitHub
dependabot[bot] opened a new pull request, #1087: URL: https://github.com/apache/maven-mvnd/pull/1087 Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.3.0 to 3.4.0. Release notes Sourced from https://github.com/mojohaus/exec-maven-p

[PR] Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0 [maven-resolver]

2024-08-06 Thread via GitHub
dependabot[bot] opened a new pull request, #551: URL: https://github.com/apache/maven-resolver/pull/551 Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.3.0 to 3.4.0. Release notes Sourced from https://github.com/mojohaus/exec-maven

[PR] Bump slf4jVersion from 2.0.13 to 2.0.14 [maven-resolver]

2024-08-06 Thread via GitHub
dependabot[bot] opened a new pull request, #550: URL: https://github.com/apache/maven-resolver/pull/550 Bumps `slf4jVersion` from 2.0.13 to 2.0.14. Updates `org.slf4j:slf4j-api` from 2.0.13 to 2.0.14 Updates `org.slf4j:slf4j-simple` from 2.0.13 to 2.0.14 Updates `org.slf4j:jc

[PR] Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0 [maven-mvnd]

2024-08-06 Thread via GitHub
dependabot[bot] opened a new pull request, #1086: URL: https://github.com/apache/maven-mvnd/pull/1086 Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.3.0 to 3.4.0. Release notes Sourced from https://github.com/mojohaus/exec-maven-p

[PR] Bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.14 [maven-install-plugin]

2024-08-06 Thread via GitHub
dependabot[bot] opened a new pull request, #77: URL: https://github.com/apache/maven-install-plugin/pull/77 Bumps org.slf4j:slf4j-simple from 2.0.13 to 2.0.14. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org

[PR] Bump slf4jVersion from 2.0.13 to 2.0.14 [maven]

2024-08-06 Thread via GitHub
dependabot[bot] opened a new pull request, #1629: URL: https://github.com/apache/maven/pull/1629 Bumps `slf4jVersion` from 2.0.13 to 2.0.14. Updates `org.slf4j:slf4j-api` from 2.0.13 to 2.0.14 Updates `org.slf4j:slf4j-simple` from 2.0.13 to 2.0.14 Updates `org.slf4j:jcl-over-

[jira] [Commented] (SUREFIRE-2252) Failsafe xml for a test class has results from another class

2024-08-06 Thread Arvind Joshi (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17871488#comment-17871488 ] Arvind Joshi commented on SUREFIRE-2252: I am working on a fix and wanted to a

[PR] Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0 [maven-site]

2024-08-06 Thread via GitHub
dependabot[bot] opened a new pull request, #551: URL: https://github.com/apache/maven-site/pull/551 Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.3.0 to 3.4.0. Release notes Sourced from https://github.com/mojohaus/exec-maven-plu

[PR] Make exception messages match Maven 3 again [maven]

2024-08-06 Thread via GitHub
oehme opened a new pull request, #1628: URL: https://github.com/apache/maven/pull/1628 The boxing of `MojoException` into a `MojoExecutionException` brought two issues: 1. It added another layer to the stacktrace, making it a bit less readable for users and breaking test expectations

Re: [I] [discussion] run mvnd in docker [maven-mvnd]

2024-08-06 Thread via GitHub
HomeOfTheWizard commented on issue #496: URL: https://github.com/apache/maven-mvnd/issues/496#issuecomment-2270771295 @wallentx I think it is possible this cache extension with mvnd ``` mvnd.coreExtensions: internal option to specify the list of maven extension to register F

Re: [I] [discussion] run mvnd in docker [maven-mvnd]

2024-08-06 Thread via GitHub
HomeOfTheWizard commented on issue #496: URL: https://github.com/apache/maven-mvnd/issues/496#issuecomment-2270735882 This would open doors for a lot of new use cases. Especially for using plugins that help for configuring an application running on K8s/Docker. For example I have a plug