From 32a72eaca9005817dc046e51da5cebbc39ff1d76 Mon Sep 17 00:00:00 2001 From: Brian Stansberry Date: Tue, 29 Oct 2024 10:50:29 -0500 Subject: [PATCH] [WFLY-19888] Add some docs fixes related to the SE 17 baseline Also some minor tweaks I made when looking at these files. --- README.md | 4 ++-- docs/README.adoc | 7 +++---- docs/pom.xml | 3 +-- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 61cbf4b6cee9..1530a9135354 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@ https://wildfly.org * Modular Design * Unified Configuration and Management -And of course Jakarta EE! +And of course Jakarta EE and MicroProfile! Building ------------------- Prerequisites: -* JDK 11 or newer - check `java -version` +* JDK 17 or newer - check `java -version` * Maven 3.6.0 or newer - check `mvn -v` * On *nix systems, make sure that the maximum number of open files for the user running the build is at least 4096 (check `ulimit -n`) or more, depending on what other i/o intensive processes the user is running. diff --git a/docs/README.adoc b/docs/README.adoc index e9f4bc368865..5b724ab278d1 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -23,12 +23,11 @@ You can activate the docs profile from the root directory with either `-Pdocs` o == Configuring the POM -In the POM there are currently 4 main properties: +In the POM there are currently 3 main properties: 1. `appservername` -2. `javaee_version` -3. `oracle-javadoc` -4. `wildflyversion` +2. `oracle-javadoc` +3. `wildflyversion` Currently the only property that may need to be changed is the `wildflyversion` property. This defaults to the property `product.docs.server.version` which can be found in the parent POM. It already should be set to the current major diff --git a/docs/pom.xml b/docs/pom.xml index 46f60a822923..7e76c321a1ea 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -44,8 +44,7 @@ ${full.dist.product.release.name} - 8 - https://docs.oracle.com/en/java/javase/11/docs/api + https://docs.oracle.com/en/java/javase/17/docs/api ${version.org.jboss.resteasy} ${product.docs.server.version}