Age | Commit message (Collapse) | Author | Files | Lines |
|
Add tests to increase code coverage above 50 percent.
Change-Id: Ie4f7517d7984b301e2bea7a2262307032c820700
Issue-ID: AAI-1425
Signed-off-by: Ioannis Sotiropoulos <Ioannis.Sotiropoulos@amdocs.com>
|
|
This is to retain existing Spring XML based configuration in the
microservice and continue to support switching message bus
implementations through the existing beans XML file resource.
The Java based configuration, though feasible, introduced complexity.
We are going to take the pragmatic approach of handling topic password
de-obfuscation centrally in the event-client.
Change-Id: I1c0ed92cdc155a5d848f94dafedb6c69af88b681
Issue-ID: AAI-1388
Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
|
|
- The original externalised Spring XML-based configuration deployed to:
/opt/app/spike-service/dynamic/conf/spike-beans.xml
has been replaced with Spring Java based configuration.
- Event consumer and publisher configuration is now in property files.
This now allows obfuscation of passwords.
- Bean creation now allows pre-processing the topic properties.
For example, the password can now be de-obfuscated before it is
passed into the bean constructor.
Change-Id: I5c265dca266b0dcbb562ca1b391080fe237b1e64
Issue-ID: AAI-1377
Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
|
|
Move what was originally an Open ECOMP microservice into ONAP.
This is primarily a code move and includes:
- removal of AJSC and replacement with latest version of Spring Boot
- alignment with ONAP standards
- license headers
- package renaming
- FOSSology scan completed
Further work is required to add JJB and OOM.
Change-Id: I305c8407256bf2dbcc816f34f031f92eafd6ef5a
Issue-ID: AAI-1374
Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
|