Hello Andrea, which JDK have you use to build this release?
I'm currently getting: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.12.0:jar (attach-javadoc) on project wicketstuff-rest-lambda: MavenReportException: Error while generating Javadoc: [ERROR] Exit code: 1 [ERROR] error: Error fetching URL: https://ci.apache.org/projects/wicket/apidocs/10.x/ (java.io.FileNotFoundException: https://nightlies.apache.org/wicket/apidocs/10.x/package-list) [ERROR] 1 error [ERROR] Command line was: /usr/lib/jvm/java-17-openjdk-amd64/bin/javadoc -J-Xmx256m -J-Xms128m -J-Duser.language= -J-Duser.country= @options @packages [ERROR] [ERROR] Refer to the generated Javadoc files in '/home/solomax/work/wicketstuff/wicketstuff-rest-lambda/target/reports/apidocs' dir. during wicketstuff-core build AFAIK these kind of errors usually arise if modern JDK was used .... On Sun, 21 Dec 2025 at 22:07, Andrea Del Bene <[email protected]> wrote: > > The Apache Wicket PMC is proud to announce Apache Wicket 10.8.0! > > Apache Wicket is an open source Java component oriented web application > framework that powers thousands of web applications and web sites for > governments, stores, universities, cities, banks, email providers, and > more. You can find more about Apache Wicket at https://wicket.apache.org > > This release marks another minor release of Wicket 10. We > use semantic versioning for the development of Wicket, and as such no > API breaks are present in this release compared to 10.0.0. > > Using this release > ------------------ > > With Apache Maven update your dependency to (and don't forget to > update any other dependencies on Wicket projects to the same version): > > <dependency> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-core</artifactId> > <version>10.8.0</version> > </dependency> > > Or download and build the distribution yourself, or use our > convenience binary package you can find here: > > * Download: http://wicket.apache.org/start/wicket-10.x.html#manually > > Upgrading from earlier versions > ------------------------------- > > If you upgrade from 10.y.z this release is a drop in replacement. If > you come from a version prior to 10.0.0, please read our Wicket 10 > migration guide found at > > * http://s.apache.org/wicket10migrate > > Have fun! > > — The Wicket team > > > ======================================================================== > > CHANGELOG for 10.8.0: > > ** Bug > > * [WICKET-7167] - Submited Form with wantSubmitOnParentFormSubmit > false does not cascade process. > * [WICKET-7170] - SpringInjector / AnnotProxyFieldValueFactory does > not consider defaultCandidate > -- Best regards, Maxim
