hstaudacher/osgi-jax-rs-connector

Release new Jersey bundles to Maven Central

Closed this issue · 1 comments

wborn commented

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

We've removed our dependency on Jersey by implementing the HTTP Whiteboard pattern in openhab/openhab-core#1443.