Skip to content

Commit 32e146d

Browse files
committed
feat: add recommended Java version for Velocity
Supersedes #500.
1 parent 11800ad commit 32e146d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/velocity/admin/getting-started/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ many of these questions from the user perspective.
99

1010
## What version of Java does Velocity require?
1111

12-
Velocity 3.3.x requires Java 17 or above.
12+
Velocity 3.3.x requires at least Java 17, however it works best with 21 or above.
1313

1414
## Where can I find Velocity plugins?
1515

src/content/docs/velocity/admin/getting-started/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This page covers how to install and set up a minimal configuration of Velocity.
88
## Installing Java
99

1010
Velocity is written in Java, so if you do not already have Java installed, you will need to install
11-
it before you continue. Velocity requires Java 17 or newer. See our
12-
[Java installation guide](/misc/java-install) for detailed instructions.
11+
it before you continue. Velocity requires at least Java 17, however it works best with 21 or above.
12+
See our [Java installation guide](/misc/java-install) for detailed instructions.
1313

1414
## Downloading Velocity
1515

0 commit comments

Comments
 (0)