Neon MRI changes 55/76055/16
authorLorand Jakab <lojakab@cisco.com>
Thu, 25 Oct 2018 16:40:46 +0000 (18:40 +0200)
committerLorand Jakab <lojakab@cisco.com>
Thu, 25 Oct 2018 16:40:46 +0000 (18:40 +0200)
commit58359c23e4b69efe057a882e1d50ae752c20a285
tree7931bf1a210a9b320c3677b16ecdf1c7778947b1
parentdfcfd84f310626c87288a5ce7e399e86eaed23c5
Neon MRI changes

This patch bumps:
- odlparent to 4.0.2
- mdsal to 3.0.1

It also deals with:
- adjust dependencies to account for ietf-{inet,yang}-types movement
- new checkstyle failures
- bump odlparent feature version range from [3.1.0,4) to [4,5)
- move to odl-guava instead of the version explicit odl-guava-23
- move blueprints from org/opendaylight to OSGI-INF directory

JIRA: LISPMAP-175
Change-Id: Ia065800c9b92362371550f8e9c93eb6f3da57d4e
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
48 files changed:
artifacts/pom.xml
commons/parent/pom.xml
features/features-lispflowmapping/pom.xml
features/odl-lispflowmapping-inmemorydb/pom.xml
features/odl-lispflowmapping-mappingservice-shell/pom.xml
features/odl-lispflowmapping-mappingservice/pom.xml
features/odl-lispflowmapping-models/pom.xml
features/odl-lispflowmapping-msmr/pom.xml
features/odl-lispflowmapping-neutron/pom.xml
features/odl-lispflowmapping-southbound/pom.xml
features/odl-lispflowmapping-southbound/src/main/feature/feature.xml
features/pom.xml
lispflowmapping-karaf/pom.xml
mappingservice/api/pom.xml
mappingservice/dsbackend/pom.xml
mappingservice/dsbackend/src/test/java/org/opendaylight/lispflowmapping/dsbackend/DataStoreBackEndTest.java
mappingservice/implementation/pom.xml
mappingservice/implementation/src/main/java/org/opendaylight/lispflowmapping/implementation/timebucket/containers/TimeBucket.java
mappingservice/implementation/src/main/resources/OSGI-INF/blueprint/mappingservice.xml [moved from mappingservice/implementation/src/main/resources/org/opendaylight/blueprint/mappingservice.xml with 100% similarity]
mappingservice/implementation/src/test/java/org/opendaylight/lispflowmapping/implementation/LispMappingServiceTest.java
mappingservice/implementation/src/test/java/org/opendaylight/lispflowmapping/implementation/MappingSystemTest.java
mappingservice/implementation/src/test/java/org/opendaylight/lispflowmapping/implementation/lisp/MapServerTest.java
mappingservice/implementation/src/test/java/org/opendaylight/lispflowmapping/implementation/lisp/MappingServiceTest.java
mappingservice/implementation/src/test/java/org/opendaylight/lispflowmapping/implementation/timebucket/TimeBucketWheelUnitTest.java
mappingservice/inmemorydb/pom.xml
mappingservice/inmemorydb/src/main/resources/OSGI-INF/blueprint/mappingservice-inmemory-db.xml [moved from mappingservice/inmemorydb/src/main/resources/org/opendaylight/blueprint/mappingservice-inmemory-db.xml with 100% similarity]
mappingservice/inmemorydb/src/test/java/org/opendaylight/lispflowmapping/inmemorydb/HashMapDbTest.java
mappingservice/lisp-proto/pom.xml
mappingservice/lisp-proto/src/main/java/org/opendaylight/lispflowmapping/lisp/authentication/LispMACAuthentication.java
mappingservice/lisp-proto/src/main/java/org/opendaylight/lispflowmapping/lisp/util/MappingRecordUtil.java
mappingservice/lisp-proto/src/test/java/org/opendaylight/lispflowmapping/serializer/MapRegisterSerializationTest.java
mappingservice/mapcache/pom.xml
mappingservice/mapcache/src/test/java/org/opendaylight/lispflowmapping/mapcache/FlatMapCacheTest.java
mappingservice/neutron/pom.xml
mappingservice/neutron/src/main/java/org/opendaylight/lispflowmapping/neutron/mappingmanager/mappers/HostIdToRlocMapper.java
mappingservice/neutron/src/main/resources/OSGI-INF/blueprint/neutron.xml [moved from mappingservice/neutron/src/main/resources/org/opendaylight/blueprint/neutron.xml with 100% similarity]
mappingservice/neutron/src/test/java/org/opendaylight/lispflowmapping/neutron/PortDataProcessorTest.java
mappingservice/neutron/src/test/java/org/opendaylight/lispflowmapping/neutron/mappingmanager/HostInformationManagerTest.java
mappingservice/neutron/src/test/java/org/opendaylight/lispflowmapping/neutron/mappingmanager/PortUuidToPortDataMapperTest.java
mappingservice/pom.xml
mappingservice/shell/src/main/resources/OSGI-INF/blueprint/mappingservice-shell.xml [moved from mappingservice/shell/src/main/resources/org/opendaylight/blueprint/mappingservice-shell.xml with 100% similarity]
mappingservice/southbound/pom.xml
mappingservice/southbound/src/main/resources/OSGI-INF/blueprint/mappingservice-southbound.xml [moved from mappingservice/southbound/src/main/resources/org/opendaylight/blueprint/mappingservice-southbound.xml with 100% similarity]
mappingservice/southbound/src/test/java/org/opendaylight/lispflowmapping/southbound/LispSouthboundPluginTest.java
mappingservice/southbound/src/test/java/org/opendaylight/lispflowmapping/southbound/LispSouthboundRpcTest.java
mappingservice/southbound/src/test/java/org/opendaylight/lispflowmapping/southbound/lisp/AuthenticationKeyDataListenerTest.java
mappingservice/southbound/src/test/java/org/opendaylight/lispflowmapping/southbound/lisp/LispSouthboundHandlerTest.java
mappingservice/southbound/src/test/java/org/opendaylight/lispflowmapping/southbound/lisp/LispXtrSouthboundHandlerTest.java