You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'I am starting to transform your code. It can take 10 to 30 minutes to upgrade your code, depending on the size of your project. To monitor progress, go to the Transformation Hub. If I run into any issues, I might pause the transformation to get input from you on how to proceed.'
454
454
455
-
exportconstchooseTransformationObjective='Enter "language upgrade" or "sql conversion"'
455
+
exportconstchooseTransformationObjective=`I can help you with the following tasks:\n- Upgrade your Java 8 and Java 11 codebases to Java 17, or upgrade Java 17 code with up to date libraries and other dependencies.\n- Convert embedded SQL code for Oracle to PostgreSQL database migrations in AWS DMS.\n\nWhat would you like to do? You can enter "language upgrade" or "sql conversion".`
456
+
457
+
exportconstchooseTransformationObjectivePlaceholder='Enter "language upgrade" or "sql conversion"'
456
458
457
459
exportconstuploadingCodeStepMessage='Upload your code'
exportconstjobPartiallyCompletedNotification=`Amazon Q ${getTransformationActionString()} part of your code. You can review the diff to see my proposed changes and accept or reject them. The transformation summary has details about the files I updated and the errors that prevented a complete transformation.`
593
595
594
-
exportconstnoPomXmlFoundChatMessage=`I couldn\'t find a project that I can upgrade. Your Java project must be built on Maven and contain a pom.xml file. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
596
+
exportconstnoPomXmlFoundChatMessage=`I couldn\'t find a project that I can upgrade. I couldn\'t find a pom.xml file in any of your open projects, nor could I find any embedded SQL statements. Currently, I can upgrade Java 8 or Java 11 projects built on Maven, or Oracle SQL to PostgreSQL statements in Java projects. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
595
597
596
598
exportconstnoPomXmlFoundNotification=`None of your open modules are supported for code transformation with Amazon Q. A pom.xml is required for transformation.`
0 commit comments