[jira] [Commented] (SUREFIRE-2298) @Nested test classes are not reported properly

2025-04-01 Thread Piotr Zygielo (Jira)
mber) is covered by SUREFIRE-2299. > @Nested test classes are not reported properly > -- > > Key: SUREFIRE-2298 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2298 > Project: Maven Sur

[jira] [Commented] (SUREFIRE-2298) @Nested test classes are not reported properly

2025-04-01 Thread Pavlo Shevchenko (Jira)
INFO] [INFO] BUILD SUCCESS {code} > @Nested test classes are not reported properly > -- > > Key: SUREFIRE-2298 > URL: https://issues.apache.org/jira/b

[jira] [Commented] (SUREFIRE-2298) @Nested test classes are not reported properly

2025-04-01 Thread Pavlo Shevchenko (Jira)
: 0, Errors: 0, Skipped: 0 {code} , and the XML report ("TEST-hellocucumber.RunCucumberTest.xml") will contain a single test case: {code:java} {code} # With Surefire 3.5.3, on the other hand, the output will say that no tests were run: {code:java} [INFO] Running hellocucumber.RunC

Re: [PR] test mimir with Jenkinsfile [maven]

2025-03-31 Thread via GitHub
cstamas commented on PR #2208: URL: https://github.com/apache/maven/pull/2208#issuecomment-2766915239 And another Mimir change for CI https://github.com/apache/maven/pull/2212 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] test mimir with Jenkinsfile [maven]

2025-03-31 Thread via GitHub
cstamas commented on PR #2208: URL: https://github.com/apache/maven/pull/2208#issuecomment-2766029415 Oh, just spotted: with Mimir, the maven.repo.local/tail thing is not needed anymore, that was done ONLY to make sure GH cached local repo is not "polluted" with CI installed things (that ne

Re: [PR] test mimir with Jenkinsfile [maven]

2025-03-31 Thread via GitHub
cstamas commented on code in PR #2208: URL: https://github.com/apache/maven/pull/2208#discussion_r2020917460 ## Jenkinsfile: ## @@ -67,6 +67,7 @@ def mavenBuild(jdk, extraArgs) { withEnv(["JAVA_HOME=${tool "$jdk"}", "PATH+MAVEN=${ tool "$jdk" }/bin:${tool

Re: [PR] test mimir with Jenkinsfile [maven]

2025-03-31 Thread via GitHub
cstamas commented on PR #2208: URL: https://github.com/apache/maven/pull/2208#issuecomment-2765995621 Or just merge master, the mentioned PR is merged. -- 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 g

Re: [PR] test mimir with Jenkinsfile [maven]

2025-03-31 Thread via GitHub
cstamas commented on PR #2208: URL: https://github.com/apache/maven/pull/2208#issuecomment-2765980743 Also, do not copy it to `.mvn` (project wide) but `~/.m2/` (user wide). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] test mimir with Jenkinsfile [maven]

2025-03-31 Thread via GitHub
cstamas commented on PR #2208: URL: https://github.com/apache/maven/pull/2208#issuecomment-2765978094 @olamy try to merge this one https://github.com/apache/maven/pull/2207 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[jira] [Commented] (SUREFIRE-2297) AssertJ dependency is leaked into project test classpath

2025-03-31 Thread Piotr Zygielo (Jira)
out, could you update this issue, please? > AssertJ dependency is leaked into project test classpath > > > Key: SUREFIRE-2297 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2297 >

[PR] test mimir with Jenkinsfile [maven]

2025-03-31 Thread via GitHub
olamy opened a new pull request, #2208: URL: https://github.com/apache/maven/pull/2208 Signed-off-by: Olivier Lamy Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/b

Re: [PR] Add test to suite [maven]

2025-03-28 Thread via GitHub
gnodet merged PR #2198: URL: https://github.com/apache/maven/pull/2198 -- 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.apache.o

[jira] [Commented] (SUREFIRE-2298) @Nested test classes are not reported properly

2025-03-28 Thread Marc Philipp (Jira)
4]'s assessment of the situation. > @Nested test classes are not reported properly > -- > > Key: SUREFIRE-2298 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2298 > Project: Maven Surefire

[PR] Add test to suite [maven]

2025-03-28 Thread via GitHub
gnodet opened a new pull request, #2198: URL: https://github.com/apache/maven/pull/2198 (no comment) -- 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:

Re: [PR] assertj-core must be test scope [maven-surefire]

2025-03-27 Thread via GitHub
olamy merged PR #826: URL: https://github.com/apache/maven-surefire/pull/826 -- 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] (SUREFIRE-2297) AssertJ dependency is leaked into project test classpath

2025-03-27 Thread Jira
[ https://issues.apache.org/jira/browse/SUREFIRE-2297 ] Leonard Brünings deleted comment on SUREFIRE-2297: was (Author: leonard84): For your information, there seems to be another issue with 3.5.3. The `@Nested` test classes are not

[jira] [Created] (SUREFIRE-2298) @Nested test classes are not reported properly

2025-03-27 Thread Jira
Leonard Brünings created SUREFIRE-2298: -- Summary: @Nested test classes are not reported properly Key: SUREFIRE-2298 URL: https://issues.apache.org/jira/browse/SUREFIRE-2298 Project: Maven

[jira] [Commented] (SUREFIRE-2297) AssertJ dependency is leaked into project test classpath

2025-03-27 Thread Jira
here seems to be another issue with 3.5.3. The `@Nested` test classes are not being executed anymore. I haven't fully confirmed it yet, but I wanted to give you a heads-up in case you want to release 3.5.3 soon. > AssertJ dependency is leaked into project te

[jira] [Commented] (SUREFIRE-2297) AssertJ dependency is leaked into project test classpath

2025-03-27 Thread Jira
ertJ`. > AssertJ dependency is leaked into project test classpath > > > Key: SUREFIRE-2297 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2297 > Project: Maven Surefire >

[jira] [Updated] (SUREFIRE-2297) AssertJ dependency is leaked into project test classpath

2025-03-27 Thread Jira
[ https://issues.apache.org/jira/browse/SUREFIRE-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Brünings updated SUREFIRE-2297: --- Summary: AssertJ dependency is leaked into project test classpath (was: AspectJ

[PR] assertj-core must be test scope [maven-surefire]

2025-03-27 Thread via GitHub
olamy opened a new pull request, #826: URL: https://github.com/apache/maven-surefire/pull/826 Signed-off-by: Olivier Lamy Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.or

[jira] [Commented] (SUREFIRE-2297) AspectJ dependency is leaked into project test classpath

2025-03-27 Thread Piotr Zygielo (Jira)
AspectJ dependency is leaked into project test classpath > > > Key: SUREFIRE-2297 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2297 > Project: Maven Surefire > Iss

[jira] [Commented] (SUREFIRE-2297) AspectJ dependency is leaked into project test classpath

2025-03-27 Thread Michael Osipov (Jira)
AspectJ dependency is leaked into project test classpath > > > Key: SUREFIRE-2297 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2297 > Project: Maven Surefire > Iss

[jira] [Created] (SUREFIRE-2297) AspectJ dependency is leaked into project test classpath

2025-03-27 Thread Jira
Leonard Brünings created SUREFIRE-2297: -- Summary: AspectJ dependency is leaked into project test classpath Key: SUREFIRE-2297 URL: https://issues.apache.org/jira/browse/SUREFIRE-2297 Project

Re: [I] Test namespace handling when XIncluding [maven-xinclude-extension]

2025-03-26 Thread via GitHub
gnodet commented on issue #20: URL: https://github.com/apache/maven-xinclude-extension/issues/20#issuecomment-2756834880 Fixed with #21 -- 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 speci

Re: [I] Test namespace handling when XIncluding [maven-xinclude-extension]

2025-03-26 Thread via GitHub
gnodet closed issue #20: Test namespace handling when XIncluding URL: https://github.com/apache/maven-xinclude-extension/issues/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

Re: [PR] MNG-8648: Add reproducer test case [maven]

2025-03-26 Thread via GitHub
oehme commented on code in PR #2189: URL: https://github.com/apache/maven/pull/2189#discussion_r2014749258 ## its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng8648ProjectStartedEventsTest.java: ## @@ -0,0 +1,55 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] MNG-8648: Add reproducer test case [maven]

2025-03-26 Thread via GitHub
oehme commented on PR #2189: URL: https://github.com/apache/maven/pull/2189#issuecomment-2755327335 @gnodet FYI -- 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 unsubscri

[PR] MNG-8648: Add reproducer test case [maven]

2025-03-26 Thread via GitHub
oehme opened a new pull request, #2189: URL: https://github.com/apache/maven/pull/2189 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/MNG) filed for the c

Re: [PR] Remove old symbolic link in ITmng8400 test [maven]

2025-03-24 Thread via GitHub
slawekjaranowski merged PR #2178: URL: https://github.com/apache/maven/pull/2178 -- 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...@mave

[jira] [Closed] (SUREFIRE-1661) ConsoleOutputFileReporter should support parallel execution of test-sets

2025-03-23 Thread Olivier Lamy (Jira)
> ConsoleOutputFileReporter should support parallel execution of test-sets > > > Key: SUREFIRE-1661 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1661 > Proje

[jira] [Commented] (SUREFIRE-1661) ConsoleOutputFileReporter should support parallel execution of test-sets

2025-03-23 Thread Olivier Lamy (Jira)
.org/jira/browse/SUREFIRE-2011 > ConsoleOutputFileReporter should support parallel execution of test-sets > > > Key: SUREFIRE-1661 > URL: https://issues.apache.org/jira/b

[PR] Remove old symbolic link in ITmng8400 test [maven]

2025-03-23 Thread via GitHub
slawekjaranowski opened a new pull request, #2178: URL: https://github.com/apache/maven/pull/2178 when we execute ITs without cleaning a project test will fail -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

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

2025-03-16 Thread Olivier Lamy (Jira)
afe xml for a test class has results from another class > > > Key: SUREFIRE-2252 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2252 > Project: Maven Surefire >

Re: [PR] [MPOM-340] Remove test-javadoc reports [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on PR #88: URL: https://github.com/apache/maven-parent/pull/88#issuecomment-2703315515 Resolve #270 -- 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.

[I] [MPOM-340] Remove test-javadoc reports [maven-parent]

2025-03-06 Thread via GitHub
commented When we use JUnit 5 test classes can be package private, in this case we will have error: ``` [ERROR] Exit code: 1 - javadoc: error - No public or protected classes found to document. ``` --- **Remote Links:** - [GitHub Pull Request #88

[jira] [Commented] (MSOURCES-124) Sources and test sources should have separate artifact types

2025-03-03 Thread Tamas Cservenak (Jira)
en 4, Maven 3.x may need some backport done by someone. > Sources and test sources should have separate artifact types > > > Key: MSOURCES-124 > URL: https://issues.apache.org/jira/

[jira] [Assigned] (MNG-8601) Add type test-java-source similar to type java-source

2025-03-03 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MNG-8601: Assignee: Tamas Cservenak > Add type test-java-source similar to type java-sou

[jira] [Closed] (MNG-8601) Add type test-java-source similar to type java-source

2025-03-03 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MNG-8601. Resolution: Fixed > Add type test-java-source similar to type java-sou

[jira] [Updated] (MNG-8601) Add type test-java-source similar to type java-source

2025-03-03 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-8601: - Fix Version/s: 4.0.0-rc-3 > Add type test-java-source similar to type java-sou

[jira] [Updated] (MNG-8601) Add type test-java-source similar to type java-source

2025-03-03 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-8601: - Component/s: Core > Add type test-java-source similar to type java-sou

Re: [PR] [MNG-8601] Add type test-java-source type [maven]

2025-03-03 Thread via GitHub
cstamas merged PR #2136: URL: https://github.com/apache/maven/pull/2136 -- 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.apache.

[jira] [Commented] (MSOURCES-124) Sources and test sources should have separate artifact types

2025-03-01 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17931676#comment-17931676 ] Tamas Cservenak commented on MSOURCES-124: -- See MNG-8601 > Sources a

[PR] [MNG-8601] Add type test-java-source type [maven]

2025-03-01 Thread via GitHub
cstamas opened a new pull request, #2136: URL: https://github.com/apache/maven/pull/2136 Similar to java-source type, but for tests sources. --- https://issues.apache.org/jira/browse/MNG-8601 -- This is an automated message from the Apache Git Service. To respond to the messa

[jira] [Created] (MNG-8601) Add type test-java-source similar to type java-source

2025-03-01 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MNG-8601: Summary: Add type test-java-source similar to type java-source Key: MNG-8601 URL: https://issues.apache.org/jira/browse/MNG-8601 Project: Maven Issue Type

[jira] [Commented] (MSOURCES-124) Sources and test sources should have separate artifact types

2025-03-01 Thread Tamas Cservenak (Jira)
ttps://maven.apache.org/repositories/artifacts.html And currently there is no type for test sources, so issue is a bit misleading. Also, this is more MNG than MSOURCES issue? > Sources and test sources should have separate artifac

[jira] [Updated] (MSOURCES-124) Sources and test sources should have separate artifact types

2025-03-01 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSOURCES-124: - Description: Imagine a project that has main and test sources, resulting in 4

[jira] [Updated] (MRESOLVER-678) (test) Bump com.redis:testcontainers-redis from 2.2.3 to 2.2.4

2025-02-25 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-678: -- Component/s: Resolver > (test) Bump com.redis:testcontainers-redis from 2.2.3

[jira] [Updated] (MRESOLVER-679) (test) Bump testcontainersVersion from 1.20.4 to 1.20.5

2025-02-25 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-679: -- Component/s: Resolver > (test) Bump testcontainersVersion from 1.20.4 to 1.2

[jira] [Closed] (MRESOLVER-678) (test) Bump com.redis:testcontainers-redis from 2.2.3 to 2.2.4

2025-02-25 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MRESOLVER-678. - Resolution: Fixed > (test) Bump com.redis:testcontainers-redis from 2.2.3 to 2.

[jira] [Assigned] (MRESOLVER-678) (test) Bump com.redis:testcontainers-redis from 2.2.3 to 2.2.4

2025-02-25 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MRESOLVER-678: - Assignee: Tamas Cservenak > (test) Bump com.redis:testcontainers-redis f

[jira] [Closed] (MRESOLVER-679) (test) Bump testcontainersVersion from 1.20.4 to 1.20.5

2025-02-25 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MRESOLVER-679. - Resolution: Fixed > (test) Bump testcontainersVersion from 1.20.4 to 1.2

[jira] [Assigned] (MRESOLVER-679) (test) Bump testcontainersVersion from 1.20.4 to 1.20.5

2025-02-25 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MRESOLVER-679: - Assignee: Tamas Cservenak > (test) Bump testcontainersVersion from 1.20.4

[jira] [Created] (MRESOLVER-679) (test) Bump testcontainersVersion from 1.20.4 to 1.20.5

2025-02-20 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MRESOLVER-679: - Summary: (test) Bump testcontainersVersion from 1.20.4 to 1.20.5 Key: MRESOLVER-679 URL: https://issues.apache.org/jira/browse/MRESOLVER-679 Project: Maven

[jira] [Created] (MRESOLVER-678) (test) Bump com.redis:testcontainers-redis from 2.2.3 to 2.2.4

2025-02-20 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MRESOLVER-678: - Summary: (test) Bump com.redis:testcontainers-redis from 2.2.3 to 2.2.4 Key: MRESOLVER-678 URL: https://issues.apache.org/jira/browse/MRESOLVER-678 Project

Re: [PR] test [maven]

2025-02-19 Thread via GitHub
knakamura5626 closed pull request #2118: test URL: https://github.com/apache/maven/pull/2118 -- 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

[PR] test [maven]

2025-02-19 Thread via GitHub
knakamura5626 opened a new pull request, #2118: URL: https://github.com/apache/maven/pull/2118 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/MNG) filed f

[jira] [Assigned] (MNG-8585) (test) Bump net.bytebuddy:byte-buddy from 1.17.0 to 1.17.1

2025-02-17 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MNG-8585: Assignee: Tamas Cservenak > (test) Bump net.bytebuddy:byte-buddy from 1.17.0 to 1.1

[jira] [Closed] (MNG-8585) (test) Bump net.bytebuddy:byte-buddy from 1.17.0 to 1.17.1

2025-02-17 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MNG-8585. Resolution: Fixed > (test) Bump net.bytebuddy:byte-buddy from 1.17.0 to 1.1

[jira] [Created] (MNG-8585) (test) Bump net.bytebuddy:byte-buddy from 1.17.0 to 1.17.1

2025-02-17 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MNG-8585: Summary: (test) Bump net.bytebuddy:byte-buddy from 1.17.0 to 1.17.1 Key: MNG-8585 URL: https://issues.apache.org/jira/browse/MNG-8585 Project: Maven Issue

Re: [PR] Keep files in temporary directory to be deleted after test [maven-dependency-plugin]

2025-02-15 Thread via GitHub
slachiewicz merged PR #508: URL: https://github.com/apache/maven-dependency-plugin/pull/508 -- 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-unsub

Re: [PR] Keep files in temporary directory to be deleted after test [maven-dependency-plugin]

2025-02-15 Thread via GitHub
pzygielo commented on PR #508: URL: https://github.com/apache/maven-dependency-plugin/pull/508#issuecomment-2660842643 Is there anything else needed from me to have it merged? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [I] (test) pending issues [maven-jlink-plugin]

2025-02-14 Thread via GitHub
bmarwell closed issue #596: (test) pending issues URL: https://github.com/apache/maven-jlink-plugin/issues/596 -- 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

Re: [I] [MJLINK-21] Upgrade test dependencies [maven-jlink-plugin]

2025-02-14 Thread via GitHub
jira-importer commented on issue #522: URL: https://github.com/apache/maven-jlink-plugin/issues/522#issuecomment-2659234975 **[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented Done in [aa68f672c8943c46d05571ad1d3fd8bf34125f3a]

[jira] [Created] (MRESOLVER-677) Test suite for version comparison

2025-02-12 Thread Elliotte Rusty Harold (Jira)
Elliotte Rusty Harold created MRESOLVER-677: --- Summary: Test suite for version comparison Key: MRESOLVER-677 URL: https://issues.apache.org/jira/browse/MRESOLVER-677 Project: Maven Resolver

Re: [PR] Keep files in temporary directory to be deleted after test [maven-dependency-plugin]

2025-02-08 Thread via GitHub
pzygielo commented on PR #508: URL: https://github.com/apache/maven-dependency-plugin/pull/508#issuecomment-2645871343 From my fork: ![image](https://github.com/user-attachments/assets/8ef86fe3-462e-484a-b583-6f16a584e188) -- This is an automated message from the Apache Git Servic

Re: [PR] Keep files in temporary directory to be deleted after test [maven-dependency-plugin]

2025-02-08 Thread via GitHub
TestSuite.java:236) ``` Perhaps file is still used even after test. Will check that. -- 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...@mav

Re: [PR] Small clarification to test CI [maven-jdeprscan-plugin]

2025-02-08 Thread via GitHub
elharo closed pull request #30: Small clarification to test CI URL: https://github.com/apache/maven-jdeprscan-plugin/pull/30 -- 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

Re: [PR] [MNG-8241] Test comparing letters to numbers [maven]

2025-02-05 Thread via GitHub
elharo merged PR #2081: URL: https://github.com/apache/maven/pull/2081 -- 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.apache.o

[PR] [MNG-8241] Test comparing letters to numbers [maven]

2025-02-03 Thread via GitHub
elharo opened a new pull request, #2081: URL: https://github.com/apache/maven/pull/2081 This is a characterization test for existing behavior with ASCII characters. I'm going to add this to the docs as well but that's in a separate repo. -- This is an automated message from

Re: [I] [MJLINK-21] Upgrade test dependencies [maven-jlink-plugin]

2025-02-02 Thread via GitHub
jira-importer commented on issue #430: URL: https://github.com/apache/maven-jlink-plugin/issues/430#issuecomment-2629362840 **[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented Done in [aa68f672c8943c46d05571ad1d3fd8bf34125f3a]

[I] [MJLINK-88] Test failing on Windows [maven-jlink-plugin]

2025-02-02 Thread via GitHub
jira-importer opened a new issue, #428: URL: https://github.com/apache/maven-jlink-plugin/issues/428 **[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** opened **[MJLINK-88](https://issues.apache.org/jira/browse/MJLINK-88?redirect=false)** and c

[I] [MJLINK-88] Test failing on Windows [maven-jlink-plugin]

2025-02-02 Thread via GitHub
jira-importer opened a new issue, #404: URL: https://github.com/apache/maven-jlink-plugin/issues/404 **[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** opened **[MJLINK-88](https://issues.apache.org/jira/browse/MJLINK-88?redirect=false)** and c

Re: [I] [MJLINK-21] Upgrade test dependencies [maven-jlink-plugin]

2025-02-02 Thread via GitHub
jira-importer commented on issue #379: URL: https://github.com/apache/maven-jlink-plugin/issues/379#issuecomment-2629362304 **[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented Done in [aa68f672c8943c46d05571ad1d3fd8bf34125f3a]

[I] [MJLINK-88] Test failing on Windows [maven-jlink-plugin]

2025-02-02 Thread via GitHub
jira-importer opened a new issue, #362: URL: https://github.com/apache/maven-jlink-plugin/issues/362 **[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** opened **[MJLINK-88](https://issues.apache.org/jira/browse/MJLINK-88?redirect=false)** and c

[I] [MJLINK-88] Test failing on Windows [maven-jlink-plugin]

2025-02-02 Thread via GitHub
jira-importer opened a new issue, #336: URL: https://github.com/apache/maven-jlink-plugin/issues/336 **[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** opened **[MJLINK-88](https://issues.apache.org/jira/browse/MJLINK-88?redirect=false)** and c

Re: [I] [MJLINK-21] Upgrade test dependencies [maven-jlink-plugin]

2025-02-02 Thread via GitHub
jira-importer commented on issue #305: URL: https://github.com/apache/maven-jlink-plugin/issues/305#issuecomment-2629360871 **[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented Done in [aa68f672c8943c46d05571ad1d3fd8bf34125f3a]

Re: [I] [MJLINK-21] Upgrade test dependencies [maven-jlink-plugin]

2025-02-01 Thread via GitHub
jira-importer commented on issue #286: URL: https://github.com/apache/maven-jlink-plugin/issues/286#issuecomment-2629101717 **[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented Done in [aa68f672c8943c46d05571ad1d3fd8bf34125f3a]

[jira] [Closed] (MNG-8549) (test) Bump net.bytebuddy:byte-buddy from 1.16.1 to 1.17.0

2025-01-30 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MNG-8549. Assignee: Tamas Cservenak Resolution: Fixed > (test) Bump net.bytebuddy:byte-buddy from 1.1

[jira] [Created] (MNG-8549) (test) Bump net.bytebuddy:byte-buddy from 1.16.1 to 1.17.0

2025-01-30 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MNG-8549: Summary: (test) Bump net.bytebuddy:byte-buddy from 1.16.1 to 1.17.0 Key: MNG-8549 URL: https://issues.apache.org/jira/browse/MNG-8549 Project: Maven Issue

[jira] [Closed] (MRESOLVER-661) (test) Bump com.redis:testcontainers-redis from 2.2.2 to 2.2.3

2025-01-29 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MRESOLVER-661. - Assignee: Tamas Cservenak Resolution: Fixed > (test) B

[jira] [Created] (MRESOLVER-661) (test) Bump com.redis:testcontainers-redis from 2.2.2 to 2.2.3

2025-01-29 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MRESOLVER-661: - Summary: (test) Bump com.redis:testcontainers-redis from 2.2.2 to 2.2.3 Key: MRESOLVER-661 URL: https://issues.apache.org/jira/browse/MRESOLVER-661 Project

[jira] [Commented] (MNG-8525) Add an integration test with Maven 4 Plugin Sample

2025-01-28 Thread Guillaume Nodet (Jira)
gt; Add an integration test with Maven 4 Plugin Sample > -- > > Key: MNG-8525 > URL: https://issues.apache.org/jira/browse/MNG-8525 > Project: Maven > Issue Type: Improvem

[jira] [Closed] (MNG-8525) Add an integration test with Maven 4 Plugin Sample

2025-01-28 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-8525. Assignee: Guillaume Nodet Resolution: Fixed > Add an integration test with Maven 4 Plu

Re: [PR] [MNG-8525] Add an integration test with Maven 4 Plugin Sample [maven]

2025-01-28 Thread via GitHub
gnodet merged PR #2055: URL: https://github.com/apache/maven/pull/2055 -- 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.apache.o

[jira] [Updated] (MNG-8525) Add an integration test with Maven 4 Plugin Sample

2025-01-28 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8525: - Fix Version/s: 4.0.0-rc-3 > Add an integration test with Maven 4 Plugin Sam

Re: [PR] [MNG-8525] Add an integration test with Maven 4 Plugin Sample [maven]

2025-01-28 Thread via GitHub
sparsick commented on PR #2055: URL: https://github.com/apache/maven/pull/2055#issuecomment-2618214268 @gnodet you can merge it. Thanks for you help. -- 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

Re: [PR] [MNG-8525] Add an integration test with Maven 4 Plugin Sample [maven]

2025-01-28 Thread via GitHub
gnodet commented on PR #2055: URL: https://github.com/apache/maven/pull/2055#issuecomment-2618163276 @sparsick anything you want to add or should I merge this PR ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [MNG-8525] Add an integration test with Maven 4 Plugin Sample [maven]

2025-01-27 Thread via GitHub
sparsick commented on code in PR #2055: URL: https://github.com/apache/maven/pull/2055#discussion_r1931625099 ## its/core-it-suite/src/test/resources/mng-8525-maven-di-plugin/src/it/hello-maven-plugin/pom.xml: ## @@ -0,0 +1,50 @@ + +

Re: [PR] [MNG-8525] Add an integration test with Maven 4 Plugin Sample [maven]

2025-01-27 Thread via GitHub
gnodet commented on code in PR #2055: URL: https://github.com/apache/maven/pull/2055#discussion_r1930849370 ## its/core-it-suite/src/test/resources/mng-8525-maven-di-plugin/pom.xml: ## @@ -0,0 +1,176 @@ + Review Comment: Missing header -- This is an automated message

Re: [PR] [MNG-8525] Add an integration test with Maven 4 Plugin Sample [maven]

2025-01-27 Thread via GitHub
gnodet commented on code in PR #2055: URL: https://github.com/apache/maven/pull/2055#discussion_r1930850160 ## its/core-it-suite/src/test/resources/mng-8525-maven-di-plugin/src/main/java/org/apache/maven/plugins/MavenDIComponent.java: ## @@ -0,0 +1,50 @@ +/* + * Licensed to the

Re: [PR] [MNG-8525] Add an integration test with Maven 4 Plugin Sample [maven]

2025-01-27 Thread via GitHub
gnodet commented on code in PR #2055: URL: https://github.com/apache/maven/pull/2055#discussion_r1930848945 ## its/core-it-suite/src/test/resources/mng-8525-maven-di-plugin/src/it/hello-maven-plugin/pom.xml: ## @@ -0,0 +1,50 @@ + +

Re: [PR] [MNG-8525] Add an integration test with Maven 4 Plugin Sample [maven]

2025-01-27 Thread via GitHub
gnodet commented on code in PR #2055: URL: https://github.com/apache/maven/pull/2055#discussion_r1930848508 ## its/core-it-suite/src/test/resources/mng-8525-maven-di-plugin/src/main/java/org/apache/maven/plugins/HelloMojo.java: ## @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache

Re: [PR] [MNG-8525] Add an integration test with Maven 4 Plugin Sample [maven]

2025-01-27 Thread via GitHub
gnodet commented on code in PR #2055: URL: https://github.com/apache/maven/pull/2055#discussion_r1930848213 ## its/core-it-suite/src/test/resources/mng-8525-maven-di-plugin/src/main/java/org/apache/maven/plugins/MavenDIComponent.java: ## @@ -0,0 +1,50 @@ +/* + * Licensed to the

Re: [PR] [MNG-8525] Add an integration test with Maven 4 Plugin Sample [maven]

2025-01-27 Thread via GitHub
gnodet commented on code in PR #2055: URL: https://github.com/apache/maven/pull/2055#discussion_r1930276593 ## its/core-it-suite/src/test/resources/mng-8525-maven-di-plugin/src/test/java/org/apache/maven/plugins/HelloMojoTest.java: ## @@ -0,0 +1,57 @@ +/* + * Licensed to the

[jira] [Updated] (MRESOLVER-658) (test) Bump org.mockito:mockito-core from 5.14.2 to 5.15.2

2025-01-26 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-658: -- Component/s: Resolver > (test) Bump org.mockito:mockito-core from 5.14.2 to 5.1

[jira] [Closed] (MRESOLVER-658) (test) Bump org.mockito:mockito-core from 5.14.2 to 5.15.2

2025-01-26 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MRESOLVER-658. - Assignee: Tamas Cservenak Resolution: Fixed > (test) Bump org.mockito:mock

[jira] [Created] (MRESOLVER-658) (test) Bump org.mockito:mockito-core from 5.14.2 to 5.15.2

2025-01-26 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MRESOLVER-658: - Summary: (test) Bump org.mockito:mockito-core from 5.14.2 to 5.15.2 Key: MRESOLVER-658 URL: https://issues.apache.org/jira/browse/MRESOLVER-658 Project

Re: [PR] Move decoration model to test scope [maven-changelog-plugin]

2025-01-24 Thread via GitHub
elharo merged PR #36: URL: https://github.com/apache/maven-changelog-plugin/pull/36 -- 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...@m

Re: [PR] [MNG-8525] Add an integration test with Maven 4 Plugin Sample [maven]

2025-01-24 Thread via GitHub
sparsick commented on PR #2055: URL: https://github.com/apache/maven/pull/2055#issuecomment-2612913688 Thanks for the link. I will adjust the test to demonstrate it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

  1   2   3   4   5   6   7   8   9   10   >