Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I68f4e1f398505b94023acb0999450b67906029b4
Issue-ID: DCAEGEN2-1245
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
|
|
Change-Id: I4e923f0426ecccda6de973400a022e4d86780d4f
Issue-ID: DCAEGEN2-1267
Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
|
|
The goal of this MR is to check if storing application configuration
fetched from CBS in Merkle Tree would be a good approach.
CoS:
- it should be possible to refetch configuration at some intervals
- any new update should trigger changes in affected modules, ie. change
of dmaap topics should trigger changes in dmaap client but not in aai
client
In order to satisfy this requirement a MerkleTree-based solution was
proposed. The structure keeps track of hashes of each node and its
subnodes. In case of a change in one branch the hash of other sibling
branch will not change.
Change-Id: I034be0f67d8522025a49a6ac8311b7efb8452765
Issue-ID: DCAEGEN2-884
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
|
|
Change-Id: I7464f0235c2fb4189d3f13cd3129a9d8498c468d
Issue-ID: DCAEGEN2-1245
Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
|
|
Skeleton of module definition for CBS client.
Change-Id: I62e7f599a36d8d159d6d5c9b09fcf3744ad9dbc1
Issue-ID: DCAEGEN2-1234
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
|
|
Use latest Reactor version. Also align with Spring Boot and Spring
Framework.
Change-Id: I43217817f4efc3649711b58106b0393152c750f8
Issue-ID: DCAEGEN2-1069
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
|
|
Other minor changes:
* Set dependencies to compatible versions (spring, spring-boot and
reactor + reactor-netty)
* Fix compilation errors on Java 11
Change-Id: If482c0dffd7162315df6d7b7fdedf554ef7c5d9d
Issue-ID: DCAEGEN2-1070
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
|
|
* vesrion in poms updated to 1.1.0-SNAPSHOT
Change-Id: Ieaa0a8ead1a9a74206fe4bdee85944d11b96c843
Issue-ID: DCAEGEN2-986
Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
|
|
Change-Id: I8f5fc2630d9cc9bd4a00798dfc660e7bbd0b1e33
Issue-ID: DCAEGEN2-1021
Signed-off-by: mmigdal <marcin.migdal@nokia.com>
|
|
Change-Id: Id66ece25205fc092d6563bb48293a522954a1392
Issue-ID: DCAEGEN2-1021
Signed-off-by: mmigdal <marcin.migdal@nokia.com>
|
|
*Remove Junit 4 stuff
*Remove Junit 5 API
Change-Id: Idc7ea695ab21d3c7cbef1e14151d0a11aedaa2e6
Issue-ID: DCAEGEN2-1021
Signed-off-by: mmigdal <marcin.migdal@nokia.com>
|
|
* one main cloudConfigurationProvider
* Mixing string and object property passed to API
* added maven-shade plugin
Change-Id: Idcd66fd70c20c859b5b6f94524f3fdb709fdfc57
Issue-ID: DCAEGEN2-982
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
|
|
Change-Id: I7b46a6580970c9df5baf7242bfd858030aefd078
Issue-ID: DCAEGEN2-971
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
|