This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch fix_mqtt_java8
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/fix_mqtt_java8 by this push:
     new 851981c7a62 Fix the support of MQTT with java8
851981c7a62 is described below

commit 851981c7a62bd66f116cea8fea3558381c888c43
Author: HTHou <[email protected]>
AuthorDate: Thu Feb 27 11:03:27 2025 +0800

    Fix the support of MQTT with java8
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 34d844cea2a..e09f3691812 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,6 +81,7 @@
         <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>
+        <!-- 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>

Reply via email to