This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/dev/1.3 by this push:
new b4dcb833afc Fix the support of MQTT with java8 (#14974)
b4dcb833afc is described below
commit b4dcb833afc2ad649e0c2ae8e298f179ae221822
Author: Haonan <[email protected]>
AuthorDate: Thu Feb 27 16:33:04 2025 +0800
Fix the support of MQTT with java8 (#14974)
---
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>
<!--