From 4916f244893f82d9cc12569d3074ccd185dfa1cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Manteaux?= Date: Thu, 1 Feb 2024 12:38:35 +0100 Subject: [PATCH] Add TODO --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36ef335..cbea64d 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ TODO ---- - [ ] Add a module to generate an OpenAPI spec from existing specs, see https://github.com/kpramesh2212/openapi-merger-plugin - [ ] Add a cli to generate a service config from an OpenAPI spec +- [ ] Migrate integration tests to javalin (https://github.com/javalin/javalin) to avoid tests raising security threads alerts (even though it's safe since it's only for tests) - [ ] upgrade ahc version - [ ] provide a way to easily validate downstream request body - [ ] Add Gateway archetype