chore[maven]: update maven version

This commit is contained in:
godotg
2025-03-30 16:08:34 +08:00
parent 032aa6c170
commit e27ff42fd1
14 changed files with 171 additions and 167 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ Perfect work development process, complete online solution
<dependency>
<groupId>com.zfoo</groupId>
<artifactId>boot</artifactId>
<version>4.0.0</version>
<version>4.1.0</version>
</dependency>
```
@@ -47,7 +47,7 @@ Perfect work development process, complete online solution
<dependency>
<groupId>com.zfoo</groupId>
<artifactId>protocol</artifactId>
<version>4.0.0</version>
<version>4.1.0</version>
</dependency>
```
+2 -2
View File
@@ -35,7 +35,7 @@
<dependency>
<groupId>com.zfoo</groupId>
<artifactId>boot</artifactId>
<version>4.0.0</version>
<version>4.1.0</version>
</dependency>
```
@@ -45,7 +45,7 @@
<dependency>
<groupId>com.zfoo</groupId>
<artifactId>protocol</artifactId>
<version>4.0.0</version>
<version>4.1.0</version>
</dependency>
```
+15 -15
View File
@@ -7,35 +7,35 @@
<groupId>com.zfoo</groupId>
<artifactId>boot</artifactId>
<packaging>jar</packaging>
<version>4.0.0</version>
<version>4.1.0</version>
<properties>
<zfoo.version>4.0.0</zfoo.version>
<zfoo.version>4.1.0</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<spring.version>6.2.5</spring.version>
<spring.boot.version>3.4.4</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<bytebuddy.version>1.17.4</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.109.Final</netty.version>
<netty.version>4.1.119.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.6.0</curator.version>
<curator.version>5.8.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.6.0</oshi.version>
<oshi.version>6.8.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
<poi.version>5.4.0</poi.version>
<csv.version>1.14.0</csv.version>
<!-- maven core plugin -->
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-shade-plugin.version>3.5.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.4</maven-install-plugin.version>
<!-- deploy maven repository -->
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
+15 -15
View File
@@ -7,35 +7,35 @@
<groupId>com.zfoo</groupId>
<artifactId>event</artifactId>
<packaging>jar</packaging>
<version>4.0.0</version>
<version>4.1.0</version>
<properties>
<zfoo.version>4.0.0</zfoo.version>
<zfoo.version>4.1.0</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<spring.version>6.2.5</spring.version>
<spring.boot.version>3.4.4</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<bytebuddy.version>1.17.4</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.109.Final</netty.version>
<netty.version>4.1.119.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.6.0</curator.version>
<curator.version>5.8.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.6.0</oshi.version>
<oshi.version>6.8.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
<poi.version>5.4.0</poi.version>
<csv.version>1.14.0</csv.version>
<!-- maven core plugin -->
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-shade-plugin.version>3.5.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.4</maven-install-plugin.version>
<!-- deploy maven repository -->
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
+15 -15
View File
@@ -7,35 +7,35 @@
<groupId>com.zfoo</groupId>
<artifactId>hotswap</artifactId>
<packaging>jar</packaging>
<version>4.0.0</version>
<version>4.1.0</version>
<properties>
<zfoo.version>4.0.0</zfoo.version>
<zfoo.version>4.1.0</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<spring.version>6.2.5</spring.version>
<spring.boot.version>3.4.4</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<bytebuddy.version>1.17.4</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.109.Final</netty.version>
<netty.version>4.1.119.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.6.0</curator.version>
<curator.version>5.8.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.6.0</oshi.version>
<oshi.version>6.8.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
<poi.version>5.4.0</poi.version>
<csv.version>1.14.0</csv.version>
<!-- maven core plugin -->
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-shade-plugin.version>3.5.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.4</maven-install-plugin.version>
<!-- deploy maven repository -->
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
+15 -15
View File
@@ -7,35 +7,35 @@
<groupId>com.zfoo</groupId>
<artifactId>monitor</artifactId>
<packaging>jar</packaging>
<version>4.0.0</version>
<version>4.1.0</version>
<properties>
<zfoo.version>4.0.0</zfoo.version>
<zfoo.version>4.1.0</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<spring.version>6.2.5</spring.version>
<spring.boot.version>3.4.4</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<bytebuddy.version>1.17.4</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.109.Final</netty.version>
<netty.version>4.1.119.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.6.0</curator.version>
<curator.version>5.8.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.6.0</oshi.version>
<oshi.version>6.8.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
<poi.version>5.4.0</poi.version>
<csv.version>1.14.0</csv.version>
<!-- maven core plugin -->
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-shade-plugin.version>3.5.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.4</maven-install-plugin.version>
<!-- deploy maven repository -->
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
+19 -15
View File
@@ -7,35 +7,35 @@
<groupId>com.zfoo</groupId>
<artifactId>net</artifactId>
<packaging>jar</packaging>
<version>4.0.0</version>
<version>4.1.0</version>
<properties>
<zfoo.version>4.0.0</zfoo.version>
<zfoo.version>4.1.0</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<spring.version>6.2.5</spring.version>
<spring.boot.version>3.4.4</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<bytebuddy.version>1.17.4</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.109.Final</netty.version>
<netty.version>4.1.119.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.6.0</curator.version>
<curator.version>5.8.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.6.0</oshi.version>
<oshi.version>6.8.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
<poi.version>5.4.0</poi.version>
<csv.version>1.14.0</csv.version>
<!-- maven core plugin -->
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-shade-plugin.version>3.5.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.4</maven-install-plugin.version>
<!-- deploy maven repository -->
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
@@ -116,6 +116,10 @@
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>logback-core</artifactId>
<groupId>ch.qos.logback</groupId>
</exclusion>
</exclusions>
</dependency>
+15 -15
View File
@@ -7,35 +7,35 @@
<groupId>com.zfoo</groupId>
<artifactId>orm</artifactId>
<packaging>jar</packaging>
<version>4.0.0</version>
<version>4.1.0</version>
<properties>
<zfoo.version>4.0.0</zfoo.version>
<zfoo.version>4.1.0</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<spring.version>6.2.5</spring.version>
<spring.boot.version>3.4.4</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<bytebuddy.version>1.17.4</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.109.Final</netty.version>
<netty.version>4.1.119.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.6.0</curator.version>
<curator.version>5.8.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.6.0</oshi.version>
<oshi.version>6.8.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
<poi.version>5.4.0</poi.version>
<csv.version>1.14.0</csv.version>
<!-- maven core plugin -->
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-shade-plugin.version>3.5.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.4</maven-install-plugin.version>
<!-- deploy maven repository -->
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
+15 -15
View File
@@ -7,7 +7,7 @@
<groupId>com.zfoo</groupId>
<artifactId>zfoo</artifactId>
<packaging>pom</packaging>
<version>4.0.0</version>
<version>4.1.0</version>
<name>zfoo</name>
@@ -126,32 +126,32 @@
</modules>
<properties>
<zfoo.version>4.0.0</zfoo.version>
<zfoo.version>4.1.0</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<spring.version>6.2.5</spring.version>
<spring.boot.version>3.4.4</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<bytebuddy.version>1.17.4</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.109.Final</netty.version>
<netty.version>4.1.119.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.6.0</curator.version>
<curator.version>5.8.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.6.0</oshi.version>
<oshi.version>6.8.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
<poi.version>5.4.0</poi.version>
<csv.version>1.14.0</csv.version>
<!-- maven core plugin -->
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-shade-plugin.version>3.5.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.4</maven-install-plugin.version>
<!-- deploy maven repository -->
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
+21 -21
View File
@@ -7,35 +7,35 @@
<groupId>com.zfoo</groupId>
<artifactId>protocol</artifactId>
<packaging>jar</packaging>
<version>4.0.0</version>
<version>4.1.0</version>
<properties>
<zfoo.version>4.0.0</zfoo.version>
<zfoo.version>4.1.0</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<spring.version>6.2.5</spring.version>
<spring.boot.version>3.4.4</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<bytebuddy.version>1.17.4</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.109.Final</netty.version>
<netty.version>4.1.119.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.6.0</curator.version>
<curator.version>5.8.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.6.0</oshi.version>
<oshi.version>6.8.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
<poi.version>5.4.0</poi.version>
<csv.version>1.14.0</csv.version>
<!-- maven core plugin -->
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-shade-plugin.version>3.5.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.4</maven-install-plugin.version>
<!-- deploy maven repository -->
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
@@ -72,12 +72,12 @@
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-afterburner</artifactId>
<version>2.15.4</version>
<version>2.18.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.15.4</version>
<version>2.18.3</version>
</dependency>
<dependency>
@@ -124,14 +124,14 @@
<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo</artifactId>
<version>5.5.0</version>
<version>5.6.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.furyio</groupId>
<groupId>org.apache.fury</groupId>
<artifactId>fury-core</artifactId>
<version>0.2.1</version>
<version>0.10.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -144,7 +144,7 @@
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
<version>2.0.42</version>
<version>2.0.56</version>
<scope>test</scope>
</dependency>
@@ -26,14 +26,14 @@ import com.zfoo.protocol.collection.ArrayUtils;
import com.zfoo.protocol.generate.GenerateOperation;
import com.zfoo.protocol.packet.*;
import com.zfoo.protocol.util.StringUtils;
import io.fury.Fury;
import io.fury.ThreadLocalFury;
import io.fury.ThreadSafeFury;
import io.fury.config.Language;
import io.fury.memory.MemoryBuffer;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.ByteBufAllocator;
import io.netty.buffer.UnpooledHeapByteBuf;
import org.apache.fury.Fury;
import org.apache.fury.ThreadLocalFury;
import org.apache.fury.ThreadSafeFury;
import org.apache.fury.config.Language;
import org.apache.fury.memory.MemoryBuffer;
import org.junit.Ignore;
import org.junit.Test;
@@ -10,11 +10,11 @@ import com.zfoo.protocol.packet.ComplexObject;
import com.zfoo.protocol.packet.NormalObject;
import com.zfoo.protocol.packet.ProtobufObject;
import com.zfoo.protocol.packet.SimpleObject;
import io.fury.ThreadSafeFury;
import io.fury.memory.MemoryBuffer;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.ByteBufAllocator;
import io.netty.buffer.UnpooledHeapByteBuf;
import org.apache.fury.ThreadSafeFury;
import org.apache.fury.memory.MemoryBuffer;
import org.junit.Ignore;
import org.junit.Test;
import org.openjdk.jmh.annotations.*;
+15 -15
View File
@@ -7,35 +7,35 @@
<groupId>com.zfoo</groupId>
<artifactId>scheduler</artifactId>
<packaging>jar</packaging>
<version>4.0.0</version>
<version>4.1.0</version>
<properties>
<zfoo.version>4.0.0</zfoo.version>
<zfoo.version>4.1.0</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<spring.version>6.2.5</spring.version>
<spring.boot.version>3.4.4</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<bytebuddy.version>1.17.4</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.109.Final</netty.version>
<netty.version>4.1.119.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.6.0</curator.version>
<curator.version>5.8.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.6.0</oshi.version>
<oshi.version>6.8.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
<poi.version>5.4.0</poi.version>
<csv.version>1.14.0</csv.version>
<!-- maven core plugin -->
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-shade-plugin.version>3.5.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.4</maven-install-plugin.version>
<!-- deploy maven repository -->
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
+15 -15
View File
@@ -7,35 +7,35 @@
<groupId>com.zfoo</groupId>
<artifactId>storage</artifactId>
<packaging>jar</packaging>
<version>4.0.0</version>
<version>4.1.0</version>
<properties>
<zfoo.version>4.0.0</zfoo.version>
<zfoo.version>4.1.0</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<spring.version>6.2.5</spring.version>
<spring.boot.version>3.4.4</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<bytebuddy.version>1.17.4</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.109.Final</netty.version>
<netty.version>4.1.119.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.6.0</curator.version>
<curator.version>5.8.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.6.0</oshi.version>
<oshi.version>6.8.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
<poi.version>5.4.0</poi.version>
<csv.version>1.14.0</csv.version>
<!-- maven core plugin -->
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-shade-plugin.version>3.5.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<maven-install-plugin.version>3.1.4</maven-install-plugin.version>
<!-- deploy maven repository -->
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>