altro3
altro3
Fixed #17877 OpenAPI allow set to one operation multiple content types for request body, but in main frameworks we need to divide this operation to multiple methods - with the...
It's useful for libraries `springdoc` or `micronaut-openapi`
Removed groovy and kotlin versions. Fix logback for windows. Minor fixes in dependencies.
See discusion here: https://github.com/micronaut-projects/micronaut-openapi/issues/1776 The main problem is that in micronaut-openapi realized only AGGREGATING processors - and all works fine with java or kapt with incremental mode on. But when...
Fix deprecated code usages. Code cleanup. Fixed #575