hstaudacher / osgi-jax-rs-connector

An OSGi - JAX-RS 2.0 Connector, software repository available on the link below
http://hstaudacher.github.io/osgi-jax-rs-connector
Other
190 stars 98 forks source link

Release new Jersey bundles to Maven Central #196

Closed wborn closed 4 years ago

wborn commented 6 years ago

It would be helpful when bundles with newer versions of Jersey are made available on Maven Central.

The newest available version of jersey-min and jersey-all on Maven Central is 2.22.2. The most recent release of Jersey is currently 2.26.

Creating a local build of jersey-all and jersey-min by changing jersey.version to 2.25.1 works but with 2.26 the build fails with a lot of exceptions.

wborn commented 4 years ago

We've removed our dependency on Jersey by implementing the HTTP Whiteboard pattern in https://github.com/openhab/openhab-core/pull/1443.