Bug 2515 - Jersey to support JAX-RS 2.0 97/27397/21
authorRyan Goulding <ryandgoulding@gmail.com>
Wed, 26 Aug 2015 10:59:52 +0000 (12:59 +0200)
committerRyan Goulding <ryandgoulding@gmail.com>
Wed, 21 Oct 2015 20:48:05 +0000 (16:48 -0400)
commita0a9ab4967dd52bd28813961ee14e3cb363017b2
tree5261186cc1fcab61b699cef38e3e659fb373e442
parent0a28a6d7a0c48a31fa3589f49f7efb408c43acd0
Bug 2515 - Jersey to support JAX-RS 2.0

* migrate Jersey to version 2.8
* remove the singleton implementations
* join life cycle for Servlet and OSGi bundle to dep.
    only for OSGi Bundle lifecycle.
* ignore tests that fail

This was derived from https://git.opendaylight.org/gerrit/#/c/24500.

Change-Id: I7807b07c6614f023fa2bad9894e6a756a6ac06d3
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
14 files changed:
features/pom.xml
features/restconf/pom.xml
features/restconf/src/main/resources/features.xml
opendaylight/restconf/pom.xml
opendaylight/restconf/sal-rest-connector/pom.xml
opendaylight/restconf/sal-rest-connector/src/main/java/org/opendaylight/controller/config/yang/md/sal/rest/connector/RestConnectorModule.java
opendaylight/restconf/sal-rest-connector/src/main/java/org/opendaylight/controller/config/yang/md/sal/rest/connector/RestConnectorModuleFactory.java
opendaylight/restconf/sal-rest-connector/src/main/java/org/opendaylight/controller/config/yang/md/sal/rest/connector/RestconfCORSFilter.java [new file with mode: 0644]
opendaylight/restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/RestconfApplication.java [deleted file]
opendaylight/restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/RestconfProviderImpl.java
opendaylight/restconf/sal-rest-connector/src/main/resources/WEB-INF/web.xml [deleted file]
opendaylight/restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestGetOperationTest.java
opendaylight/restconf/sal-rest-docgen/pom.xml
opendaylight/restconf/sal-rest-docgen/src/main/resources/WEB-INF/web.xml