[ANN] Apache Maven Reporting API 3.1.1 released

2022-07-31 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting API version 3.1.1. https://maven.apache.org/shared/maven-reporting-api/ Release Notes - Maven Shared Components - Version maven-reporting-api-3.1.1 ** Task * [MSHARED-1118] - Restore binary compat for

Re: testCompile with multiReleaseOutput main classes

2022-07-31 Thread Stanimir Stamenkov
Sat, 23 Jul 2022 19:28:50 +0300, /Stanimir Stamenkov/: I want to produce a Java 8 compatible library that provides some Java 9+ classes, packaged as a Multi-Release JAR:  * https://maven.apache.org/plugins/maven-compiler-plugin/multirelease.html O.k. From the very same page:

Re: Class defined on module path not found when running integration tests

2022-07-31 Thread Mantas Gridinas
I remember encountering something similar when I started out using modules. Basically the error message claiming that class is not found is a bit misleading because what it really means is "class failed to load". One of the causes of such failures is improper configuration of one of that class

Re: Class defined on module path not found when running integration tests

2022-07-31 Thread Delany
Can you try running it directly without maven/failsafe Use https://maven.apache.org/plugins/maven-dependency-plugin/usage.html#dependency:build-classpath Delany On Sun, 31 Jul 2022 at 08:11, Ryan Lubke wrote: > Hey Folks, > > I’ve been looking into this issue for a couple of days now and have

Class defined on module path not found when running integration tests

2022-07-31 Thread Ryan Lubke
Hey Folks, I’ve been looking into this issue for a couple of days now and have run out of ideas. Maven Version:3.8.5 Maven Failsafe Version: 3.0.0-M7 Java Version:17.0.4 OS: MacOS 12.5/Apple Silicon The test compiles fine using the