aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2024-07-01Use 1.14.3 release version of aai-common in aai-traversal1.14.3Fiete Ostkamp1-2/+2
Issue-ID: AAI-3909 Change-Id: I9a7e28996d109de83bd561f77156144272dad28a Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-27Update Janusgraph to 0.5.0 in traversalFiete Ostkamp1-3/+3
- update Janusgraph to 0.5.0 + tinkerpop to 3.4.13 - do not use pagination methods from HttpEntry [1] - introduce WebTestClient as a way to more elegantly declare http requests and assertions [1] pagination is still done on the client-side in this service. This change just removes the usage of methods of HttpEntry that effectively do a List.subList and that will be removed from HttpEntry shortly after Issue-ID: AAI-3902 Change-Id: I446f092048b9e2be7314ed32ab3de5d5e1e1689d Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-25Use aai-common release version in traversalFiete Ostkamp1-1/+1
- use aai-common 1.14.2 instead of 1.14.2-SNAPSHOT Issue-ID: AAI-3899 Change-Id: Iaf94c1a30aa1ee0b53f47b07cbdc07cdb9c6ba82 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-19Update aai-common to 1.14.2 in traversalFiete Ostkamp1-3/+3
- contains janusgraph update 0.3.3 -> 0.4.0, tinkerpop 3.3.11 -> 3.4.0 Issue-ID: AAI-3891 Change-Id: Ib898f86432c39c9248c0f91bdc1effcd29c3132b Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-18Update aai-common to 1.14.1 in traversal1.14.1Fiete Ostkamp1-3/+3
- includes tinkerpop update from 3.3.0 to 3.3.11 - update guava from 18 to 25.0-jre - resolve maven build warnings (undeclared dep versions, duplicate deps, reporting configuration) Issue-ID: AAI-3879 Change-Id: I60124c42ca1a0c884c02981a18c1c9388e62b6e2 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-16Release 1.14.0 traversal docker artifactFiete Ostkamp1-2/+1
- update to aai-common 1.14.0 that includes janusgraph update from 0.2.3 to 0.3.3 Issue-ID: AAI-3868 Change-Id: Ic128db07dfe8a19c578dae2b371dac039b5c4251 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-12Update aai-common to 1.14.0 in traversal1.14.0Fiete Ostkamp1-4/+5
- update aai-common to 1.14.0 which contains Janusgraph update to 0.3.3 Issue-ID: AAI-3870 Change-Id: I7200d140a04845866bb189d8bdf5a820a710dd68 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-23[AAI] Bump aai-traversal version to 1.13.5nandkishorpatke1-1/+1
Issue-ID: AAI-3843 Change-Id: Id3f9a101159678ac23404b013bd144055a9ba59b Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2024-05-23[AAI] Update aai-schema version to 1.12.4 in traversalnandkishorpatke1-1/+1
- AAI schema addition for 3GPP RAN Network Slice Subnet - and Slice-Profile Attributes & FeasibilityCheckJob - Bump aai-schema pom version to 1.12.4 - Update aai-schema default version to v29 Issue-ID: AAI-3843 Change-Id: I99e9585653937a9305b412eeccfe3dac1403df88 Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2024-04-17Update AAI-Traversal SNAPSHOT versionDasar1-1/+1
- Change AAI-Traversal SNAPSHOT version from 1.13.3 to 1.13.4 Issue-ID: AAI-3820 Change-Id: I1574e9ab17c00b4deeec30e9e5d367e6d9d2d2cc Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
2024-04-16Remove DMaaP references from AAI-TraversalDasar1-1/+1
- Replace DMaaP related configuration with kafka - Update AAI-Common version from 1.13.3 to 1.13.6 in pom.xml Issue-ID: AAI-3820 Change-Id: Ia989fcd65c61ef6abb6e2423a2d391140386589d Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
2024-02-06Update aai-common to 1.13.3 in traversalFiete Ostkamp1-3/+3
- update aai-common to version 1.13.3 - bump version to 1.13.3 Issue-ID: AAI-3764 Change-Id: I2aedfcfbb7b85658b302da9f0bf28392878f2116 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-01-26Update aai-common to 1.13.2 in traversalFiete Ostkamp1-2/+2
- aai-common upgrade includes upgrade of tinkerpop to 3.2.4 Issue-ID: AAI-3752 Change-Id: I6c35cdb5934cd14ecdee7bc31ac456ed985f8e28 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-01-16Update aai-common base image in aai-traversalFiete Ostkamp1-1/+1
- update aai-common base image from 1.6.0 to 1.13.1 Issue-ID: AAI-3732 Change-Id: I6f96d34a30031423d1b2e35a95ccab9ace6b657a Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-01-15Update aai-common dependency to 1.13.1 in traversalFiete Ostkamp1-2/+2
- contains HttpEntry request-scope fix - updates jackson - updates antlr4 - disable tracing in tests Issue-ID: AAI-3728 Change-Id: I58f834a4d52284184a410a1e81f10ac12b3e6221 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-01-04Add spring-cloud-sleuth for tracingFiete Ostkamp1-1/+1
- add tracing dependencies - align localhost-access-logback.xml with the one in the oom chart - bump version to 1.13.1 Issue-ID: AAI-3714 Change-Id: I6565d63f070bbd04188f383fc88ea9ca884951dd Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-01-02Upgrade aai-common dependency in traversalFiete Ostkamp1-2/+2
- upgrade aai-common from 1.9.4 to 1.11.0 Issue-ID: AAI-3699 Change-Id: If053e2701631ed901c543b8f702cc25f37ac51d3 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-12-19Release 1.13.0Fiete Ostkamp1-1/+1
- release contains switch to RESTController for DslConsumer Issue-ID: AAI-3696 Change-Id: I50ab090d436ef459f580ad9e2b115dddd762251f Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-11-15[AAI] Up-version aai-traversal to 1.12.3 for releasenandkishorpatke1-1/+1
- Up-version aai-traversal to 1.12.3 for release Issue-ID: AAI-3677 Change-Id: I3ee375b2dd69d30f5cd3ad33adbe4c4466047e8e Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2023-11-15[AAI] Update aai-schema version v28 as default in the pom of traversalnandkishorpatke1-1/+1
- Update aai-schema version v28 as default in the pom of traversal - Update aai-schema version v28 as default in properties Issue-ID: AAI-3663 Change-Id: Ia2d0366c561cc468edf853720408197f4d52877e Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2023-05-26[AAI] Up-version aai-traversal to 1.12.1 for Londonaleem.raja@t-systems.com1-2/+2
Added new schema-service version 1.12.1 in pom.xml Issue-ID: AAI-3653 Signed-off-by: aleem.raja@t-systems.com <aleem.raja@t-systems.com> Change-Id: Icafa11cdbd1f71363869b8896c70c04d14d0cc6f
2022-11-21[AAI] Up-version aai-traversal to 1.12.0 for LondonNiharika Sharma1-1/+1
Issue-ID: AAI-3594 Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com> Change-Id: Icafa00cdbd1f70484869b8896c70c04d13d0cc6f
2022-11-09[AAI] Upversion traversal to 1.11.1Niharika Sharma1-1/+1
Issue-ID: AAI-3584 Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com> Change-Id: Ia5e809eb05bba30ce183cfa9131c8a2f702d5c1c
2022-10-25Use the 1.9.4 parent pom in traversalFiete Ostkamp1-1/+1
Issue-ID: AAI-3562 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I622206219ccba65efbd6242fa83a89f8cbf4ba63
2022-10-25Use the 1.9.3 parent pom in traversalFiete Ostkamp1-1/+1
Issue-ID: AAI-3557 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I278aa6fb7a43de68a1dbf53126f31fccf1f8abf4
2022-10-19[AAI] Upversion traversal to 1.11.0 for Kohnwr148d1-3/+3
Issue-ID: AAI-3537 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I53c187da740a8f99843dbab74bca3d13f06e6e93
2022-10-10Migrate Mockito 1 to version 2 in the traversal serviceFiete Ostkamp1-2/+2
- update mockito and powermock - update eelf-core since it has a compile time dependency to mockito 1.10.19 in version 1 - exclude the vaadin android-json since it leads to a warning in maven Issue-ID: AAI-3545 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I06354182c5af21ce1c8cb851f9e65c3c38e7102c
2022-08-16[AAI] Upversion to 1.9.6 to include v27wr148d1-2/+2
Issue-ID: AAI-3489 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I33d2b9275f7d6ebaacb734db916203bb4bbad42e
2022-03-21[AAI] Upversion microservices to 1.9.4 and 1.9.5 to include the v25/v26 XSDswr148d1-2/+2
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I6f052998fb49348283fc99b85243eef73d50e7a2
2022-03-03[AAI] Update mS to use 1.9.3 aai-common versionwr148d1-1/+1
Issue-ID: AAI-3414 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Idbff54feaefe050e5101af369a5d82423dc40c86
2022-02-14[AAI] Update traversal to use the new v26 schema and upversion to 1.9.4wr148d1-2/+2
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I9632b91d1d4fc948601f15b6b7ce6b3a5bd2a48a
2022-01-27[AAI] Upversion traversal to 1.9.3wr148d1-1/+1
Issue-ID: AAI-3431 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I8756c5740f15b833e58706cf82438e5cbf751736
2022-01-26[AAI] Upgraded microservices to use the latest aai-common 1.9.2wr148d1-2/+2
Issue-ID: AAI-3433 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I94c638d7b38085819eba9620ae51cedb047c1f0b
2021-09-23[AAI] Upversion traversal for the multi-tenancy work to 1.9.2wr148d1-2/+2
Issue-ID: AAI-3324 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I4b8302614369e83e6bc0828c106f45204041efa8
2021-08-27Fix the docker image issue missing dependenciesHarish Venkata Kajur1-1/+1
Issue-ID: AAI-3371 Change-Id: Ibacb0c760357f569f35df735ab67cf8ddba4920f Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2021-08-19[AAI] Updates for latest versions for Istanbulwr148d1-3/+3
Issue-ID: AAI-3361 Change-Id: I0af66a4e683cea6d543a77b8cc4a329cc92a8a95 Signed-off-by: wr148d <wr148d@att.com>
2021-03-30Upversion for istanbul to 1.9.0Maharajh, Robby (rx2202)1-1/+1
Issue-ID: AAI-3249 Change-Id: I4692ecc8800082081ac0f268696593edc5b9fd90 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2021-02-25Upversion to 1.8.1-SNAPSHOTMaharajh, Robby (rx2202)1-1/+1
Issue-ID: AAI-3249 Change-Id: Ib6940e4fe76dc3ee8c341363a15b7aebc120e9ec Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2021-02-24Sync up traversal with latest aai-commonMaharajh, Robby (rx2202)1-2/+2
Issue-ID: AAI-3249 Change-Id: Ifc853f0f7cbc461b87ff16f98defbb4e2a8ea131 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2021-02-02Update traversal to use v23Harish Venkata Kajur1-1/+1
Issue-ID: AAI-3249 Change-Id: If0e0d7cff68af3b06429c817330d4077d97489b7 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2020-11-15Upversion artifacts to 1.8.0-SNAPSHOTHarish Venkata Kajur1-1/+1
Issue-ID: AAI-3222 Change-Id: I897bed9081309b3441e0d57df84adf803119fc40 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2020-10-13Update schema service versionguilinzm3301-1/+1
Issue-ID: AAI-2919 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ib8d25e0b61c8907c51cee6b457b6035138870bd1
2020-09-17Update to use aai-common 1.7.2 and use common aaf authMaharajh, Robby (rx2202)1-3/+3
Issue-ID: AAI-3128 Change-Id: I2ae25a9990daa8eafd045229686a2d586b90f66a Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2020-09-10Fix aaf startup issue for spring boot updateMaharajh, Robby (rx2202)1-1/+1
Issue-ID: AAI-2886 Change-Id: Ic9b43ebe3ca58eac65cd169f124b74d0032710ea Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2020-09-09Update traversal to use spring boot 2Maharajh, Robby (rx2202)1-2/+3
Issue-ID: AAI-2886 Issue-ID: AAI-2527 Change-Id: Id6432ff82b0377ff44115d5b42607d1926431f7b Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2020-06-22traversal support for v20LaMont, William(wl2432)1-1/+1
Issue-ID: AAI-2933 Change-Id: I76f970d15ef911a3dd14d97f2fa050c8b6e29e96 Signed-off-by: LaMont, William(wl2432) <wl2432@att.com>
2020-04-20update traversal processing for v19LaMont, William(wl2432)1-1/+1
Issue-ID: AAI-2866 Change-Id: I344e095e6f1d3b117971c1c78e50ae58bebf27e4 Signed-off-by: LaMont, William(wl2432) <wl2432@att.com>
2020-04-08Upversion to 1.7.0Jimmy Forsyth1-1/+1
Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Iceda88fa4d5e2f89f4e873df0124cd1748105c10
2020-04-07Upversion to 1.6.46.0.0-ONAPfrankfurtJimmy Forsyth1-1/+1
Issue-ID: AAI-2850 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I4f323000a86fa2201868b1d953d28c12aa1a6330
2020-03-24Use schema-service:1.6.6Jimmy Forsyth1-1/+2
Issue-ID: AAI-2839 Change-Id: I7f8004c3d2247b4fcb885191220e8db5231c33bd Signed-off-by: Jimmy Forsyth <jf2512@att.com>