Jochen Schalanda 32adeddd8f
Fix usage of javax.annotation (#6645)
* Fix usage of javax.annotation:javax.annotation-api

* Regenerate samples

```
bin/generate-samples.sh bin/configs/java-* bin/configs/jaxrs-* bin/configs/spring-* bin/configs/kotlin-* bin/configs/other/java-* bin/configs/other/jaxrs-* bin/configs/other/kotlin-* bin/configs/other/openapi3/jaxrs-cxf-client.yaml bin/configs/other/openapi3/kotlin-*
```
2020-06-14 17:01:18 +08:00
..
2020-06-14 17:01:18 +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