openapi-processor-spring icon indicating copy to clipboard operation
openapi-processor-spring copied to clipboard

an OpenAPI 3.0 & 3.1 interface & model java code generator for Spring Boot

Results 11 openapi-processor-spring issues
Sort by recently updated
recently updated
newest added

Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.10 to 1.13.11. Release notes Sourced from io.mockk:mockk's releases. 1.13.11 What's Changed Fix wasNotshould throw exception when called on non mocked object by @​Gosunet in mockk/mockk#1174 Fix...

dependencies
java

Hi @hauner! Processing response mapping of generic types with depth 1 works fine: ``` FooToBar => java.util.Map FooToBar => java.util.Map ``` But it doesn't work with a complex generic types...

enhancement

Quite impressed with the toolset you created here. I was curious about inheritance support so I tried it out with a minimal example: ```OASv3-yaml openapi: 3.0.2 info: title: edit me...

Hi Martin, I have create a prototype for an annotation processor. The changes are in the spring and core (https://github.com/openapi-processor/openapi-processor-core/pull/100) repository. One open problem is currently the logging. The Project...

the generatr should log the keys from the options map that it will not use so the user does not need to debug the code to find out why it...

enhancement
undecided

with Spring `@RequestMapping` `params` it is possible to split the endpoint into multiple controller methods for mutually exclusive query parameters. Would be possible by inventing a mapping configuration.

undecided

Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 4. Release notes Sourced from gradle/actions's releases. v4.0.0 Final release of v4.0.0 of the setup-gradle, dependency-submission and wrapper-validation actions provided under gradle/actions. This release is...

dependencies
github_actions

Bumps `kotlin` from 2.0.0 to 2.0.10. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.0.0 to 2.0.10 Release notes Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases. Kotlin 2.0.10 2.0.10 Apple Ecosystem KT-68257 Xcode incorrectly reuses embedAndSign framework when...

dependencies
java

Bumps org.slf4j:slf4j-api from 2.0.13 to 2.0.15. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.slf4j:slf4j-api&package-manager=gradle&previous-version=2.0.13&new-version=2.0.15)](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
java

Bumps [org.checkerframework:checker](https://github.com/typetools/checker-framework) from 3.47.0 to 3.48.0. Release notes Sourced from org.checkerframework:checker's releases. Checker Framework 3.48.0 Version 3.48.0 (October 2, 2024) User-visible changes: The new SqlQuotesChecker prevents errors in quoting in...

dependencies
java