From b7b58f228b4456b230ecc0508e00c792f9c86443 Mon Sep 17 00:00:00 2001 From: Andreas Reichel <andreas@manticore-projects.com> Date: Sun, 10 Mar 2024 06:33:46 +0700 Subject: [PATCH] doc: Update README for Release 4.9 and JDK8 compatibility Signed-off-by: Andreas Reichel <andreas@manticore-projects.com> --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b223c27fa..00620f088 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,8 @@ -# [JSqlParser 4.8 Website](https://jsqlparser.github.io/JSqlParser) <img src="src/site/sphinx/_images/logo-no-background.svg" alt="drawing" width="200" align="right"/> +# [JSqlParser 4.9 Website](https://jsqlparser.github.io/JSqlParser) <img src="src/site/sphinx/_images/logo-no-background.svg" alt="drawing" width="200" align="right"/>  - -[](https://travis-ci.com/JSQLParser/JSqlParser) [](https://coveralls.io/r/JSQLParser/JSqlParser?branch=master) -[](https://www.codacy.com/gh/JSQLParser/JSqlParser/dashboard?utm_source=github.com&utm_medium=referral&utm_content=JSQLParser/JSqlParser&utm_campaign=Badge_Grade) -[](http://maven-badges.herokuapp.com/maven-central/com.github.jsqlparser/jsqlparser) -[](https://www.javadoc.io/doc/com.github.jsqlparser/jsqlparser) - +[](https://travis-ci.com/JSQLParser/JSqlParser) [](https://coveralls.io/r/JSQLParser/JSqlParser?branch=master) [](https://www.codacy.com/gh/JSQLParser/JSqlParser/dashboard?utm_source=github.com&utm_medium=referral&utm_content=JSQLParser/JSqlParser&utm_campaign=Badge_Grade) +[](http://maven-badges.herokuapp.com/maven-central/com.github.jsqlparser/jsqlparser) [](https://www.javadoc.io/doc/com.github.jsqlparser/jsqlparser) [](https://gitter.im/JSQLParser/JSqlParser?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) ## Summary @@ -50,6 +46,8 @@ Assertions.assertEquals("b", b.getColumnName()); } ``` +JSQLParser-4.9 is the last JDK8 compatible version and any future development will depend on JDK11. + ## [Supported Grammar and Syntax](https://jsqlparser.github.io/JSqlParser/syntax.html) **JSqlParser** aims to support the SQL standard as well as all major RDBMS. Any missing syntax or features can be added on demand.