chore: upgrade DLedger to 0.4.3 (released on Maven Central)

Replace the local SNAPSHOT placeholder (0.3.3-pr336-f2-64-SNAPSHOT)
with the officially released io.openmessaging.storage:dledger:0.4.3.
This version includes all master-line APIs required by the adapter
(batch append, fast commit-index, DLedgerEntryType, etc.) and
transitively depends on fastjson2 2.0.64 with no fastjson1 leak
in a full reactor build.
This commit is contained in:
通融
2026-08-18 15:13:09 +08:00
parent cfc61dfc1d
commit df25fce005
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ maven_install(
"commons-validator:commons-validator:1.10.0",
"org.apache.commons:commons-lang3:3.20.0",
"org.hamcrest:hamcrest-core:1.3",
"io.openmessaging.storage:dledger:0.3.3-pr336-f2-64-SNAPSHOT",
"io.openmessaging.storage:dledger:0.4.3",
"net.java.dev.jna:jna:4.2.2",
"ch.qos.logback:logback-classic:1.2.10",
"ch.qos.logback:logback-core:1.2.10",
+1 -1
View File
@@ -122,7 +122,7 @@
<lz4-java.version>1.10.3</lz4-java.version>
<opentracing.version>0.33.0</opentracing.version>
<jaeger.version>1.8.1</jaeger.version>
<dleger.version>0.3.3-pr336-f2-64-SNAPSHOT</dleger.version>
<dleger.version>0.4.3</dleger.version>
<annotations-api.version>6.0.53</annotations-api.version>
<extra-enforcer-rules.version>1.0-beta-4</extra-enforcer-rules.version>
<concurrentlinkedhashmap-lru.version>1.4.2</concurrentlinkedhashmap-lru.version>