-
**Describe the bug**
In Spring Gateway application we import OpenAPI specs from multiple downstream services. Our configuration is like this:
We add multiple groups to SwaggerUiConfigParameters an…
-
Currently, springdoc-openapi renders boolean query parameters as dropdown lists (true / false) in the Swagger UI. This can be unintuitive and less user-friendly when working with a large number of boo…
-
- Any value provided inside the parameter input field is ignored and the resulted url only has {parameter} inside it instead of .
![image](https://github.com/user-attachments/assets/bade92d1-3742-4e6…
-
spring-boot-maven-plugin v3.1.0
OpenJDK 20
When I put an `@SpringBootApplication` annotated class into the test folder `src/test/java` and activate `useTestClasspath` the class cannot be loaded in…
-
**Describe the bug**
Given a Kotlin sealed class annotated with `@Schema(oneOf = ..)`, swagger-core resolves a schema which contains both `type: object` and `oneOf`
**To Reproduce**
Model classe…
JanC updated
4 months ago
-
Hi
I'm facing an issue when using Snowstorm 10.2.1, since it's generating an URL but without considering the protocol, so the browser is blocking request due mixed content (HTTP and HTTPS).
The se…
-
My settings:
```
# spring doc settings
springdoc:
api-docs:
enabled: true
version: openapi_3_1
path: /v3/api-docs
swagger-ui:
enabled: true
path: /v1/swagger-ui.htm…
-
I scanned the internet and can't find any examples of using custom `opertationsSorter`.
Can you please provide an example of a custom `opertationsSorter` function for Spring Boot Java?
What argu…
-
When I use Spring Boot 3.2.10 and Springdoc 2.5.0, I get the desired results. However, when I upgrade to Spring Boot 3.3.4 and Springdoc 2.6, the same code does not produce the expected results. Below…
-
Are you planning to add full support for OpenApi 3.1 or is it already implemented? Where can I read and learn more about it?