From 4872ec0b4ae4f4ed85e9cf205695bc90702f8952 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Tue, 10 Sep 2019 06:52:52 -0500 Subject: [PATCH] OParent 2.1.0 Issue-ID: AAF-966 Change-Id: I2de5d5747ce8bce4ba2cfe11f5c407869d3be20d Signed-off-by: Instrumental --- cadi/core/src/test/java/org/onap/aaf/cadi/test/JU_Hash.java | 7 +++++++ docs/sections/release-notes.rst | 6 ++++++ pom.xml | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/cadi/core/src/test/java/org/onap/aaf/cadi/test/JU_Hash.java b/cadi/core/src/test/java/org/onap/aaf/cadi/test/JU_Hash.java index 3bc44566..86d647e3 100644 --- a/cadi/core/src/test/java/org/onap/aaf/cadi/test/JU_Hash.java +++ b/cadi/core/src/test/java/org/onap/aaf/cadi/test/JU_Hash.java @@ -208,4 +208,11 @@ public class JU_Hash { assertEquals(new String(new byte[] {(byte)0x0A, (byte)0xB0}), new String(output)); assertNull(Hash.fromHexNo0x("~~")); } +// +// @Test +// public void aaf_941() throws Exception { +// // User notes: From reported error "aaf" not coded right +// +// +// } } diff --git a/docs/sections/release-notes.rst b/docs/sections/release-notes.rst index 437aa43e..72198931 100644 --- a/docs/sections/release-notes.rst +++ b/docs/sections/release-notes.rst @@ -18,6 +18,12 @@ An important change, however, is that the AAF Locator requires internal K8s Apps internal-to-K8s Service URL tags as (example) "onap.org.osaaf.aaf.service:2.1" external-to-K8s Service URL tags as (example) "org.osaaf.aaf.service.2.1" + IF you are using previous configurations, you may need to clear the existing directory + + - Login to your Init Container + - cd /opt/app/osaaf/local + - CAREFULLY rm *.*, and have it regenerate + **Bug Fixes** - `AAF-859 `_ Images hardcoded in AAF helm deployment yamls diff --git a/pom.xml b/pom.xml index 976de89d..55c36e02 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.onap.oparent oparent - 2.0.0 + 2.1.0 -- 2.16.6