kuntal1461
kuntal1461
I want to merge this change because it fixes **#18012**, where the `externalUrl` field validation incorrectly rejected **valid relative URLs** such as `/orders/123`, `./checkout`, or `../details`. This change makes the...
Fixes #4960 # Pull Request Thank you for contributing to **swagger-core**! --- ## Description **Bug fix:** `SpecFilter.removeBrokenReferenceDefinitions` did not follow `ApiResponse.$ref`, so schemas reachable only through `#/components/responses/*` were considered unreferenced...
--- # Pull Request Thank you for contributing to **swagger-core**! --- ## Description Adds a **Maven BOM module** to centralize and align versions of Swagger Core artifacts. Helps avoid version...
--- # Pull Request Thank you for contributing to **swagger-core**! Please fill out the following information to help us review your PR efficiently. --- ## Description This PR fixes an...
Feature Description Swagger-core currently contains a significant amount of boilerplate code (getters, setters, equals, hashCode, toString) in its model and utility classes. This feature request proposes introducing a mechanism to...
### Why Reduce boilerplate and improve maintainability by using Lombok for entity classes and centralizing constants. ### Changes - Replaced manual getters/setters in CatalogEntity, CodeEntity, NameEntity, etc. with Lombok annotations...