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
@@ -936,7 +936,7 @@ export class PayaraServerInstanceController extends PayaraInstanceController {
936
936
//showing dialog with message regarding to make manual changes for the pom configuration files
937
937
letoptions: vscode.MessageOptions={
938
938
modal: true,
939
-
detail: 'After migrating application you should need to apply pom configuration files manually. The suggested dependencies for Jakarta EE 10 are: \n'
939
+
detail: 'After transforming application you should need to apply pom configuration files manually. The suggested dependencies for Jakarta EE 10 are: \n'
940
940
+PayaraServerTransformPlugin.JAKARTA_10_DEPENDENCY_EE_API+' \n or \n'+PayaraServerTransformPlugin.JAKARTA_10_DEPENDENCY_WEB_API
941
941
};
942
942
@@ -954,7 +954,7 @@ export class PayaraServerInstanceController extends PayaraInstanceController {
0 commit comments