From c9dda08fef00fc9eef85dbaa9ca86815ab9a1611 Mon Sep 17 00:00:00 2001 From: Henry Avetisyan Date: Thu, 4 Jul 2024 15:12:31 -0700 Subject: [PATCH] [skip ci] Q3 2024 update Signed-off-by: Henry Avetisyan --- roadmap.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/roadmap.md b/roadmap.md index 0bb141c5d87..c0f5e3906eb 100644 --- a/roadmap.md +++ b/roadmap.md @@ -3,6 +3,20 @@ planning to work on. At Yahoo, we review our list every quarter and decide which features will be implemented during that quarter. Additionally, we implement several smaller features as they're requested by our customers. +# Q3 2024 + +- Upgrade jetty to 12.x release with the following changes: + - Server components requiring jdk 17.x (requirement from jetty 12.x) + - Client components requiring jdk 11.x +- Move all components to use aws sdk 2.x since 1.x is EOL +- Move jjwt to 0.12.x (breaking changes from 0.11.x release) + +# Q2 2024 + +- Resource Ownership for all objects in ZMS +- Capability to enable/disable prinicpals (domain and system admins) +- Update SPIFFE URI support to include trust domains + # Q1 2024 - Integration with Cert-Manager (cont. from Q4)