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

chore: 1.8.0 #14

Merged
merged 7 commits into from
Feb 1, 2023
Merged

chore: 1.8.0 #14

merged 7 commits into from
Feb 1, 2023

Conversation

Pakisan
Copy link
Member

@Pakisan Pakisan commented Jan 24, 2023

1.8.0+jre11

published to:

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

philCryoport and others added 6 commits January 24, 2023 14:59
- 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)
- intellij-plugin-verifier: 1.11.0 -> 1.12.0
- kotlin: 1.7.21 -> 1.8.0
@Pakisan Pakisan added enhancement New feature or request autoapproved labels Jan 24, 2023
@Pakisan Pakisan self-assigned this Jan 24, 2023
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@Pakisan Pakisan changed the title release: 1.8.0 chore: 1.8.0 Jan 24, 2023
README.md Outdated
| [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 |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Pakisan if this is for a v1.8.0 release, shouldn't this table include a row for 1.8.0+idea2022 or 1.8.0+jre11?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I Added 2.0.0+jre17, 1.8.0+jre11

- 1.8.0+jre11
- 2.0.0+jre17
@Pakisan Pakisan requested a review from philCryoport January 26, 2023 07:40
Copy link
Collaborator

@philCryoport philCryoport left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for including those entries.

@Pakisan Pakisan merged commit 9f84224 into master Feb 1, 2023
@Pakisan Pakisan deleted the release/1.8.0 branch February 1, 2023 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants