Skip to content

Commit ec053b3

Browse files
doc: JDK17 toolchain requirements
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
1 parent e5fa004 commit ec053b3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ For details, please see https://storage.googleapis.com/gweb-research2023-media/p
6767

6868
JSQLParser-4.9 was the last JDK8 compatible version. JSQLParser-5.0 and later depend on JDK11 and introduce API breaking changes to the AST Visitors. Please see the Migration Guide for the details.
6969

70+
Building JSQLParser-5.1 and newer with Gradle will depend on a JDK17 toolchain due to the used plugins.
71+
7072
## [Supported Grammar and Syntax](https://jsqlparser.github.io/JSqlParser/syntax.html)
7173

7274
**JSqlParser** aims to support the SQL standard as well as all major RDBMS. Any missing syntax or features can be added on demand.

src/site/sphinx/usage.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ How to use it
1818
Compile from Source Code
1919
==============================
2020

21-
You will need to have ``JDK 8`` or ``JDK 11`` installed. Please note that JSQLParser-4.9 is the last ``JDK 8`` compatible release and all development after will depend on ``JDK 11``.
21+
You will need to have ``JDK 8`` or ``JDK 11`` installed. Please note that JSQLParser-4.9 is the last ``JDK 8`` compatible release and all development after will depend on ``JDK 11``. Building JSQLParser-5.1 and newer with Gradle will depend on a JDK17 toolchain due to the used plugins.
2222

2323
.. tab:: Maven
2424

0 commit comments

Comments
 (0)