Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. Because of the enormity of this endeavor, these changes will be implemented gradually over several upcoming releases. For more details, see our CTO Chris Wright’s message.

1. Introduction

1.1. About the {ProductShortName} plugin for Eclipse and Red Hat CodeReady Studio

The Migration Toolkit for Applications ({ProductShortName}) plugin for Eclipse and Red Hat CodeReady Studio helps you migrate and modernize applications.

The {ProductShortName} plugin analyzes your projects using customizable rulesets, marks migration issues in the source code, provides guidance to fix the issues, and offers automatic code replacement, or Quick Fixes, if possible.

For information about a similar extension for Visual Studio Code, see the Visual Studio Code Extension Guide.

1.2. About the Migration Toolkit for Applications

What is the Migration Toolkit for Applications?

The Migration Toolkit for Applications ({ProductShortName}) is an extensible and customizable rule-based tool that simplifies the migration and modernization of Java applications.

{ProductShortName} examines application artifacts, including project source directories and application archives, and then produces an HTML report highlighting areas needing changes. {ProductShortName} supports many migration paths including the following examples:

  • Upgrading to the latest release of Red Hat JBoss Enterprise Application Platform

  • Migrating from Oracle WebLogic or IBM WebSphere Application Server to Red Hat JBoss Enterprise Application Platform

  • Containerizing applications and making them cloud-ready

  • Migrating from Java Spring Boot to Quarkus

  • Updating from Oracle JDK to OpenJDK

For more information about use cases and migration paths, see the {ProductShortName} for developers web page.

How does the Migration Toolkit for Applications simplify migration?

The Migration Toolkit for Applications looks for common resources and known trouble spots when migrating applications. It provides a high-level view of the technologies used by the application.

{ProductShortName} generates a detailed report evaluating a migration or modernization path. This report can help you to estimate the effort required for large-scale projects and to reduce the work involved.

How do I learn more?

See the Introduction to the Migration Toolkit for Applications to learn more about the features, supported configurations, system requirements, and available tools in the Migration Toolkit for Applications.

2. Installing the {ProductShortName} plugin

You can install the {ProductShortName} plugin in a connected or a restricted network environment.

2.1. Installing in a connected environment

You can install the {ProductShortName} plugin in a connected environment.

The {ProductShortName} plugin has been tested with the Eclipse IDE for Java Enterprise Developers 2021-03 and Red Hat CodeReady Studio 12.19.1.

Prerequisites
  • Java Development Kit (JDK) installed. {ProductShortName} supports the following JDKs:

    • OpenJDK 1.8

    • OpenJDK 11

    • Oracle JDK 1.8

    • Oracle JDK 11

  • 8 GB RAM

  • If you are installing on macOS, the value of maxproc must be 2048 or greater.

Procedure
  1. Launch Eclipse or CodeReady Studio.

  2. From the menu bar, select HelpInstall New Software.

  3. Next to the Work with field, click Add.

  4. In the Name field, enter {ProductShortName}.

  5. In the Location field, enter http://download.jboss.org/jbosstools/photon/stable/updates/mta/ and click OK.

  6. Select all the JBoss Tools - {ProductShortName} check boxes and click Next.

  7. Review the installation details and click Next.

  8. Accept the terms of the license agreement and click Finish.

  9. Restart Eclipse or CodeReady Studio.

2.2. Installing in a disconnected environment

You can install the {ProductShortName} plugin in a disconnected network environment.

The {ProductShortName} plugin has been tested with the Eclipse IDE for Java Enterprise Developers 2021-03 and Red Hat CodeReady Studio 12.19.1.

Prerequisites
  • Java Development Kit (JDK) installed. {ProductShortName} supports the following JDKs:

    • OpenJDK 1.8

    • OpenJDK 11

    • Oracle JDK 1.8

    • Oracle JDK 11

  • 8 GB RAM

  • If you are installing on macOS, the value of maxproc must be 2048 or greater.

Procedure
  1. On a computer with network access, navigate to the Migration Toolkit for Applications download site and download the migrationtoolkit-mta-eclipse-plugin-repository file.

  2. Launch Eclipse or CodeReady Studio.

  3. From the menu bar, select HelpInstall New Software.

  4. Next to the Work with field, click Add.

  5. In the Name field, enter {ProductShortName}.

  6. Next to the Location field, click Archive.

  7. Select the migrationtoolkit-{LC_PSN}-eclipse-plugin-repository file and click OK.

  8. Select all the JBoss Tools - {ProductShortName} check boxes and click Next.

  9. Review the installation details and click Next.

  10. Accept the terms of the license agreement and click Finish.

  11. Restart Eclipse or CodeReady Studio.

2.3. Accessing the {ProductShortName} tools

You can access the {ProductShortName} plugin tools in the {ProductShortName} perspective.

Prerequisites
  • You must restart the Eclipse IDE or Red Hat CodeReady Studio after installing the {ProductShortName} plugin.

Procedure
  1. Click WindowPerspectiveOpen PerspectiveOther.

  2. Select {ProductShortName} and click OK.

    The following components are displayed:

    • Issue Explorer displays the migration issues identified by the {ProductShortName} plugin.

    • {ProductShortName} Server is a separate process that analyzes projects, flags migration issues, and generates reports.

      You can start, stop, and view the status of the {ProductShortName} server in the Issue Explorer.

    • Issue Details displays detailed information about a selected issue, including the hint, severity, and any additional resources.

    • {ProductShortName} Report is an HTML report generated by the {ProductShortName} plugin. From the report landing page you can navigate to detailed reports, such as Application Details, Issues, and Dependencies.

      Note

      The report is not generated by default. You must select the Generate Report option in the run configuration.

3. Analyzing your projects with the {ProductShortName} plugin

You can analyze your projects with the {ProductShortName} plugin by creating a run configuration, running an analysis, and then reviewing and resolving migration issues detected by the {ProductShortName} plugin.

3.1. Creating a run configuration

You can create a run configuration in the Issue Explorer. A run configuration specifies the project to analyze, migration path, and additional options.

You can create multiple run configurations. Each run configuration must have a unique name.

Prerequisite
  • You must import your projects into the Eclipse IDE or CodeReady Studio.

Procedure
  1. In the Issue Explorer, click the {ProductShortName} icon ({ProductShortName} button) to create a run configuration.

  2. On the Input tab, complete the following fields:

    1. Select a migration path.

    2. Beside the Projects field, click Add and select one or more projects.

    3. Beside the Packages field, click Add and select one or more the packages.

      Note

      Specifying the packages for analysis reduces the run time. If you do not select any packages, all packages in the project are scanned.

  3. On the Options tab, you can select Generate Report to generate an HTML report. The report is displayed in the Report tab and saved as a file.

    Other options are displayed. See {ProductShortName} Command-line Arguments in the CLI Guide for details.

  4. On the Rules tab, you can select custom rulesets that you have imported or created for the {ProductShortName} plugin.

  5. Click Run to start the analysis.

3.2. Analyzing projects

You can analyze your projects by running the {ProductShortName} plugin with a saved run configuration.

Procedure
  1. In the {ProductShortName} perspective, click the Run button (Run button) and select a run configuration.

    The {ProductShortName} plugin analyzes your projects. The Issue Explorer displays migration issues that are detected with the ruleset.

  2. When you have finished analyzing your projects, stop the {ProductShortName} server in the Issue Explorer to conserve memory.

3.3. Reviewing issues

You can review issues identified by the {ProductShortName} plugin.

Procedure
  1. Click WindowShow ViewIssue Explorer.

  2. Optional: Filter the issues by clicking the Options menu kebab, selecting Group By and an option.

    Issue Explorer "Group By" options
  3. Right-click and select Issue Details to view information about the issue, including its severity and how to address it.

    The following icons indicate the severity and state of an issue:

    Table 1. Issue icons
    Icon Description
    Mandatory

    The issue must be fixed for a successful migration.

    Optional

    The issue is optional to fix for migration.

    Warning

    The issue might need to be addressed during migration.

    Resolved

    The issue was resolved.

    Stale

    The issue is stale. The code marked as an issue was modified since the last time that {ProductShortName} identified it as an issue.

    Mandatory with quick fix

    A quick fix is available for this issue, which is mandatory to fix for a successful migration.

    Optional with quick fix

    A quick fix is available for this issue, which is optional to fix for migration.

    Warning with quick fix

    A quick fix is available for this issue, which may potentially be an issue during migration.

  4. Double-click an issue to open the associated line of code in an editor.

3.4. Resolving issues

You can resolve issues detected by the {ProductShortName} plugin by performing one of the following actions:

  • You can double-click the issue to open it in an editor and edit the source code.

    The issue displays a Stale icon (Stale) until the next time you run the {ProductShortName} plugin.

  • You can right-click the issue and select Mark as Fixed.

  • If the issue displays a Quick Fix icon (Mandatory with quick fix Optional with quick fix Warning with quick fix), you can right-click the issue and select Preview Quick Fix and then Apply Quick Fix.

4. Managing rules

The {ProductShortName} plugin comes with a core set of System rules for analyzing projects and identifying migration and modernization issues.

You can create and import custom rulesets.

4.1. Viewing rules

You can view system and custom rules, if any, for the {ProductShortName} plugin.

Prerequisites
  • To view system rules, the {ProductShortName} server must be running.

Procedure
  1. Click the Rulesets tab.

  2. Expand System to view system rulesets or Custom to view custom rulesets.

  3. Expand a ruleset.

  4. Double-click a rule to open it in a viewer.

  5. Click the Source tab to view the XML source of the rule.

4.2. Creating a custom ruleset

You can create a custom ruleset in the {ProductShortName} perspective.

See the Rules Development Guide to learn more about creating custom XML rules.

Procedure
  1. Click the Rulesets tab.

  2. Click the Create Ruleset icon (Create ruleset icon).

  3. Select a project and a directory for the ruleset.

  4. Enter the file name.

    Note

    The file must have the extension .windup.xml or .mta.xml.

  5. Enter a ruleset ID, for example, my-ruleset-id.

  6. Optional: Select Generate quickstart template to add basic rule templates to the file.

  7. Click Finish.

  8. The ruleset file opens in an editor and you can add and edit rules in the file.

  9. Click the Source tab to edit the XML source of the ruleset file.

You can select the new ruleset when you create a run configuration.

4.3. Importing a custom ruleset

You can import a custom ruleset into the {ProductShortName} plugin to analyze your projects.

Prerequisites
  • Custom ruleset file with a .windup.xml or .mta.xml extension.

    See the Rules Development Guide for information about creating rulesets.

Procedure
  1. Click the Rulesets tab.

  2. Click the Import Ruleset icon (Import ruleset icon).

  3. Browse to and select the XML rule file to import.

    The custom ruleset is displayed when you expand Custom on the Rulesets tab.

4.4. Submitting a custom ruleset

You can submit your custom ruleset for inclusion in the official {ProductShortName} rule repository. This allows your custom rules to be reviewed and included in subsequent releases of {ProductShortName}.

Procedure
  1. Click the Rulesets tab.

  2. Click the Arrow icon (Dropdown) and select Submit Ruleset.

  3. Complete the following fields:

    • Summary: Describe the purpose of the rule. This becomes the title of the submission.

    • Code Sample: Enter an example of the source code that the rule should run against.

    • Description: Enter a brief description of the rule.

  4. Click Choose Files and select the ruleset file.

  5. Click Submit.