Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 2.3.0 #38

Merged
merged 34 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
ed357bc
feat: support IntelliJ IDEA 2022.3; roll versions (#8)
philCryoport Jan 24, 2023
dfe8d34
feat: update for Intellij 2022.3.1 (#11)
nexoscp Jan 25, 2023
bceec1b
build: fix group typo
Pakisan Jan 25, 2023
aa72745
build: update change notes
Pakisan Jan 25, 2023
52b6e51
build: actual IDEA versions in runPluginVerifier
Pakisan Jan 25, 2023
b75baab
release: 2.0.0+jre17
Pakisan Jan 25, 2023
4395a6f
feat: update for Intellij 2023.1 (#27)
nexoscp May 1, 2023
2b748e8
build: added new versions to check compatibility with IDE
Pakisan May 8, 2023
b9d8c89
build: intellij-plugin-verifier 1.289 -> 1.297
Pakisan May 8, 2023
c45b80b
feat(jackson): added jackson as dependency
Pakisan May 8, 2023
f400904
fix(PR): revert sinceBuild to 223
Pakisan May 8, 2023
f75988e
build: gradle 8.1.1
Pakisan May 9, 2023
2fd39aa
release: 2.1.0+jre17
Pakisan May 9, 2023
5686f00
feat: IDEA 2023.2
Pakisan Aug 1, 2023
2cf4848
Merge pull request #32 from asyncapi/feat/idea-2023.2
Pakisan Aug 1, 2023
6e5efb5
build: gradle-intellij-plugin 1.13.3 -> 1.15.0
Pakisan Aug 1, 2023
bf4d2b7
build: intellij-plugin-verifier 1.297 -> 1.301
Pakisan Aug 1, 2023
c05aa32
release: 2.2.0
Pakisan Aug 1, 2023
03717f0
feat: new icons
Pakisan Aug 3, 2023
5f41358
Merge pull request #33 from asyncapi/feat/new-icons
Pakisan Aug 3, 2023
a3dac6a
feat: new action names
Pakisan Aug 3, 2023
570d319
Merge pull request #34 from asyncapi/feat/new-actions-names
Pakisan Aug 3, 2023
1af89b4
feat: AsyncAPI 2.6.0
Pakisan Aug 31, 2023
94dbe02
Merge pull request #36 from asyncapi/feat/asyncapi-2.6.0
Pakisan Aug 31, 2023
adc6f9f
build: intellij-plugin-verifier 1.297 -> 1.303
Pakisan Aug 31, 2023
fcc7e81
docs: README.md
Pakisan Aug 31, 2023
5136914
docs: README.md
Pakisan Aug 31, 2023
4f2228b
docs: README.md
Pakisan Aug 31, 2023
6af25a6
docs: update plugin description
Pakisan Aug 31, 2023
b4092b3
docs: README.md
Pakisan Aug 31, 2023
564140d
docs: update CHANGELOG.md
Pakisan Aug 31, 2023
a4fc7f6
feat: update inspection descriptions
Pakisan Aug 31, 2023
ee17644
release: 2.3.0
Pakisan Sep 1, 2023
ee3cb3c
Merge remote-tracking branch 'origin/master' into release/2.3.0
Pakisan Sep 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions .idea/runConfigurations.xml

This file was deleted.

3 changes: 3 additions & 0 deletions .sdkmanrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=17.0.5-tem
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,59 @@
# Changelog

## 2.3.0+jre17
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/386402)
- [GitHub](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/2.3.0%2Bjre17)

### Added
- AsyncAPI 2.6.0

### Changed
- Plugin description
- New icons

## 2.2.0+jre17
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/371376)
- [GitHub](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/2.2.0%2Bjre17)

### Added
- Compatibility with IDEA 2023.2*

## 2.1.0+jre17
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/329996)
- [GitHub](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/2.1.0%2Bjre17)

### Added
- Compatibility with IDEA 2023.1*

## 2.0.0+jre17
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/282568)
- [GitHub](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/2.0.0%2Bjre17)

### Added
- Compatibility with IDEA 2022.3, 2022.3.*

## 1.8.0+jre11
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/282007)
- [GitHub](https://github.com/Pakisan/jasyncapi-idea-plugin/releases/tag/1.8.0%2Bjre11)

### Added
- Compatibility with IDEA 2022.2.4

### Changed
- was changed `org.jetbrains.intellij` version
- 1.9.0 -> 1.12.0
- was changed `org.junit.jupiter` version
- 5.9.0 -> 5.9.1
- was changed `intellij-plugin-verifier` version
- 1.284 -> 1.289
- was changed Kotlin version
- 1.6.20 -> 1.8.0

## 1.7.1+idea2021
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/240272)
Expand Down
17 changes: 17 additions & 0 deletions COMPATIBILITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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 |
| [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 |
| [2.1.0+jre17](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/2.1.0%2Bjre17) | Giraffe | 2022.3.1 Beta 1 — Hedgehog | 2023.1.1 Beta 1 | 2022.3 — 2023.1.4 | build 223.0 — 231.* | 2022.3 — 2023.1.5 | build 223.0 — 231.* | 2022.3 — 2023.1.2 | 2022.3 — 2023.1.4 | 2022.3 — 2023.1.4 | 2022.3 — 2023.1.5 | build 223.0 — 231.* | 2022.3 — 2023.1.5 | build 223.0 — 231.* | 2022.3 | 2022.3 — 2023.1.4 | 2022.3 — 2023.1.4 | build 223.0 — 231.* | 2022.3 — 2023.1.4 | 2022.3 — 2023.1.4 | 2022.3 — 2023.1.5 | 2022.3 — 2023.1.4 |
| [2.2.0+jre17](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/tag/2.2.0%2Bjre17) | Giraffe | 2022.3.1 Beta 1 — Iguana | 2023.2.1 Canary 1 | 2022.3 — 2023.1.4 | 2023.2 (preview) | 2022.3 — 2023.2.1 | build 223.0 — 232.* | 2022.3 — 2023.2.1 | 2022.3 — 2023.2.1 | 2022.3 — 2023.2.1 | 2022.3 — 2023.2.1 | build 223.0 — 232.* | 2022.3 — 2023.2.1 | build 223.0 — 232.* | 2022.3 — 2023.2-EAP1 (eap) | 2022.3 — 2023.2.1 | 2022.3 — 2023.2.1 | build 223.0 — 232.* | 2022.3 — 2023.2.1 | 2022.3 — 2023.2.1 | 2022.3 — 2023.2.1 | 2022.3 — 2023.2.1 |
Loading