OParent 2.1.0 50/95350/1
authorInstrumental <jonathan.gathman@att.com>
Tue, 10 Sep 2019 11:52:52 +0000 (06:52 -0500)
committerInstrumental <jonathan.gathman@att.com>
Tue, 10 Sep 2019 11:53:01 +0000 (06:53 -0500)
Issue-ID: AAF-966
Change-Id: I2de5d5747ce8bce4ba2cfe11f5c407869d3be20d
Signed-off-by: Instrumental <jonathan.gathman@att.com>
cadi/core/src/test/java/org/onap/aaf/cadi/test/JU_Hash.java
docs/sections/release-notes.rst
pom.xml

index 3bc4456..86d647e 100644 (file)
@@ -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
+//        
+//        
+//    }
 }
index 437aa43..7219893 100644 (file)
@@ -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 <https://jira.onap.org/browse/AAF-859>`_ Images hardcoded in AAF helm deployment yamls
 
diff --git a/pom.xml b/pom.xml
index 976de89..55c36e0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>2.0.0</version>
+        <version>2.1.0</version>
     </parent>
 
     <properties>