-
First of all, the following repository has all the code (and description as well) to reproduce this problem: https://github.com/elgleidson/swagger-problem
I have the following JSON:
```json
{
…
-
- Plugin Name:
- Plugin Version: 6.17
- OS Name: Mac OS X
- OS Version: 10.15.7
- Java Version: 11.0.10
- App Name: WebStorm
- App Full Name: WebStorm
- Is Snapshot: false
- App Build: WS-211.6693.10…
-
swagger version : 3.0
io.springfox
springfox-boot-starter
3.0.0
springboot version : 2.3.0.RELEASE
After packaging
java -jar xxx.jar sta…
-
Take a look at this fragment of build.gradle:
`
import org.liquibase.gradle.LiquibaseTask
buildscript {
ext {
. . . .
}
}
plugins {
id 'org.liquibase.gradle' version…
-
Using 2024.3 of the spring processor I have this in an OpenAPI spec:
```json
"startDate": {
"type": "string",
"format": "date-time"
},
```
I have this in my mapping.yml:
```yml
…
-
In the application, you may need to serialize/deserialize some objects which come from 3rd party library. So that we cannot put JSON-B annotaions on it.
For resolve this issue, just like some IoC f…
-
I don't understand the need to add the noise of the `@Generated` annotation to every class. It would be nice if there was a configuration option to not add it.
I don't need `@Generated(value = "ope…
-
**Describe the bug**
I’m encountering a BeanCreationException while starting my Spring Boot application using Java 17 and Spring Boot 3.3.2. The error seems to be related to Hibernate’s session facto…
-
### Expected behavior
SSL certificate binding happen without any issue
### Actual behavior
Couchbase java SDK 3.4.4 SSL loading is failed with docker image
We have added the Couchbase cluster T…
-
For Swagger.Next we need to add i18n to `description` fields. We can have two forms of `description`. It can be a string or an object that has a pair of key,value for each locale/language. We can use …