Releases: openapi-processor/openapi-processor-intellij
Releases · openapi-processor/openapi-processor-intellij
v2025.2-SNAPSHOT.2
- improve related item popup entry on mapping annotation
v2025.2-SNAPSHOT.1
- 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
- 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.
v2025.1-SNAPSHOT.1
- navigate from (generated) interface to the OpenAPI endpoint
path
- reimplemented (unreliable)
package-name
navigation as package navigation popup. - updated minimum platform to 2024.2
v2024.3-SNAPSHOT.3
- navigate from (generated) interface to OpenAPI
- reimplemented (unreliable)
package-name
navigation as package navigation popup.
v2024.3-SNAPSHOT.2
- simpler targetDir lookup
v2024.3-SNAPSHOT.1
- maintenance: update to intellij platform plugin 2.0.2
v2024.2
- IDEA 2024.3 compatibility
v2024.2-SNAPSHOT.1
- IDEA 2024.3 compatibility
v2024.1
- dynamic detection of
mapping.yaml
json schema.
i.e. it is no longer necessary to wait for a new version that supports the new mapping schema version. This removes the openapi-processor schemas from IntelliJ's json mappings. - navigate from an OpenAPI path to the generated interface methods.
The plugin will add an interface icon to the paths in an OpenAPI yaml document that provides navigation to the generated interface methods. - clean up icons, new ui icons.
navigation from a path mapping in themapping.yaml
now uses the interface icon. Added a new ui icon for themapping.yaml
.