Merge "General sonar fixes: use logger"
authorBrendan Tschaen <ctschaen@att.com>
Wed, 14 Aug 2019 15:30:23 +0000 (15:30 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 14 Aug 2019 15:30:23 +0000 (15:30 +0000)
pom.xml
releases/3.2.34.yaml [new file with mode: 0644]
src/main/java/org/onap/music/eelf/logging/MusicLoggingServletFilter.java
version.properties

diff --git a/pom.xml b/pom.xml
index a0e7c75..085d3b7 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <groupId>org.onap.music</groupId>
     <artifactId>MUSIC</artifactId>
     <packaging>jar</packaging>
-    <version>3.2.34-SNAPSHOT</version>
+    <version>3.2.35-SNAPSHOT</version>
     <description>
             This is the MUSIC REST interface, packaged as a Springboot jar file.
     </description>
diff --git a/releases/3.2.34.yaml b/releases/3.2.34.yaml
new file mode 100644 (file)
index 0000000..572f8a2
--- /dev/null
@@ -0,0 +1,5 @@
+---
+distribution_type: 'maven'
+version: '3.2.34'
+project: 'music'
+log_dir: 'music-maven-stage-master/103/'
index 0f078a9..1cac773 100644 (file)
@@ -172,7 +172,7 @@ public class MusicLoggingServletFilter implements Filter {
     }
 
     private void populateMDCAndResponseHeader(Map<String, String> headerMap, String idKey, String mdcKey,
-            boolean isRequired, HttpServletResponse httpResponse) throws ServletException, IOException {
+            boolean isRequired, HttpServletResponse httpResponse) throws  IOException {
 
         idKey = idKey.trim().toUpperCase();
 
index ba44c86..c9da85e 100755 (executable)
@@ -4,7 +4,7 @@
 
 major=3
 minor=2
-patch=34
+patch=35
 
 base_version=${major}.${minor}.${patch}