commit | 49763b0cf15a58b804e19e1d2907cb46044fd552 | [log] [tgz] |
---|---|---|
author | PatrikBuhr <patrik.buhr@est.tech> | Thu Oct 08 16:55:03 2020 +0200 |
committer | PatrikBuhr <patrik.buhr@est.tech> | Fri Oct 09 09:19:05 2020 +0200 |
tree | 48cd13aedaa40e9aa955985420ea4389874990da | |
parent | 535be96db56357f41970fd256abe7eb35fe4d98a [diff] |
Improvent of AsynchRestClient Previously, the cert and the trust databases was read each time a AsynchRestClient was created. Now, they are only read once. This has performance impact. Change-Id: I7a480a64542187d79ffc2ee7427e0140f45afadc Issue-ID: CCSDK-2502 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
This source repository contains the code for the ORAN A1 related components.
To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
To compile, run "mvn clean install".