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
feat(amazon q): removing feature flag for selective transformation and confirmed string changes (aws#6084)
## Problem
Selective transformation changes were released under an IDE feature flag
due to backend changes that needed to be fixed.
## Solution
In this PR, we are removing the feature flag on the IDE side so the
users will now be able to see the form to select if they want to view
their changes in one or multiple diffs. If they select multiple diffs in
this form, then selective transformation will be invoked.
---
<!--- REMINDER: Ensure that your PR meets the guidelines in
CONTRIBUTING.md -->
License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
'Popular Enterprise Specifications and Application Frameworks upgrade':
29
29
'This diff patch covers the set of upgrades for Jakarta EE 10, Hibernate 6.2, and Micronaut 3.',
30
30
'HTTP Client Utilities, Apache Commons Utilities, and Web Frameworks':
31
-
'This diff patch covers the set of upgrades for Apache HTTP Client 5, Apache Commons utilities (Collections, IO, Lang, Math), Struts 6.0.',
31
+
'This diff patch covers the set of upgrades for Apache HTTP Client 5, Apache Commons utilities (Collections, IO, Lang, Math), and Struts 6.0.',
32
32
'Testing Tools and Frameworks upgrade':
33
-
'This diff patch covers the set of upgrades for ArchUnit, Mockito, TestContainers, Cucumber, and additionally, Jenkins plugins and the Maven Wrapper.',
33
+
'This diff patch covers the set of upgrades for ArchUnit, Mockito, TestContainers, and Cucumber, in addition to the Jenkins plugins and the Maven Wrapper.',
34
34
'Miscellaneous Processing Documentation upgrade':
35
35
'This diff patch covers a diverse set of upgrades spanning ORMs, XML processing, API documentation, and more.',
36
36
'Deprecated API replacement, dependency upgrades, and formatting':
@@ -470,7 +470,7 @@ export const chooseTransformationObjective = `I can help you with the following
470
470
exportconstchooseTransformationObjectivePlaceholder='Enter "language upgrade" or "sql conversion"'
471
471
472
472
exportconstuserPatchDescriptionChatMessage=`
473
-
I can now divide the transformation results into diff patches (if applicable to the app) if you would like to review and accept each diff with fewer changes:
473
+
If you'd like to update and test your code with fewer changes at a time, I can divide the transformation results into separate diff patches. If applicable to your application, I can split up the diffs up into the following groups of upgrades. Here are the upgrades included in each diff:
474
474
475
475
• Minimal Compatible Library Upgrade to Java 17: Dependencies to the minimum compatible versions in Java 17, including Springboot, JUnit, and PowerMockito.
? 'You can review the diff to see my proposed changes and accept or reject them. If you reject the diff, you will not be able to see the diffs later.'
619
+
? 'You can review the diffs to see my proposed changes and accept or reject them. You will be able to accept changes from one diff at a time. If you reject changes in one diff, you will not be able to view or accept changes in the other diffs.'
620
620
: 'You can review the diff to see my proposed changes and accept or reject them.'
0 commit comments