Skip to content

Releases: smallrye/smallrye-open-api

2.1.4

06 May 11:50
Compare
Choose a tag to compare
  • #796 Update the microprofile openapi version
  • #795 Fix compatiblity with eclipse EE9 transformer.
  • #794 Bump swagger-ui-dist from 3.47.1 to 3.48.0
  • #791 Upgrade to GitHub-native Dependabot
  • #790 Bump jakarta.xml.bind-api from 3.0.0 to 3.0.1
  • #789 Bump maven-plugin-plugin from 3.6.0 to 3.6.1
  • #788 Support JSON-B and Jackson property naming strategies
  • #784 Bump swagger-ui-dist from 3.45.1 to 3.47.1

2.1.3

15 Apr 11:11
Compare
Choose a tag to compare
  • #781 Correct array component schema scanning
  • #777 Bump version.com.fasterxml.jackson from 2.12.2 to 2.12.3
  • #774 Bump version.quarkus from 1.13.0.Final to 1.13.1.Final
  • #772 Support @Schema annotation directly on parameters
  • #770 Added Instant to DateTime types
  • #765 Fix JavaDoc params, update dependencies in ui-forms project
  • #763 Bump y18n from 4.0.0 to 4.0.1 in /ui/open-api-ui-forms
  • #761 Bump frontend-maven-plugin from 1.11.2 to 1.11.3
  • #760 Adding Jakarta namespace support (main)
  • #759 Bump version.quarkus from 1.12.2.Final to 1.13.0.Final
  • #755 Bump smallrye-config from 2.1.0 to 2.2.0
  • #754 Bump swagger-ui-dist from 3.45.0 to 3.45.1
  • #753 requestInterceptor and responseInterceptor may not be quoted
  • #747 Properly handle single character property methods
  • #743 Fix sorter to allow function (master)
  • #740 Bump version.quarkus from 1.12.1.Final to 1.12.2.Final
  • #738 Sort scanned component entries, paths, and tags after all scanners
  • #733 Bump swagger-ui-dist from 3.44.0 to 3.44.1
  • #731 Map @JsonProperty(required = true) properties to required array
  • #729 Support OAS servers URLs and some general fixes
  • #723 Spring: Make sure produces on method mappings are used (master)
  • #722 Resolve parameterized type args prior to pushing to resolution stack
  • #718 Bump version.quarkus from 1.12.0.Final to 1.12.1.Final
  • #717 Bump version.com.fasterxml.jackson from 2.12.1 to 2.12.2
  • #705 Add option to disable private properties
  • #703 SchemaProperty negative tests
  • #702 Fix build issue when upgrading to 1.12.0
  • #700 Bump version.quarkus from 1.11.3.Final to 1.12.0.Final
  • #699 Migrate to JUnit 5 test API/dependency

2.0.26

16 Mar 12:42
Compare
Choose a tag to compare
  • #748 Properly handle single character property methods (2.0.x)
  • #746 maven plugin bug parsing getter of boolean fields with one letter names
  • #745 Bump swagger-ui-dist from 3.44.1 to 3.45.0 (2.0.x)
  • #742 Fix sorter to allow function
  • #741 Bump version.quarkus from 1.12.1.Final to 1.12.2.Final (2.0.x)
  • #739 Sort scanned component entries, paths, and tags after all scanners
  • #735 Order list of classes when scanning annotations

2.0.25

09 Mar 18:59
Compare
Choose a tag to compare
  • #736 Build against MP 1.2
  • #734 Bump swagger-ui-dist from 3.44.0 to 3.44.1 (2.0.x)
  • #732 Map @JsonProperty(required = true) properties to required array (2.0.x)
  • #730 Support OAS servers URLs and some general fixes
  • #714 Jackson annotation @JsonProperty(required=true) does not translate to @Schema(required=true)

2.0.24

06 Mar 16:46
Compare
Choose a tag to compare
  • #727 Run the TCK against MP 1.1.3
  • #726 Release against MP 1.1.3

2.0.23

05 Mar 10:34
Compare
Choose a tag to compare
  • #724 Update MP OpenAPI to 1.1.3-RC1
  • #721 Resolve parameterized type args prior to pushing to resolution stack (2.0.x)
  • #720 Spring: Make sure produces on method mappings are used
  • #719 Update pom.xml
  • #715 Openapi document is missing some schemas with unused generic type parameters
  • #711 Bump swagger-ui-dist from 3.43.0 to 3.44.0
  • #704 Add option to disable private properties (2.0.x)
  • #701 Fix build issue when upgrading to 1.12.0 (2.0.x)
  • #698 Migrate to JUnit 5 test API/dependency (2.0.x)
  • #697 Migrate tests to JUnit 5

2.1.2

16 Feb 13:14
Compare
Choose a tag to compare
  • #690 Fix/enhance handling of nested and custom collection types
  • #689 Update NPM packages and use npm ci (requires package-lock.json)
  • #685 Improve handling of generic types in resources, subresources, and params
  • #683 Bump version.quarkus from 1.11.2.Final to 1.11.3.Final
  • #682 Bump swagger-ui-dist from 3.42.0 to 3.43.0
  • #680 Include oauth2-redirect.html (master)
  • #678 Bump version.quarkus from 1.11.1.Final to 1.11.2.Final
  • #676 Basic support for Jackson's @JsonUnwrapped annotation
  • #674 Bump swagger-ui-themes from 3.0.0 to 3.0.1
  • #672 Support inherited BV constraint annotations
  • #671 Adding the Instance methods options in swagger-ui (master)
  • #666 enable noHtml5Validate, validation msg reset feat.
  • #664 Bump swagger-ui-dist from 3.41.1 to 3.42.0
  • #663 Implement Swagger UI Authentication configuration in IndexCreator
  • #662 Parameter schema improvement & bug fix
  • #658 Unwrap generic type from JAXBElement (master)
  • #655 Extract the static resources from webjars (master)
  • #653 Add Jandex equals implementations
  • #652 Preserve schema model's type when value from annotation is null
  • #651 Ignore all unimplemented interfaces unless included via config
  • #648 Bump version.quarkus from 1.11.0.Final to 1.11.1.Final
  • #647 mp.openapi.schema.* Config Property Negative Test Coverage
  • #644 621 - @APIResponseSchema Negative Test Coverage
  • #643 Remove 204 response code default for DELETE method
  • #642 Incorrect Response Code - DELETE
  • #637 RestEasy Reactive support - new annotations and derived path params
  • #634 Bump download-maven-plugin from 1.6.0 to 1.6.1
  • #633 Bump smallrye-config from 2.0.0 to 2.0.2
  • #632 Bump swagger-ui from 3.38.0 to 3.40.0
  • #631 Bump quarkus-vertx-web from 1.10.5.Final to 1.11.0.Final
  • #630 Bump Config to 2.0.0, RestEasy to 4.6.0, update test classes
  • #629 Merge class-level schema property attributes with field schemas
  • #628 @SchemaProperty will not render on existing fields when utilized within class source
  • #576 Support RESTEasy Reactive extensions

2.0.22

16 Feb 12:49
Compare
Choose a tag to compare
  • #694 Fix/enhance handling of nested and custom collection types (2.0.x)
  • #691 Update NPM packages and use npm ci (requires package-lock.json) - 2.0.x
  • #688 Nested collections generate dangling references

2.0.21

13 Feb 09:33
Compare
Choose a tag to compare
  • #686 Improve handling of generic types in resources, subresources, and params (2.0.x)
  • #684 Bump swagger-ui-dist from 3.42.0 to 3.43.0 (2.0.x)
  • #681 Generic types not resolved for resource types
  • #679 Include oauth2-redirect.html
  • #677 Basic support for Jackson's @JsonUnwrapped annotation (2.0.x)
  • #675 Update swagger-ui-theme to version 3.0.1
  • #673 Support inherited BV constraint annotations (2.0.x)

2.0.20

08 Feb 18:43
Compare
Choose a tag to compare
  • #668 Adding the Instance methods options in swagger-ui
  • #667 enable noHtml5Validate, validation msg reset feat.
  • #661 Parameter schema improvement & bug fix (2.0.x)
  • #660 Reference Schema Parameters drop local Schema information
  • #659 @parameter(ref = ...) overwrites other parameters
  • #657 Unwrap generic type from JAXBElement (2.0.x)
  • #656 Apply recent master changes to 2.0.x
  • #654 Extract the static resources from webjars