From 3ccc06f89a1c63397b81c98951828874e2388f98 Mon Sep 17 00:00:00 2001 From: Sunil Unnava Date: Thu, 22 Feb 2018 16:48:55 -0500 Subject: Security Fixes Issue-ID: DMAAP-206 Change-Id: Iac2cfe2c41df6d05e765e21b4f5297a032f447cd Signed-off-by: Sunil Unnava --- pom.xml | 285 ++++++++++----------- .../att/nsa/mr/client/impl/MRBatchPublisher.java | 1 + version.properties | 2 +- 3 files changed, 143 insertions(+), 145 deletions(-) diff --git a/pom.xml b/pom.xml index c8327cc..cd918b6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,31 +1,21 @@ - + 4.0.0 org.onap.dmaap.messagerouter.dmaapclient dmaapClient jar - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT dmaap-messagerouter-dmaapclient Client library for MR event routing API https://github.com/att/dmaap-framework @@ -40,21 +30,23 @@ 1.7 1.7 2.22.1 + 2.6.7.1 UTF-8 - - - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** - /content/sites/site/org/onap/dmaap/messagerouter/dmaapclient/${project.artifactId}/${project.version} + + + 0.7.7.201606060606 + 3.2 + jacoco + + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + /content/sites/site/org/onap/dmaap/messagerouter/dmaapclient/${project.artifactId}/${project.version} https://nexus.onap.org - + ecomp-site @@ -62,28 +54,43 @@ - - - Apache License Version 2.0 - + + + Apache License Version 2.0 + - - Rajashree - - ATT - www.att.com - - - Ramkumar - - ATT - www.att.com - - + + Rajashree + + ATT + www.att.com + + + Ramkumar + + ATT + www.att.com + + + + com.fasterxml.jackson.core + jackson-core + 2.8.6 + + + com.fasterxml.jackson.core + jackson-databind + 2.8.9 + + + org.apache.httpcomponents + httpclient-cache + 4.5.3 + com.att.nsa saClientLibrary @@ -99,7 +106,7 @@ com.att.aft dme2 - 3.1.200 + 3.1.200-oss com.sun.jersey @@ -154,12 +161,12 @@ 4.11 test - + - com.github.tomakehurst - wiremock - 2.5.0 - test + com.github.tomakehurst + wiremock + 2.5.0 + test org.mockito @@ -167,7 +174,7 @@ 1.9.5 test - + @@ -258,92 +265,82 @@ 1.7 - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - **/gen/** - **/generated-sources/** - **/yang-gen/** - **/pax/** - - - - - - pre-unit-test - - prepare-agent - - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - - surefireArgLine - - - - - post-unit-test - test - - report - - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - - ${project.reporting.outputDirectory}/jacoco-ut - - - - pre-integration-test - pre-integration-test - - prepare-agent - - - - ${project.build.directory}/code-coverage/jacoco-it.exec - - failsafeArgLine - - - - - post-integration-test - post-integration-test - - report - - - - ${project.build.directory}/code-coverage/jacoco-it.exec - - ${project.reporting.outputDirectory}/jacoco-it - - - - + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + + + + + pre-unit-test + + prepare-agent + + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + ${project.reporting.outputDirectory}/jacoco-ut + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + + ${project.build.directory}/code-coverage/jacoco-it.exec + + failsafeArgLine + + + + + post-integration-test + post-integration-test + + report + + + + ${project.build.directory}/code-coverage/jacoco-it.exec + + ${project.reporting.outputDirectory}/jacoco-it + + + + diff --git a/src/main/java/com/att/nsa/mr/client/impl/MRBatchPublisher.java b/src/main/java/com/att/nsa/mr/client/impl/MRBatchPublisher.java index 79a70b8..bcfa1cd 100644 --- a/src/main/java/com/att/nsa/mr/client/impl/MRBatchPublisher.java +++ b/src/main/java/com/att/nsa/mr/client/impl/MRBatchPublisher.java @@ -260,6 +260,7 @@ public class MRBatchPublisher implements MRBatchingPublisher catch ( IOException e ) { fLog.warn ( "MR background send: " + e.getMessage () ); + fLog.error( "IOException " + e ); } } diff --git a/version.properties b/version.properties index e1118ab..ac02ac5 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=1 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg