Bump MRI upstreams 55/94155/6
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 10 Dec 2020 12:44:48 +0000 (13:44 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 20 Dec 2020 15:06:45 +0000 (16:06 +0100)
Adopt following versions:
- odlparent-8.0.2
- infrautils-1.9.3
- yangtools-6.0.2
- mdsal-7.0.3
- controller-3.0.3

Change-Id: I26a2d923a4509ebf5817878a29e7776acff23d3a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
64 files changed:
algo/algo-artifacts/pom.xml
algo/pom.xml
artifacts/pom.xml
bgp/bgp-artifacts/pom.xml
bgp/config-example/pom.xml
bgp/extensions/labeled-unicast/src/main/java/org/opendaylight/protocol/bgp/labeled/unicast/LabeledUnicastIpv6RIBSupport.java
bgp/extensions/labeled-unicast/src/test/java/org/opendaylight/protocol/bgp/labeled/unicast/LabeledUnicastIpv6RIBSupportTest.java
bgp/extensions/linkstate/src/test/java/org/opendaylight/protocol/bgp/linkstate/LinkstateNlriParserTest.java
bgp/extensions/linkstate/src/test/java/org/opendaylight/protocol/bgp/linkstate/ParserTest.java
bgp/extensions/pom.xml
bgp/openconfig-state/pom.xml
bgp/parser-impl/src/test/java/org/opendaylight/protocol/bgp/parser/impl/message/update/extended/communities/Ipv4SpecificEcHandlerTest.java
bgp/parser-spi/src/test/java/org/opendaylight/protocol/bgp/parser/spi/extended/community/AbstractTwoOctetAsExtendedCommunityTest.java
bgp/pom.xml
bgp/rib-impl/src/main/java/org/opendaylight/protocol/bgp/rib/impl/BGPPeer.java
binding-parent/pom.xml
bmp/bmp-artifacts/pom.xml
bmp/bmp-config-example/pom.xml
bmp/bmp-impl/src/main/java/org/opendaylight/protocol/bmp/impl/app/BmpRibInWriter.java
bmp/pom.xml
config-loader/config-loader-artifacts/pom.xml
config-loader/pom.xml
distribution-karaf/pom.xml
feature-repo-parent/pom.xml
features/algo/pom.xml
features/bgp/pom.xml
features/bgpcep-extras/pom.xml
features/bmp/pom.xml
features/concepts/pom.xml
features/config-loader/pom.xml
features/graph/pom.xml
features/pcep/pom.xml
features/pom.xml
features/rsvp/pom.xml
features/topology/pom.xml
graph/graph-artifacts/pom.xml
graph/pom.xml
parent/pom.xml
pcep/config-example/pom.xml
pcep/impl/src/test/java/org/opendaylight/protocol/pcep/impl/PCEPObjectParserTest.java
pcep/impl/src/test/java/org/opendaylight/protocol/pcep/impl/PCEPValidatorTest.java
pcep/impl/src/test/java/org/opendaylight/protocol/pcep/impl/PcepRROSubobjectParserTest.java
pcep/pcc-mock/src/test/java/org/opendaylight/protocol/pcep/pcc/mock/PCCTunnelManagerImplTest.java
pcep/pcep-artifacts/pom.xml
pcep/pom.xml
pcep/segment-routing/src/main/java/org/opendaylight/protocol/pcep/segment/routing/AbstractSrSubobjectParser.java
pcep/server/pom.xml
pcep/spi/src/main/java/org/opendaylight/protocol/pcep/spi/ObjectHeaderImpl.java
pcep/spi/src/main/java/org/opendaylight/protocol/pcep/spi/UnknownObject.java
pcep/topology/pom.xml
pcep/topology/topology-provider/src/main/java/org/opendaylight/bgpcep/pcep/topology/provider/session/stats/SessionStateImpl.java
pcep/topology/topology-provider/src/test/java/org/opendaylight/bgpcep/pcep/topology/provider/PCEPTriggeredReSynchronizationProcedureTest.java
pcep/topology/topology-provider/src/test/java/org/opendaylight/bgpcep/pcep/topology/provider/TopologyProgrammingTest.java
pcep/tunnel/pom.xml
pom.xml
programming/pom.xml
programming/programming-artifacts/pom.xml
rsvp/impl/src/main/java/org/opendaylight/protocol/rsvp/parser/impl/subobject/rro/RROIpv4PrefixSubobjectParser.java
rsvp/pom.xml
rsvp/rsvp-artifacts/pom.xml
single-feature-parent/pom.xml
testtool-parent/pom.xml
topology/pom.xml
topology/topology-artifacts/pom.xml

index accca5ec26a8ab9291d4abb66834d9ce4ee76994..fec81bacbf510e35418222c914daa1f7d6a7862e 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 485e019af8a3acf7fd6f7c7b49922932d98c1ec9..5d0ecebfeaefde07d83cebf2e60cd27dfe220a21 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 62693cb8a50ef0d872d5fbad167fa5c412d6b191..b2137e9a70bee7dd4ac78b424dbae3a2fcf63339 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>8.0.0</version>
+      <version>8.0.2</version>
       <relativePath/>
     </parent>
 
index 4dd2226201bb0176844da01bf90e09899ba1791c..57b54adca38c9c060458a9a12d6f041c5244d8a6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index b1782c3b052b239652dc5261a9efb74b9dc9b5a0..c0404cbadd56c45f97351e4b3f43704dd785c0f8 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 97b2fa44e7be280b1c2e17174eda95e0c1be5048..e4a3639304b9b109898365267d316d20511951c9 100644 (file)
@@ -53,7 +53,7 @@ final class LabeledUnicastIpv6RIBSupport
         return new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329
                 .update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type
                 .DestinationIpv6LabeledUnicastCaseBuilder().setDestinationIpv6LabeledUnicast(
-                new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329
+                    new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329
                         .update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.destination.ipv6
                         .labeled.unicast._case.DestinationIpv6LabeledUnicastBuilder()
                         .setCLabeledUnicastDestination(extractRoutes(routes)).build()).build();
index 30ffa0a15c7e9ab415d46e7ddfb3e1cf4548cfdf..bde6d3893c95afdbbbfe1697f5b1499bc3494791 100644 (file)
@@ -71,7 +71,7 @@ public class LabeledUnicastIpv6RIBSupportTest extends AbstractRIBSupportTest<Lab
             .setPathId(PATH_ID).setLabelStack(LABEL_STACK).setPrefix(IPV6_PREFIX).build());
     private static final DestinationIpv6LabeledUnicastCase REACH_NLRI
             = new DestinationIpv6LabeledUnicastCaseBuilder().setDestinationIpv6LabeledUnicast(
-            new DestinationIpv6LabeledUnicastBuilder().setCLabeledUnicastDestination(LABELED_DESTINATION_LIST)
+                new DestinationIpv6LabeledUnicastBuilder().setCLabeledUnicastDestination(LABELED_DESTINATION_LIST)
                     .build()).build();
     private static final org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329
             .update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type
index 3b04a14978e0da2c669105bcc53949f6336bef09..d8d59a02da444565a31ab7b0572c083d31f426ab 100644 (file)
@@ -189,8 +189,8 @@ public class LinkstateNlriParserTest {
         assertEquals(new DomainIdentifier(Uint32.valueOf(0x28282828L)), nodeD.getDomainId());
         assertEquals(new IsisPseudonodeCaseBuilder().setIsisPseudonode(
             new IsisPseudonodeBuilder().setPsn(Uint8.valueOf(5)).setIsIsRouterIdentifier(
-               new IsIsRouterIdentifierBuilder().setIsoSystemId(
-                   new IsoSystemIdentifier(new byte[] { 0, 0, 0, 0, 0, (byte) 0x39 })).build()).build()).build(),
+                new IsIsRouterIdentifierBuilder().setIsoSystemId(
+                    new IsoSystemIdentifier(new byte[] { 0, 0, 0, 0, 0, (byte) 0x39 })).build()).build()).build(),
             nodeD.getCRouterIdentifier());
 
         final ByteBuf buffer = Unpooled.buffer();
index 0ae7f05f7c82dd610e4ff70566725573e136e31e..30eaf4a22d3dbb41fe5a9d81567211ac5f42c053 100644 (file)
@@ -339,11 +339,11 @@ public class ParserTest {
 
         final LocalNodeDescriptorsBuilder ndBuilder = new LocalNodeDescriptorsBuilder()
             .setAsNumber(new AsNumber(Uint32.valueOf(100))).setDomainId(
-            new DomainIdentifier(Uint32.valueOf(0x19191901L))).setAreaId(new AreaIdentifier(Uint32.ZERO));
+                new DomainIdentifier(Uint32.valueOf(0x19191901L))).setAreaId(new AreaIdentifier(Uint32.ZERO));
 
         final RemoteNodeDescriptorsBuilder rdBuilder = new RemoteNodeDescriptorsBuilder()
             .setAsNumber(new AsNumber(Uint32.valueOf(100))).setDomainId(
-            new DomainIdentifier(Uint32.valueOf(0x19191901L))).setAreaId(new AreaIdentifier(Uint32.ZERO));
+                new DomainIdentifier(Uint32.valueOf(0x19191901L))).setAreaId(new AreaIdentifier(Uint32.ZERO));
 
         final CLinkstateDestinationBuilder clBuilder = new CLinkstateDestinationBuilder();
         clBuilder.setIdentifier(new Identifier(Uint64.ONE));
index 21af541aab92df91af01da140628023d9e5b3f80..f90390257bf2d27b0a463100073cce0f9c7cfac1 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index fab76a2df6190229b6b451262f4ae3d2d94617ad..449bef8822ceb972a94d28db1aaa1c09a7f39413 100644 (file)
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>infrautils-testutils</artifactId>
-            <version>1.9.1</version>
+            <version>1.9.3</version>
             <scope>test</scope>
         </dependency>
         <dependency>
index 7f5a075539287c1aff4164ae8d675f83dce25128..8e8cfcfb259b8a6a04bcf4060c8d4e0a409970f9 100644 (file)
@@ -29,15 +29,13 @@ public class Ipv4SpecificEcHandlerTest {
     @Test
     public void testHandlerDeprecated() {
         final Ipv4SpecificEcHandler handler = new Ipv4SpecificEcHandler();
-        final Inet4SpecificExtendedCommunityCase input
-                = new Inet4SpecificExtendedCommunityCaseBuilder().setInet4SpecificExtendedCommunity(
-                new Inet4SpecificExtendedCommunityBuilder()
+        final Inet4SpecificExtendedCommunityCase input = new Inet4SpecificExtendedCommunityCaseBuilder()
+                .setInet4SpecificExtendedCommunity(new Inet4SpecificExtendedCommunityBuilder()
                         .setGlobalAdministrator(new Ipv4AddressNoZone("12.51.2.5"))
                         .setLocalAdministrator(new byte[]{21, 45}).build()).build();
 
-        final Inet4SpecificExtendedCommunityCase expected
-                = new Inet4SpecificExtendedCommunityCaseBuilder().setInet4SpecificExtendedCommunity(
-                new Inet4SpecificExtendedCommunityBuilder()
+        final Inet4SpecificExtendedCommunityCase expected = new Inet4SpecificExtendedCommunityCaseBuilder()
+                .setInet4SpecificExtendedCommunity(new Inet4SpecificExtendedCommunityBuilder()
                         .setInet4SpecificExtendedCommunityCommon(new Inet4SpecificExtendedCommunityCommonBuilder()
                                 .setGlobalAdministrator(new Ipv4AddressNoZone("12.51.2.5"))
                                 .setLocalAdministrator(new byte[]{21, 45}).build()).build())
@@ -53,9 +51,8 @@ public class Ipv4SpecificEcHandlerTest {
     @Test
     public void testHandle() {
         final Ipv4SpecificEcHandler handler = new Ipv4SpecificEcHandler();
-        final Inet4SpecificExtendedCommunityCase expected
-                = new Inet4SpecificExtendedCommunityCaseBuilder().setInet4SpecificExtendedCommunity(
-                new Inet4SpecificExtendedCommunityBuilder()
+        final Inet4SpecificExtendedCommunityCase expected = new Inet4SpecificExtendedCommunityCaseBuilder()
+                .setInet4SpecificExtendedCommunity(new Inet4SpecificExtendedCommunityBuilder()
                         .setInet4SpecificExtendedCommunityCommon(new Inet4SpecificExtendedCommunityCommonBuilder()
                                 .setGlobalAdministrator(new Ipv4AddressNoZone("12.51.2.5"))
                                 .setLocalAdministrator(new byte[]{21, 45}).build()).build())
index 47d83788de216e2206abb33dba1e3bc41a6e70d9..b075f10d982e3bcb85fec1a2bf41bd5b2432c163 100644 (file)
@@ -15,11 +15,11 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.type
 public class AbstractTwoOctetAsExtendedCommunityTest {
     @Test
     public void testGetType() {
-        final AbstractTwoOctetAsExtendedCommunity abstractTwoOctetAsExtendedCommunity =
-                new AbstractTwoOctetAsExtendedCommunity() {
+        final AbstractTwoOctetAsExtendedCommunity community = new AbstractTwoOctetAsExtendedCommunity() {
             @Override
             public void serializeExtendedCommunity(final ExtendedCommunity extendedCommunity,
                     final ByteBuf byteAggregator) {
+                // No-op
             }
 
             @Override
@@ -32,8 +32,7 @@ public class AbstractTwoOctetAsExtendedCommunityTest {
                 return null;
             }
         };
-        Assert.assertEquals(0, abstractTwoOctetAsExtendedCommunity.getType(true));
-        Assert.assertEquals(64, abstractTwoOctetAsExtendedCommunity.getType(false));
+        Assert.assertEquals(0, community.getType(true));
+        Assert.assertEquals(64, community.getType(false));
     }
-
 }
index a7bfe27fc71f7639c01810b330f616b3ba556a2f..273d196cafeade0ffd4b22c693923b52e8523f77 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 62763fa44bd8510f15987e7375fe1b30ccb136f4..71babe4036ae16dbf927524e103e9dde8bf16cb7 100644 (file)
@@ -193,7 +193,7 @@ public class BGPPeer extends AbstractPeer implements BGPSessionListener {
                 .collect(Collectors.toList());
         final MpReachNlriBuilder b = new MpReachNlriBuilder().setAfi(Ipv4AddressFamily.class).setSafi(
                 UnicastSubsequentAddressFamily.class).setAdvertizedRoutes(
-                new AdvertizedRoutesBuilder().setDestinationType(
+                    new AdvertizedRoutesBuilder().setDestinationType(
                         new DestinationIpv4CaseBuilder().setDestinationIpv4(
                                 new DestinationIpv4Builder().setIpv4Prefixes(prefixes).build()).build()).build());
         if (message.getAttributes() != null) {
@@ -227,7 +227,7 @@ public class BGPPeer extends AbstractPeer implements BGPSessionListener {
                 .setWithdrawnRoutes(new WithdrawnRoutesBuilder().setDestinationType(new org.opendaylight.yang.gen.v1
                         .urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.update.attributes.mp.unreach.nlri
                         .withdrawn.routes.destination.type.DestinationIpv4CaseBuilder().setDestinationIpv4(
-                        new DestinationIpv4Builder().setIpv4Prefixes(prefixes).build()).build()).build()).build();
+                            new DestinationIpv4Builder().setIpv4Prefixes(prefixes).build()).build()).build()).build();
     }
 
     private static Map<TablesKey, SendReceive> mapTableTypesFamilies(final List<AddressFamilies> addPathTablesType) {
index a92515d764347b2e2af067c9f535f060b3a52724..466ac510145247e2f8396f6b3c78a973e2728352 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>7.0.1</version>
+        <version>7.0.3</version>
         <relativePath/>
     </parent>
 
index 838413d74ab3a7f7e4152ced846f02afc7d43e50..c41038c54b7190e68dd5b49adbe2d5e33ca8ecc7 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index ca116998e77afdf77d56cce270f9b3f2e679b81b..8b4110c6141bc7cf84531e590e262aeba0cd4247 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 8bd8e5aacc0d20d13457bc68dda843dfdabfc95a..40bc6ffda2afdf2f0611fe58bc9465244ce92e6c 100644 (file)
@@ -184,9 +184,9 @@ final class BmpRibInWriter {
                 .collect(Collectors.toList());
         final MpReachNlriBuilder b = new MpReachNlriBuilder().setAfi(Ipv4AddressFamily.class).setSafi(
             UnicastSubsequentAddressFamily.class).setAdvertizedRoutes(
-            new AdvertizedRoutesBuilder().setDestinationType(
-                new DestinationIpv4CaseBuilder().setDestinationIpv4(
-                    new DestinationIpv4Builder().setIpv4Prefixes(prefixes).build()).build()).build());
+                new AdvertizedRoutesBuilder().setDestinationType(
+                    new DestinationIpv4CaseBuilder().setDestinationIpv4(
+                        new DestinationIpv4Builder().setIpv4Prefixes(prefixes).build()).build()).build());
         if (message.getAttributes() != null) {
             b.setCNextHop(message.getAttributes().getCNextHop());
         }
index ca6a7969539518a913b9e703b0d9f526e8f96805..ec1ef16e91d6db2b0a69e3077fe594ffa5ed1570 100644 (file)
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 6eac6509c922abc318138130e6ca3e190c9439c0..661f3f419ae70184a5844d90e4e77f7bf96b8428 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 91a6fb442bfb415482e8957655439170a52dcbbf..b64f5b076c485b48f47a65abe4c4ca6c6c8dc928 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index b3cf16eccdf83fde58cc8cb4b9a2591a1e9f8205..f2efc38c8a9d769b5d21f06b156cc5b37475f4f8 100644 (file)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf4-parent</artifactId>
-    <version>8.0.0</version>
+    <version>8.0.2</version>
     <relativePath/>
   </parent>
 
index 92684edad8685e6a25225844b7ac41d20a1b8fee..e93d9c5d8380b1745f22a9295540a8ac5b9dedf7 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index e74413c3ef3091f0ae7d5178b6d5bdb94df359d2..f007554a0be317c1cd220d8de91e9463bf592cd2 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 9dede2ef7c45e61a0a53cccd769546a971b643c5..dab953e1f49219f2fdebc52375e7518ef361e564 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 7f836f48e49ef283e888838b794318deae10287c..1c08d967347d99ee69f09038bfec1a03df30b88c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 6e4e042b281f1dc9dcffbfc4a275b2e2e36fbd98..aeb7a2e5b2a85291d84b6c4cafe12ceeda71fae6 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 0fbf3a05137f3a2dd573bbaf9b2b7da3d3a525a1..a830ce5f2093221da5347957d608c1d687487b3c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 67617df3cb5fd8f12306a76bf3d9185fa2d8d9d9..75b96a8eccec73ec1c65b98325bdd5ba2f35a288 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 9738c9040663cf4fc06465c20bcdb27be0e75429..19bec30fad78322606de31b7591056f3b8212ff0 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 2b7d4fa73c0e8ad2c1004b49f3d77a65bd18a9e0..0a5150c073b17ff3fd8e57ac50831bcc35dca5bb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 47ed0d35975b7920dbda64f4acc25c97f48af3e0..06ec787f7aab49078f9e66dee503bd14d6dcb42a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 6b1de3c686846a45652a26a458e57f39d6bc5729..8c94ded718407dbe94ea793f0620a5d30d49ae45 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index c8fa382d568c49001b373103fc2e5bbbd2ccd3e5..17013bd32ab93b4cfb258408e790345154382ef7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 4ae12daf1c79db4c254d6c473138810dad1b6533..285531b58c25581bc1f18844f13fa1cd41298899 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index bf2b559f93ed3f280ab3a5243725998b34c11f9e..ddf818dd5bc87b3ad449e59e51b814ae0ac6d618 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 26319e73700fca6ae1d66315b6a1c94e95b74ec5..9205683f7b81503fdd0e1b4338c9e77f2be841aa 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
@@ -43,7 +43,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>3.0.1</version>
+                <version>3.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
@@ -51,7 +51,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>6.0.0</version>
+                <version>6.0.2</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
@@ -59,7 +59,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>7.0.1</version>
+                <version>7.0.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
@@ -95,7 +95,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jxr-plugin</artifactId>
-                <version>3.0.1</version>
+                <version>3.0.3</version>
                 <configuration>
                     <aggregate>true</aggregate>
                     <linkJavadoc>true</linkJavadoc>
index 04e82d21caa09fae80f03be74e239df3e2d9a1fa..3e9eba2dde985ba5806c632a224eba59adfc2e3a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 66ff45ebb177a83ca55229dbb92f46454f9beb7b..efd3a537c5911731a010bcff681db271826186d6 100644 (file)
@@ -353,18 +353,18 @@ public class PCEPObjectParserTest {
             .route.object.iro.Subobject> subs = new ArrayList<>();
         subs.add(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.include
             .route.object.iro.SubobjectBuilder().setSubobjectType(
-            new AsNumberCaseBuilder().setAsNumber(new AsNumberBuilder()
-                .setAsNumber(new AsNumber(Uint32.valueOf(0x10))).build()).build()).setLoose(true).build());
+                new AsNumberCaseBuilder().setAsNumber(new AsNumberBuilder()
+                    .setAsNumber(new AsNumber(Uint32.valueOf(0x10))).build()).build()).setLoose(true).build());
         subs.add(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.include
             .route.object.iro.SubobjectBuilder().setSubobjectType(
-            new IpPrefixCaseBuilder().setIpPrefix(
-                new IpPrefixBuilder().setIpPrefix(new IpPrefix(new Ipv4Prefix("18.52.80.0/21"))).build()).build())
-                    .setLoose(true).build());
+                new IpPrefixCaseBuilder().setIpPrefix(
+                    new IpPrefixBuilder().setIpPrefix(new IpPrefix(new Ipv4Prefix("18.52.80.0/21"))).build()).build())
+                        .setLoose(true).build());
         subs.add(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.include
             .route.object.iro.SubobjectBuilder().setSubobjectType(
-            new IpPrefixCaseBuilder().setIpPrefix(
-                new IpPrefixBuilder().setIpPrefix(new IpPrefix(Ipv6Util.prefixForBytes(ip6PrefixBytes, 22)))
-                    .build()).build()).setLoose(true).build());
+                new IpPrefixCaseBuilder().setIpPrefix(
+                    new IpPrefixBuilder().setIpPrefix(new IpPrefix(Ipv6Util.prefixForBytes(ip6PrefixBytes, 22)))
+                        .build()).build()).setLoose(true).build());
         subs.add(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.include
             .route.object.iro.SubobjectBuilder().setSubobjectType(new UnnumberedCaseBuilder()
                 .setUnnumbered(new UnnumberedBuilder()
@@ -411,19 +411,19 @@ public class PCEPObjectParserTest {
                 .route.object.rro.Subobject> subs = new ArrayList<>();
         subs.add(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported
             .route.object.rro.SubobjectBuilder().setSubobjectType(
-            new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.record
-                .route.subobjects.subobject.type.IpPrefixCaseBuilder().setIpPrefix(
                 new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.record
+                .route.subobjects.subobject.type.IpPrefixCaseBuilder().setIpPrefix(
+                    new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.record
                     .route.subobjects.subobject.type.ip.prefix._case.IpPrefixBuilder().setIpPrefix(
-                    new IpPrefix(new Ipv4Prefix("255.255.255.255/32"))).build()).build()).setProtectionAvailable(false)
-                        .setProtectionInUse(false).build());
+                        new IpPrefix(new Ipv4Prefix("255.255.255.255/32"))).build()).build())
+            .setProtectionAvailable(false).setProtectionInUse(false).build());
         subs.add(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported
             .route.object.rro.SubobjectBuilder().setSubobjectType(
-            new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.record.route.subobjects
-                .subobject.type.IpPrefixCaseBuilder().setIpPrefix(
-                new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.record
+                new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.record.route
+                .subobjects.subobject.type.IpPrefixCaseBuilder().setIpPrefix(
+                    new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.record
                     .route.subobjects.subobject.type.ip.prefix._case.IpPrefixBuilder().setIpPrefix(
-                    new IpPrefix(Ipv6Util.prefixForBytes(ip6PrefixBytes, 22))).build()).build())
+                        new IpPrefix(Ipv6Util.prefixForBytes(ip6PrefixBytes, 22))).build()).build())
                         .setProtectionAvailable(false).setProtectionInUse(false).build());
         subs.add(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported
             .route.object.rro.SubobjectBuilder().setSubobjectType(
index d18048dc05c3d6d0b0fece99291f60b0f1c6bb19..2c41bfe9206aaafbb1d83375036b9f79b8f8008f 100644 (file)
@@ -530,8 +530,8 @@ public class PCEPValidatorTest {
                                 .build()))
                         .build())
                     .build())
-               .build(),
-            new RrosBuilder()
+                .build(),
+                new RrosBuilder()
                 .setRouteObject(new SecondaryReportedRouteObjectCaseBuilder()
                     .setSrro(new SrroBuilder()
                         .setIgnore(false)
index d1941d9c1d969e7502d08e74903226b4a835f931..2cc942cdc9779bbf8fd4b5bbb6afb34d795a084e 100644 (file)
@@ -229,8 +229,8 @@ public class PcepRROSubobjectParserTest {
             a.start(ctx);
             final RROLabelSubobjectParser parser = new RROLabelSubobjectParser(ctx.getLabelHandlerRegistry());
             final SubobjectBuilder subs = new SubobjectBuilder()
-                    .setSubobjectType(new LabelCaseBuilder().setLabel(
-                        new LabelBuilder().setUniDirectional(true).setGlobal(false).setLabelType(
+                .setSubobjectType(new LabelCaseBuilder().setLabel(
+                    new LabelBuilder().setUniDirectional(true).setGlobal(false).setLabelType(
                         new GeneralizedLabelCaseBuilder().setGeneralizedLabel(
                             new GeneralizedLabelBuilder().setGeneralizedLabel(
                                 new byte[] { (byte) 0x12, (byte) 0x00, (byte) 0x25, (byte) 0xFF })
index 73039a3caa6f38d0337ccb9f7183c605be556356..cead714bf6382ae20e6f0a495bf20f921aa24e1b 100644 (file)
@@ -319,7 +319,7 @@ public class PCCTunnelManagerImplTest {
         reqBuilder.setEro(ERO);
         final LspBuilder lsp = new LspBuilder().setTlvs(new TlvsBuilder()
             .setSymbolicPathName(new SymbolicPathNameBuilder().setPathName(
-            new SymbolicPathName(SYMBOLIC_NAME)).build()).build()).setPlspId(new PlspId(Uint32.valueOf(plspId)));
+                new SymbolicPathName(SYMBOLIC_NAME)).build()).build()).setPlspId(new PlspId(Uint32.valueOf(plspId)));
         if (delegate.isPresent()) {
             lsp.setDelegate(Boolean.TRUE);
         }
index c0f082dc908423519e817e4c60d51add7a88272a..a2020bb8981a84a242bce571951958eb55bdfe43 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 6256dc5443f60fc99bb7aa576bb8ba9aad741942..ecdd7a2d6e922e1a5d962f70db655753ccb3aec0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 3e6358f23573bbbfffb003ceb5d0bd3a85b8e25f..fe31ac440fdd4a1646b10e0bb7b626e1edff74b3 100644 (file)
@@ -63,12 +63,12 @@ public abstract class AbstractSrSubobjectParser {
         }
 
         @Override
-        public Boolean isMFlag() {
+        public Boolean getMFlag() {
             return this.mflag;
         }
 
         @Override
-        public Boolean isCFlag() {
+        public Boolean getCFlag() {
             return this.cflag;
         }
 
index cb78c2c56091f0174936c9a7dc9b33143fef4f48..98031bddeb09a995fc450cd37291658597ab11b5 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 97a3711c2ea87e1f3c15347fddb4a1e0c0aa5310..a948f476ef94c5a91ea54959f60981266242ada1 100644 (file)
@@ -28,12 +28,12 @@ public class ObjectHeaderImpl implements ObjectHeader {
     }
 
     @Override
-    public Boolean isIgnore() {
+    public Boolean getIgnore() {
         return this.ignored;
     }
 
     @Override
-    public Boolean isProcessingRule() {
+    public Boolean getProcessingRule() {
         return this.processed;
     }
 
index 1edcd80772fc50283362c21f5da166d90acf8cfa..2852c39e85c033e7e071c38edf9be3f0ad2ff1bc 100644 (file)
@@ -56,12 +56,12 @@ public final class UnknownObject implements Object {
     }
 
     @Override
-    public Boolean isIgnore() {
+    public Boolean getIgnore() {
         return Boolean.FALSE;
     }
 
     @Override
-    public Boolean isProcessingRule() {
+    public Boolean getProcessingRule() {
         return Boolean.FALSE;
     }
 }
index 1fa5a47c92a081beb2d7f3569b92c53ab79b2b12..e265a1665b1c2e5c93098be3c23b7ee7c5585a4f 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 4ab1791417ea0c07dcb2ea528b0a135c76241006..3e2cc294da045e8caa9f15dfd86e20fcefee2647 100644 (file)
@@ -114,7 +114,7 @@ public final class SessionStateImpl implements PcepSessionState {
     }
 
     @Override
-    public synchronized Boolean isSynchronized() {
+    public synchronized Boolean getSynchronized() {
         return this.topologySessionStats.isSessionSynchronized();
     }
 
index 5306753eb6623f626c63cef65a249c0267e9a51e..27dc278a50f004663da31fd878adb4519bfd4390 100644 (file)
@@ -197,7 +197,7 @@ public class PCEPTriggeredReSynchronizationProcedureTest
                 new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp
                         .object.lsp.TlvsBuilder().setLspIdentifiers(new LspIdentifiersBuilder()
                         .setLspId(new LspId(Uint32.ONE)).build()).setSymbolicPathName(
-                    new SymbolicPathNameBuilder().setPathName(new SymbolicPathName("test".getBytes())).build())
+                            new SymbolicPathNameBuilder().setPathName(new SymbolicPathName("test".getBytes())).build())
                     .addAugmentation(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller
                         .pcep.sync.optimizations.rev200720.Tlvs1Builder().setLspDbVersion(new LspDbVersionBuilder()
                                 .setLspDbVersionValue(Uint64.ONE).build()).build()).build())
index d1c1b6d74d4808f8026379cf61df7e347e081568..bfc144bd05107b384cd87d7170f51e29abba82fb 100644 (file)
@@ -215,6 +215,6 @@ public class TopologyProgrammingTest extends AbstractPCEPSessionTest<MockedTopol
     protected Open getLocalPref() {
         return new OpenBuilder(super.getLocalPref()).setTlvs(new org.opendaylight.yang.gen.v1.urn.opendaylight.params
                 .xml.ns.yang.pcep.types.rev181109.open.object.open.TlvsBuilder().addAugmentation(
-                new Tlvs1Builder().setStateful(new StatefulBuilder().build()).build()).build()).build();
+                    new Tlvs1Builder().setStateful(new StatefulBuilder().build()).build()).build()).build();
     }
 }
index d6c500888c5ab371280924739dcd529e82221c19..b0df91ba2213b13dac99ff3ce22ea9ab9931201d 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index b2d217e18200c4effaf8290f28a97e745d0d980e..4576418a877a763616cc19bafdfaee8f5943df51 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index a0ce440223de18f7f85e0a1532c5402d614699ae..c7a48271bbe6796558c6462208cf791c54ffd896 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 01f7656c1401e853bd9c55aea26f529b57b205e8..a93c2cc0840c24078594b7a4aab389899616f05a 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index ef81d3535c4baa37e61905bcd2027a8caa4c008c..f28a9061260c9a9718adfeede6c5366140c5ea82 100644 (file)
@@ -53,7 +53,8 @@ public class RROIpv4PrefixSubobjectParser implements RROSubobjectParser, RROSubo
         final int length = buffer.getUnsignedByte(PREFIX4_F_OFFSET);
         final org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.record.route.subobjects
             .subobject.type.ip.prefix._case.IpPrefix prefix = new IpPrefixBuilder().setIpPrefix(
-            new IpPrefix(Ipv4Util.prefixForBytes(ByteArray.readBytes(buffer, Ipv4Util.IP4_LENGTH), length))).build();
+                new IpPrefix(Ipv4Util.prefixForBytes(ByteArray.readBytes(buffer, Ipv4Util.IP4_LENGTH), length)))
+            .build();
         buffer.skipBytes(PREFIX_F_LENGTH);
         final BitArray flags = BitArray.valueOf(buffer, FLAGS_SIZE);
         builder.setProtectionAvailable(flags.get(LPA_F_OFFSET));
index 45e3509628dd320b5826cba923d99e007221974e..b090d5f2adf1c15897a73a737fd696cce15803c0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 83994c2e789b75320c05f02a7e8a3bd25d8236cb..7e15c4ef81d8aaa0e6adb42b903ce2c1e5e4c50c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 22793a0135981534fb2829922bef179352d8d1ef..e1a6665dae007c480442a37d75339a8ffdd17ac0 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 518988d5a8978706766211f01f47b7806808bb33..68198d2ffa52c1d7ea0e0225db78b62d256a576d 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index 537514e5335be089dc91ed8629b21d0befdd3525..da8754a966d48b3b4f8fee4d4f20e056c9e15665 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>
 
index ab4f813ee53ca3ba5f6f4023e4466510616fa550..33dd6957fcf21d50ac3ee106135292cbc55fb172 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.0</version>
+        <version>8.0.2</version>
         <relativePath/>
     </parent>