From: Tomasz Wrobel Date: Fri, 13 May 2022 07:01:26 +0000 (+0200) Subject: Make TLS connection optional X-Git-Tag: 1.8.0^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5da97dc829f00e8549ccf5617b434aa911578d8b;p=dcaegen2%2Fcollectors%2Fdatafile.git Make TLS connection optional Issue-ID: DCAEGEN2-3039 Signed-off-by: Tomasz Wrobel Change-Id: Id637ba17c655407009a4f40f6c93f518b99e45ff --- diff --git a/Changelog.md b/Changelog.md index cbbc4d43..ce4f0e08 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.8.0] - 2022/06/24 +### Changed +- [DCAEGEN2-3039] Make certificate dependencies configurable + ## [1.7.1] - 2022/03/10 ### Changed - [DCAEGEN2-3104] Fix application startup diff --git a/README.md b/README.md index b8f8c1af..53aa43d1 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ DFC is delivered as one **Docker container** which hosts application server and Whole project (top level of DFC directory) and each module (sub module directory) can be compiled using `mvn clean install` command. +## Build image +``` +mvn install docker:build +``` + ## Main API Endpoints Running with dev-mode of DFC diff --git a/datafile-app-server/pom.xml b/datafile-app-server/pom.xml index c8a0e648..14620ed1 100644 --- a/datafile-app-server/pom.xml +++ b/datafile-app-server/pom.xml @@ -1,7 +1,7 @@