AWS m2 documentation change
Summary
Updated migration documentation from version 5.85.0 to 5.125.0, changed references from 5.86.0 to 5.125.0, updated Spring Boot and Tomcat version compatibility notes, and changed a section title from 'AWS Transform for mainframe lifecycle' to 'AWS Transform for mainframe runtime Breaking changes'.
Security assessment
The changes are routine version updates and migration instructions. There is no mention of security vulnerabilities, patches, or security incidents. The update from Tomcat 10 to Tomcat 11+ and Spring Boot 3.5.7 to 4.0.3+ could include security improvements, but the diff provides no evidence of addressing specific security issues. The change in section title to 'Breaking changes' suggests functional or compatibility updates, not security fixes.
Diff
diff --git a/m2/latest/userguide/ba-migration-notes.md b/m2/latest/userguide/ba-migration-notes.md index 7b7077556..cb457e781 100644 --- a//m2/latest/userguide/ba-migration-notes.md +++ b//m2/latest/userguide/ba-migration-notes.md @@ -7 +7 @@ -Common upgradesMigrating from 3.10.0 to 4.0.0Migrating from 5.85.0 to 5.86.0 +Common upgradesMigrating from 3.10.0 to 4.0.0Migrating from 5.85.0 to 5.125.0 @@ -21 +21 @@ This page contains instructions for upgrading the AWS Transform for mainframe ve - * Migrating from 5.85.0 to 5.86.0 + * Migrating from 5.85.0 to 5.125.0 @@ -81 +81 @@ If you used extra dependencies (not included on the runtime), you might need to -## Migrating from 5.85.0 to 5.86.0 +## Migrating from 5.85.0 to 5.125.0 @@ -83 +83 @@ If you used extra dependencies (not included on the runtime), you might need to -The main change in 5.86.0 ([Alpha pre-releases](./ba-versioning.html#ba-versioning-alpha)) is the migration from Spring Boot 3.5.7 to Spring Boot 4.0.3 and from Tomcat 10 to Tomcat 11. +The main change in 5.125.0 (alpha prerelease 5.86.0) ([Alpha pre-releases](./ba-versioning.html#ba-versioning-alpha)) is the migration from Spring Boot 3.5.7 to Spring Boot 4.0.3+ and from Tomcat 10 to Tomcat 11+. @@ -87 +87 @@ The main change in 5.86.0 ([Alpha pre-releases](./ba-versioning.html#ba-versioni -This section lists changes required to make the modernized code compatible with AWS Transform for mainframe Runtime 5.86.0. You can skip this section if you decide to launch a new generation using the 5.86.0 version on Blu Insights (Transformation Center). +This section lists changes required to make the modernized code compatible with AWS Transform for mainframe Runtime 5.125.0. You can skip this section if you decide to launch a new generation using the 5.125.0 version on AWS Transform for mainframe refactor (Transformation Center). @@ -122 +122 @@ Due to the dependencies change referenced above, references to: -This version is compatible with Tomcat `11.0.15`. Upgrading the Tomcat server to this version is required to run the AWS Transform for mainframe Runtime `5.86.0`. Make sure to port the old configuration changes (notably the Catalina properties). +This version is compatible with Tomcat `11.0.15+`. Upgrading the Tomcat server to this version is required to run the AWS Transform for mainframe Runtime `5.125.0`. Make sure to port the old configuration changes (notably the Catalina properties). @@ -140 +140 @@ AWS Transform for mainframe security vulnerabilities -AWS Transform for mainframe lifecycle +AWS Transform for mainframe runtime Breaking changes