Skip to content

Commit 8332d8c

Browse files
authored
Remove idempotency routing middleware layer and tests
1 parent 1447b2e commit 8332d8c

6 files changed

Lines changed: 1 addition & 241 deletions

idempotency/routing.lisp

Lines changed: 0 additions & 122 deletions
This file was deleted.

io.github.cl-sdk.wst.idempotency.routing.asd

Lines changed: 0 additions & 11 deletions
This file was deleted.

io.github.cl-sdk.wst.idempotency.routing.test.asd

Lines changed: 0 additions & 11 deletions
This file was deleted.

io.github.cl-sdk.wst.test.asd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#:io.github.cl-sdk.wst.circuit-breaker.test
99
#:io.github.cl-sdk.wst.rate-limit.test
1010
#:io.github.cl-sdk.wst.idempotency.test
11-
#:io.github.cl-sdk.wst.idempotency.routing.test
1211
#:io.github.cl-sdk.wst.cors.test
1312
#:io.github.cl-sdk.wst.routing.woo.test
1413
#:io.github.cl-sdk.wst.routing.response.dsl.test

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Behavior is built from pipelines and composition, where middleware and handlers
1919
- CORS middleware
2020
- Static file routing
2121
- Rate limiting with pluggable stores
22-
- Idempotency-key middleware with replay and conflict handling
22+
- Idempotency core lifecycle API with pluggable stores
2323
- Circuit breaker core and routing middleware integration
2424
- Accept-aware response selection helpers (`io.github.cl-sdk.wst.request-accept`)
2525
- W3C Trace Context propagation (`traceparent`/`tracestate`) with routing adapter (`io.github.cl-sdk.wst.trace-context`)

t/idempotency-routing-tests.lisp

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)