openapi-generator-for-spring
openapi-generator-for-spring copied to clipboard
Open API v3 Generator for Spring Boot applications
Bumps [swagger-ui](https://github.com/webjars/swagger-ui) from 4.11.1 to 4.14.0. Commits 90db917 [maven-release-plugin] prepare release swagger-ui-4.14.0 2ff2011 bump to 4.14.0 - fixes #173 619e56e [maven-release-plugin] prepare for next development iteration f217bd2 [maven-release-plugin] prepare release...
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.7.1 to 2.7.3. Release notes Sourced from spring-boot-starter-parent's releases. v2.7.3 :lady_beetle: Bug Fixes Misleading error message when using JarMode Layertools and the source is not an archive...
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.7.1 to 2.7.3. Release notes Sourced from spring-boot-starter-parent's releases. v2.7.3 :lady_beetle: Bug Fixes Misleading error message when using JarMode Layertools and the source is not an archive...
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.7.1 to 2.7.3. Release notes Sourced from spring-boot-starter-parent's releases. v2.7.3 :lady_beetle: Bug Fixes Misleading error message when using JarMode Layertools and the source is not an archive...
Bumps swagger-annotations from 2.2.1 to 2.2.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Spring defaults to `application/json` as expected content-type, this documenter should do the same (not `*/*`)
JSR305 shouldn't be used anymore, as it's unmaintained. Also generate `package-info.java` to tell that all APIs are `org.springframework.lang.NonNullApi` See also #3.
* Check that `javaType.getKeyType()` is `String` schema in `de.qaware.openapigeneratorforspring.common.schema.resolver.type.TypeResolverForMapLikeType#build` * Also add more edge cases and respect `@ArraySchema` maybe for values of `Map`?
See #10
In `DefaultOperationParameterCustomizer` parameter ordering is chosen such that required parameters always go first (this is useful for certain code generators). Also parameters from handler methods are preferred over parameters from...