From 2f26cd762e76496af3d0ebb00d5c002537cc38cd Mon Sep 17 00:00:00 2001 From: "Philip Schlesinger @ Cryoport" Date: Tue, 24 Jan 2023 02:59:51 -0800 Subject: [PATCH 1/7] chore: support IntelliJ IDEA 2022.2.4 (#12) - Support IntelliJ IDEA 2022.2.4 - Roll Gradle IntelliJ Plugin to current rev (1.11.0) - Roll Kotlin JVM to current rev (1.7.21) - Roll IntelliJ Plugin Verifier to current rev (1.289) - Roll jUnit Jupiter to current rev (5.9.1) - Roll Kotlin StdLib JDK to current rev (8) --- build.gradle.kts | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d477a04..1b287f6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,11 +1,11 @@ plugins { - id("org.jetbrains.intellij") version "1.9.0" + id("org.jetbrains.intellij") version "1.11.0" java - kotlin("jvm") version "1.6.20" + kotlin("jvm") version "1.7.21" } group "com.asyncapi.plugin.idea" -version = "1.7.1+idea2021" +version = "1.7.2+idea2022" repositories { mavenCentral() @@ -13,22 +13,27 @@ repositories { dependencies { implementation(kotlin("stdlib")) - testImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0") - testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.9.0") + testImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.1") + testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.9.1") } // See https://github.com/JetBrains/gradle-intellij-plugin/ intellij { - version.set("2022.2.3") + version.set("2022.2.4") plugins.set(listOf("yaml")) } tasks.getByName("patchPluginXml") { sinceBuild.set("211") untilBuild.set("222.*") changeNotes.set(""" -

Fix preview on Windows

+

Support IntelliJ IDEA 2022.2.4

+

Roll Gradle IntelliJ Plugin to current rev (1.11.0)

+

Roll Kotlin JVM to current rev (1.7.21)

+

Roll IntelliJ Plugin Verifier to current rev (1.289)

+

Roll jUnit Jupiter to current rev (5.9.1)

+

Roll Kotlin StdLib JDK to current rev (8)

""".trimIndent()) } @@ -54,9 +59,10 @@ tasks.getByName("runPluginVe "2022.2", "2022.2.1", "2022.2.2", - "2022.2.3" + "2022.2.3", + "2022.2.4" )) - verifierVersion.set("1.284") + verifierVersion.set("1.289") } tasks { From 0757339b3c902eb81ab3c430947fa279859dc912 Mon Sep 17 00:00:00 2001 From: Pavel Bodiachevskii Date: Tue, 24 Jan 2023 19:12:10 +0400 Subject: [PATCH 2/7] chore: update change notes --- build.gradle.kts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1b287f6..d821577 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,11 +29,6 @@ tasks.getByName("patchPluginXml untilBuild.set("222.*") changeNotes.set("""

Support IntelliJ IDEA 2022.2.4

-

Roll Gradle IntelliJ Plugin to current rev (1.11.0)

-

Roll Kotlin JVM to current rev (1.7.21)

-

Roll IntelliJ Plugin Verifier to current rev (1.289)

-

Roll jUnit Jupiter to current rev (5.9.1)

-

Roll Kotlin StdLib JDK to current rev (8)

""".trimIndent()) } From c3955dfb8b410fb22adf1c0b4c64dcfd35185ccf Mon Sep 17 00:00:00 2001 From: Pavel Bodiachevskii Date: Tue, 24 Jan 2023 23:09:09 +0400 Subject: [PATCH 3/7] docs: plugin compatibility table --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4d2093..c194fb0 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,19 @@ cd jasyncapi-idea-plugin BUILD SUCCESSFUL in 24s 11 actionable tasks: 11 executed ``` -4. install plugin from disk - [JetBrains Instruction](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk) \ No newline at end of file +4. install plugin from disk - [JetBrains Instruction](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk) + +## How to choose right version +If you want to build the plugin locally and/or install it from this repo - check the compatibility table: + +| Plugin version | Android Studio | AppCode | Aqua | CLion | Code With Me Guest | DataGrip | DataSpell | GoLand | IntelliJ IDEA Community | IntelliJ IDEA Educational | IntelliJ IDEA Ultimate | JetBrains Client | MPS | PhpStorm | PyCharm Community | PyCharm Educational | PyCharm Professional | Rider | RubyMine | WebStorm | +|---------------------------------------------------------------------------------------------------|--------------------------------------------------------------|-------------------|---------------------|-------------------|---------------------|-------------------|---------------------|-------------------|-------------------------|---------------------------|------------------------|---------------------|-------------------|-------------------|-------------------|---------------------|----------------------|-------------------|-------------------|-------------------| +| [1.0.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.0.0%2Bidea2021) | Chipmunk | 2021.2.1 — Chipmunk | 2021.2.1 Patch 2 | 2021.2 — 2021.2.5 | build 211.* — 212.* | 2021.2 — 2021.2.4 | build 211.* — 212.* | 2021.2 — 2021.2.4 | build 211.* — 212.* | 2021.2 — 2021.2.5 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.3 | 2021.2 — 2021.2.4 | build 211.* — 212.* | 2021.2 — 2021.2.6 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.3 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.3 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.4 | +| [1.1.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.1.0%2Bidea2021) | Chipmunk | 2021.2.1 — Chipmunk | 2021.2.1 Patch 2 | 2021.2 — 2021.2.5 | build 211.* — 212.* | 2021.2 — 2021.2.4 | build 211.* — 212.* | 2021.2 — 2021.2.4 | build 211.* — 212.* | 2021.2 — 2021.2.5 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.3 | 2021.2 — 2021.2.4 | build 211.* — 212.* | 2021.2 — 2021.2.6 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.3 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.3 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.4 | +| [1.2.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.2.0%2Bidea2021) | Bumblebee | 2021.1.1 — Chipmunk | 2021.2.1 Patch 2 | 2021.1 — 2021.2.5 | build 211.0 — 212.* | 2021.1 — 2021.2.4 | build 211.0 — 212.* | 2021.1 — 2021.2.4 | build 211.0 — 212.* | 2021.1 — 2021.2.5 | 2021.1 — 2021.2.4 | 2021.1 — 2021.2.3 | 2021.1 — 2021.2.4 | build 211.0 — 212.* | 2021.1 — 2021.2.6 | 2021.1 — 2021.2.4 | 2021.1 — 2021.2.4 | 2021.1 — 2021.2.3 | 2021.1 — 2021.2.4 | 2021.1 — 2021.2.3 | 2021.1 — 2021.2.4 | 2021.1 — 2021.2.4 | +| [1.3.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.3.0%2Bidea2021) | Bumblebee | 2021.1.1 — Dolphin | 2021.3.1 Patch 1 | 2021.1 — 2021.3.3 | build 211.0 — 213.* | 2021.1 — 2021.3.4 | build 211.0 — 213.* | 2021.1 — 2021.3.4 | 2021.3 — 2021.3.3 | 2021.1 — 2021.3.5 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.4 | 2021.1 — 2021.3.3 | build 211.0 — 213.* | 2021.1 — 2021.3.2 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.4 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.4 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.3 | +| [1.4.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.4.0%2Bidea2021) | Bumblebee | 2021.1.1 — Dolphin | 2021.3.1 Patch 1 | 2021.1 — 2021.3.3 | build 211.0 — 213.* | 2021.1 — 2021.3.4 | build 211.0 — 213.* | 2021.1 — 2021.3.4 | 2021.3 — 2021.3.3 | 2021.1 — 2021.3.5 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.4 | 2021.1 — 2021.3.3 | build 211.0 — 213.* | 2021.1 — 2021.3.2 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.4 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.4 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.3 | +| [1.5.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.5.0%2Bidea2021) | Bumblebee | 2021.1.1 — Electric Eel | 2022.1.1 | 2021.1 — 2022.1.4 | build 211.0 — 221.* | 2021.1 — 2022.1.3 | build 211.0 — 221.* | 2021.1 — 2022.1.5 | 2021.3 — 2022.1.4 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.3 | 2021.1 — 2022.1.4 | build 211.0 — 221.* | 2021.1 — 2021.3.2 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.3 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.2 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.4 | +| [1.6.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.6.0%2Bidea2021) | Bumblebee | 2021.1.1 — Electric Eel | 2022.1.1 | 2021.1 — 2022.1.4 | build 211.0 — 221.* | 2021.1 — 2022.1.3 | build 211.0 — 221.* | 2021.1 — 2022.1.5 | 2021.3 — 2022.1.4 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.3 | 2021.1 — 2022.1.4 | build 211.0 — 221.* | 2021.1 — 2021.3.2 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.3 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.2 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.4 | +| [1.7.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.7.0%2Bidea2021) | Bumblebee | 2021.1.1 — Flamingo | 2022.2.1 Beta 1 | 2021.1 — 2022.2.5 | build 211.0 — 222.* | 2021.1 — 2022.2.4 | build 211.0 — 222.* | 2021.1 — 2022.2.5 | 2021.3 — 2022.2.4 | 2021.1 — 2022.2.5 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.2 | 2021.1 — 2022.2.4 | build 211.0 — 222.* | 2021.1 — 2022.2 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.2 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | +| [1.7.1+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.7.1%2Bidea2021) | Bumblebee | 2021.1.1 — Flamingo | 2022.2.1 Beta 1 | 2021.1 — 2022.2.5 | build 211.0 — 222.* | 2021.1 — 2022.2.4 | build 211.0 — 222.* | 2021.1 — 2022.2.5 | 2021.3 — 2022.2.4 | 2021.1 — 2022.2.5 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.2 | 2021.1 — 2022.2.4 | build 211.0 — 222.* | 2021.1 — 2022.2 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.2 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | \ No newline at end of file From 91fc2129defc20cc1c9dc139e68227c8703591c4 Mon Sep 17 00:00:00 2001 From: Pavel Bodiachevskii Date: Wed, 25 Jan 2023 00:44:00 +0400 Subject: [PATCH 4/7] build: org.jetbrains.intellij - intellij-plugin-verifier: 1.11.0 -> 1.12.0 - kotlin: 1.7.21 -> 1.8.0 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d821577..26f8f3b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ plugins { - id("org.jetbrains.intellij") version "1.11.0" + id("org.jetbrains.intellij") version "1.12.0" java - kotlin("jvm") version "1.7.21" + kotlin("jvm") version "1.8.0" } group "com.asyncapi.plugin.idea" From e64e399c10b23432e817a054bc11497fe1fe625b Mon Sep 17 00:00:00 2001 From: Pavel Bodiachevskii Date: Wed, 25 Jan 2023 00:55:03 +0400 Subject: [PATCH 5/7] build: fix group typo --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 26f8f3b..9b67f83 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { kotlin("jvm") version "1.8.0" } -group "com.asyncapi.plugin.idea" +group = "com.asyncapi.plugin.idea" version = "1.7.2+idea2022" repositories { From bae3f6ca73d56cc15e7eddeb9056866a85c425b8 Mon Sep 17 00:00:00 2001 From: Pavel Bodiachevskii Date: Wed, 25 Jan 2023 01:15:30 +0400 Subject: [PATCH 6/7] release: 1.8.0+jre11 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9b67f83..49199d2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "com.asyncapi.plugin.idea" -version = "1.7.2+idea2022" +version = "1.8.0+jre11" repositories { mavenCentral() From 08ebc181db337a75cf677e7dd1c314336c2da702 Mon Sep 17 00:00:00 2001 From: Pavel Bodiachevskii Date: Thu, 26 Jan 2023 00:07:42 +0400 Subject: [PATCH 7/7] docs: plugin compatibility table - 1.8.0+jre11 - 2.0.0+jre17 --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c194fb0..a65c7d1 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,16 @@ BUILD SUCCESSFUL in 24s ## How to choose right version If you want to build the plugin locally and/or install it from this repo - check the compatibility table: -| Plugin version | Android Studio | AppCode | Aqua | CLion | Code With Me Guest | DataGrip | DataSpell | GoLand | IntelliJ IDEA Community | IntelliJ IDEA Educational | IntelliJ IDEA Ultimate | JetBrains Client | MPS | PhpStorm | PyCharm Community | PyCharm Educational | PyCharm Professional | Rider | RubyMine | WebStorm | -|---------------------------------------------------------------------------------------------------|--------------------------------------------------------------|-------------------|---------------------|-------------------|---------------------|-------------------|---------------------|-------------------|-------------------------|---------------------------|------------------------|---------------------|-------------------|-------------------|-------------------|---------------------|----------------------|-------------------|-------------------|-------------------| -| [1.0.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.0.0%2Bidea2021) | Chipmunk | 2021.2.1 — Chipmunk | 2021.2.1 Patch 2 | 2021.2 — 2021.2.5 | build 211.* — 212.* | 2021.2 — 2021.2.4 | build 211.* — 212.* | 2021.2 — 2021.2.4 | build 211.* — 212.* | 2021.2 — 2021.2.5 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.3 | 2021.2 — 2021.2.4 | build 211.* — 212.* | 2021.2 — 2021.2.6 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.3 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.3 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.4 | -| [1.1.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.1.0%2Bidea2021) | Chipmunk | 2021.2.1 — Chipmunk | 2021.2.1 Patch 2 | 2021.2 — 2021.2.5 | build 211.* — 212.* | 2021.2 — 2021.2.4 | build 211.* — 212.* | 2021.2 — 2021.2.4 | build 211.* — 212.* | 2021.2 — 2021.2.5 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.3 | 2021.2 — 2021.2.4 | build 211.* — 212.* | 2021.2 — 2021.2.6 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.3 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.3 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.4 | -| [1.2.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.2.0%2Bidea2021) | Bumblebee | 2021.1.1 — Chipmunk | 2021.2.1 Patch 2 | 2021.1 — 2021.2.5 | build 211.0 — 212.* | 2021.1 — 2021.2.4 | build 211.0 — 212.* | 2021.1 — 2021.2.4 | build 211.0 — 212.* | 2021.1 — 2021.2.5 | 2021.1 — 2021.2.4 | 2021.1 — 2021.2.3 | 2021.1 — 2021.2.4 | build 211.0 — 212.* | 2021.1 — 2021.2.6 | 2021.1 — 2021.2.4 | 2021.1 — 2021.2.4 | 2021.1 — 2021.2.3 | 2021.1 — 2021.2.4 | 2021.1 — 2021.2.3 | 2021.1 — 2021.2.4 | 2021.1 — 2021.2.4 | -| [1.3.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.3.0%2Bidea2021) | Bumblebee | 2021.1.1 — Dolphin | 2021.3.1 Patch 1 | 2021.1 — 2021.3.3 | build 211.0 — 213.* | 2021.1 — 2021.3.4 | build 211.0 — 213.* | 2021.1 — 2021.3.4 | 2021.3 — 2021.3.3 | 2021.1 — 2021.3.5 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.4 | 2021.1 — 2021.3.3 | build 211.0 — 213.* | 2021.1 — 2021.3.2 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.4 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.4 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.3 | -| [1.4.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.4.0%2Bidea2021) | Bumblebee | 2021.1.1 — Dolphin | 2021.3.1 Patch 1 | 2021.1 — 2021.3.3 | build 211.0 — 213.* | 2021.1 — 2021.3.4 | build 211.0 — 213.* | 2021.1 — 2021.3.4 | 2021.3 — 2021.3.3 | 2021.1 — 2021.3.5 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.4 | 2021.1 — 2021.3.3 | build 211.0 — 213.* | 2021.1 — 2021.3.2 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.4 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.4 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.3 | -| [1.5.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.5.0%2Bidea2021) | Bumblebee | 2021.1.1 — Electric Eel | 2022.1.1 | 2021.1 — 2022.1.4 | build 211.0 — 221.* | 2021.1 — 2022.1.3 | build 211.0 — 221.* | 2021.1 — 2022.1.5 | 2021.3 — 2022.1.4 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.3 | 2021.1 — 2022.1.4 | build 211.0 — 221.* | 2021.1 — 2021.3.2 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.3 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.2 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.4 | -| [1.6.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.6.0%2Bidea2021) | Bumblebee | 2021.1.1 — Electric Eel | 2022.1.1 | 2021.1 — 2022.1.4 | build 211.0 — 221.* | 2021.1 — 2022.1.3 | build 211.0 — 221.* | 2021.1 — 2022.1.5 | 2021.3 — 2022.1.4 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.3 | 2021.1 — 2022.1.4 | build 211.0 — 221.* | 2021.1 — 2021.3.2 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.3 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.2 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.4 | -| [1.7.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.7.0%2Bidea2021) | Bumblebee | 2021.1.1 — Flamingo | 2022.2.1 Beta 1 | 2021.1 — 2022.2.5 | build 211.0 — 222.* | 2021.1 — 2022.2.4 | build 211.0 — 222.* | 2021.1 — 2022.2.5 | 2021.3 — 2022.2.4 | 2021.1 — 2022.2.5 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.2 | 2021.1 — 2022.2.4 | build 211.0 — 222.* | 2021.1 — 2022.2 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.2 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | -| [1.7.1+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.7.1%2Bidea2021) | Bumblebee | 2021.1.1 — Flamingo | 2022.2.1 Beta 1 | 2021.1 — 2022.2.5 | build 211.0 — 222.* | 2021.1 — 2022.2.4 | build 211.0 — 222.* | 2021.1 — 2022.2.5 | 2021.3 — 2022.2.4 | 2021.1 — 2022.2.5 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.2 | 2021.1 — 2022.2.4 | build 211.0 — 222.* | 2021.1 — 2022.2 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.2 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | \ No newline at end of file +| Plugin version | Android Studio | AppCode | Aqua | CLion | Code With Me Guest | DataGrip | DataSpell | GoLand | IntelliJ IDEA Community | IntelliJ IDEA Educational | IntelliJ IDEA Ultimate | JetBrains Client | MPS | PhpStorm | PyCharm Community | PyCharm Educational | PyCharm Professional | Rider | RubyMine | WebStorm | +|---------------------------------------------------------------------------------------------------|--------------------------------------------------------------|-------------------|---------------------|-------------------|---------------------|-------------------|------------------------|-------------------|-------------------------|---------------------------|------------------------|---------------------|---------------------|-------------------------|-------------------|---------------------|----------------------|-------------------|-------------------|-------------------| +| [1.0.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.0.0%2Bidea2021) | Chipmunk | 2021.2.1 — Chipmunk | 2021.2.1 Patch 2 | 2021.2 — 2021.2.5 | build 211.* — 212.* | 2021.2 — 2021.2.4 | build 211.* — 212.* | 2021.2 — 2021.2.4 | build 211.* — 212.* | 2021.2 — 2021.2.5 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.3 | 2021.2 — 2021.2.4 | build 211.* — 212.* | 2021.2 — 2021.2.6 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.3 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.3 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.4 | +| [1.1.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.1.0%2Bidea2021) | Chipmunk | 2021.2.1 — Chipmunk | 2021.2.1 Patch 2 | 2021.2 — 2021.2.5 | build 211.* — 212.* | 2021.2 — 2021.2.4 | build 211.* — 212.* | 2021.2 — 2021.2.4 | build 211.* — 212.* | 2021.2 — 2021.2.5 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.3 | 2021.2 — 2021.2.4 | build 211.* — 212.* | 2021.2 — 2021.2.6 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.3 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.3 | 2021.2 — 2021.2.4 | 2021.2 — 2021.2.4 | +| [1.2.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.2.0%2Bidea2021) | Bumblebee | 2021.1.1 — Chipmunk | 2021.2.1 Patch 2 | 2021.1 — 2021.2.5 | build 211.0 — 212.* | 2021.1 — 2021.2.4 | build 211.0 — 212.* | 2021.1 — 2021.2.4 | build 211.0 — 212.* | 2021.1 — 2021.2.5 | 2021.1 — 2021.2.4 | 2021.1 — 2021.2.3 | 2021.1 — 2021.2.4 | build 211.0 — 212.* | 2021.1 — 2021.2.6 | 2021.1 — 2021.2.4 | 2021.1 — 2021.2.4 | 2021.1 — 2021.2.3 | 2021.1 — 2021.2.4 | 2021.1 — 2021.2.3 | 2021.1 — 2021.2.4 | 2021.1 — 2021.2.4 | +| [1.3.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.3.0%2Bidea2021) | Bumblebee | 2021.1.1 — Dolphin | 2021.3.1 Patch 1 | 2021.1 — 2021.3.3 | build 211.0 — 213.* | 2021.1 — 2021.3.4 | build 211.0 — 213.* | 2021.1 — 2021.3.4 | 2021.3 — 2021.3.3 | 2021.1 — 2021.3.5 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.4 | 2021.1 — 2021.3.3 | build 211.0 — 213.* | 2021.1 — 2021.3.2 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.4 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.4 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.3 | +| [1.4.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.4.0%2Bidea2021) | Bumblebee | 2021.1.1 — Dolphin | 2021.3.1 Patch 1 | 2021.1 — 2021.3.3 | build 211.0 — 213.* | 2021.1 — 2021.3.4 | build 211.0 — 213.* | 2021.1 — 2021.3.4 | 2021.3 — 2021.3.3 | 2021.1 — 2021.3.5 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.4 | 2021.1 — 2021.3.3 | build 211.0 — 213.* | 2021.1 — 2021.3.2 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.4 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.4 | 2021.1 — 2021.3.3 | 2021.1 — 2021.3.3 | +| [1.5.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.5.0%2Bidea2021) | Bumblebee | 2021.1.1 — Electric Eel | 2022.1.1 | 2021.1 — 2022.1.4 | build 211.0 — 221.* | 2021.1 — 2022.1.3 | build 211.0 — 221.* | 2021.1 — 2022.1.5 | 2021.3 — 2022.1.4 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.3 | 2021.1 — 2022.1.4 | build 211.0 — 221.* | 2021.1 — 2021.3.2 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.3 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.2 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.4 | +| [1.6.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.6.0%2Bidea2021) | Bumblebee | 2021.1.1 — Electric Eel | 2022.1.1 | 2021.1 — 2022.1.4 | build 211.0 — 221.* | 2021.1 — 2022.1.3 | build 211.0 — 221.* | 2021.1 — 2022.1.5 | 2021.3 — 2022.1.4 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.3 | 2021.1 — 2022.1.4 | build 211.0 — 221.* | 2021.1 — 2021.3.2 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.3 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.2 | 2021.1 — 2022.1.4 | 2021.1 — 2022.1.4 | +| [1.7.0+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.7.0%2Bidea2021) | Bumblebee | 2021.1.1 — Flamingo | 2022.2.1 Beta 1 | 2021.1 — 2022.2.5 | build 211.0 — 222.* | 2021.1 — 2022.2.4 | build 211.0 — 222.* | 2021.1 — 2022.2.5 | 2021.3 — 2022.2.4 | 2021.1 — 2022.2.5 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.2 | 2021.1 — 2022.2.4 | build 211.0 — 222.* | 2021.1 — 2022.2 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.2 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | +| [1.7.1+idea2021](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.7.1%2Bidea2021) | Bumblebee | 2021.1.1 — Flamingo | 2022.2.1 Beta 1 | 2021.1 — 2022.2.5 | build 211.0 — 222.* | 2021.1 — 2022.2.4 | build 211.0 — 222.* | 2021.1 — 2022.2.5 | 2021.3 — 2022.2.4 | 2021.1 — 2022.2.5 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.2 | 2021.1 — 2022.2.4 | build 211.0 — 222.* | 2021.1 — 2022.2 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.2 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | +| [1.8.0+jre11](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/1.8.0%2Bjre11) | Bumblebee | 2021.1.1 — Flamingo | 2022.2.1 Beta 1 | 2021.1 — 2022.2.5 | build 211.0 — 222.* | 2021.1 — 2022.2.4 | build 211.0 — 222.* | 2021.1 — 2022.2.5 | 2021.3 — 2022.2.4 | 2021.1 — 2022.2.5 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.2 | 2021.1 — 2022.2.4 | build 211.0 — 222.* | 2021.1 — 2022.2 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.2 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | 2021.1 — 2022.2.4 | +| [2.0.0+jre17](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/2.0.0%2Bjre17) | Giraffe | 2022.3.1 Canary 1 | 2022.3 — 2022.3.1 | 2022.3 (preview) | 2022.3 — 2022.3.1 | build 223.0 — 223.* | 2022.3 — 2022.3.3 | 2022.3 — 2022.3.2 (rc) | 2022.3 — 2022.3.1 | 2022.3 — 2022.3.1 | build 223.0 — 223.* | 2022.3 — 2022.3.1 | build 223.0 — 223.* | build 223.0 — 223.* | 2022.3 — 2022.3.2 (eap) | 2022.3 — 2022.3.1 | build 223.0 — 223.* | 2022.3 — 2022.3.1 | 2022.3 — 2022.3.1 | 2022.3 — 2022.3.1 | 2022.3 — 2022.3.1 | \ No newline at end of file