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
fix(CodeTransform): pre-select Java version (#4401)
## Problem
UX request to change the way we validate input: rather than letting user
select a project, then run all validation checks, we want to run all
validation checks on all open projects to filter valid projects for the
user, plus pre-select the Java version for them if we were able to
detect it and it's a supported version (8 or 11).
## Solution
Implement what is described above.
<!---
REMINDER:
- Read CONTRIBUTING.md first.
- Add test coverage for your changes.
- Update the changelog using `npm run newChange`.
- Link to related issues/commits.
- Testing: how did you test your changes?
- Screenshots
-->
## License
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
---------
Co-authored-by: David Hasani <[email protected]>
'We could not find a valid configuration file. We currently support Maven build tool and require a POM.xml in the root directory to identify build configurations. Be sure to also build your project.'
296
+
'None of your open Java projects are supported by Amazon Q Code Transformation. We were unable to find a pom.xml in any of your Java projects. We only support Java projects built on Maven at the moment.'
301
297
302
-
exportconstnoActiveIdCMessage='Transform by Q requires an active IAM Identity Center connection'
298
+
exportconstnoActiveIdCMessage='Amazon Q Code Transformation requires an active IAM Identity Center connection'
303
299
304
300
exportconstnoOngoingJobMessage='No job is in-progress at the moment'
exportconsterrorDownloadingDiffMessage='Transform by Q experienced an error when downloading the diff'
308
+
exportconsterrorDownloadingDiffMessage='Amazon Q Code Transformation experienced an error when downloading the diff'
313
309
314
310
exportconstviewProposedChangesMessage=
315
311
'Transformation job completed. You can view the transformation summary along with the proposed changes and accept or reject them in the Proposed Changes panel.'
'We could not find an upgrade-eligible application. We currently support upgrade of Java applications of version 8 and 11. Be sure to also build your project.'
316
+
'None of your open projects are supported by Amazon Q Code Transformation. We were unable to find a Java project. We only support Java projects built on Maven at the moment.'
321
317
322
318
exportconstdependencyDisclaimer=
323
-
'Please confirm you are ready to proceed with the transformation. Amazon Q will upload the application code and its dependency binaries from your machine to start the upgrade. If you have not yet compiled the application on your local machine, please do so once before starting the upgrade. Install Maven to ensure all module dependencies are picked for Transformation.'
319
+
'Please confirm you are ready to proceed with the transformation. Amazon Q Code Transformation will upload the application code and its dependency binaries from your machine to start the upgrade. If you have not yet compiled the application on your local machine, please do so once before starting the upgrade. Install Maven to ensure all module dependencies are picked for Transformation.'
0 commit comments