Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
up data sources
url: https://docs.microsoft.com/en-us/azure/developer/java/migration/migrate-jboss-eap-to-jboss-eap-on-azure-app-service#set-up-data-sources
- title: Datasource Management
url: https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.4/html/configuration_guide/datasource_management
url: https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/7.4/html-single/configuration_guide/index#datasource_management
message: "A datasource driver was found in a configuration file.\n\n There are three
core steps when registering a data source with JBoss EAP in Azure App Service:
uploading the JDBC driver, adding the JDBC driver as a module, and registering
Expand Down
2 changes: 1 addition & 1 deletion stable/java/cloud-readiness/68-jca.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- title: Resource adapter compatibility with JBoss EAP
url: https://access.redhat.com/solutions/2476751
- title: Red Hat JBoss EAP 7 documentation - Deploying a Generic JMS Resource Adapter
url: https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.3/html-single/configuring_messaging/index#deploy_configure_generic_jms_resource_adapter
url: https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/7.3/html-single/configuring_messaging/index#deploy_configure_generic_jms_resource_adapter
message: |-
The application contains an embedded resource adapter descriptor ('ra.xml'), which implements the Java Connector Architecture (JCA) for certain Enterprise Information Systems (EIS).

Expand Down
12 changes: 6 additions & 6 deletions stable/java/cloud-readiness/74-session.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
- clustering
links:
- title: 'JBoss EAP: Clustering in Web Applications'
url: https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.3/html/development_guide/clustering_in_web_applications
url: https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/7.3/html-single/development_guide/index#clustering_in_web_applications
- title: 'Twelve-Factor App: Processes'
url: https://12factor.net/processes
- title: 'Getting Started with JBoss EAP for OpenShift Container Platform: Clustering'
url: https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.3/html-single/getting_started_with_jboss_eap_for_openshift_container_platform/index#reference_clustering
url: https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/7.3/html-single/getting_started_with_jboss_eap_for_openshift_container_platform/index#reference_clustering
- title: 'Twelve-Factor App: Backing services'
url: https://12factor.net/backing-services
- title: Running Data Grid on OpenShift
url: https://access.redhat.com/documentation/en-us/red_hat_data_grid/8.0/html-single/running_data_grid_on_openshift/index
url: https://docs.redhat.com/en/documentation/red_hat_data_grid/8.0/html-single/running_data_grid_on_openshift/index
- title: 'JBoss EAP: Externalize HTTP Sessions to Red Hat Data Grid'
url: https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.3/html-single/configuration_guide/index#jdg_externalize_http_sessions
url: https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/7.3/html-single/configuration_guide/index#jdg_externalize_http_sessions
message: |-
Session replication ensures that client sessions are not disrupted by node failure. Each node in the cluster shares information about ongoing sessions and can take over sessions if another node disappears. In a cloud environment, however, data in the memory of a running container can be wiped out by a restart.

Expand Down Expand Up @@ -55,9 +55,9 @@
- title: 'Twelve-Factor App: Backing services'
url: https://12factor.net/backing-services
- title: 'JBoss EAP: Externalize HTTP Sessions to Red Hat Data Grid'
url: https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.3/html-single/configuration_guide/index#jdg_externalize_http_sessions
url: https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/7.3/html-single/configuration_guide/index#jdg_externalize_http_sessions
- title: Running Data Grid on OpenShift
url: https://access.redhat.com/documentation/en-us/red_hat_data_grid/8.0/html-single/running_data_grid_on_openshift/index
url: https://docs.redhat.com/en/documentation/red_hat_data_grid/8.0/html-single/running_data_grid_on_openshift/index
message: |-
In a cloud environment, a restart can wipe out HTTP session data in the memory of a running container.

Expand Down
38 changes: 19 additions & 19 deletions stable/java/eap6/80-seam-java.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
- seam
links:
- title: Migration from Seam 2 to Java EE and Alternatives
url: https://access.redhat.com/documentation/en-us/Red_Hat_JBoss_Web_Framework_Kit/2.7/html-single/Seam_Guide/index.html#idm54350960
url: https://docs.redhat.com/en/documentation/red_hat_jboss_web_framework_kit/2.7/html-single/seam_guide/index#idm54350960
- title: JSF Web Application Example
url: https://access.redhat.com/documentation/en-us/Red_Hat_JBoss_Web_Framework_Kit/2.7/html-single/Seam_Guide/index.html#booking
url: https://docs.redhat.com/en/documentation/red_hat_jboss_web_framework_kit/2.7/html-single/seam_guide/index#booking
- title: JBoss EAP 6 - Contexts, Scopes, and Dependencies
url: https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/6.4/html/development_guide/sect-use_cdi#sect-Contexts_Scopes_and_Dependencies
url: https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/6.4/html-single/development_guide/index#sect-Contexts_Scopes_and_Dependencies
- title: Enable Applications To Use Older Versions of JSF
url: https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/6.4/html-single/migration_guide/index#sect-JSF_changes
url: https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/6.4/html-single/migration_guide/index#sect-JSF_changes
- title: JBoss EAP 5 Component Upgrade Reference
url: https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.0/html-single/migration_guide/#migrate-eap5-component-upgrade-reference
url: https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/7.0/html-single/migration_guide/index#migrate-eap5-component-upgrade-reference
- title: How to use JSF 1.2 with EAP 7?
url: https://access.redhat.com/solutions/2773121
message: "\n Seam 2.2 and earlier is not supported on JBoss
Expand Down Expand Up @@ -124,7 +124,7 @@
- title: Java EE 7 tutorial - Giving Beans EL Name
url: http://docs.oracle.com/javaee/7/tutorial/cdi-basic009.htm#GJBAK
- title: Seam 2 Components
url: https://access.redhat.com/documentation/en-us/Red_Hat_JBoss_Web_Framework_Kit/2.7/html-single/Seam_Guide/index.html#_seam_2_components
url: https://docs.redhat.com/en/documentation/red_hat_jboss_web_framework_kit/2.7/html-single/seam_guide/index#_seam_2_components
message: "CDI supports static injection in comparison to Seam 2 dynamic injection.
So you don't need to have `@Named` annotation on every Seam component you would
like to migrate. \n Remove that annotation or change to `@javax.inject.Named`
Expand Down Expand Up @@ -152,7 +152,7 @@
- cdi
links:
- title: Scopes and contexts
url: https://access.redhat.com/documentation/en-us/Red_Hat_JBoss_Web_Framework_Kit/2.7/html-single/Seam_Guide/index.html#_scopes_and_contexts
url: https://docs.redhat.com/en/documentation/red_hat_jboss_web_framework_kit/2.7/html-single/seam_guide/index#_scopes_and_contexts
- title: Java EE 7 Tutorial - Using Scopes
url: http://docs.oracle.com/javaee/7/tutorial/cdi-basic008.htm#GJBBK
message: |-
Expand Down Expand Up @@ -234,11 +234,11 @@
- title: Java EE Tutorial - Producers
url: http://docs.oracle.com/javaee/7/tutorial/cdi-adv003.htm#GKGKV
- title: Seam Outjection
url: https://access.redhat.com/documentation/en-us/Red_Hat_JBoss_Web_Framework_Kit/2.7/html-single/Seam_Guide/index.html#_bijection
url: https://docs.redhat.com/en/documentation/red_hat_jboss_web_framework_kit/2.7/html-single/seam_guide/index#_bijection
- title: Java EE API - Annotation Type Produces
url: http://docs.oracle.com/javaee/7/api/javax/enterprise/inject/Produces.html
- title: JBoss EAP 6 - Use a Producer Method
url: https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/6.4/html-single/development_guide/#Use_a_Producer_Method
url: https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/6.4/html-single/development_guide/index#Use_a_Producer_Method
message: "CDI does not support bijection and does a static injection in comparison
to Seam 2, where it is performed dynamically \n via interceptor every time a component
is invoked. \n CDI performs the static injection only once per component life
Expand Down Expand Up @@ -266,13 +266,13 @@
- cdi
links:
- title: WFK Seam Guide - Seam Factory and Managers components
url: https://access.redhat.com/documentation/en-us/Red_Hat_JBoss_Web_Framework_Kit/2.7/html-single/Seam_Guide/index.html#idp227074592
url: https://docs.redhat.com/en/documentation/red_hat_jboss_web_framework_kit/2.7/html-single/seam_guide/index#idp227074592
- title: Java EE Tutorial - Producers
url: http://docs.oracle.com/javaee/7/tutorial/cdi-adv003.htm#GKGKV
- title: Java EE API - Annotation Type Produces
url: http://docs.oracle.com/javaee/7/api/javax/enterprise/inject/Produces.html
- title: JBoss EAP 6 - Use a Producer Method
url: https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/6.4/html-single/development_guide/#Use_a_Producer_Method
url: https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/6.4/html-single/development_guide/index#Use_a_Producer_Method
message: "Seam Factory annotation was used for binding non Seam component methods
into Seam context life cycle.\n \n Replace it with `@javax.enterprise.inject.Produces`
and add additional annotation for context scope if you used `scope = ScopeType.*`
Expand Down Expand Up @@ -304,7 +304,7 @@
- title: Java EE 7 - Singleton annotation
url: http://docs.oracle.com/javaee/7/api/javax/ejb/Singleton.html
- title: WFK Seam Guide - Migration of @Install
url: https://access.redhat.com/documentation/en-us/Red_Hat_JBoss_Web_Framework_Kit/2.7/html-single/Seam_Guide/index.html#_startup
url: https://docs.redhat.com/en/documentation/red_hat_jboss_web_framework_kit/2.7/html-single/seam_guide/index#_startup
message: Java EE uses for such use case `@javax.ejb.Singleton` and `@javax.ejb.Startup`
annotations.
ruleID: seam-java-00080
Expand Down Expand Up @@ -464,7 +464,7 @@
- cdi
links:
- title: WFK Seam Guide - Component installation
url: https://access.redhat.com/documentation/en-us/Red_Hat_JBoss_Web_Framework_Kit/2.7/html-single/Seam_Guide/index.html#_install
url: https://docs.redhat.com/en/documentation/red_hat_jboss_web_framework_kit/2.7/html-single/seam_guide/index#_install
- title: Java EE 7 - Vetoed Annotation
url: http://docs.oracle.com/javaee/7/api/javax/enterprise/inject/Vetoed.html
- title: Java EE 7 - Specializes annotation
Expand Down Expand Up @@ -549,7 +549,7 @@
- seam
links:
- title: JBoss EAP 6 - Contexts, Scopes, and Dependencies
url: https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/6.4/html/development_guide/sect-use_cdi#sect-Contexts_Scopes_and_Dependencies
url: https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/6.4/html-single/development_guide/index#sect-Contexts_Scopes_and_Dependencies
message: Rework using CDI's injected concrete context.
ruleID: seam-java-00160
when:
Expand All @@ -570,7 +570,7 @@
- seam
links:
- title: JBoss BPM Suite 6 - CDI integration
url: https://access.redhat.com/documentation/en-us/red_hat_jboss_bpm_suite/6.4/html-single/development_guide/index#sect_cdi_integration
url: https://docs.redhat.com/en/documentation/red_hat_jboss_bpm_suite/6.4/html-single/development_guide/index#sect_cdi_integration
message: Seam integration with jBPM should be migrated with help of CDI integration
presented directly in Drools - jBPM
ruleID: seam-java-00170
Expand Down Expand Up @@ -675,7 +675,7 @@
- jsf
links:
- title: WFK Seam Guide - Migration of @RequestParam
url: https://access.redhat.com/documentation/en-us/Red_Hat_JBoss_Web_Framework_Kit/2.7/html-single/Seam_Guide/index.html#_requestparameter
url: https://docs.redhat.com/en/documentation/red_hat_jboss_web_framework_kit/2.7/html-single/seam_guide/index#_requestparameter
- title: JSF 2.2 VDL - Tag viewParam
url: https://docs.oracle.com/javaee/7/javaserver-faces-2-2/vdldocs-facelets/toc.htm
message: "The `@RequestParameter` annotation triggers injection of an HTTP request
Expand Down Expand Up @@ -706,7 +706,7 @@
- cdi
links:
- title: WFK Seam Guide - Migration of @Logger
url: https://access.redhat.com/documentation/en-us/Red_Hat_JBoss_Web_Framework_Kit/2.7/html-single/Seam_Guide/index.html#_logger
url: https://docs.redhat.com/en/documentation/red_hat_jboss_web_framework_kit/2.7/html-single/seam_guide/index#_logger
- title: Java EE 7 - Produces annotation
url: http://docs.oracle.com/javaee/7/api/javax/enterprise/inject/Produces.html
message: "Seam 2 provides a built-in logger implementation. It is a thin wrapper
Expand Down Expand Up @@ -742,7 +742,7 @@
- jsf
links:
- title: WFK Seam Guide - Annotations for use with dataTable
url: https://access.redhat.com/documentation/en-us/Red_Hat_JBoss_Web_Framework_Kit/2.7/html-single/Seam_Guide/index.html#idm40851856
url: https://docs.redhat.com/en/documentation/red_hat_jboss_web_framework_kit/2.7/html-single/seam_guide/index#idm40851856
- title: Java EE - Binding Component Values and Instances to Managed Bean Properties
url: http://docs.oracle.com/javaee/7/tutorial/jsf-custom012.htm#BNATI
message: "In Java EE, the Expression Language Specification has evolved and allows
Expand Down Expand Up @@ -770,7 +770,7 @@
- cdi
links:
- title: WFK Seam Guide - Migrating Events
url: https://access.redhat.com/documentation/en-us/Red_Hat_JBoss_Web_Framework_Kit/2.7/html-single/Seam_Guide/index.html#_events
url: https://docs.redhat.com/en/documentation/red_hat_jboss_web_framework_kit/2.7/html-single/seam_guide/index#_events
- title: Java EE - Using Events in CDI Applications
url: http://docs.oracle.com/javaee/7/tutorial/cdi-adv005.htm#GKHIC
message: "Both Seam 2 and CDI beans may produce and consume events in order to communicate
Expand Down
Loading
Loading