From 1bd07a72d027a5e5ae939b85612da18826cf013e Mon Sep 17 00:00:00 2001 From: Rostislav Svoboda Date: Tue, 29 Aug 2023 11:23:58 +0200 Subject: [PATCH] QUARKUS-2279 - Productization of JOSDK --- QUARKUS-2279.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 QUARKUS-2279.md diff --git a/QUARKUS-2279.md b/QUARKUS-2279.md new file mode 100644 index 0000000..7363bdd --- /dev/null +++ b/QUARKUS-2279.md @@ -0,0 +1,20 @@ +# QUARKUS-2279 - Productization of JOSDK + +JIRA: https://issues.redhat.com/browse/QUARKUS-2279 + +Triggered by the need of Keycloak team as they are planning on releasing product version based on Quarkus including an operator using JOSDK. + +JOSDK bits will be delivered as part of the Platform, marked as Developer Preview (https://access.redhat.com/support/offerings/devpreview) so the bits can be productized. + +## Scope of the testing + * RHBQ QE team will ensure availability of the JOSDK artifacts and platform BOM + * Functional testing of the use-cases is on Keycloak side + +### Impact on test suites and testing automation + * Marete checks for maven repo zip will be extended to ensure availability of the JOSDK artifacts and platform BOM + +### Impact on resources +No need for additional resources. + +## Contacts +* Tester: Rostislav Svoboda