From cc64e652d42d9f48aea2ab3fa84a50faf989860f Mon Sep 17 00:00:00 2001 From: PhilipCattanach Date: Thu, 22 Dec 2022 09:48:11 +0000 Subject: [PATCH] WINDUPRULE-938 add link to migration article from eap-faces rules --- .../eap8/eap6/eap8-faces.windup.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/rules/rules-reviewed/eap8/eap6/eap8-faces.windup.xml b/rules/rules-reviewed/eap8/eap6/eap8-faces.windup.xml index 3a282e6e8..5959bbf92 100644 --- a/rules/rules-reviewed/eap8/eap6/eap8-faces.windup.xml +++ b/rules/rules-reviewed/eap8/eap6/eap8-faces.windup.xml @@ -32,6 +32,8 @@ Update dependency to `org.glassfish:jakarta.faces:4.0.0` or greater + eap8 @@ -49,6 +51,8 @@ Use 'jakarta.faces.annotation.ManagedProperty' along with `@Inject`. + eap8 @@ -72,6 +76,8 @@ href="https://jakarta.ee/specifications/platform/9/apidocs/jakarta/faces/bean/managedbean"/> + eap8 @@ -88,6 +94,8 @@ Use `jakarta.faces.view.ViewScoped` to replace it. + eap8 @@ -104,6 +112,8 @@ Use `jakarta.enterprise.context.{scope}Scoped` to replace it. + eap8 @@ -123,6 +133,8 @@ Use `jakarta.enterprise.context.spi.Context` to replace it. + eap8 @@ -139,6 +151,8 @@ Use `jakarta.enterprise.context.Dependent` to replace it. + eap8 @@ -156,6 +170,8 @@ Instead, implement a `jakarta.faces.application.ResourceHandler` and register the fully qualified class name via faces-config.xml/application/resource-handler element + eap8 @@ -174,6 +190,8 @@ href="https://jakarta.ee/specifications/faces/4.0/jakarta-faces-4.0.html#a5476"/> + eap8