Skip to content

Commit

Permalink
Merge pull request #789 from emarcusRH/mta-1290
Browse files Browse the repository at this point in the history
MTA-1290 new supported targets - OpenJDK 21, Apache Camel 4, Azure Kubernetes Service
  • Loading branch information
emarcusRH authored Jan 30, 2024
2 parents b1422c1 + 6a8f8b3 commit 3e82cde
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ You can analyze more than one application at a time against more than one transf
* Jakarta EE 9 - for migrating from Java EE 8 to Jakarta EE 9
* Spring Boot on Red Hat Runtimes
* Open Liberty
* Camel - for migrating from Apache Camel 2 to Apache Camel 3 and Apache Camel 4
* Camel - for migrating from Apache Camel 2 to Apache Camel 3 and from Apache Camel 3 to Apache Camel 4
* Azure
** Azure App Service
** Azure Kubernetes Service
. Click *Next*.
Expand Down
1 change: 1 addition & 0 deletions docs/topics/mta-what-is-the-toolkit.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* Migrating from Java Spring Boot to Quarkus
* Upgrading from OpenJDK 8 to OpenJDK 11
* Upgrading from OpenJDK 11 to OpenJDK 17
* Upgrading from OpenJDK 17 to OpenJDK 21
* Migrating EAP Java applications to Azure App Service
* Migrating Spring Boot Java applications to Azure App Service

Expand Down
15 changes: 9 additions & 6 deletions docs/topics/what-is-the-toolkit.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
// Module included in the following assemblies:
//
// * docs/getting-started-guide/master.adoc
// * docs/cli-guide/master.adoc
// * docs/maven-guide/master.adoc
// * docs/eclipse-code-ready-studio-guide/master.adoc
// * docs/web-console-guide/master.adoc
// * docs/getting-started-guide-mtr/master.adoc
// * docs/cli-guide-mtr/master.adoc
// * docs/intellij-idea-plugin-guide-mtr/master.adoc
// * docs/maven-guide-mtr/master.adoc
// * docs/eclipse-code-ready-studio-guide-mtr/master.adoc
// * docs/web-console-guide-mtr/master.adoc
// * docs/plugin-guide-mtr/master.adoc

[[about_mta]]
:_content-type: CONCEPT
Expand All @@ -24,7 +26,8 @@ The {ProductName} ({ProductShortName}) is an extensible and customizable rule-ba
* Migrating from Java Spring Boot to Quarkus
* Updating from Oracle JDK to OpenJDK
* Upgrading from OpenJDK 8 to OpenJDK 11
* Upgrading from OpenJDK11 to OpenJDK 17
* Upgrading from OpenJDK 11 to OpenJDK 17
* Upgrading from OpenJDK 17 to OpenJDK 21
* Migrating EAP Java applications to Azure
* Migrating Spring Boot Java applications to Azure

Expand Down
2 changes: 1 addition & 1 deletion docs/vs-code-extension-guide-mtr/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include::topics/making-open-source-more-inclusive.adoc[]
include::topics/about-ide-addons.adoc[leveloffset=+2]

// About {ProductName}
include::topics/mta-what-is-the-toolkit.adoc[leveloffset=+2]
include::topics/what-is-the-toolkit.adoc[leveloffset=+2]

// Install the extension
include::topics/installing-vs-code-extension.adoc[leveloffset=+1]
Expand Down

0 comments on commit 3e82cde

Please sign in to comment.