From 23fd1616c94e8ed61d9d000544cc9fa1f62234bc Mon Sep 17 00:00:00 2001 From: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com> Date: Wed, 21 Jun 2023 16:45:45 +0200 Subject: [PATCH] Update transformation path --- ui-pf4/src/main/webapp/src/layout/TransformationPaths.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-pf4/src/main/webapp/src/layout/TransformationPaths.ts b/ui-pf4/src/main/webapp/src/layout/TransformationPaths.ts index 8b8aa9d4d..bda0ebfc5 100644 --- a/ui-pf4/src/main/webapp/src/layout/TransformationPaths.ts +++ b/ui-pf4/src/main/webapp/src/layout/TransformationPaths.ts @@ -52,7 +52,7 @@ export const CONTAINERIZATION: TransformationPathOption = { export const QUARKUS: TransformationPathOption = { label: "Quarkus", description: - "Rules to support the migration of Spring Boot applications to Quarkus. The rules also identify other, non-Spring Boot, technologies embedded within applications for which there are equivalent Quarkus extensions.", + "Rules to support the migration to Quarkus from other Java frameworks (e.g. Spring Boot and Java EE). The rules also identify technologies embedded within applications for which there are equivalent Quarkus extensions.", options: "quarkus", iconSrc: migration, }; @@ -156,7 +156,7 @@ export const DISCOVERY: TransformationPathOption = { "It runs an analysis to just discover the technologies and frameworks used within the application(s).", options: "discovery", iconSrc: search, - isNew: true, + isNew: false, }; export const DEFAULT_TRANSFORMATION_PATHS = [