Fix PathItem bug #7

Merged
stne3960 merged 2 commits from fix-pathitem-bug into main 2025-11-11 10:59:25 +01:00
Owner

The OpenApiService.rebuild() method was creating a new PathItem for each endpoint and calling addPathItem(), which replaced any existing PathItem at that path.

The `OpenApiService.rebuild()` method was creating a new `PathItem` for each endpoint and calling `addPathItem()`, which replaced any existing `PathItem` at that path.
stne3960 added 2 commits 2025-11-11 10:59:02 +01:00
Fix PathItem bug
Some checks failed
Build, Test & Checkstyle / build (push) Failing after 1m46s
80c6473efe
Checkstyle fix
All checks were successful
Build, Test & Checkstyle / build (push) Successful in 1m4s
b1ff9d440f
stne3960 merged commit 8aca735f8a into main 2025-11-11 10:59:25 +01:00
stne3960 referenced this issue from a commit 2025-11-11 10:59:27 +01:00
stne3960 deleted branch fix-pathitem-bug 2025-11-11 10:59:30 +01:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DMC/apimposter#7
No description provided.