Skip to content

Releases: openapi-processor/openapi-processor-intellij

2026.1

Choose a tag to compare

@github-actions github-actions released this 20 Apr 22:41
  • added support for openapi-processor-spring mapping.yaml identifier (for openapi-processor-spring 2026.3).
  • try to find a merged JSON schema (i.e. no external $ref) and if available use it for the editor support. IntelliJ does not handle the external $ref to the base mapping JSON schema.
  • updated the minimum platform to 2025.3.
  • build: fix release channel selection
  • build: sync with the plugin template

2026.1-SNAPSHOT.3

2026.1-SNAPSHOT.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Apr 22:18
  • build: sync with the plugin template

2026.1-SNAPSHOT.2

2026.1-SNAPSHOT.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Apr 14:11
41e76e3
  • try to find a merged JSON schema (i.e. no external $ref) and if available use it for the editor support. IntelliJ does not handle the external $ref to the base mapping JSON schema.

2026.1-SNAPSHOT.1

2026.1-SNAPSHOT.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Apr 15:44
  • added support for openapi-processor-spring mapping.yaml identifier (for openapi-processor-spring 2026.3).
  • updated the minimum platform to 2025.3.

v2025.2

Choose a tag to compare

@github-actions github-actions released this 05 Jul 16:18
  • improve related item popup entries.
  • improve OpenAPI detection for navigation from (generated) interface to the OpenAPI endpoint path.
  • support new (v13) package-names.base and package-names.location mapping.yaml keys
  • updated the minimum platform to 2025.1.
  • remove "intellij" from the name (marketplace requirement)

v2025.2-SNAPSHOT.4

v2025.2-SNAPSHOT.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Jul 09:10
  • remove "intellij" from name (marketplace requirement)

v2025.2-SNAPSHOT.3

v2025.2-SNAPSHOT.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Jun 09:20
  • support new (v13) package-names.base and package-names.location mapping.yaml keys

v2025.2-SNAPSHOT.2

v2025.2-SNAPSHOT.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Apr 08:43
  • improve related item popup entry on mapping annotation

v2025.2-SNAPSHOT.1

v2025.2-SNAPSHOT.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Apr 09:07
  • improve related item popup.
  • improve OpenAPI detection for navigation from (generated) interface to the OpenAPI endpoint path.
  • updated the minimum platform to 2025.1.

v2025.1

Choose a tag to compare

@github-actions github-actions released this 02 Jan 16:18
  • navigate from (generated) interface to the OpenAPI endpoint path.

    NOTE
    to make this work the OpenAPI description has to be in a source root or a resource root. To achieve this move the OpenAPI to a package or add its parent folder as additional source/resource directory.

  • reimplemented (unreliable) package-name navigation as package navigation popup.
  • updated minimum platform to 2024.2.