Bump mdsal to 4.0.1 41/81841/2
authorRobert Varga <[email protected]>
Wed, 1 May 2019 11:43:31 +0000 (13:43 +0200)
committerRobert Varga <[email protected]>
Fri, 10 May 2019 05:28:04 +0000 (07:28 +0200)
This bumps mdsal to 4.0.1.

Change-Id: Ie01f125327561b4580f6fe10756d5ee648f3c532
Signed-off-by: Robert Varga <[email protected]>
features/odl-sfc-model/pom.xml
pom.xml
sfc-classifiers/sfc-scf-vpp/pom.xml
sfc-model/pom.xml
sfc-provider/src/main/java/org/opendaylight/sfc/provider/validators/ServiceFunctionPathCohort.java
sfc-renderers/sfc-ios-xe-renderer/pom.xml
sfc-renderers/sfc-pot-netconf-renderer/pom.xml

index 1dbbac663370dca790ca556d3180191bdcf21856..00955a6e2b8015d4d8e52385a0bea722fbb91a26 100644 (file)
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>4.0.0</version>
+                <version>4.0.1</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index 921e04aa0a9f11a02f691b0efca399658e847bfd..c22ecd59c78a74d964d53023adda4eb460c21dbe 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>4.0.0</version>
+    <version>4.0.1</version>
     <relativePath/>
   </parent>
 
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>4.0.0</version>
+        <version>4.0.1</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 889f99d131428d5a5326efd46d6e7f1caa494dd6..1484df5552adecb654019112faaa749ba093c4fc 100644 (file)
@@ -19,7 +19,7 @@
         <dependency>
           <groupId>org.opendaylight.mdsal</groupId>
           <artifactId>mdsal-artifacts</artifactId>
-          <version>4.0.0</version>
+          <version>4.0.1</version>
           <scope>import</scope>
           <type>pom</type>
         </dependency>
index b4846a930b2588ffba443a866deff8ebe871388a..4e7feb6354cf906318e85f8903630a0c4e823b50 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>4.0.0</version>
+    <version>4.0.1</version>
     <relativePath/>
   </parent>
 
@@ -28,7 +28,7 @@
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>4.0.0</version>
+        <version>4.0.1</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index ea5617b67f95152286be011c0f204093a1f845ec..0144b4f2adbc9ccd968615fd70144beff2c07fa7 100644 (file)
@@ -11,12 +11,9 @@ import com.google.common.collect.ImmutableSet;
 import com.google.common.util.concurrent.FluentFuture;
 import java.util.Collection;
 import java.util.Iterator;
-import javassist.ClassPool;
-import org.opendaylight.mdsal.binding.dom.codec.gen.impl.StreamWriterGenerator;
 import org.opendaylight.mdsal.binding.dom.codec.impl.BindingNormalizedNodeCodecRegistry;
 import org.opendaylight.mdsal.binding.generator.impl.ModuleInfoBackedContext;
 import org.opendaylight.mdsal.binding.generator.util.BindingRuntimeContext;
-import org.opendaylight.mdsal.binding.generator.util.JavassistUtils;
 import org.opendaylight.mdsal.binding.spec.reflect.BindingReflections;
 import org.opendaylight.mdsal.common.api.DataValidationFailedException;
 import org.opendaylight.mdsal.common.api.PostCanCommitStep;
@@ -48,8 +45,7 @@ public class ServiceFunctionPathCohort implements DOMDataTreeCommitCohort {
     private final ModuleInfoBackedContext moduleContext = ModuleInfoBackedContext.create();
     private final ImmutableSet<YangModuleInfo> infos = BindingReflections.loadModuleInfos();
     private BindingRuntimeContext bindingContext;
-    private final BindingNormalizedNodeCodecRegistry codecRegistry = new BindingNormalizedNodeCodecRegistry(
-            StreamWriterGenerator.create(JavassistUtils.forClassPool(ClassPool.getDefault())));
+    private final BindingNormalizedNodeCodecRegistry codecRegistry = new BindingNormalizedNodeCodecRegistry();
     private final ServiceFunctionPathValidator sfpv;
 
     public ServiceFunctionPathCohort(ServiceFunctionPathValidator sfpv) {
index f37ca2a04f76dea18bc36710b8612c52d7c636af..c645eea06c89140c3b6d69424e16256ff2c72d52 100644 (file)
@@ -19,7 +19,7 @@
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>4.0.0</version>
+        <version>4.0.1</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 6d8013e0632b1529b9e7aec1c455e2f1d760b2bd..780e50ea03c61adc4082cdd6ae62677a5c753c1f 100644 (file)
@@ -19,7 +19,7 @@
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>4.0.0</version>
+        <version>4.0.1</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>