Skip to content

Releases: smallrye/smallrye-open-api

2.0.19

20 Jan 08:26
Compare
Choose a tag to compare
  • #640 Fix NPE when running TCK in Quarkus (2.0.x)

2.0.18

19 Jan 19:24
Compare
Choose a tag to compare
  • #638 RestEasy Reactive support - new annotations and derived path params (…
  • #635 Upgrade to swagger-ui 3.40.0
  • #623 Merge master branch to 2.0.x
  • #615 StackOverflow when @Schema(implementation) used on field/property referencing the current class itself

2.1.1

13 Jan 12:42
Compare
Choose a tag to compare
  • #626 Fix NPE when running TCK in Quarkus

2.1.0

11 Jan 06:38
Compare
Choose a tag to compare
  • #624 Bump version.com.fasterxml.jackson from 2.12.0 to 2.12.1
  • #619 Read description and response code from @APIResponseSchema
  • #616 Support @Schema on @FormParam target
  • #614 Resolve Sonar "bugs" preventing quality gate from passing
  • #613 Support XmlElement
  • #611 Re-factor exception mapper scanning to avoid NPE when missing toResponse (master)
  • #610 Support inheritance via allOf on class schemas, fix stack overflow
  • #609 Support XmlWrappedElement
  • #608 Correct YAML serialization, minor logging updates
  • #590 small fixes support xml
  • #589 Bump smallrye-config from 1.9.3 to 1.10.0
  • #585 Bump version.jetty from 9.3.29.v20201019 to 9.4.35.v20201120
  • #583 Remove TCK test class wrappers and move remaining tests to extra module
  • #580 Make sure we can not add the same filter twice (master)
  • #579 Added option to configure default produces and consumes (master)
  • #577 Run TCK with Arquillian, WELD and RESTEasy.
  • #572 Update swagger-ui version (master)
  • #570 Bump quarkus-vertx-web from 1.10.1.Final to 1.10.2.Final
  • #568 Preemptive scan of classes with Schema annotation into components
  • #567 Bump version.com.fasterxml.jackson from 2.11.3 to 2.12.0
  • #565 Bump quarkus-vertx-web from 1.10.0.Final to 1.10.1.Final
  • #563 Upgrade swagger ui to 3.37.0 (master)
  • #560 Add skip in the maven plugin (master)
  • #557 Bump quarkus-vertx-web from 1.9.2.Final to 1.10.0.Final
  • #555 Make sure filters can work in maven plugin (Classloader issue) (master)
  • #554 Include schema for additional Java class in generated OpenAPI file
  • #551 Allow for "" (empty string) that will be treated as null
  • #550 Fix case where Spring use path and not value for request mapping (master)
  • #545 Maven plugin fails with empty example in Schema annotation
  • #544 Upgrade SwaggerUI to 3.36.2 (master)
  • #540 Bump quarkus-vertx-web from 1.9.1.Final to 1.9.2.Final
  • #538 Fix MergeUtil for empty arrays
  • #536 Upgrade swagger-ui to 3.36.1 (master)
  • #535 Bump swagger-ui from 3.36.0 to 3.36.1
  • #532 Upgrade swagger ui to 3.36.0
  • #529 Bump smallrye-config from 1.9.2 to 1.9.3
  • #528 Bump swagger-ui from 3.35.2 to 3.36.0
  • #527 Use an empty schema for field annotations when ref present
  • #525 Support XmlAccessorType, JSON-P types, option to disable array refs
  • #523 Fix sub resource to not repeat (master)
  • #519 Bump smallrye-config from 1.9.1 to 1.9.2
  • #515 Added a way to generate the index.html with you own options. (master)
  • #513 Re-factor FilterUtil, update model pruning methods
  • #511 Bump swagger-ui from 3.35.1 to 3.35.2
  • #510 Bump quarkus-vertx-web from 1.8.3.Final to 1.9.0.Final
  • #503 Renamed css to be more generic. Allow for custom branding override la…
  • #498 Small UI Style update
  • #496 openapi-ui-forms support manual override request payload
  • #495 Bump frontend-maven-plugin from 1.10.2 to 1.10.3
  • #494 Bump quarkus-vertx-web from 1.8.1.Final to 1.8.2.Final
  • #490 Bump version.com.fasterxml.jackson from 2.11.2 to 2.11.3
  • #489 Allow reuse of a component response's status code on operations
  • #486 JavaDoc method reference fix, update Node package
  • #484 Bump version.org.jboss.resteasy from 4.5.6.Final to 4.5.7.Final
  • #483 Bump quarkus-vertx-web from 1.8.0.Final to 1.8.1.Final
  • #482 Bump smallrye-config from 1.8.6 to 1.9.0
  • #480 Update extension test expectation to include x-, remove -ext logic
  • #477 Make sure that Extension keys starts with x-
  • #475 Move to MP OpenAPI 2.0-RC3
  • #473 Ignore readOnly w/o readMethod, writeOnly w/o writeMethod
  • #471 Hide read only/write only attributes with missing accessor/mutator method
  • #470 Bump quarkus-vertx-web from 1.7.2.Final to 1.8.0.Final
  • #468 Allow multiple filters.
  • #467 Allow multiple filters
  • #466 Scan sibling @Extension annotations for extensible models
  • #465 Remove the schema-references.enable property
  • #464 Renamed as 'open-api-ui-forms'
  • #463 Make sure graphviz is available on build
  • #462 Bump maven-resources-plugin from 2.6 to 3.2.0
  • #461 Contribute openapi-as-reactforms
  • #459 Added UML to Javadoc
  • #458 Bump smallrye-config from 1.8.5 to 1.8.6
  • #457 Ignore @RegisterRestClient interfaces, but still scan others
  • #451 Allow maven plugin to also create json
  • #449 Allow scanning in interfaces in separate module
  • #448 Allow maven plugin to define the file type(s)
  • #447 Update README
  • #445 Maven plugin for SmallRye Open API
  • #442 Fix for #440:OpenAPIImpl.addSecurityRequirement does not assign creat…
  • #441 Allow scanning with filter to only include certain scanners.
  • #438 Use default value of @Schema#hidden(), handle ignore set/get separately (master)
  • #436 Include Spring and Vert.x coverage in JaCoCo aggregation
  • #435 Sonar cleanup
  • #434 Consolidate common parameter processing into abstract core class
  • #433 Resolve Sonar bugs, vulnerabilities, and security hot spots
  • #431 Allow Schema ref for implementation prop w/other non-display props
  • #430 Bump version.com.fasterxml.jackson from 2.11.1 to 2.11.2
  • #429 Support @Schema on non-JavaBeans accessor/mutator methods
  • #403 Errors in enums generated in inline schemas
  • #392 [MP 2.0] Add support for @SchemaProperty

2.1.0-RC2

07 Jan 11:37
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag 2.1.0-RC2

2.0.17

23 Dec 00:07
Compare
Choose a tag to compare
  • #602 Re-factor exception mapper scanning to avoid NPE when missing toResponse (2.0.x)
  • #601 NPE when retrieving ExceptionMapper APIResponse annotations

2.1.0-RC1

09 Dec 15:21
Compare
Choose a tag to compare
  • #592 Release 2.1.0-RC1

2.0.16

04 Dec 14:44
Compare
Choose a tag to compare
  • #581 Make sure we can not add the same filter twice
  • #578 Added option to configure default produces and consumes
  • #575 Allow configuration of default consumes and produces.
  • #573 Preemptive scan of classes with Schema annotation into components (2.0.x)
  • #571 Update swagger-ui version to 3.37.2
  • #562 Upgrade swagger ui to 3.37.0
  • #559 Add skip in the maven plugin (2.0.x)
  • #558 Skip execution of Maven plugin
  • #556 Make sure filters can work in maven plugin (Classloader issue) (2.0.x)

2.0.15

16 Nov 20:28
Compare
Choose a tag to compare
  • #552 Allow for "" (empty string) that will be treated as null (2.0.x)
  • #549 Fix case where Spring use path and not value for request mapping (2.0.x)
  • #543 Upgrade SwaggerUI to 3.36.2 (2.0.x)

2.0.14

07 Nov 13:39
Compare
Choose a tag to compare
  • #539 Backport fix to MergeUtil for empty lists to branch 2.0.x
  • #537 Upgrade swagger-ui to 3.36.1 (2.0.x)
  • #534 Bump quarkus-vertx-web from 1.9.0.Final to 1.9.1.Final
  • #533 Upgrade swagger ui to 3.36.0
  • #530 Allow multiple filters.
  • #526 Use an empty schema for field annotations when ref present (2.0.x)
  • #524 Support XmlAccessorType, JSON-P types, option to disable array refs (2.0.x)
  • #522 Fix sub resource to not repeat
  • #521 Small UI fix
  • #520 AllOf for enum
  • #518 Duplicated root-path in OpenAPI document for JAX-RS sub-resource
  • #508 Ignore some classes for schema generation by default