Skip to content

Commit

Permalink
Add documentation for CARGO-1628
Browse files Browse the repository at this point in the history
  • Loading branch information
alitokmen committed May 5, 2024
1 parent c20b2e3 commit aeca5ad
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,15 @@ public String generateDocumentation(String containerId) throws Exception
output.append("changes to enable applications to migrate to ");
output.append(containerName + ".x and later.");
}
if (containerId.startsWith("tomcat") || containerId.startsWith("tomee"))
{
output.append(FileHandler.NEW_LINE);
output.append(FileHandler.NEW_LINE);
output.append(containerName + " has an integrated functionality for ");
output.append("automatically migrating J2EE / Java EE WARs to Jakarta EE. ");
output.append("You can follow the instructions on [Deploying legacy WARs to ");
output.append("Tomcat 10.x onwards] to make use of it.");
}
output.append("{note}");
output.append(FileHandler.NEW_LINE);
output.append(FileHandler.NEW_LINE);
Expand Down

0 comments on commit aeca5ad

Please sign in to comment.