openapi-generator-for-spring icon indicating copy to clipboard operation
openapi-generator-for-spring copied to clipboard

Open API v3 Generator for Spring Boot applications

Results 36 openapi-generator-for-spring issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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...

dependencies

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...

dependencies

Bumps swagger-annotations from 2.2.1 to 2.2.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.swagger.core.v3:swagger-annotations&package-manager=maven&previous-version=2.2.1&new-version=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...

dependencies

Spring defaults to `application/json` as expected content-type, this documenter should do the same (not `*/*`)

work-in-progress

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`?

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...

enhancement