-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrated to javalin 6.3.0 and openapi 6.3.0 #90
Conversation
* updated gradle 8.11.1
app/src/main/kotlin/com/exactpro/th2/lwdataprovider/http/GetMessageGroupsServlet.kt
Outdated
Show resolved
Hide resolved
app/src/main/kotlin/com/exactpro/th2/lwdataprovider/http/GetMessagesServlet.kt
Outdated
Show resolved
Hide resolved
app/src/main/kotlin/com/exactpro/th2/lwdataprovider/http/HttpServer.kt
Outdated
Show resolved
Hide resolved
app/src/main/kotlin/com/exactpro/th2/lwdataprovider/http/HttpServer.kt
Outdated
Show resolved
Hide resolved
After migration, |
Then we need to modify annotation to indicate whether they actually can be nullable or not |
Hm ... @get:OpenApiPropertyType(definedBy = ..., nullability = Nullability.NOT_NULL) doesn't affect to the "nullable":true in the openapi-default.json |
Added annotations to source code. I have applied strange approach to archive not required and not nullable
|
355742b
into
dev-version-2
No description provided.