Support '<' and '>' operations for client routing on key (#755)

This commit is contained in:
Vadim Filin
2025-12-18 20:01:37 +08:00
committed by GitHub
parent 757febc0b5
commit 3e845bcdf0
6 changed files with 124 additions and 3 deletions

View File

@@ -97,6 +97,7 @@ dependencies {
implementation libs.javax.annotations
implementation libs.auth0.jwt
implementation libs.semver4j
testImplementation libs.cglib.nodep
testImplementation libs.spockframework.core