Bump yangtools to 2.1.10 41/81741/6
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 24 Apr 2019 12:50:47 +0000 (14:50 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 29 Apr 2019 10:03:42 +0000 (12:03 +0200)
This brings in latest fixes and enhancements.

Change-Id: I34ed0f4e30dc12608cafabeefa860817846c7e05
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/netconf/odl-netconf-api/pom.xml
features/netconf/odl-netconf-util/pom.xml
features/restconf/odl-restconf-common/pom.xml
netconf/sal-netconf-connector/src/test/resources/schemas/config-test-rpc.yang
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/services/simple/impl/FakeRestconfModule.java

index 3f8b59ee977bd2b051beda211df52a39b1359475..da93e2234d672a4170723572e14a2736e68f0f33 100644 (file)
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.1.8</version>
+                <version>2.1.10</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index cbea94c23880a0e38df015dfb52e4a68d2f0d952..2d302d3448b1405776523f5632db75b36a5a39d8 100644 (file)
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>odl-yangtools-codec</artifactId>
-            <version>2.1.8</version>
+            <version>2.1.10</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 36830f9bff0f0e74904a2631977779ae26c5824a..2177fba8aa5c91ca3c24fb30c150aa9daf4b64b0 100644 (file)
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.1.8</version>
+                <version>2.1.10</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index a64f3b883050040f133fa82557bbeea0c025a74d..941a13de694d2f351460c94ec8c9099ebded2f64 100644 (file)
@@ -40,6 +40,11 @@ module config-test-rpc {
                        if this attribute is present.";
     }
 
+    feature candidate;
+    feature startup;
+    feature writable-running;
+    feature url;
+
     rpc edit-config {
         description "The <edit-config> operation loads all or part of a specified
              configuration to the specified target configuration.";
index 8dcc91c214ed52e1ee36aebc1074db150a276b68..72a03127cf6024518857674c47ed93b62228efda 100644 (file)
@@ -188,7 +188,7 @@ final class FakeRestconfModule implements Module {
 
     @Override
     public List<UnknownSchemaNode> getUnknownSchemaNodes() {
-        throw new UnsupportedOperationException("Operation not implemented.");
+        return ImmutableList.of();
     }
 
     @Override