Bump upstream versions 28/102228/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 26 Aug 2022 16:18:46 +0000 (18:18 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 26 Aug 2022 18:28:20 +0000 (20:28 +0200)
Adopt:
- odlparent-10.0.3
- infrautils-3.0.2
- yangtools-8.0.6
- mdsal-9.0.5
- controller-5.0.6
- aaa-0.15.6
- netconf-3.0.6

Change-Id: I13d9f1498e23e06e6f6e4aab312a31f16ffde2d2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
45 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/pom.xml
bgp/pom.xml
bgp/rib-impl/src/main/java/org/opendaylight/protocol/bgp/rib/impl/BGPSessionImpl.java
binding-parent/pom.xml
bmp/bmp-artifacts/pom.xml
bmp/bmp-config-example/pom.xml
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/pcep-artifacts/pom.xml
pcep/pom.xml
pcep/server/pom.xml
pcep/topology/pom.xml
pcep/tunnel/pom.xml
pom.xml
programming/pom.xml
programming/programming-artifacts/pom.xml
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 8d4032da3041397dd203afe47415929da517c41f..e586f43c88ff26af105995f4e26d7f876e71040d 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index c94bfabad8373313be80db20578319e1019a0b77..eb2316362a86b62bcafeb93d1e7ab1e8392ff94d 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index f86e56c55103184013b9304a5da4c2dd5c4587c3..322db9f8d6bf898bd96be5020a3dc4eab267b2c7 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>10.0.2</version>
+      <version>10.0.3</version>
       <relativePath/>
     </parent>
 
index a3d7c616bae9b343d92515ec74f7acf3fa5be21a..30b8378d66276f7cd9a844a989078228cf69699b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 704de382ca7b7544be24c608a85fd983a0794302..d3cb080b415f9e9eebe4ea6ba3b27b46fabfdd2d 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 9acfedd8e729c68900be10f99c489ae920719344..f7135a7386c8b792adf4b7b32753de83c9b21e1a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 6f63cad9a9b7345a4f340ca1b77e90464767fa0a..599a92bbad95db1498f959b971103383f4f5b54b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 136e2578bdea9ea48830f351be99a33a26b6b24a..5a9230e3726159296fd99e6245f5b7880a4efeec 100644 (file)
@@ -13,6 +13,7 @@ import com.google.common.annotations.VisibleForTesting;
 import com.google.common.base.MoreObjects;
 import com.google.common.base.MoreObjects.ToStringHelper;
 import com.google.common.collect.ImmutableSet;
+import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
 import io.netty.buffer.ByteBufUtil;
 import io.netty.channel.Channel;
 import io.netty.channel.ChannelFuture;
@@ -132,6 +133,8 @@ public class BGPSessionImpl extends SimpleChannelInboundHandler<Notification<?>>
         this(listener, channel, remoteOpen, localPreferences.getHoldTime(), peerRegistry);
     }
 
+    @SuppressFBWarnings(value = "MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR",
+        justification = "Class not final for mocking and SpotBugs is confused by lambdas around line 200")
     public BGPSessionImpl(final BGPSessionListener listener, final Channel channel, final Open remoteOpen,
             final int localHoldTimer, final BGPPeerRegistry peerRegistry) {
         this.listener = requireNonNull(listener);
index 100a443462b1d7f77426a15c18503a3c13ae5f03..257b5bdf14558701fb517aa1b8d3c93542b2df18 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>9.0.4</version>
+        <version>9.0.5</version>
         <relativePath/>
     </parent>
 
index cd131238840319a1f8ef8cacb23348266f09e206..2933a31b1a0bfa41f421479b2e85dc24057ab62a 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 0d19376e92dc6da680115a5a5d14751d7eec9afa..6fe9fc707c2b840141059cb9fbb495fdadba2790 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 114f16079ef1de50016cded790fc27532513e342..c8ce42c09cf3674f2c835ae3606f72610dae8dc6 100644 (file)
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index b93e00d3c371891e3142025b6775989256067b73..56e1919e2965bdd4c22350da98856a3943d90a69 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index d6d15294a35ef64499bd654edcab830e32ac2184..22b6f27255335770e1f7e3c4e353af2db062e3ea 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index bde746dfb57893b6c6c57a5485bc01d6c42ca006..9e6b40a0c55c5c80804b583b1693655b80580fa9 100644 (file)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf4-parent</artifactId>
-    <version>10.0.2</version>
+    <version>10.0.3</version>
     <relativePath/>
   </parent>
 
index 0c035fa77af3b17a9cedd5e70bcf646f0d19a9e7..5767c378efa2b7f955aea9925fcf902267b079e0 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 0fe9f5ad58ab9cd4cf108638d412fe6ae0618cb8..a707d24d7764014b461e021250763542f14e7e36 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index d018b6c018780ce7ea1bfb225d938d3368703eea..d1e97bc2d8b255ca5b1b33496296b84f4553089e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 960ffc4c14bc341fc1e1b97871c890b510f080df..6ec8e918c2ec54eb4228d429eedf6d88423382a0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 17f9c005c034ba5a41a30a4142f0818c1bb8b2f3..2608dd954695423c7630f61a80e429e44c49f93b 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 401a384da8ec58b751ee8052b239bd4392d5e8ce..f1eb94954be66ff82f1b84c5fc706878362e692a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index aeb954feccba9630315a66ed84d626a598c9a129..a77ed63672bfd3552085d06fc4af98c7211fa84c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 48a6b97d456387db213fb8f65425859b1f416db7..5dc7fefd7c0c41a1f991a8db86097c407e2eb9cb 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 9a7a31ab1d2a9dec5a6a8a9b6b8a406f29c65113..4931cf9914d26d15f80bcafee31aa4d1cd8f3b87 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 431b185fc7b509d80df748ae0b8c0d32bf9781bb..a70725cf0217febc80eee43b0a7582d38f7e4383 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index e2cada83bd6fa3edb11a21c36d8bf4ff47e05219..441f591a4841f2be3974bcf7baa6721fc5b2f125 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 2100bd2c800e09242395707d518b0b3fdd3983f3..36c971dc30c6a738a2fa2a6f9d192254a1db21d1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index b9acf6debd0f1626952b1d106a12757f7516fa79..d3f2a6d3df2227005ac36121027bf2d47076f51d 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index c39e96f1d78ec8d9f989b483217a4b53c79a5d85..a926e8f45ce5a0019ee15c3edebfa6a6d8c0b0a1 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 05d3707492990f4e8110bf8458a25a1d092498f5..8b3e2b3767f48d7a109c96f0b8cf7c1179ce2aa3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
@@ -47,7 +47,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>5.0.5</version>
+                <version>5.0.6</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
@@ -55,7 +55,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>8.0.6</version>
+                <version>8.0.7</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
@@ -63,7 +63,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>9.0.4</version>
+                <version>9.0.5</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
@@ -71,7 +71,7 @@
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-artifacts</artifactId>
-                <version>3.0.5</version>
+                <version>3.0.6</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
@@ -79,7 +79,7 @@
             <dependency>
                 <groupId>org.opendaylight.infrautils</groupId>
                 <artifactId>infrautils-artifacts</artifactId>
-                <version>3.0.1</version>
+                <version>3.0.2</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 155684f4fb428aba92c44834a7896b45c05e597d..fea7525792a0011c5041a8a3f57e6830bc2ef78c 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 398418f5f4249d59b1e36456891b0213fa48f542..88698468b4a1e27892bd04b18f14ea0db9c8bcc7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index e8cf314b47752a409316021d8cb7a3ab834232e5..d3e78f3217f1b757a80344f2decb7d0a15f0e7df 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index cd8b978db179581f81d7e132527687a7bb1192fb..a491f452fdff6e31c5f3c7404cdc80fd6ba8448d 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 3134104170fe9a86bcd2e94c6cf49a6f52e9081d..91d702ee81d09c7d4603a35f3933b1b0202077fd 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index afc3b21035f39675becc95d75865bab9987664fa..eb9560dff5ff5ba42738f19d11eda3e1f5a3a10c 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index a8d747c4400504d2e0d0cdaaeee1835758bd794b..9f2b0ad3063a3de5f7a9021a1bfd877360c97d3c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 9e06613c0a694a0376f14e4eaacbc4b55378658a..d049ade90f676537a19b0b6c76fa81f04ef51b94 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index bc71f92b25740403bc7400c2270b58c79d271d1c..4d14f12b9744d45a051f9b27ace8534f39088cfe 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 9d262f1e3e8ee71b1b4c3bb36b64af37e3435198..caee60434d4e43abc51580cf755c561dcadb6419 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 0322ede34845c16dde713b005cbb43fd3b5993c2..c6200a0b920e27bb69eca5f857e0d2bce7acdf67 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 937824943265c1b19e89d234d3ae3d29be17544d..5343a89feee11134f400229f9fe075ccdfcee5ac 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 341b00314fd1fe7e868e09c1a649b4c4af86bc38..e454bf0a712362c484a0f08c710bad1bce027ef2 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index 01a39b9631293b40c4158abcbb9cd013e43c9b9b..583852c6aba0a35ad49d11146fc8691d3c00d37e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>
 
index b4a55e0ed9baf48f8f62316f3c738c0746a51d77..6f201d9bb105300e1e34472e565cdccc7414cfce 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.2</version>
+        <version>10.0.3</version>
         <relativePath/>
     </parent>