This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new f0084f5caa Set java 26 as early access
f0084f5caa is described below
commit f0084f5caaef8d8d5c8ee71697d9092c876f92dd
Author: Andrea Del Bene <[email protected]>
AuthorDate: Sun Oct 5 21:57:21 2025 +0200
Set java 26 as early access
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1eb9abdcce..5504a6812d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1474,7 +1474,7 @@
<profile>
<id>on-jdk-early-access</id>
<activation>
- <jdk>[25,)</jdk>
+ <jdk>[26,)</jdk>
</activation>
<properties>
<javadoc.jdk.apidocs.link>https://download.java.net/java/early_access/jdk${java.specification.version}/docs/api/</javadoc.jdk.apidocs.link>