Releases: smallrye/smallrye-open-api
Releases · smallrye/smallrye-open-api
2.1.17
- #1014 Bump version.quarkus from 2.6.0.Final to 2.6.1.Final
- #1011 Reformat
- #1007 Include class hash in hash for operation methods
- #1003 Bump spring-webmvc from 5.3.13 to 5.3.14
- #1000 Bump swagger-ui-dist from 4.1.2 to 4.1.3
- #999 Bump version.quarkus from 2.5.1.Final to 2.5.2.Final
- #996 Add encodings to url-encoded form content from parameter annotation
- #991 maven-plugin: make sure to always index directory as files
- #990 Split and trim media types from @consumes and @produces
- #989 Comma separated values in @consumes and @produces are not handled
- #986 Bump smallrye-config from 2.6.1 to 2.7.0
- #983 Set properties read/write only using TypeResolver property data
- #982 Does not include properties annotated with @JsonbTransient in schema
2.1.16
- #980 Update open-api-ui-forms npm dependencies and build node version
- #979 Bump swagger-ui-dist from 4.1.1 to 4.1.2
- #978 Bump maven-plugin-plugin from 3.6.1 to 3.6.2
- #976 Bump swagger-ui-dist from 4.1.0 to 4.1.1
- #974 Skip Kotlin Continuation in request body method parameter search
- #972 Bump smallrye-config from 2.6.0 to 2.6.1
- #971 Bump version.quarkus from 2.4.2.Final to 2.5.0.Final
- #968 Bump version.quarkus from 2.4.1.Final to 2.4.2.Final
- #967 maven-plugin make it easier to scan dependend schemas
- #966 Bump spring-webmvc from 5.3.12 to 5.3.13
- #965 Add integration test for the maven-plugin info parameters
- #964 Improve maven plugin documentation
- #962 Bump jakarta.validation-api from 3.0.0 to 3.0.1
- #960 Bump swagger-ui-dist from 4.0.1 to 4.1.0
- #959 maven plugin - Generate schema during incremental compilation
- #958 maven plugin - add option to attach schemas as build artifacts
- #957 maven plugin - Reduce amount of created jandex indexes.
- #956 Bump swagger-ui-dist from 4.0.0 to 4.0.1
- #955 Bump version.resteasy from 4.7.2.Final to 4.7.3.Final
- #953 Mark generate-schema goal as threadsafe
- #952 maven-plugin make it easier to scan dependend schemas
- #950 Bump swagger-ui-dist from 3.52.5 to 4.0.0
- #949 Bump version.quarkus from 2.4.0.Final to 2.4.1.Final
- #947 Handle non-parameterized ancestor in standin type parameter resolution
- #944 SmallRyeOpenApiProcessor throw exception on org.javatuples.Pair
- #943 Ignore constructor arguments as properties
- #941 Bump version.quarkus from 2.3.1.Final to 2.4.0.Final
- #940 Bump smallrye-config from 2.5.1 to 2.6.0
- #939 Bump smallrye-parent from 31 to 32
- #938 Bump version.quarkus from 2.3.0.Final to 2.3.1.Final
- #937 record with only one property not treated correctly
- #936 Java 17 build
- #935 Bump swagger-ui-dist from 3.52.4 to 3.52.5
- #934 Bump spring-webmvc from 5.3.10 to 5.3.11
- #933 Bump swagger-ui-dist from 3.52.3 to 3.52.4
- #931 Bump version.jetty from 9.3.29.v20201019 to 9.3.30.v20211001
- #930 Bump version.com.fasterxml.jackson from 2.12.5 to 2.13.0
- #929 Bump version.quarkus from 2.2.3.Final to 2.3.0.Final
- #926 Bump version.resteasy from 4.7.1.Final to 4.7.2.Final
- #925 Bump smallrye-config from 2.5.0 to 2.5.1
- #924 smallrye-open-api-maven-plugin throws
UTFDataFormatException
whenkotlin-stdlib-1.5.21.jar
is on the classpath
2.1.15
- #922 Bump swagger-ui-dist from 3.52.2 to 3.52.3
- #921 Treat Mutiny's
Uni
as a wrapper type - #920 Support JAX-RS Response in Kotlin Continuation; ignore synthetic methods
- #919 Ignore synthetic implementations of annotated interfaces
- #918 Make sure components can be hidden using
Schema(hidden=true)
- #917 Resolve collection standin generic type when type params do not match
- #915 Not hiding RestClient operations
- #914 Warning SROAP04005 logged when using Unias return method of rest client interface
- #913 Bump smallrye-config from 2.4.4 to 2.5.0
- #912 Bump swagger-ui-dist from 3.52.1 to 3.52.2
- #909 Bump swagger-ui-dist from 3.52.0 to 3.52.1
- #895 Resource erroniously added to request body
- #893 Kotlin with suspend + class field produces wrong request body
2.1.14
2.1.13
2.1.12
2.1.11
- #899 Added tests for #896
- #891 Bump version.com.fasterxml.jackson from 2.12.4 to 2.12.5
- #888 Default to unsorted properties, add option to use sorted properties
- #887 Fix initOAuth in Swagger UI
- #886 initOAuth must be called in any place after calling constructor SwaggerUIBundle
- #885 Bump version.quarkus from 2.1.3.Final to 2.2.0.Final
- #870 Add multipleOf test
- #869
Schema.multipleOf
read by jandex asNaN
for some values - #87 Don't automatically sort object fields
2.1.10
- #883 Support
kotlin.coroutines.Continuation
default response type - #881 Bump version.quarkus from 2.1.2.Final to 2.1.3.Final
- #879 Update open-api-ui-forms NPM dependencies,
npm update
- #877 Replace reflection with method references
- #876 Bump swagger-ui-dist from 3.51.2 to 3.52.0
- #875 Bump smallrye-config from 2.4.2 to 2.4.3
- #874 Bump version.quarkus from 2.1.0.Final to 2.1.1.Final
- #873 Add JDK 16 to build matrix (test latest in addition to LTS)
- #872 Ignore array type when schema annotation specifies non-array
- #871 Use
type: string
withformat: binary
forInputStream
andbyte[]
2.1.9
2.1.8
- #860 Support
RestResponse
in JAX-RS scanner (Quarkus 2.1.0.CR1 test dep) - #859 Add targets with
@NotBlank
and@NotEmpty
torequired
properties - #858 Bump version.quarkus from 2.0.2.Final to 2.0.3.Final
- #856 Bump spring-webmvc from 5.3.8 to 5.3.9
- #855 Bump commons-io from 2.10.0 to 2.11.0
- #854 Bump version.quarkus from 2.0.1.Final to 2.0.2.Final
- #853 Remove Java EE references
- #852 Bump smallrye-config from 2.4.1 to 2.4.2
- #851 @notblank doesn't make the field required
- #850 Bump version.resteasy from 4.6.2.Final to 4.7.0.Final
- #849 Bump smallrye-parent from 28 to 29
- #847 Bump version.quarkus from 2.0.0.Final to 2.0.1.Final
- #846 Bump version.resteasy from 4.6.1.Final to 4.6.2.Final
- #845 Bump version.com.fasterxml.jackson from 2.12.3 to 2.12.4
- #844 Add support for RestResponse
- #843 Bump swagger-ui-dist from 3.51.0 to 3.51.1