zalando / intellij-swagger

A plugin to help you easily edit Swagger and OpenAPI specification files inside IntelliJ IDEA
https://plugins.jetbrains.com/plugin/8347
MIT License
1.17k stars 74 forks source link

Increase minimum supported IDEA version to 2022.3 #390

Closed asaarilahti closed 11 months ago

asaarilahti commented 11 months ago

2022.3 requires Java 17 so this allows the plugin to use Java 17. Secondly, also allows to merge this PR: https://github.com/zalando/intellij-swagger/pull/381.

Let's release 1.3 and merge this only after it.