commit | 455f47766ce554ed9354d707992353353753745e | [log] [tgz] |
---|---|---|
author | Ittay Stern <ittay.stern@att.com> | Sun Mar 08 15:24:35 2020 +0200 |
committer | Ittay Stern <ittay.stern@att.com> | Sun Mar 08 15:24:35 2020 +0200 |
tree | 7180cff16ce16d076fa6abfa8d95a1613bd932f4 | |
parent | 17b63f0c432f9edf407e4c9f465a295bfd870485 [diff] |
Don't use EELFLoggerDelegate.errorLogger in Async jobs The Logger.error(EELFLoggerDelegate.errorLogger, ...) idiom is flawed. Using direct invocation of LOGGER.error("msg..."). Issue-ID: VID-253 Issue-ID: PORTAL-835 Change-Id: Ibbc7da3a081675d2edbbb782732a14de9c865a3a Signed-off-by: Ittay Stern <ittay.stern@att.com>
This source repository contains the OpenECOMP Virtual Infrastructure Deployment (VID). The settings file needs to support the standard Maven repositories (e.g. central = http://repo1.maven.org/maven2/), and any proxy settings needed in your environment. In addition, this code is dependent upon the following OpenECOMP artifacts, which are not part of VID:
org.openecomp.ecompsdkos:ecompSDK-project org.openecomp.ecompsdkos:ecompSDK-core org.openecomp.ecompsdkos:ecompSDK-analytics org.openecomp.ecompsdkos:ecompSDK-workflow
To build it using Maven 3, run: mvn clean install