diff --git a/README.md b/README.md index 73e4729e..f8608f53 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OSGi - JAX-RS Connector 5.1 +# OSGi - JAX-RS Connector 5.2 [![Build Status](https://travis-ci.org/hstaudacher/osgi-jax-rs-connector.png)](https://travis-ci.org/hstaudacher/osgi-jax-rs-connector) [![Maven Status](https://maven-badges.herokuapp.com/maven-central/com.eclipsesource.jaxrs/publisher/badge.png)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.eclipsesource.jaxrs%22) [![License](http://img.shields.io/badge/license-EPL-blue.svg)](http://www.eclipse.org/legal/epl-v10.html) [![Gitter](http://img.shields.io/badge/Gitter-join-yellow.svg)](https://gitter.im/hstaudacher/osgi-jax-rs-connector?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) ![](http://download.eclipsesource.com/~hstaudacher/connector.png) @@ -44,6 +44,8 @@ The custom `@Provider` and `Feature` implementations are located in their own fe * `com.eclipsesource.jaxrs.provider.security` - Provides an OSGi friendly integration of Jersey's/JAX-RS security features. [Read the wiki for more information](https://github.com/hstaudacher/osgi-jax-rs-connector/wiki/security). * `com.eclipsesource.jaxrs.provider.sse` - Provides an integration of Jersey's [SSE feature](https://jersey.java.net/documentation/latest/sse.html) *(requires javax.servlet 3.x)*. * `com.eclipsesource.jaxrs.provider.multipart` - Provides an integration of Jersey's [Multipart feature](https://jersey.java.net/documentation/latest/media.html#multipart). +* `com.eclipsesource.jaxrs.provider.swagger` - Provides an integration of [Swagger](http://swagger.io/). See the [swagger wiki page](https://github.com/hstaudacher/osgi-jax-rs-connector/wiki/Swagger-Integration) for more details. + ## Installation To ease the installation we provide a p2 repository and we publish the connector to maven central. @@ -97,7 +99,7 @@ If you are working with [Bndtools](http://bndtools.org), a [Starter Kit](https:/ * *If you want to use the SSE provider you need javax.servlet API 3.x* ## Jersey version -With Jersey 2.0 the library was splitted into several modules with a whole bunch of dependencies. To ease the OSGi application development Jersey was rebundled in this project and ships as a single bundle called `com.eclipsesource.jaxrs.jersey.all`. Currently it includes Jersey 2.22 and it's dependencies. Also the Eclipse Source Bundle will be shipped to make the Jersey API more discoverable when using Eclipse. Anyway, it's up to you to use this 'all' bundle or to fetch the single Jersey bundles yourself. The connector just imports packages. +With Jersey 2.0 the library was splitted into several modules with a whole bunch of dependencies. To ease the OSGi application development Jersey was rebundled in this project and ships as a single bundle called `com.eclipsesource.jaxrs.jersey.all`. Currently it includes Jersey 2.22.1 and it's dependencies. Also the Eclipse Source Bundle will be shipped to make the Jersey API more discoverable when using Eclipse. Anyway, it's up to you to use this 'all' bundle or to fetch the single Jersey bundles yourself. The connector just imports packages. ## Changelog Checkout the [github releases](https://github.com/hstaudacher/osgi-jax-rs-connector/releases). @@ -105,4 +107,6 @@ Checkout the [github releases](https://github.com/hstaudacher/osgi-jax-rs-connec ## License The code is published under the terms of the [Eclipse Public License, version 1.0](http://www.eclipse.org/legal/epl-v10.html). -Included binaries from [Jersey](http://jersey.java.net/) (rebundled), version 2.22, which are published under two licenses, the [CDDL 1.1 and GPL 2 with CPE](http://glassfish.java.net/public/CDDL+GPL_1_1.html) +Included binaries from [Jersey](http://jersey.java.net/) (rebundled), version 2.22.1, which are published under two licenses, the [CDDL 1.1 and GPL 2 with CPE](http://glassfish.java.net/public/CDDL+GPL_1_1.html). + +Included binaries from [Swagger](http://swagger.io/) (rebundled), version 1.5.4, which are published under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).