Skip to content

Releases: smallrye/smallrye-open-api

2.1.16

30 Nov 08:44
Compare
Choose a tag to compare
  • #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 when kotlin-stdlib-1.5.21.jar is on the classpath

2.1.15

22 Sep 14:54
Compare
Choose a tag to compare
  • #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

10 Sep 06:35
Compare
Choose a tag to compare
  • #907 Small UI change to allow going back (somewhere) if you want to
  • #906 Fix redirect port when default

2.1.13

08 Sep 14:07
Compare
Choose a tag to compare
  • #904 Another small fix for initOAuth

2.1.12

07 Sep 18:04
Compare
Choose a tag to compare
  • #901 Make sure requestBody is not added when naked parameter is used
  • #896 The absence of annotation confuses openapi/swagger

2.1.11

06 Sep 12:30
Compare
Choose a tag to compare
  • #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 as NaN for some values
  • #87 Don't automatically sort object fields

2.1.10

22 Aug 13:08
Compare
Choose a tag to compare
  • #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 with format: binary for InputStream and byte[]

2.1.9

01 Aug 04:22
Compare
Choose a tag to compare
  • #867 Small enhancements for Quarkus
  • #866 Bump swagger-ui-dist from 3.51.1 to 3.51.2
  • #865 Bump smallrye-parent from 29 to 30
  • #863 Bump version.quarkus from 2.1.0.CR1 to 2.1.0.Final

2.1.8

22 Jul 11:46
Compare
Choose a tag to compare
  • #860 Support RestResponse in JAX-RS scanner (Quarkus 2.1.0.CR1 test dep)
  • #859 Add targets with @NotBlank and @NotEmpty to required 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

2.1.7

30 Jun 09:03
Compare
Choose a tag to compare
  • #841 Bump smallrye-config from 2.4.0 to 2.4.1
  • #838 Bump smallrye-config from 2.3.0 to 2.4.0
  • #836 Null check when @BeanParam target is not in index
  • #835 NullPointerException in SmallRyeOpenApiProcessor
  • #834 Up to 2.0.0.Final
  • #832 Bump swagger-ui-dist from 3.50.0 to 3.51.0
  • #830 Bump version.resteasy from 4.6.0.Final to 4.6.1.Final
  • #829 Disable non-public properties, rather than private