Version 1.1.0: Fix FastPathRouter concurrent match() shared mutability bug + concurrency tests

This commit is contained in:
Relism
2026-03-15 01:21:32 +01:00
parent 58d8c94ea7
commit c72b811145
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>dev.relism</groupId> <groupId>dev.relism</groupId>
<artifactId>fastpathrouter-parent</artifactId> <artifactId>fastpathrouter-parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.1.0</version>
</parent> </parent>
<artifactId>fpr-bench</artifactId> <artifactId>fpr-bench</artifactId>
+1 -1
View File
@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>dev.relism</groupId> <groupId>dev.relism</groupId>
<artifactId>fastpathrouter-parent</artifactId> <artifactId>fastpathrouter-parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.1.0</version>
</parent> </parent>
<artifactId>fpr-core</artifactId> <artifactId>fpr-core</artifactId>
+1 -1
View File
@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>dev.relism</groupId> <groupId>dev.relism</groupId>
<artifactId>fastpathrouter-parent</artifactId> <artifactId>fastpathrouter-parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.1.0</version>
</parent> </parent>
<artifactId>fpr-netty</artifactId> <artifactId>fpr-netty</artifactId>
+1 -1
View File
@@ -6,7 +6,7 @@
<groupId>dev.relism</groupId> <groupId>dev.relism</groupId>
<artifactId>fastpathrouter-parent</artifactId> <artifactId>fastpathrouter-parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.1.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>