Skip to content

Commit

Permalink
WINDUPRULE-938 add link to migration article from eap-faces rules (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipCattanach committed Dec 23, 2022
1 parent 3bf1b77 commit afafa47
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions rules/rules-reviewed/eap8/eap6/eap8-faces.windup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
Update dependency to `org.glassfish:jakarta.faces:4.0.0` or greater</message>
<link title="Jakarta Faces 4.0 specification"
href="https://jakarta.ee/specifications/faces/4.0/"/>
<link title="Jakarta Server Faces"
href="https://access.redhat.com/articles/6980265#faces"/>
<tag>eap8</tag>
</hint>
</perform>
Expand All @@ -49,6 +51,8 @@
Use 'jakarta.faces.annotation.ManagedProperty' along with `@Inject`.</message>
<link title="Jakarta Faces ManagedProperty api"
href="https://jakarta.ee/specifications/platform/9/apidocs/jakarta/faces/bean/managedproperty"/>
<link title="Faces Managed Beans"
href="https://access.redhat.com/articles/6980265#faces_managed_beans"/>
<tag>eap8</tag>
</hint>
</perform>
Expand All @@ -72,6 +76,8 @@
href="https://jakarta.ee/specifications/platform/9/apidocs/jakarta/faces/bean/managedbean"/>
<link title="Jakarta CDI 4.0 Specification"
href="https://jakarta.ee/specifications/cdi/4.0/"/>
<link title="Faces Managed Beans"
href="https://access.redhat.com/articles/6980265#faces_managed_beans"/>
<tag>eap8</tag>
</hint>
</perform>
Expand All @@ -88,6 +94,8 @@
Use `jakarta.faces.view.ViewScoped` to replace it.</message>
<link title="Jakarta Faces ViewScoped api"
href="https://jakarta.ee/specifications/faces/3.0/apidocs/jakarta/faces/view/viewscoped"/>
<link title="Other Faces API Changes"
href="https://access.redhat.com/articles/6980265#faces_other"/>
<tag>eap8</tag>
</hint>
</perform>
Expand All @@ -104,6 +112,8 @@
Use `jakarta.enterprise.context.{scope}Scoped` to replace it.</message>
<link title="jakarta.enterprise.context package javadoc"
href="https://jakarta.ee/specifications/cdi/4.0/apidocs/jakarta.cdi/jakarta/enterprise/context/package-summary.html"/>
<link title="Faces Managed Beans"
href="https://access.redhat.com/articles/6980265#faces_managed_beans"/>
<tag>eap8</tag>
</hint>
</perform>
Expand All @@ -123,6 +133,8 @@
Use `jakarta.enterprise.context.spi.Context` to replace it.</message>
<link title="jakarta.enterprise.context.spi.Context javadoc"
href="https://jakarta.ee/specifications/cdi/4.0/apidocs/jakarta.cdi/jakarta/enterprise/context/spi/context"/>
<link title="Faces Managed Beans"
href="https://access.redhat.com/articles/6980265#faces_managed_beans"/>
<tag>eap8</tag>
</hint>
</perform>
Expand All @@ -139,6 +151,8 @@
Use `jakarta.enterprise.context.Dependent` to replace it.</message>
<link title="jakarta.enterprise.context.Dependent javadoc"
href="https://jakarta.ee/specifications/cdi/4.0/apidocs/jakarta.cdi/jakarta/enterprise/context/dependent"/>
<link title="Faces Managed Beans"
href="https://access.redhat.com/articles/6980265#faces_managed_beans"/>
<tag>eap8</tag>
</hint>
</perform>
Expand All @@ -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</message>
<link title="Faces 4.0: remove deprecated ResourceResolver"
href="https://github.com/jakartaee/faces/issues/1583"/>
<link title="Other Faces API Changes"
href="https://access.redhat.com/articles/6980265#faces_other"/>
<tag>eap8</tag>
</hint>
</perform>
Expand All @@ -174,6 +190,8 @@
href="https://jakarta.ee/specifications/faces/4.0/jakarta-faces-4.0.html#a5476"/>
<link title="Support for creating views in Java"
href="https://github.com/jakartaee/faces/issues/1581"/>
<link title="Faces and JSPs"
href="https://access.redhat.com/articles/6980265#faces_jsp"/>
<tag>eap8</tag>
</hint>
</perform>
Expand Down

0 comments on commit afafa47

Please sign in to comment.