Skip to content

Commit 4eb0b30

Browse files
authored
Mark IDE 233 and GW 242 as deprecated (#4998)
1 parent 8dc4b81 commit 4eb0b30

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "deprecation",
3+
"description" : "An upcoming release will remove support for JetBrains Gateway version 2024.2 and for IDEs based on the 2023.3 platform"
4+
}

plugins/toolkit/jetbrains-core/src/software/aws/toolkits/jetbrains/core/notification/MinimumVersionChange.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ class MinimumVersionChange @JvmOverloads constructor(isUnderTest: Boolean = fals
5555
}
5656

5757
companion object {
58-
const val MIN_VERSION = 233
59-
const val MIN_VERSION_HUMAN = "2023.3"
58+
const val MIN_VERSION = 241
59+
const val MIN_VERSION_HUMAN = "2024.1"
6060

6161
// Used by tests to make sure the prompt never shows up
6262
const val SKIP_PROMPT = "aws.suppress_deprecation_prompt"

plugins/toolkit/jetbrains-gateway/src/software/aws/toolkits/jetbrains/gateway/GatewayDeprecationNotice.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class GatewayDeprecationNotice : AppLifecycleListener {
3030
}
3131

3232
companion object {
33-
const val MIN_VERSION = 242
34-
const val MIN_VERSION_HUMAN = "2024.2"
33+
const val MIN_VERSION = 243
34+
const val MIN_VERSION_HUMAN = "2024.3"
3535
}
3636
}

0 commit comments

Comments
 (0)