William Cheng 6788f43af0
Better handling of Inline schema (#15682)
* skip allOf inline subschema created as $ref

* add option for fallback

* add back atleastonemodel

* add log

* update java, kotlin, js samples

* update tests

* fix native client test

* fix java client errors by regenerating test files

* clean up python

* clean up powershell

* clean up php

* clean up ruby

* update erlang, elixir

* update dart samples

* update ts samples

* update r, go samples

* update perl

* update swift

* add back files

* add back files

* remove outdated test files

* fix test
2023-06-11 15:35:58 +08:00
..

JAX-RS CXF 3 server application

Supported features

  • Bean-Validation-API support
  • Spring-configuration of Swagger, WADL and Endpoints
  • Swagger-API is accessible (CXF3 Swagger2Feature)
  • Swagger-UI can be included as Web-Jar automatically
  • WADL is accessible (CXF WADL-Generator)
  • Unit-tests include Gzip-Interceptors for demonstration
  • Options for generating a functional mock server returning static responses

URLs to access the REST API

URLs for Spring Boot

URLs if deployed to an Application Server