springdoc-openapi-gradle-plugin icon indicating copy to clipboard operation
springdoc-openapi-gradle-plugin copied to clipboard

Library for OpenAPI 3 with spring-boot

Results 38 springdoc-openapi-gradle-plugin issues
Sort by recently updated
recently updated
newest added

After upgrading to `1.9.0`, the spring boot app no longer starts, throwing this error: ```zsh Caused by: org.springframework.util.PlaceholderResolutionException: Could not resolve placeholder 'some.property' in value "${some.property}" at org.springframework.util.PlaceholderParser.replacePlaceholders(PlaceholderParser.java:128) ~[spring-core-6.2.1.jar:6.2.1] at...

Hello there, First of all, thanks for the plugin and for reading my problem/issue. I have done everything to try to mnake the plugin run with my actual SpringBoot App,...

**Describe the bug** When trying to use the following version implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.12") and running the command ```bash ./gradlew clean test build --configuration-cache ``` I get the following errors ```bash 3 problems...

In order to ensure that the plugin is kept up to date with any known security issues, the project should run regular [Dependabot](https://docs.github.com/en/code-security/dependabot) scans.

On a project with internal Gradle module dependencies, the `generateOpenApiDocs` fails with the following message. ```sh > Task :apps:private-api:forkedSpringBootRun FAILED FAILURE: Build failed with an exception. * What went wrong:...

Verified in a new Spring initializer project (plus springdoc and plugin) for both Java and Kotlin. For Java, choose Java 24 as toolchain version in build.gradle but configure Gradle JVM...