aai/aai-common.git
3 months agoRelease aai/aai-common 1.13.2
jenkins-releng [Fri, 26 Jan 2024 09:44:05 +0000 (09:44 +0000)]
Release aai/aai-common

3 months agoUpdate tinkerpop to 3.2.4 71/137071/7
Fiete Ostkamp [Tue, 23 Jan 2024 13:40:32 +0000 (14:40 +0100)]
Update tinkerpop to 3.2.4

- work around hasStep inlining
- add tests that more directly assert traversal state
- add TinkerpopUpgradeTests test suite [1]
- bump aai-common version to 1.13.2

[1] this allows to run the tests that are likely affected by a tinkerpop upgrade

Issue-ID: AAI-3740
Change-Id: I86fb9b0c86802c7c0f74a5aae0976e81bf501eb0
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
3 months agoMerge "Revert "Update tinkerpop to 3.2.3 in aai-core""
Nandkishor Patke [Mon, 22 Jan 2024 08:36:29 +0000 (08:36 +0000)]
Merge "Revert "Update tinkerpop to 3.2.3 in aai-core""

3 months agoUpdate tinkerpop to 3.2.3 in aai-core 59/137059/1
Fiete Ostkamp [Sat, 20 Jan 2024 17:16:09 +0000 (18:16 +0100)]
Update tinkerpop to 3.2.3 in aai-core

- no not apply the InlineFilterStrategy optimisation [1]

[1] the strategy aggregates consecutive has-steps into one has([...]). This messes
with the container and parent query step indices that are saved while building the query.

Issue-ID: AAI-3554
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I5b63ce16b8020633ea059fed7f70577661758415

3 months agoRevert "Update tinkerpop to 3.2.3 in aai-core" 36/137036/1
Fiete Ostkamp [Sat, 20 Jan 2024 17:14:17 +0000 (17:14 +0000)]
Revert "Update tinkerpop to 3.2.3 in aai-core"

This reverts commit 4e7ca21da096ff03ca70451fb5e7b95d3fd18f6e.

Reason for revert: This is not properly fixing the underlying issue and was merged prematurely

Issue-ID: AAI-3554

Change-Id: I3ff720bd5322712bdde13d774cc4366a9ed28650
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
3 months agoMerge "Update tinkerpop to 3.2.3 in aai-core"
Nandkishor Patke [Sat, 20 Jan 2024 03:27:20 +0000 (03:27 +0000)]
Merge "Update tinkerpop to 3.2.3 in aai-core"

3 months agoUpdate tinkerpop to 3.2.3 in aai-core 63/131763/7
Fiete Ostkamp [Tue, 1 Aug 2023 11:52:05 +0000 (11:52 +0000)]
Update tinkerpop to 3.2.3 in aai-core

- eagerly clone queries as they are optimised at a later stage
  when called lazily

Issue-ID: AAI-3554

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I18e97635d61e8cb08981cfea0143994f1572b39e

3 months agoRelease 1.13.1 docker artifact 13/137013/2
Fiete Ostkamp [Tue, 16 Jan 2024 12:22:29 +0000 (13:22 +0100)]
Release 1.13.1 docker artifact

Issue-ID: AAI-3727
Change-Id: I0d512b60b90cef2b93a5178a048eb0130b2dda5f
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
3 months agoMerge "[AAI] Promote Fiete Ostkamp and Nandkishor Patke to AAI Contributors"
Lukasz Rajewski [Tue, 16 Jan 2024 08:15:50 +0000 (08:15 +0000)]
Merge "[AAI] Promote Fiete Ostkamp and Nandkishor Patke to AAI Contributors"

3 months agoRelease 1.13.1 maven artifact 77/136977/3
Fiete Ostkamp [Fri, 12 Jan 2024 07:19:50 +0000 (08:19 +0100)]
Release 1.13.1 maven artifact

- create maven release

Issue-ID: AAI-3726
Change-Id: Ib84753ac73333d0b4a41b783b3c2d96b1105edf4
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
3 months ago[AAI] Promote Fiete Ostkamp and Nandkishor Patke to AAI Contributors 88/136988/2
Fiete Ostkamp [Mon, 15 Jan 2024 09:31:24 +0000 (10:31 +0100)]
[AAI] Promote Fiete Ostkamp and Nandkishor Patke to AAI Contributors

Issue-ID: AAI-3729
Change-Id: I38e1008ffd104e8247b59e57fbe078591ecb81d0
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
3 months agoEnsure HttpEntry bean is request scoped in aai-common 87/136987/5
Fiete Ostkamp [Mon, 15 Jan 2024 07:21:05 +0000 (08:21 +0100)]
Ensure HttpEntry bean is request scoped in aai-common

- declare separate request scoped HttpEntry beans
- leave the existing prototype scoped HttpEntry beans in place [1]
- disable flaky test

[1] some of the existing tests (in traversal+resources) use them in a non-web context
In those cases, using request scoped beans requires extra annotations to make it work

Issue-ID: AAI-3723
Change-Id: I1295fe8d18f3364472f4230f28ea6ef936c5f42b
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
3 months agoUpdate spring boot to 2.4 67/136967/4
Fiete Ostkamp [Thu, 11 Jan 2024 10:36:27 +0000 (11:36 +0100)]
Update spring boot to 2.4

- update spring boot from 2.3 to 2.4
- remove compile-time dependency on powermock introduced by eelf-core
- remove dependencyManagement declarations for powermock since it's not used anymore

Issue-ID: AAI-3725
Change-Id: I05a35e0cee80b27123f28bb8eeb8ed885c83a173
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
3 months agoUpdate spring boot to 2.3 59/136959/1
Fiete Ostkamp [Wed, 10 Jan 2024 15:27:15 +0000 (16:27 +0100)]
Update spring boot to 2.3

- update to 2.3
- bump version of all submodules to 1.13.1-SNAPSHOT

Issue-ID: AAI-3724
Change-Id: Id089e27b236476907c4e7ca7e51d72b74d387d1c
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
3 months agoMerge "Update spring boot to 2.2"
Lukasz Rajewski [Wed, 10 Jan 2024 13:13:39 +0000 (13:13 +0000)]
Merge "Update spring boot to 2.2"

3 months agoEnsure HttpEntry bean is request scoped in aai-common 55/136955/2
Fiete Ostkamp [Wed, 10 Jan 2024 10:59:21 +0000 (11:59 +0100)]
Ensure HttpEntry bean is request scoped in aai-common

- change beans to request scoped since the transaction handling inside it is not thread-safe
- bean injection in jersey is "request" scoped by default,
  but in a spring web context it is "prototype"
- in the prototype scope, multiple threads could access the same HttpEntry

Issue-ID: AAI-3723
Change-Id: I083e3b06cdbe4491f22746033cdcc80aa48a2d1b
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
3 months agoUpdate spring boot to 2.2 12/136912/2
Fiete Ostkamp [Tue, 2 Jan 2024 12:02:39 +0000 (13:02 +0100)]
Update spring boot to 2.2

- update spring dependency to 2.2.13
- remove profile based switch between spring versions 1.5.22 and 2.1.12
- migrate testng based tests in aai-els-onap-logging to junit 4
- rely more on boms for dependencyManagement by removing separate declarations (of spring and jackson)
- resolve some build warnings by adding dependency + plugin versions
- resolve some build warnings by removing duplicate declarations of dependencies
- resolve build warning about ambiguous reference to JsonObject.addProperty()

Issue-ID: AAI-3711
Change-Id: I7559e90ffb65199ee46bc5b7cdf5d9e73b7d87bc
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
3 months agoRelease 1.13.0 docker artifact 11/136911/1
Fiete Ostkamp [Tue, 2 Jan 2024 10:58:07 +0000 (11:58 +0100)]
Release 1.13.0 docker artifact

Issue-ID: AAI-3707
Change-Id: I809dc9c3befdf506abec2f80ffcd8e59ea070d4a
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
3 months agoRelease 1.13.0 maven artifact 07/136907/1
Fiete Ostkamp [Tue, 2 Jan 2024 08:47:49 +0000 (09:47 +0100)]
Release 1.13.0 maven artifact

Issue-ID: AAI-3706
Change-Id: I9517629cfe924bc7b2a788f826f83ab7f9ccfde7
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
4 months agoUpversion to 1.13.0 06/136906/1
Fiete Ostkamp [Fri, 29 Dec 2023 09:56:48 +0000 (10:56 +0100)]
Upversion to 1.13.0

- increase version from 1.12.0 to 1.13.0
- release will incorporate refactorings of the past 13 months

Issue-ID: AAI-3705
Change-Id: Iddac93ac90914c232269435501cc625b15f9df75
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
4 months agoRefactor ErrorLogHelper 61/136861/18
Fiete Ostkamp [Tue, 19 Dec 2023 10:55:44 +0000 (11:55 +0100)]
Refactor ErrorLogHelper

- change is designed to not make any changes to the serialised objects [1]
- introduce common error response object that is used for both service and policy, xml + json format
- separate creation of error response and the marshalling of it
- increase test coverage
- use jackson object mappers for marshalling json and xml objects instead of custom MapperUtil
- make code more functional
- use more descriptive variable names

[1] only the internal representation changes to account for both
Service- and PolicyException

Issue-ID: AAI-3695
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I1e82bf4f0706704679d14aac98969fa00beed758

8 months agoMerge "Refactor HttpEntryTest"
Lukasz Rajewski [Wed, 16 Aug 2023 12:36:00 +0000 (12:36 +0000)]
Merge "Refactor HttpEntryTest"

8 months agoRefactor HttpEntryTest 23/135723/7
Fiete Ostkamp [Sat, 12 Aug 2023 09:53:30 +0000 (09:53 +0000)]
Refactor HttpEntryTest

- make test cases independently runnable by removing shared state
- let method naming better reflect what is being tested
- assign commonly used objects on the class level when they are not modified in the test case
- parse error response object and assert error messages

Other:
- remove unnecessary saving in map in EdgeSerializer

Issue-ID: AAI-3658
Change-Id: I3b9704b8a6b6cfa6ecf4930dc3b1d1a7ce84764a
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
8 months agoRefactor DBSerializer verifyResourceVersion method 21/135721/2
Fiete Ostkamp [Fri, 11 Aug 2023 09:59:18 +0000 (09:59 +0000)]
Refactor DBSerializer verifyResourceVersion method

- assign variables closer to where they are used
- have a less complex validation logic
- rename related test cases to better understand what they are doing
- add further test cases (this would actually be better covered via a parameterized test)
- rename DBSerializer variable in test cases to better match whith the name of the type it's representing

Issue-ID: AAI-3657
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Id7976b0123c17178845db115c09b5c00d2361e6d

8 months agoMake URIParser code more readable - Part 2 83/135683/1
Fiete Ostkamp [Tue, 8 Aug 2023 07:11:17 +0000 (07:11 +0000)]
Make URIParser code more readable - Part 2

- declare variables closer to where they are used
- move more validation into the validatePath method
- increment the global index variable i in fewer places

Issue-ID: AAI-3656
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I64380b84370a362113bf64c4edff3d389ffb290e

8 months agoMake URIParser code more readable 52/135652/4
Fiete Ostkamp [Thu, 3 Aug 2023 13:20:28 +0000 (13:20 +0000)]
Make URIParser code more readable

Issue-ID: AAI-3655
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I26350e7279287c711f38194dbc1e8d302cf9a26d

9 months agoSet Python and Ubuntu versions in .readthedocs.yaml 62/135162/2
Cédric Ollivier [Mon, 26 Jun 2023 12:06:01 +0000 (14:06 +0200)]
Set Python and Ubuntu versions in .readthedocs.yaml

It now follows the ONAP gate configurations.
It also fixes the settings and formats it.

Issue-ID: DOC-811
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I5dd75c1dede73dda900c64941f57bf047654961b

17 months ago[AAI] Up-version aai-common to 1.12.0 for London 58/132358/1
Niharika Sharma [Mon, 21 Nov 2022 18:24:59 +0000 (13:24 -0500)]
[AAI] Up-version aai-common to 1.12.0 for London

Issue-ID: AAI-3594

Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com>
Change-Id: I83c7fe88ef4227b00efdfa0b4c6a102dca7a3f35

17 months ago[AAI] Release aai-common docker artifact 1.9.5 02/132202/1
Niharika Sharma [Mon, 14 Nov 2022 22:01:35 +0000 (17:01 -0500)]
[AAI] Release aai-common docker artifact 1.9.5

Issue-ID: AAI-3594

Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com>
Change-Id: Ia784bcbdbf391a005e394b355ed70af2f871c805

17 months ago[AAI] Release aai-common maven artifact 1.9.5 97/132197/1
Niharika Sharma [Mon, 14 Nov 2022 18:41:05 +0000 (13:41 -0500)]
[AAI] Release aai-common maven artifact 1.9.5

Issue-ID: AAI-3594

Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com>
Change-Id: Iaedc0906e704f0c8b7ae982a4173bc48c5ded752

17 months ago[AAI] Upversion aai-common to 1.9.5 83/132183/2
Niharika Sharma [Mon, 14 Nov 2022 14:39:35 +0000 (09:39 -0500)]
[AAI] Upversion aai-common to 1.9.5

Issue-ID: AAI-3594

Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com>
Change-Id: I16555822aa3de1ac7a19a08fd378e1eb4c36e23e

17 months agoMerge "Partially resolve resource leak warnings in aai-common"
William Reehil [Fri, 11 Nov 2022 13:37:57 +0000 (13:37 +0000)]
Merge "Partially resolve resource leak warnings in aai-common"

17 months agoMerge "Reduce the number of raw-type related warnings in aai-common"
William Reehil [Fri, 11 Nov 2022 13:37:39 +0000 (13:37 +0000)]
Merge "Reduce the number of raw-type related warnings in aai-common"

17 months agoMerge "Replace deprecated methods in aai-common"
William Reehil [Fri, 11 Nov 2022 13:37:28 +0000 (13:37 +0000)]
Merge "Replace deprecated methods in aai-common"

17 months agoMerge "Configure AAI HA Proxy to distribute the load to multiple AAI service replicas...
William Reehil [Thu, 10 Nov 2022 16:00:39 +0000 (16:00 +0000)]
Merge "Configure AAI HA Proxy to distribute the load to multiple AAI service replicas. Added some useful tools for custom image of aai haproxy"

17 months agoConfigure AAI HA Proxy to distribute the load to multiple AAI service replicas. Added... 31/132131/1
Rommel Pawar [Wed, 9 Nov 2022 22:05:28 +0000 (14:05 -0800)]
Configure AAI HA Proxy to distribute the load to multiple AAI service replicas. Added some useful tools for custom image of aai haproxy

Issue-ID: AAI-3588

Signed-off-by: Rommel Pawar <rommel.pawar@bell.ca>
Change-Id: Ibab655238c915c83b8a5b4a29cd5a4c1a3f19a0b

17 months agoReplace deprecated methods in aai-common 21/132121/2
Fiete Ostkamp [Thu, 10 Nov 2022 09:21:49 +0000 (09:21 +0000)]
Replace deprecated methods in aai-common

Issue-ID: AAI-3589

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I9e32b879ee0d143a6b66e06d425bed7412139e58

17 months agoReduce the number of raw-type related warnings in aai-common 99/132099/2
Fiete Ostkamp [Wed, 9 Nov 2022 12:41:32 +0000 (12:41 +0000)]
Reduce the number of raw-type related warnings in aai-common

Issue-ID: AAI-3586

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: If4affb02cfe40b4b82ecbdbb1a25d919d88be25c

17 months agoMerge "[AAI] Fix doc config files"
Manisha Aggarwal [Wed, 9 Nov 2022 15:24:32 +0000 (15:24 +0000)]
Merge "[AAI] Fix doc config files"

17 months ago[AAI] Fix doc config files 21/131921/19
wr148d [Mon, 31 Oct 2022 13:42:06 +0000 (09:42 -0400)]
[AAI] Fix doc config files

Issue-ID: AAI-3572
Change-Id: Icb2bce5d096d9c807aa6fe2a72243c6dc16e5028
Signed-off-by: wr148d <wr148d@att.com>
17 months agoPartially resolve resource leak warnings in aai-common 93/132093/1
Fiete Ostkamp [Wed, 9 Nov 2022 11:19:54 +0000 (11:19 +0000)]
Partially resolve resource leak warnings in aai-common

Issue-ID: AAI-3585

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Ic871d58bafb385737ecea6ea18c2fb589f4dc369

17 months agoReduce the number of problems in aai-common by removing unused imports 21/132021/1
Fiete Ostkamp [Mon, 7 Nov 2022 08:35:37 +0000 (08:35 +0000)]
Reduce the number of problems in aai-common by removing unused imports

- run mvn spotless:apply across aai-commmon to remove unused imports
- run mvn formatter:format across aai-common

Issue-ID: AAI-3583

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I2dfeb395eafa2824ce8369bba3a18db3e1845522

18 months ago[AAI] Fix TOC for the release notes documentation 82/131682/1
wr148d [Wed, 26 Oct 2022 13:10:11 +0000 (09:10 -0400)]
[AAI] Fix TOC for the release notes documentation

Issue-ID: AAI-3542
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Idf3ed6fc197a9bbb828109790e3162d5311a4cb9

18 months agoMerge "[AAI] Document process updates"
Manisha Aggarwal [Tue, 25 Oct 2022 17:35:03 +0000 (17:35 +0000)]
Merge "[AAI] Document process updates"

18 months ago[AAI] Document process updates 94/131794/1
wr148d [Tue, 25 Oct 2022 13:50:30 +0000 (09:50 -0400)]
[AAI] Document process updates

Issue-ID: AAI-3539
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I9c83b86e31748745a3754887858406f20093964f

18 months agoMerge "Update aai-common dependencies"
William Reehil [Mon, 24 Oct 2022 15:13:39 +0000 (15:13 +0000)]
Merge "Update aai-common dependencies"

18 months ago[AAI] Release aai-common docker artifact 1.9.4 36/131536/1
wr148d [Tue, 18 Oct 2022 15:28:46 +0000 (11:28 -0400)]
[AAI] Release aai-common docker artifact 1.9.4

Issue-ID: AAI-3537
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I99b2cfb6923a0de18babda4dec913010b51bca78

18 months ago[AAI] Release aai-common maven artifact 1.9.4 35/131535/1
wr148d [Tue, 18 Oct 2022 14:22:14 +0000 (10:22 -0400)]
[AAI] Release aai-common maven artifact 1.9.4

Issue-ID: AAI-3537
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I6bbab85e45fa5906bb313fc56f589db0fe602d8f

18 months agoUpdate aai-common dependencies 33/131533/3
Fiete Ostkamp [Tue, 18 Oct 2022 12:13:29 +0000 (12:13 +0000)]
Update aai-common dependencies

Issue-ID: AAI-3553

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I2b79669b922a43d30b7d412bfd86f1506f6b4f6f

18 months ago[AAI] Upversion aai-common to 1.9.4 06/131506/1
wr148d [Mon, 17 Oct 2022 14:49:56 +0000 (10:49 -0400)]
[AAI] Upversion aai-common to 1.9.4

Issue-ID: AAI-3537
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I55155889e65b6395404645b14d7bd07b6554f0e8

18 months ago[AAI] Upversion aai-common to 1.9.4 05/131505/1
wr148d [Mon, 17 Oct 2022 14:32:35 +0000 (10:32 -0400)]
[AAI] Upversion aai-common to 1.9.4

Issue-ID: AAI-3537
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Iabafa4a116f2092cf0edfa0e7a293c7f1b0c08cb

18 months agoMerge "Remove the apache commons-lang dependency in aai-common"
William Reehil [Fri, 14 Oct 2022 13:14:20 +0000 (13:14 +0000)]
Merge "Remove the apache commons-lang dependency in aai-common"

18 months agoRemove the apache commons-lang dependency in aai-common 71/131471/1
Fiete Ostkamp [Fri, 14 Oct 2022 09:30:31 +0000 (09:30 +0000)]
Remove the apache commons-lang dependency in aai-common

Issue-ID: AAI-3551

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Ib68b6fb43044532abf39c1ac088ef969c5aa00c2

18 months agoUpdate eclipse.persistence and eelf.core in aai-common 64/131464/3
Fiete Ostkamp [Thu, 13 Oct 2022 14:26:19 +0000 (14:26 +0000)]
Update eclipse.persistence and eelf.core in aai-common

- update eclipse persistence to version 2.7.11
- update eelf core to 2.0.0-oss
- pin eelf core version in aai-utils and aai-schema-abstraction to 1.0.1 since there would be IncompatibleClassChange errors
- add the jaxb-api dependency to aai-utils to make it compilable with jdk 11

Issue-ID: AAI-3550

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Ia2aa31a9f3550af853583e65bc1f84583c9fc22f

18 months agoMerge "Migrate Mockito 1 to version 2 in aai-core"
William Reehil [Thu, 13 Oct 2022 13:32:11 +0000 (13:32 +0000)]
Merge "Migrate Mockito 1 to version 2 in aai-core"

18 months agoMigrate Mockito 1 to version 2 in aai-core 60/131460/1
Fiete Ostkamp [Thu, 13 Oct 2022 09:36:18 +0000 (09:36 +0000)]
Migrate Mockito 1 to version 2 in aai-core

Issue-ID: AAI-3549

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Ibb8edcd80fe3b112af0d113894122ce0b256006b

18 months agoProject build error due to reporting configuration not being in reporting section... 52/131452/3
Fiete Ostkamp [Wed, 12 Oct 2022 13:50:21 +0000 (13:50 +0000)]
Project build error due to reporting configuration not being in reporting section in pom

- move the reporting configuration into the reporting block
- use https for plugin repository urls
- improve the README

Issue-ID: AAI-3548

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Ic473e8a3942481a987143e2dc9fba02fdcfbc4eb

19 months agoReplace deprecated Gremlin query in aai-common 29/131329/3
Fiete Ostkamp [Thu, 29 Sep 2022 09:35:24 +0000 (11:35 +0200)]
Replace deprecated Gremlin query in aai-common

addInE and addOutE are deprecated since Gremlin 3.1.0.

Issue-ID: AAI-3534

Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I4c4db97d8075e9c75b13ee206c27b8c01b5e0cf4

19 months ago[AAI] Add preliminary documentation for the Kohn release 76/130876/1
wr148d [Tue, 13 Sep 2022 13:56:32 +0000 (09:56 -0400)]
[AAI] Add preliminary documentation for the Kohn release

Issue-ID: AAI-3519
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ibbfee75b079aa37de20370c496b51abd1a25307a

19 months agoForce py3.8 in tox.ini 47/130547/1
Cédric Ollivier [Wed, 31 Aug 2022 18:39:06 +0000 (20:39 +0200)]
Force py3.8 in tox.ini

It allows leveraging on OpenStack Yoga's upper-contraints
without any exception.

Issue-ID: DOC-782

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I42cd3a5885e3fc26c37b369a4b7d68b38079a6a3

20 months ago[AAI] Remove Robby Maharajh & Harish Kajur as committers 74/130474/1
wr148d [Mon, 29 Aug 2022 13:19:12 +0000 (09:19 -0400)]
[AAI] Remove Robby Maharajh & Harish Kajur as committers

Issue-ID: AAI-3515
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I0ebe823d08b0ae7de77b66ad99b419a210576cb1

23 months ago[AAI] Updated the release date in the release notes for Jakarta 43/129343/1
wr148d [Mon, 23 May 2022 13:13:35 +0000 (09:13 -0400)]
[AAI] Updated the release date in the release notes for Jakarta

Issue-ID: AAI-3488
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Icaf2724881bce0cb73f208d5a7a9c61c51e91f6c

2 years ago[AAI] Updated the jakarta release notes for aai 99/128699/1
wr148d [Fri, 15 Apr 2022 20:13:07 +0000 (16:13 -0400)]
[AAI] Updated the jakarta release notes for aai

Issue-ID: AAI-3478
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I2f6f28e9711d299a26af56421606b0caca4f79b9

2 years agoAdd bounds to sphinx requirement 19/128419/1
Cédric Ollivier [Mon, 11 Apr 2022 09:35:32 +0000 (11:35 +0200)]
Add bounds to sphinx requirement

As ONAP was created before Oct 20 2020 in RTD, we
must set bounds to enforce a compatible Sphinx version
(see manual).

Issue-ID: DOC-782

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I8dd2ab694b20d0a270b5d5b3263ead5512211faa

2 years ago[AAI] Added the initial release notes for AAI Jakarta 73/127973/1
wr148d [Tue, 22 Mar 2022 14:16:39 +0000 (10:16 -0400)]
[AAI] Added the initial release notes for AAI Jakarta

Issue-ID: AAI-3459
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I598bfb12d9802f3aad8b40d8a8cf44983a3b011a

2 years ago[AAI] Updated releast notes to talk about transitive dependency on aaf log4j 55/127855/1
wr148d [Wed, 16 Mar 2022 20:09:23 +0000 (16:09 -0400)]
[AAI] Updated releast notes to talk about transitive dependency on aaf log4j

Issue-ID: AAI-3454
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I2dfad5f07372eff1f7e545910da6d39377ea4ffe

2 years ago[AAI] Update common to fix security vulnerabilities 29/127529/1
wr148d [Mon, 7 Mar 2022 14:46:00 +0000 (09:46 -0500)]
[AAI] Update common to fix security vulnerabilities

Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ied52723b83c819e4c8970a7060056ac76bf78b25

2 years ago[AAI] Update common to fix security vulnerabilities 25/127525/1
wr148d [Mon, 7 Mar 2022 14:30:32 +0000 (09:30 -0500)]
[AAI] Update common to fix security vulnerabilities

Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I52a7a924d5c48d76d7b391f907161454ccc37a59

2 years ago[AAI] Release 1.9.3 docker artifact for aai-common 80/127480/1
wr148d [Thu, 3 Mar 2022 15:05:52 +0000 (10:05 -0500)]
[AAI] Release 1.9.3 docker artifact for aai-common

Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ief78a824a787c62f24fa11d239725d2f5372546a

2 years ago[AAI] Release 1.9.3 maven artifact for aai-common 75/127475/1
wr148d [Thu, 3 Mar 2022 14:03:57 +0000 (09:03 -0500)]
[AAI] Release 1.9.3 maven artifact for aai-common

Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I6685f7ab647975ba741413a40512eb6495796e1d

2 years ago[AAI] Upversion common to 1.9.3 for security vulnerability rollout 54/127454/1
wr148d [Wed, 2 Mar 2022 20:57:58 +0000 (15:57 -0500)]
[AAI] Upversion common to 1.9.3 for security vulnerability rollout

Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Iaf5aea281d59556ccaa930c5ad2dc1fe26cf3c6f

2 years ago[AAI] Updates for security vulnerabilities 52/127452/1
wr148d [Wed, 2 Mar 2022 17:36:49 +0000 (12:36 -0500)]
[AAI] Updates for security vulnerabilities

Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I424b3b91a6fe49f688992c57913be6c1e0149c9d

2 years ago[AAI] Updates for security vulnerabilities 48/127448/1
wr148d [Wed, 2 Mar 2022 16:57:22 +0000 (11:57 -0500)]
[AAI] Updates for security vulnerabilities

Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I3086a5ed2a96dc1686bbd79a519634b8e54fbc5e

2 years agoMerge "[AAI] Update of aai component diagram and description"
William Reehil [Tue, 22 Feb 2022 19:17:56 +0000 (19:17 +0000)]
Merge "[AAI] Update of aai component diagram and description"

2 years ago[AAI] Update release notes for Istanbul Maintenance release 40/127240/2
wr148d [Tue, 22 Feb 2022 16:33:24 +0000 (11:33 -0500)]
[AAI] Update release notes for Istanbul Maintenance release

Issue-ID: AAI-3452
Change-Id: I03193c6a7ba2172e2c6b6f5390c1cb8ca3bab00c
Signed-off-by: wr148d <wr148d@att.com>
2 years ago[AAI] Update of aai component diagram and description 15/127215/2
Igor Dysko [Thu, 17 Feb 2022 12:45:27 +0000 (13:45 +0100)]
[AAI] Update of aai component diagram and description

Component diagram was updated, deprecated applications were removed, description in rst file was also updated.

Issue-ID: AAI-3451
Signed-off-by: Igor Dysko <igor1.dysko@orange.com>
Change-Id: I68b474a6397b477b77055dd580321fa684d5d9b4

2 years ago[AAI] Deploy docker image for 1.9.2 common 59/126759/1
wr148d [Tue, 25 Jan 2022 19:13:40 +0000 (14:13 -0500)]
[AAI] Deploy docker image for 1.9.2 common

Issue-ID: AAI-3431
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I5b06d3ba5d379048380ddd717ae843713d389f9d

2 years ago[AAI] Deploy maven artifact for 1.9.2 58/126758/1
wr148d [Tue, 25 Jan 2022 18:51:51 +0000 (13:51 -0500)]
[AAI] Deploy maven artifact for 1.9.2

Issue-ID: AAI-3431
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I23dfcad1db7d4d0e0588f959f5ff0815ba700393

2 years ago[AAI] Upversion aai-common to 1.9.2 for the log4j updates 56/126756/1
wr148d [Tue, 25 Jan 2022 18:10:04 +0000 (13:10 -0500)]
[AAI] Upversion aai-common to 1.9.2 for the log4j updates

Issue-ID: AAI-3431
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I272eb4d305ec690d2e0e17ac67c9877071d17a5c

2 years ago[AAI] Upgrading Log4J to 2.17.1 08/126708/7
wr148d [Fri, 21 Jan 2022 16:22:01 +0000 (11:22 -0500)]
[AAI] Upgrading Log4J to 2.17.1

Issue-ID: AAI-3431
Change-Id: I429665b7d5b217ad0bd0739ab24d92b3965bc86d
Signed-off-by: wr148d <wr148d@att.com>
2 years ago[AAI] Releasing the latest docker image 1.9.1 81/126681/1
wr148d [Thu, 20 Jan 2022 19:56:34 +0000 (14:56 -0500)]
[AAI] Releasing the latest docker image 1.9.1

Issue-ID: AAI-3428
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I8d3db9c415e5ff518ad381b37a3fd7e9cc1e827b

2 years ago[AAI] Releasing the latest maven artifact 80/126680/1
wr148d [Thu, 20 Jan 2022 19:47:27 +0000 (14:47 -0500)]
[AAI] Releasing the latest maven artifact

Issue-ID: AAI-3428
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I96678af29c51aeef96a31f0afa090d611c8a8e46

2 years ago[AAI] Ignore DataCopyTest to try to release a docker image 78/126678/1
wr148d [Thu, 20 Jan 2022 19:11:25 +0000 (14:11 -0500)]
[AAI] Ignore DataCopyTest to try to release a docker image

Issue-ID: AAI-3428
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I46def8946547ef522b8f16671c80138aa4737552

2 years ago[AAI] Release 1.9.1 docker artifact 73/126673/1
wr148d [Thu, 20 Jan 2022 16:45:14 +0000 (11:45 -0500)]
[AAI] Release 1.9.1 docker artifact

Issue-ID: AAI-3428
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I140d88d904e98c4912f4fc26f5a917f6de220601

2 years ago[AAI] Release 1.9.1 maven artifact update to newer job 70/126670/1
wr148d [Thu, 20 Jan 2022 16:31:50 +0000 (11:31 -0500)]
[AAI] Release 1.9.1 maven artifact update to newer job

Issue-ID: AAI-3428
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ic2c4e983bd22e6024787f55a177a3dec43266f6a

2 years ago[AAI] Update the tests to ignore OwnerCheckTest 68/126668/2
wr148d [Thu, 20 Jan 2022 15:20:25 +0000 (10:20 -0500)]
[AAI] Update the tests to ignore OwnerCheckTest

Issue-ID: AAI-3428
Change-Id: I1a75ce29981338edf28cff1f248066b3bee9e80d
Signed-off-by: wr148d <wr148d@att.com>
2 years ago[AAI] Release the aai-common 1.9.1 docker 07/126607/1
wr148d [Fri, 14 Jan 2022 14:06:09 +0000 (09:06 -0500)]
[AAI] Release the aai-common 1.9.1 docker

Issue-ID: AAI-3428
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ie6850b6fb32a7269c220ff732b2d6fe790ea033d

2 years ago[AAI] Release the aai-common 1.9.1 maven artifact 99/126599/2
wr148d [Thu, 13 Jan 2022 18:05:52 +0000 (13:05 -0500)]
[AAI] Release the aai-common 1.9.1 maven artifact

Issue-ID: AAI-3428
Change-Id: I5bfe11115f9486dfd113f89ae79f41ca1e419286
Signed-off-by: wr148d <wr148d@att.com>
2 years ago[AAI] Upversion aai-common to 1.9.1 98/126598/1
wr148d [Thu, 13 Jan 2022 16:30:29 +0000 (11:30 -0500)]
[AAI] Upversion aai-common to 1.9.1

Issue-ID: AAI-3428
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Icb9665a8e975d37fcd6beeee923c1009bcde9641

2 years ago[AAI] Revert some testing changes to ignore tests and rollback of eclipse perisistence 94/126594/3
wr148d [Thu, 13 Jan 2022 14:39:16 +0000 (09:39 -0500)]
[AAI] Revert some testing changes to ignore tests and rollback of eclipse perisistence

Issue-ID: AAI-3428
Change-Id: Ib1a1235d44c1c0ddc767ad944eccafec7de618d1
Signed-off-by: wr148d <wr148d@att.com>
2 years agoUpdating the eclipse persistence version to 2.6.0 to resolve an issue 59/126559/4
wr148d [Tue, 11 Jan 2022 16:10:12 +0000 (11:10 -0500)]
Updating the eclipse persistence version to 2.6.0 to resolve an issue

Issue-ID: AAI-3428
Change-Id: I514120be2e021e580e98cfe8a97689ec4598f523
Signed-off-by: wr148d <wr148d@att.com>
2 years ago[AAI] Updating readthedocs AAI API to v24 25/125825/1
ondro [Mon, 22 Nov 2021 12:00:23 +0000 (13:00 +0100)]
[AAI] Updating readthedocs AAI API to v24

Issue-ID: AAI-3411
Signed-off-by: Ondrej Frindrich <ondrej1.frindrich@orange.com>
Change-Id: Id1945e6d3e1826ff67cb66de0d937d688a83ad5d

2 years agoUpdate the release date in the release notes 40/125440/2
wr148d [Thu, 28 Oct 2021 13:32:04 +0000 (09:32 -0400)]
Update the release date in the release notes

Issue-ID: AAI-3403
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I0496c4b0c9b4f65966c25de92f15275379aa424b

2 years agoMerge "Leverage upper-constraints files to pin all dependencies"
William Reehil [Thu, 28 Oct 2021 14:15:36 +0000 (14:15 +0000)]
Merge "Leverage upper-constraints files to pin all dependencies"

2 years agoLeverage upper-constraints files to pin all dependencies 76/125176/4
Andreas Geissler [Thu, 21 Oct 2021 10:21:45 +0000 (10:21 +0000)]
Leverage upper-constraints files to pin all dependencies

It leverages the latest change from lfdocs-conf and the
upper-constraints.txt now centralized in ONAP docs.
In a long run, upperconstraints.os.txt should be removed once ONAP
is synced with OpenStack.

It removes tox and setuptools from requirements as nothing depends on them
(most requirements should be removed except lfdocsconf)

Issue-ID: DOC-765

Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I0e017b8ffaeaa6626d3196b6442f87a500263457
(cherry picked from commit 995fa60569d369153b6829ca607e87159338d657)

2 years ago[AAI] Update some direct dependencies for Istanbul 08/124508/3
wr148d [Mon, 27 Sep 2021 15:08:10 +0000 (11:08 -0400)]
[AAI] Update some direct dependencies for Istanbul

Issue-ID: AAI-3333
Change-Id: I18ff4ea1f58d3797a9606e644f4c5df4cf1fd361
Signed-off-by: wr148d <wr148d@att.com>
2 years ago[AAI] Updating the info yamls adding Robby Maharajh and removing Steven Blimkie 96/124096/1
wr148d [Mon, 13 Sep 2021 17:16:45 +0000 (13:16 -0400)]
[AAI] Updating the info yamls adding Robby Maharajh and removing Steven Blimkie

Issue-ID: AAI-3380
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I6683121f6d729df19e05c10da65ad8c8543e6de6

2 years ago[AAI] Releasing the initial release notes for Istanbul 81/124081/1
wr148d [Mon, 13 Sep 2021 15:24:18 +0000 (11:24 -0400)]
[AAI] Releasing the initial release notes for Istanbul

Issue-ID: AAI-3379
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I9e34e728ac285b2290fb6f62d5d7231065e0a49e

2 years ago[AAI] Updates for releasing the latest common containers for Istanbul 92/123392/1
wr148d [Thu, 19 Aug 2021 14:19:29 +0000 (10:19 -0400)]
[AAI] Updates for releasing the latest common containers for Istanbul

Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ibd84193b179f21a0af0b470a41fa1f67a1aa627b

2 years ago[AAI] Releasing 1.9.0 Istanbul aai-common maven artifact 65/123365/1
wr148d [Wed, 18 Aug 2021 20:37:05 +0000 (16:37 -0400)]
[AAI] Releasing 1.9.0 Istanbul aai-common maven artifact

Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I7b59407e7e4ffeae512e3750495f973c6c303562