I suppose the important scenario is the lowest JDK version (i.e. 8), as it produces forward-compatible binaries.
Andrus > On Mar 18, 2021, at 2:43 PM, Michael Gentry <blackn...@gmail.com> wrote: > > What are the expected build scenarios? With Java 8 and 11, everything built > successfully. With Java 14, it errors out at the documentation: > > [INFO] tutorial-rop-server-http2: Cayenne ROP HTTP/2 Server Tutorial > SUCCESS [ 0.297 s] > [INFO] cayenne-docs-parent: Cayenne Documentation Parent .. SUCCESS [ > 0.017 s] > [INFO] cayenne-doc: Cayenne Documentation ................. FAILURE [ > 9.469 s] > [INFO] cayenne-asciidoc: Cayenne AsciiDoc Documentation parent SKIPPED > [INFO] cayenne-asciidoc-extension ......................... SKIPPED > [INFO] cayenne-guide: AsciiDoc - Cayenne Framework Guide .. SKIPPED > [INFO] getting-started-guide: AsciiDoc - Getting Started with Cayenne > SKIPPED > [INFO] getting-started-db-first: AsciiDoc - Cayenne Database First tutorial > SKIPPED > [INFO] getting-started-rop: AsciiDoc - Getting Started with Cayenne ROP > (Remote Object Persistence) SKIPPED > [INFO] upgrade-guide: Asciidoc - Cayenne New Features and Upgrade Guide > SKIPPED > [INFO] cayenne-assembly: Cayenne Release Assembly ......... SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 03:01 min > [INFO] Finished at: 2021-03-18T07:38:57-04:00 > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-javadoc-plugin:3.1.1:javadoc (javadoc) on > project cayenne-doc: An error has occurred in Javadoc report generation: > [ERROR] Exit code: 1 - javadoc: error - invalid flag: > --no-module-directories > [ERROR] > [ERROR] Command line was: /Users/mrg/.jenv/versions/14/bin/javadoc @options > @argfile > [ERROR] > [ERROR] Refer to the generated Javadoc files in > '/Users/mrg/Projects/Cayenne-Release/cayenne-4.2.M3-src/docs/doc/target/site/apidocs/doc/api' > dir. > > > > On Sat, Mar 13, 2021 at 10:41 AM Nikita Timofeev <ntimof...@objectstyle.com> > wrote: > >> Hi all, >> >> Here is hopefully the last milestone release of the 4.2. >> >> Release notes: >> https://github.com/apache/cayenne/blob/4.2.M3/RELEASE-NOTES.txt >> Maven repo: >> https://repository.apache.org/content/repositories/orgapachecayenne-1044/ >> Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.2.M3/ >> >> Please evaluate it and cast your votes. >> >> -- >> Best regards, >> Nikita Timofeev >>