Merge "Update INFO.yaml file"
authorRam Koya <rk541m@att.com>
Fri, 8 Mar 2019 03:15:30 +0000 (03:15 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 8 Mar 2019 03:15:30 +0000 (03:15 +0000)
datarouter-node/src/main/java/org/onap/dmaap/datarouter/node/NodeServlet.java
datarouter-prov/src/main/java/org/onap/dmaap/datarouter/provisioning/LogServlet.java
docs/data-router/release-notes.rst

index fae2c1f..35b2906 100644 (file)
@@ -67,7 +67,7 @@ public class NodeServlet extends HttpServlet {
     //Adding EELF Logger Rally:US664892
     private static EELFLogger eelflogger = EELFManager.getInstance()
             .getLogger(NodeServlet.class);
-    private Delivery delivery;
+    private final Delivery delivery;
 
     static {
         final String ws = "\\s*";
index 8a1a4ba..c58bda8 100644 (file)
@@ -69,7 +69,7 @@ public class LogServlet extends BaseServlet {
     private static final String FMT_1 = "yyyy-MM-dd'T'HH:mm:ss'Z'";\r
     private static final String FMT_2 = "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'";\r
 \r
-    private boolean isfeedlog;\r
+    private final boolean isfeedlog;\r
 \r
     public abstract class RowHandler {\r
         private final ServletOutputStream out;\r
index ecb1cc4..b879c6b 100644 (file)
@@ -53,5 +53,101 @@ N/A
 Deprecation Notes
 N/A
 
+Other
+N/A
+
+Version: 1.0.8 (Casablanca)
+---------------------------
+
+:Release Date: 2019-02-28
+
+The DataRouter(DR) provisioning API is a HTTPS-based, REST-like API for creating and managing DR feeds and
+subscriptions.
+
+New Features:
+
++--------------+------------------------------------------------------------------+
+| JIRA ID      | Description                                                      |
++==============+==================================================================+
++--------------+------------------------------------------------------------------+
+
+Bug Fixes:
+
++----------------+--------------------------------------------------------------------------------------------------+
+| JIRA ID        | Description                                                                                      |
++================+==================================================================================================+
+| DMAAP-1065     | [DR] Casablanca - AAF certs expired on dmaap-dr-prov and dmaap-dr-node                           |
++----------------+--------------------------------------------------------------------------------------------------+
+
+Known Issues
+N/A
+
+Security Issues
+DMAAP code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been
+addressed, items that remain open have been assessed for risk and determined to be false positive. The DMAAP open
+Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=42598688>`_.
+
+- `DMAAP Project Page <https://wiki.onap.org/display/DW/DMaaP+Planning>`_
+- `Passing Badge information for DMAAP DataRouter <https://bestpractices.coreinfrastructure.org/en/projects/2192>`_
+- `Project Vulnerability Review Table for DMAAP <https://wiki.onap.org/pages/viewpage.action?pageId=42598688>`_
+
+Upgrade Notes
+N/A
+
+Deprecation Notes
+N/A
+
+Other
+N/A
+
+
+Version: 2.0.1 (Dublin)
+---------------------------
+
+:Release Date: 2019-02-28
+
+The DataRouter(DR) provisioning API is a HTTPS-based, REST-like API for creating and managing DR feeds and
+subscriptions.
+
+New Features:
+
++--------------+------------------------------------------------------------------+
+| JIRA ID      | Description                                                      |
++==============+==================================================================+
+| DMAAP-988    | Update to new oparent                                            |
++--------------+------------------------------------------------------------------+
+
+Bug Fixes:
+
++----------------+--------------------------------------------------------------------------------------------------+
+| JIRA ID        | Description                                                                                      |
++================+==================================================================================================+
+| DMAAP-964      | DMAAP deployment failures starting 20190115 on casablanca branch                                 |
++----------------+--------------------------------------------------------------------------------------------------+
+| DMAAP-1047     | Data Router docker version missing explicit version number                                       |
++----------------+--------------------------------------------------------------------------------------------------+
+| DMAAP-1048     | [DR] AAF certs expired on dmaap-dr-prov and dmaap-dr-node                                        |
++----------------+--------------------------------------------------------------------------------------------------+
+| DMAAP-1064     | [DR] Update datarouter POM version following AAF cert updates                                    |
++----------------+--------------------------------------------------------------------------------------------------+
+
+Known Issues
+N/A
+
+Security Issues
+DMAAP code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been
+addressed, items that remain open have been assessed for risk and determined to be false positive. The DMAAP open
+Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=42598688>`_.
+
+- `DMAAP Project Page <https://wiki.onap.org/display/DW/DMaaP+Planning>`_
+- `Passing Badge information for DMAAP DataRouter <https://bestpractices.coreinfrastructure.org/en/projects/2192>`_
+- `Project Vulnerability Review Table for DMAAP <https://wiki.onap.org/pages/viewpage.action?pageId=42598688>`_
+
+Upgrade Notes
+N/A
+
+Deprecation Notes
+N/A
+
 Other
 N/A
\ No newline at end of file