|
1 |
| -# OSGi - JAX-RS Connector 5.3 |
| 1 | +# OSGi - JAX-RS Connector 5.3.1 |
2 | 2 | [](https://travis-ci.org/hstaudacher/osgi-jax-rs-connector) [](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.eclipsesource.jaxrs%22) [](http://www.eclipse.org/legal/epl-v10.html) [](https://gitter.im/hstaudacher/osgi-jax-rs-connector?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
3 | 3 |
|
4 | 4 | 
|
@@ -99,14 +99,14 @@ If you are working with [Bndtools](http://bndtools.org), a [Starter Kit](https:/
|
99 | 99 | * *If you want to use the SSE provider you need javax.servlet API 3.x*
|
100 | 100 |
|
101 | 101 | ## Jersey version
|
102 |
| -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. |
| 102 | +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.2 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. |
103 | 103 |
|
104 | 104 | ## Changelog
|
105 | 105 | Checkout the [github releases](https://github.com/hstaudacher/osgi-jax-rs-connector/releases).
|
106 | 106 |
|
107 | 107 | ## License
|
108 | 108 | The code is published under the terms of the [Eclipse Public License, version 1.0](http://www.eclipse.org/legal/epl-v10.html).
|
109 | 109 |
|
110 |
| -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). |
| 110 | +Included binaries from [Jersey](http://jersey.java.net/) (rebundled), version 2.22.2, 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). |
111 | 111 |
|
112 |
| -Included binaries from [Swagger](http://swagger.io/) (rebundled), version 1.5.5, which are published under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). |
| 112 | +Included binaries from [Swagger](http://swagger.io/) (rebundled), version 1.5.7, which are published under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). |
0 commit comments