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 detected ${numPaths} potential absolute file path(s) in your ${buildFile} file: **${listOfPaths}**. Absolute file paths might cause issues when I build your code. Any errors will show up in the build log.`
506
506
507
-
exportconstunsupportedJavaVersionChatMessage=`Sorry, currently I can only upgrade Java 8or Java 11 projects. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
507
+
exportconstunsupportedJavaVersionChatMessage=`I can only upgrade Java 8, Java 11, or Java 17 projects. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
508
508
509
509
exportconstselectSQLMetadataFileHelpMessage=
510
510
'Next, I need the zipped metadata file from your schema conversion. You can download the metadata by going to your migration project in the AWS DMS console. Open the schema conversion and choose **Convert the embedded SQL in your application**. You can downloaded the metadata from Amazon S3 in the {schema-conversion-project}/ directory.'
'Amazon Q upgraded 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.'
592
592
593
-
exportconstnoPomXmlFoundChatMessage=`Sorry, I couldn\'t find a project that I can upgrade. I couldn\'t find a pom.xml file in any of your open projects. Currently, I can only upgrade Java 8 or Java 11 projects built on Maven. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
593
+
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}).`
594
594
595
-
exportconstnoPomXmlFoundNotification=`None of your open projects are supported by Amazon Q Code Transformation. Amazon Q could not find a pom.xml file in any of your open projects. Currently, Amazon Q can only upgrade Java 8 or Java 11 projects built on Maven. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
595
+
exportconstnoPomXmlFoundNotification=`None of your open modules are supported for code transformation with Amazon Q. A pom.xml is required for transformation.`
596
596
597
597
exportconstnoJavaHomeFoundChatMessage=`Sorry, I couldn\'t locate your Java installation. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
598
598
@@ -630,9 +630,9 @@ export const changesAppliedChatMessage = 'I applied the changes to your project.
630
630
631
631
exportconstchangesAppliedNotification='Amazon Q applied the changes to your project.'
632
632
633
-
exportconstnoOpenProjectsFoundChatMessage=`Sorry, I couldn\'t find a project that I can upgrade. Currently, I can only upgrade Java 8 or Java 11 projects built on Maven. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
633
+
exportconstnoOpenProjectsFoundChatMessage=`I couldn\'t find a project that I can upgrade. Currently, I support Java 8, Java 11, and Java 17 projects built on Maven. Make sure your project is open in the IDE. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
634
634
635
-
exportconstnoJavaProjectsFoundChatMessage=`Sorry, I couldn\'t find a project that I can upgrade. Currently, I can only upgrade Java 8 or Java 11 projects built on Maven. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
635
+
exportconstnoJavaProjectsFoundChatMessage=`I couldn\'t find a project that I can upgrade. Currently, I support Java 8, Java 11, and Java 17 projects built on Maven. Make sure your project is open in the IDE. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
'To find the JDK path, run the following commands in a new terminal: `cd "C:/Program Files/Java"` and then `dir`. If you see your JDK version, run `cd <version>` and then `cd` to show the path.'
659
659
660
-
exportconstmacJava8HomeHelpChatMessage=
661
-
'To find the JDK path, run the following command in a new terminal: `/usr/libexec/java_home -v 1.8`'
662
-
663
-
exportconstmacJava11HomeHelpChatMessage=
664
-
'To find the JDK path, run the following command in a new terminal: `/usr/libexec/java_home -v 11`'
0 commit comments