commit | 9c1eba1933eb84398b1cfa88199953fea935d691 | [log] [tgz] |
---|---|---|
author | Magnusen, Drew (dm741q) <dm741q@att.com> | Mon Jul 31 12:51:51 2017 -0500 |
committer | Magnusen, Drew (dm741q) <dm741q@att.com> | Tue Aug 01 08:36:08 2017 -0500 |
tree | 0ace9a620cb3f668e122d2e395c72a699f2d36bc | |
parent | 3934bfec62ea0ed3e91ac819225c417e217008a8 [diff] |
[POLICY-134] Fixed bug in PolicyLogger. PolicyLogger.info(Object arg0) calls itself recursively until it eventually causes a stack overflow error. Fix is to call debugLogger.info(MessageCodes, String) from within PolicyLogger.info(Object). Additionally, PolicyLogger.info(String arg0) was removed as debugLogger.info(MessageCodes, String) can be called directly. Change-Id: Id141027b544efa06b79f54a6726843b2a47481b9 Signed-off-by: Magnusen, Drew (dm741q) <dm741q@att.com>
This source repository contains ONAP common code, which is shared by 'policy-drools-pdp' and 'policy-engine'. The settings file only needs to support the standard Maven repositories (e.g. central = http://repo1.maven.org/maven2/), and any proxy settings needed in your environment.
To build it using Maven 3, run: mvn clean install