Skip to content

Commit

Permalink
Merge pull request wildfly#18332 from bstansberry/WFLY-19888_readme
Browse files Browse the repository at this point in the history
[WFLY-19888] Add some docs fixes related to the SE 17 baseline
  • Loading branch information
bstansberry authored Oct 29, 2024
2 parents c90ae2c + 32a72ea commit 957ded1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 3 additions & 4 deletions docs/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
<attributes>
<!-- Attributes to use in the asciidoc source files. Please leave in alphabetical order -->
<appservername>${full.dist.product.release.name}</appservername>
<javaee_version>8</javaee_version>
<oracle-javadoc>https://docs.oracle.com/en/java/javase/11/docs/api</oracle-javadoc>
<oracle-javadoc>https://docs.oracle.com/en/java/javase/17/docs/api</oracle-javadoc>
<resteasyversion>${version.org.jboss.resteasy}</resteasyversion>
<wildflyversion>${product.docs.server.version}</wildflyversion>

Expand Down

0 comments on commit 957ded1

Please sign in to comment.