Skip to content

Commit 1979968

Browse files
committed
1 parent ff1cf98 commit 1979968

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
- 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.
8+
79
## [2026.1-SNAPSHOT.1]
810

911
- added support for `openapi-processor-spring` mapping.yaml identifier (for `openapi-processor-spring` 2026.3).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pluginGroup = io.openapiprocessor
44
pluginName = openapi-processor
55
pluginRepositoryUrl = https://github.com/openapi-processor/openapi-processor-intellij
6-
pluginVersion = 2026.1-SNAPSHOT.1
6+
pluginVersion = 2026.1-SNAPSHOT.2
77

88
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
pluginSinceBuild = 252

0 commit comments

Comments
 (0)