From c72b811145edf49c264ba334e11cea2869bcc647 Mon Sep 17 00:00:00 2001 From: Relism Date: Sun, 15 Mar 2026 01:21:32 +0100 Subject: [PATCH] Version 1.1.0: Fix FastPathRouter concurrent match() shared mutability bug + concurrency tests --- fpr-bench/pom.xml | 2 +- fpr-core/pom.xml | 2 +- fpr-netty/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fpr-bench/pom.xml b/fpr-bench/pom.xml index b651101..104345a 100644 --- a/fpr-bench/pom.xml +++ b/fpr-bench/pom.xml @@ -7,7 +7,7 @@ dev.relism fastpathrouter-parent - 1.0-SNAPSHOT + 1.1.0 fpr-bench diff --git a/fpr-core/pom.xml b/fpr-core/pom.xml index d21c745..60df03c 100644 --- a/fpr-core/pom.xml +++ b/fpr-core/pom.xml @@ -7,7 +7,7 @@ dev.relism fastpathrouter-parent - 1.0-SNAPSHOT + 1.1.0 fpr-core diff --git a/fpr-netty/pom.xml b/fpr-netty/pom.xml index 4d276d3..835268b 100644 --- a/fpr-netty/pom.xml +++ b/fpr-netty/pom.xml @@ -7,7 +7,7 @@ dev.relism fastpathrouter-parent - 1.0-SNAPSHOT + 1.1.0 fpr-netty diff --git a/pom.xml b/pom.xml index 05bf864..f274b52 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ dev.relism fastpathrouter-parent - 1.0-SNAPSHOT + 1.1.0 pom