Hi Rory, The Apache Wicket build and tests passed successfully with JDK 17-ea+21-1866 on my test machines (Linux x86_64 and aarch64)!
But on my development laptop it fails with: [INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ wicket-core --- [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 [INFO] Copying 3 resources from 1 bundle. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Wicket Parent 10.0.0-M1-SNAPSHOT ................... SUCCESS [ 2.868 s] [INFO] Wicket Util 10.0.0-M1-SNAPSHOT ..................... SUCCESS [ 10.766 s] [INFO] Wicket Request 10.0.0-M1-SNAPSHOT .................. SUCCESS [ 5.676 s] [INFO] Wicket Core 10.0.0-M1-SNAPSHOT ..................... FAILURE [ 0.060 s] [INFO] Wicket 10.0.0-M1-SNAPSHOT .......................... SKIPPED [INFO] Wicket Extensions 10.0.0-M1-SNAPSHOT ............... SKIPPED [INFO] Wicket Development Utilities 10.0.0-M1-SNAPSHOT .... SKIPPED [INFO] Wicket IoC common code 10.0.0-M1-SNAPSHOT .......... SKIPPED [INFO] Wicket CDI 10.0.0-M1-SNAPSHOT ...................... SKIPPED [INFO] Wicket Spring Integration 10.0.0-M1-SNAPSHOT ....... SKIPPED [INFO] Wicket Velocity 10.0.0-M1-SNAPSHOT ................. SKIPPED [INFO] Wicket Auth Roles 10.0.0-M1-SNAPSHOT ............... SKIPPED [INFO] Wicket Guice Integration 10.0.0-M1-SNAPSHOT ........ SKIPPED [INFO] Wicket JMX 10.0.0-M1-SNAPSHOT ...................... SKIPPED [INFO] Wicket Objects Sizeof Agent 10.0.0-M1-SNAPSHOT ..... SKIPPED [INFO] Wicket Bean Validation 10.0.0-M1-SNAPSHOT .......... SKIPPED [INFO] Wicket Native WebSocket Parent 10.0.0-M1-SNAPSHOT .. SKIPPED [INFO] Wicket Native WebSocket Core 10.0.0-M1-SNAPSHOT .... SKIPPED [INFO] Wicket Native WebSocket Javax 10.0.0-M1-SNAPSHOT ... SKIPPED [INFO] Wicket Examples 10.0.0-M1-SNAPSHOT ................. SKIPPED [INFO] Wicket-Experimental 10.0.0-M1-SNAPSHOT ............. SKIPPED [INFO] Wicket Http/2 0.25-SNAPSHOT ........................ SKIPPED [INFO] Wicket Http/2 Core 0.25-SNAPSHOT ................... SKIPPED [INFO] Wicket Http/2 Jetty 9.3+ 0.25-SNAPSHOT ............. SKIPPED [INFO] Wicket Http/2 Servlet 4 0.25-SNAPSHOT .............. SKIPPED [INFO] Wicket Http/2 Tomcat 8.5+ 0.25-SNAPSHOT ............ SKIPPED [INFO] Wicket Http/2 Undertow 2+ 0.25-SNAPSHOT ............ SKIPPED [INFO] Wicket Metrics 0.16-SNAPSHOT ....................... SKIPPED [INFO] Wicket Quickstart Archetype 10.0.0-M1-SNAPSHOT ..... SKIPPED [INFO] Wicket Common Tests 10.0.0-M1-SNAPSHOT ............. SKIPPED [INFO] Wicket JavaScript Tests 10.0.0-M1-SNAPSHOT ......... SKIPPED [INFO] Wicket User Guide 10.0.0-M1-SNAPSHOT ............... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 20.107 s [INFO] Finished at: 2021-05-10T11:51:16+03:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.7.0:process (default) on project wicket-core: Error reading remote resource: /home/martin/git/apache/wicket/wicket-core/src/main/resources/META-INF/NOTICE -> /home/martin/git/apache/wicket/wicket-core/target/maven-shared-archive-resources/META-INF/NOTICE: Invalid argument -> [Help 1] [ERROR] There is no such issue with JDK 16.0.1+9-24 and JDK 17 build 18. I will have to investigate what is the problem. It might be something local. Regards, Martin On Mon, May 10, 2021 at 11:31 AM Rory O'Donnell <rory.odonn...@oracle.com> wrote: > > Hi Martin, ** > > *OpenJDK 17 Early Access build 21 is now available at > **https://jdk.java.net/17* <https://jdk.java.net/17> > > * These early-access , open-source builds are provided under the > o GNU General Public License, version 2, with the Classpath > Exception <https://openjdk.java.net/legal/gplv2+ce.html> > > * Schedule > o 2021/06/10 Rampdown Phase One > o 2021/07/15 Rampdown Phase Two > o 2021/08/05 Initial Release Candidate > o 2021/08/19 Final Release Candidate > o 2021/09/14 General Availability > > * JEPs targeted to JDK 17, so far: > o JEP 356: Enhanced Pseudo-Random Number Generators > <https://openjdk.java.net/jeps/356> > o JEP 382: New macOS Rendering Pipeline > <https://openjdk.java.net/jeps/382> > o JEP 391: macOS/AArch64 Port <https://openjdk.java.net/jeps/391> > o JEP 398: Deprecate the Applet API for Removal > <https://openjdk.java.net/jeps/398> > o JEP 410: Remove the Experimental AOT and JIT Compiler > <https://openjdk.java.net/jeps/410> > > * Release Notes are available at https://jdk.java.net/17/release-notes > <https://jdk.java.net/17/release-notes> > > * Changes in recent builds that maybe of interest: > o Build 21: > + JDK-8196415: JARs signed with SHA-1 algorithms are > restricted by default. > + JDK-8265989: System property for the native character > encoding name. > + JDK-8265137: java.util.Random suddenly has new public > methods nowhere documented. > # [*Reported by Apache Lucene]* > o Build 20 > + JDK-8037397: RegEx pattern matching loses character class > after intersection (&&) operator. > + JDK-8264208: A new public method that returns the `Charset` > used in the `Console. > o Build 19 > + JDK-8228988: AnnotationParser throws NullPointerException on > incompatible member type. > # *[Reported by ByteBuddy]* > + JDK-8258794: Support for CLDR version 39. > + JDK-8262108: SimpleDateFormat formatting broken for sq_MK > Locale. > # *[**Reported by ApacheCommons]* > o Build 18 > + JDK-8260693: Provide the support for specifying a signer in > keytool -genkeypair. > + JDK-8263763: Synthetic constructor parameters of enum are > not considered for annotation indices. > # *[Reported by ByteBuddy]* > > *Topics of interest from 'Insider Java':* > > * Security and Sandboxing Post SecurityManager : Link > < > https://inside.java/2021/04/23/security-and-sandboxing-post-securitymanager/ > > > * Foreign Memory Access and NIO channels - Going Further : Link > <https://inside.java/2021/04/21/fma-and-nio-channels/> > > *Project Loom Early-Access Build: **Build 17-loom+6-225* > <https://jdk.java.net/loom/>*(2021/4/1)* > > * These early-access builds are provided under the GNU General Public > License, version 2, with the Classpath Exception > <https://openjdk.java.net/legal/gplv2+ce.html>. > * These builds are produced for the purpose of gathering feedback. Use > for any other purpose is at your own risk. > * Please send feedback via e-mail to loom-...@openjdk.java.net > <mailto:loom-...@openjdk.java.net>. To send e-mail to this address > you must first subscribe to the mailing list > <https://mail.openjdk.java.net/mailman/listinfo/loom-dev>.** > > *April 2021 Critical Patch Update Released:* > > * As part of the April 2021 CPU we released JDK 16.0.1, JDK 11.0.11 > LTS, JDK 8u291 and JDK 7u301 as well as OpenJDK 16.0.1 (publicly > available). > > Rgds,Rory > > -- > Rgds, Rory O'Donnell > Quality Engineering Manager > Oracle EMEA, Dublin, Ireland > >