From: Robert Varga Date: Wed, 24 Apr 2019 12:50:47 +0000 (+0200) Subject: Bump yangtools to 2.1.10 X-Git-Tag: release/neon-sr1~3^2~1 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=netconf.git;a=commitdiff_plain;h=da68923fc2a936abe4880374cbeef05f897af528 Bump yangtools to 2.1.10 This brings in latest fixes and enhancements. Change-Id: I34ed0f4e30dc12608cafabeefa860817846c7e05 Signed-off-by: Robert Varga --- diff --git a/features/netconf/odl-netconf-api/pom.xml b/features/netconf/odl-netconf-api/pom.xml index 3f8b59ee97..da93e2234d 100644 --- a/features/netconf/odl-netconf-api/pom.xml +++ b/features/netconf/odl-netconf-api/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.1.8 + 2.1.10 pom import diff --git a/features/netconf/odl-netconf-util/pom.xml b/features/netconf/odl-netconf-util/pom.xml index cbea94c238..2d302d3448 100644 --- a/features/netconf/odl-netconf-util/pom.xml +++ b/features/netconf/odl-netconf-util/pom.xml @@ -38,7 +38,7 @@ org.opendaylight.yangtools odl-yangtools-codec - 2.1.8 + 2.1.10 xml features diff --git a/features/restconf/odl-restconf-common/pom.xml b/features/restconf/odl-restconf-common/pom.xml index 36830f9bff..2177fba8aa 100644 --- a/features/restconf/odl-restconf-common/pom.xml +++ b/features/restconf/odl-restconf-common/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.yangtools yangtools-artifacts - 2.1.8 + 2.1.10 pom import diff --git a/netconf/sal-netconf-connector/src/test/resources/schemas/config-test-rpc.yang b/netconf/sal-netconf-connector/src/test/resources/schemas/config-test-rpc.yang index a64f3b8830..941a13de69 100644 --- a/netconf/sal-netconf-connector/src/test/resources/schemas/config-test-rpc.yang +++ b/netconf/sal-netconf-connector/src/test/resources/schemas/config-test-rpc.yang @@ -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 operation loads all or part of a specified configuration to the specified target configuration."; diff --git a/restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/services/simple/impl/FakeRestconfModule.java b/restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/services/simple/impl/FakeRestconfModule.java index 8dcc91c214..72a03127cf 100644 --- a/restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/services/simple/impl/FakeRestconfModule.java +++ b/restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/services/simple/impl/FakeRestconfModule.java @@ -188,7 +188,7 @@ final class FakeRestconfModule implements Module { @Override public List getUnknownSchemaNodes() { - throw new UnsupportedOperationException("Operation not implemented."); + return ImmutableList.of(); } @Override