@@ -119,7 +119,6 @@ with what features/services are supported.
119
119
<extensionPoint name =" executable" interface =" software.aws.toolkits.jetbrains.core.executables.ExecutableType" dynamic =" true" />
120
120
121
121
<extensionPoint name =" clouddebug.debuggerSupport" interface =" software.aws.toolkits.jetbrains.services.clouddebug.DebuggerSupport" dynamic =" true" />
122
- <extensionPoint name =" notice" interface =" software.aws.toolkits.jetbrains.core.notification.NoticeType" dynamic =" true" />
123
122
124
123
<extensionPoint name =" explorer.serviceNode" interface =" software.aws.toolkits.jetbrains.core.explorer.nodes.AwsExplorerServiceNode" dynamic =" true" />
125
124
<extensionPoint name =" explorer.nodeProcessor" interface =" software.aws.toolkits.jetbrains.core.explorer.AwsExplorerNodeProcessor" dynamic =" true" />
@@ -161,7 +160,6 @@ with what features/services are supported.
161
160
<statusBarWidgetFactory implementation =" software.aws.toolkits.jetbrains.core.credentials.AwsSettingsPanelInstaller" />
162
161
163
162
<postStartupActivity implementation =" software.aws.toolkits.jetbrains.core.AwsTelemetryPrompter" />
164
- <postStartupActivity implementation =" software.aws.toolkits.jetbrains.core.notification.NoticeStartupActivity" />
165
163
<postStartupActivity implementation =" software.aws.toolkits.jetbrains.core.executables.ExecutableLoader" />
166
164
167
165
<applicationService serviceInterface =" software.aws.toolkits.core.clients.SdkClientProvider"
@@ -171,8 +169,6 @@ with what features/services are supported.
171
169
testServiceImplementation =" software.aws.toolkits.jetbrains.services.telemetry.MockTelemetryService" />
172
170
<applicationService serviceInterface =" software.aws.toolkits.jetbrains.core.executables.ExecutableManager"
173
171
serviceImplementation =" software.aws.toolkits.jetbrains.core.executables.DefaultExecutableManager" />
174
- <applicationService serviceInterface =" software.aws.toolkits.jetbrains.core.notification.NoticeManager"
175
- serviceImplementation =" software.aws.toolkits.jetbrains.core.notification.DefaultNoticeManager" />
176
172
<applicationService serviceInterface =" software.aws.toolkits.core.ToolkitClientManager"
177
173
serviceImplementation =" software.aws.toolkits.jetbrains.core.AwsClientManager"
178
174
testServiceImplementation =" software.aws.toolkits.jetbrains.core.MockClientManager" />
@@ -207,6 +203,10 @@ with what features/services are supported.
207
203
<runConfigurationProducer implementation =" software.aws.toolkits.jetbrains.services.lambda.execution.local.LocalLambdaRunConfigurationProducer" />
208
204
<runConfigurationProducer implementation =" software.aws.toolkits.jetbrains.services.lambda.execution.remote.RemoteLambdaRunConfigurationProducer" />
209
205
206
+ <!-- Min Version Notice -->
207
+ <postStartupActivity implementation =" software.aws.toolkits.jetbrains.core.notification.MinimumVersionChange" />
208
+ <!-- TODO: Migrate to this FIX_WHEN_MIN_IS_203 <notificationGroup id="aws.toolkit_deprecation" displayType="STICKY_BALLOON" key="aws.toolkit_deprecation.title"/> -->
209
+
210
210
<!-- ECS -->
211
211
<configurationType implementation =" software.aws.toolkits.jetbrains.services.ecs.execution.EcsCloudDebugRunConfigurationType" />
212
212
<programRunner implementation =" software.aws.toolkits.jetbrains.services.clouddebug.execution.CloudDebuggingRunner" />
@@ -248,8 +248,6 @@ with what features/services are supported.
248
248
<explorer .nodeProcessor implementation =" software.aws.toolkits.jetbrains.services.clouddebug.CloudDebuggingExplorerProcessor" />
249
249
<explorer .treeStructure implementation =" software.aws.toolkits.jetbrains.services.clouddebug.CloudDebuggingExplorerTreeStructureProvider" />
250
250
251
- <notice implementation =" software.aws.toolkits.jetbrains.core.notification.JetBrainsMinimumVersionChange" />
252
-
253
251
<!-- Explorer nodes -->
254
252
<explorer .serviceNode implementation =" software.aws.toolkits.jetbrains.core.explorer.nodes.AppRunnerExplorerRootNode" />
255
253
<explorer .serviceNode implementation =" software.aws.toolkits.jetbrains.core.explorer.nodes.CloudFormationExplorerRootNode" />
0 commit comments