added "fetch timeout" backoff for UEB endpoints 77/12277/4
authorJorge Hernandez <jh1730@att.com>
Wed, 13 Sep 2017 19:48:05 +0000 (14:48 -0500)
committerJorge Hernandez <jh1730@att.com>
Thu, 14 Sep 2017 06:18:09 +0000 (01:18 -0500)
commit1f2fff6c740695cb2ae430af16684ebc13bc57d5
treede7f031d4efb4b9cd1216acbb77a5e54319a12a8
parent009582f2e2a4bd3b09da3721a8b6587d5ac89723
added "fetch timeout" backoff for UEB endpoints

this prevents high frequency fruitless attempts to connect to an
unreachable (perhaps temporarily) UEB server.

added additional management apis for noop endpoints.

bump versions of jackson parsers so through snakeyaml library
throughtransitive dependencies is bump up from 1.15 as it is
resolved in the classpath at runtime to > 1.17
otherwise causes incompatibilities with the one used in
controlloops under their own classloaders, as they expect 1.17.

Change-Id: I936348c4b93a2c409c22568868c44ed330dc18f7
Issue-ID: POLICY-119
Signed-off-by: Jorge Hernandez <jh1730@att.com>
policy-endpoints/src/main/java/org/onap/policy/drools/event/comm/bus/internal/BusConsumer.java
policy-management/src/main/java/org/onap/policy/drools/server/restful/RestManager.java
policy-management/src/main/java/org/onap/policy/drools/system/PolicyEngine.java
pom.xml