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.`
498
498
499
-
exportconstunsupportedJavaVersionChatMessage=`Sorry, currently I can only upgrade Java 8or Java 11 projects. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
499
+
exportconstunsupportedJavaVersionChatMessage=`Sorry, currently I can only upgrade Java 8, 11, or 17 projects. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
500
500
501
501
exportconstfailedToStartJobChatMessage=
502
502
"Sorry, I couldn't begin the transformation. Please try starting the transformation again."
'Amazon Q upgraded part of your code to Java 17. 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.'
566
566
567
-
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 8or Java 11 projects built on Maven. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
567
+
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, 11, or 17 projects built on Maven. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
568
568
569
-
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 8or Java 11 projects built on Maven. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
569
+
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, 11, or 17 projects built on Maven. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
570
570
571
571
exportconstnoJavaHomeFoundChatMessage=`Sorry, I couldn\'t locate your Java installation. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
572
572
@@ -604,9 +604,9 @@ export const changesAppliedChatMessage = 'I applied the changes to your project.
604
604
605
605
exportconstchangesAppliedNotification='Amazon Q applied the changes to your project.'
606
606
607
-
exportconstnoOpenProjectsFoundChatMessage=`Sorry, I couldn\'t find a project that I can upgrade. Currently, I can only upgrade Java 8or Java 11 projects built on Maven. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
607
+
exportconstnoOpenProjectsFoundChatMessage=`Sorry, I couldn\'t find a project that I can upgrade. Currently, I can only upgrade Java 8, 11 or 17 projects built on Maven. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
608
608
609
-
exportconstnoJavaProjectsFoundChatMessage=`Sorry, I couldn\'t find a project that I can upgrade. Currently, I can only upgrade Java 8or Java 11 projects built on Maven. For more information, see the [Amazon Q documentation](${codeTransformPrereqDoc}).`
609
+
exportconstnoJavaProjectsFoundChatMessage=`Sorry, I couldn\'t find a project that I can upgrade. Currently, I can only upgrade Java 8, 11 or 17 projects built on Maven. 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.'
633
633
634
-
exportconstmacJava8HomeHelpChatMessage=
635
-
'To find the JDK path, run the following command in a new terminal: `/usr/libexec/java_home -v 1.8`'
636
-
637
-
exportconstmacJava11HomeHelpChatMessage=
638
-
'To find the JDK path, run the following command in a new terminal: `/usr/libexec/java_home -v 11`'
639
-
640
-
exportconstmacJava17HomeHelpChatMessage=
641
-
'To find the JDK path, run the following command in a new terminal: `/usr/libexec/java_home -v 17`'
0 commit comments