This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch HTHou-patch-1 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 407fa26bfc2036178e47034b14b8e20a3d68bf05 Author: Haonan <[email protected]> AuthorDate: Thu Feb 27 15:13:37 2025 +0800 Fix the support of MQTT with java8 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b4b9b22e723..e30e2954e08 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,8 @@ <google.java.format.version>1.22.0</google.java.format.version> <gson.version>2.10.1</gson.version> <guava.version>32.1.2-jre</guava.version> - <h2.version>2.3.232</h2.version> + <!-- This was the last version to support Java 8 --> + <h2.version>2.2.224</h2.version> <httpclient.version>4.5.14</httpclient.version> <httpcore.version>4.4.16</httpcore.version> <!--
