Add cluster backplane abstraction and interfaces (#6449)

This commit is contained in:
Anthony Stirling
2026-05-27 11:54:59 +01:00
committed by GitHub
parent 7743720f0a
commit 4564ed5bec
40 changed files with 2167 additions and 247 deletions
+3
View File
@@ -78,6 +78,9 @@ dependencies {
runtimeOnly "com.stirling:jpdfium-natives-${platform}:1.0.1"
}
// Bucket4j (local in-process token bucket for RateLimitStore default impl)
implementation 'com.bucket4j:bucket4j_jdk17-core:8.19.0'
// ArchUnit: enforces module dependency direction (see ArchitectureTest)
testImplementation 'com.tngtech.archunit:archunit-junit5:1.4.2'
}