aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2024-07-01Use 1.14.3 release version of aai-common in aai-resources1.14.3Fiete Ostkamp1-2/+2
Issue-ID: AAI-3907 Change-Id: I3a3223e73842a10a48f5ef65762b53456c14b01b Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-27Implement gremlin-based pagination in resourcesFiete Ostkamp1-3/+3
- update Janusgraph to 0.5.0 + tinkerpop to 3.4.13 - leverage new pagination from aai-common that paginates in the graph, rather than the java code - introduce new `includeTotalCount` parameter that allows disabling the total count for the page - remove meaningless javadoc comments Issue-ID: AAI-3901 Change-Id: Ifca45e524b54f4978b5269361184813f4cfe5461 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-25Update aai-common to 1.14.2 in resourcesFiete Ostkamp1-3/+3
- contains janusgraph update 0.3.3 -> 0.4.0, tinkerpop 3.3.11 -> 3.4.0 Issue-ID: AAI-3890 Change-Id: I0b5c75bc3562912a5fc9f06d081e99ff5970c029 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-18Update aai-common to 1.14.1 in resources1.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-3878 Change-Id: Ia04619eff77b13e77caddbe5483dfd944e75821e Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-16Release 1.14.0 resources docker artifactFiete Ostkamp1-1/+1
- update to aai-common 1.14.0 that includes janusgraph update from 0.2.3 to 0.3.3 Issue-ID: AAI-3867 Change-Id: I419eef5e4ee1d382f10f094778742152ac7e0fe5 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-06-12Update aai-common to 1.14.01.14.0Fiete Ostkamp1-3/+3
- update aai-common to 1.14.0 which contains Janusgraph update to 0.3.3 Issue-ID: AAI-3867 Change-Id: I37cd2faae01d486e887844243d9a346dc9bfa615 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-23Refactor global exception handlerFiete Ostkamp1-1/+1
- extract similar code to methods - return early - bump snapshot version to 1.13.6 Issue-ID: AAI-3692 Change-Id: I2835a936c3bc60b8f14fd9014de46bdb2367a9fc Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-22[AAI] Bump aai-resources version to 1.13.5nandkishorpatke1-1/+1
Issue-ID: AAI-3843 Change-Id: I5e3f39bb0112fa618ccdd87b2347f6b31ca0f31e Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2024-05-22[AAI] Update aai-schema version to 1.12.4 in resourcesnandkishorpatke1-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: I2dcf0141163792cdc9bfdcdd2f7b42dc44f4cb5a Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2024-04-15Update AAI-Resources SNAPSHOT version to 1.13.4Dasar1-1/+1
- Change AAI-Resources SNAPSHOT version from 1.13.3. to 1.13.4 Issue-ID: AAI-3793 Change-Id: I8ea8495b38e77e0c784d1685ee3ac3e801e5e5a7 Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
2024-04-12Remove DMaaP dependency from AAI-ResourcesDasar1-1/+1
- Remove DMaaP related references from AAI-resources and added kafka related configuration - Updated AAI-Common version from 1.13.3 to 1.13.6 Issue-ID: AAI-3793 Change-Id: If1e141a3ae71b0c053f68ec13387426d3687f9c0 Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
2024-02-06Change resources to 1.13.X-SNAPSHOT againFiete Ostkamp1-1/+1
- change resources version to SNAPSHOT since publishing snapshot releases would not work otherwise Issue-ID: AAI-3763 Change-Id: I980986f6cbad4334a9a18b68db304fd46c1c3053 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-02-06Update aai-common to 1.13.3 in resourcesFiete Ostkamp1-3/+3
- update to 1.13.3 that contains fix for TraversalURIOptimizedQuery building - disable tracing in tests - disable log lines for schema generation in tests Issue-ID: AAI-3761 Change-Id: Ifbe1a4ca716e73c1722c1368dc55719b23fe101a Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-01-19Upgrade aai-common dependency to 1.13.1 in resourcesFiete Ostkamp1-3/+3
- upgrade aai-common dependency from 1.13.0 to 1.13.1 - bump version to 1.13.1 Issue-ID: AAI-3733 Change-Id: Ifddadaf916da63f2dada25c71d01618f2bf10e8b Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-01-11Create aai-resources 1.13.0 versionMichal Jagiello1-2/+2
Version with fix of an issue with missing bulk operation index on request body parsing error Issue-ID: AAI-3722 Change-Id: I2faaf901fb063a9ea04cac2c8308fdc749b2ee52 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
2023-12-28Update aai-common dependency in resourcesFiete Ostkamp1-2/+2
- update aai-common version to 1.11.0 Issue-ID: AAI-3698 Change-Id: Id0bfd0ee8d54f2350e6d4eaccbc0789c733c6ad3 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-11-15[AAI] Up-version aai-resources to 1.12.3 for releasenandkishorpatke1-1/+1
- Updated version for aai-schema to 1.12.3 - Updated version of aai-resources to 1.12.3 Issue-ID: AAI-3677 Change-Id: Ifd31ba1461d126f121efcfe7fdc69e6cb563340f Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2023-11-15[AAI] Update aai-schema version into v28 for cell and neighbour attributesnandkishorpatke1-1/+1
- Update aai-schema pom version into 1.12.3 - Update aai-schema default version to v28 Issue-ID: AAI-3663 Change-Id: I06f3e7158c94dd1214a122a7d4eb7f88594f49f5 Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2023-05-26[AAI] Up-version aai-resources to 1.12.1 for Londonaleem.raja@t-systems.com1-2/+2
Updated version for aai-schema to 1.12.1 Issue-ID: AAI-3653 Signed-off-by: aleem.raja@t-systems.com <aleem.raja@t-systems.com> Change-Id: Ieabfcf86e767514406326eb958dcc587601c863d
2022-11-21[AAI] Up-version aai-resources to 1.12.0 for LondonNiharika Sharma1-2/+2
Issue-ID: AAI-3594 Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com> Change-Id: Ie3a58b17a0c32809c3a917f7e6cf6a57dea7df6c
2022-11-14Reduce the number of problems in resources by removing unused importsFiete Ostkamp1-1/+2
- add removeUnusedImports option to spotless - update spotless plugin to latest version Issue-ID: AAI-3596 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I2c4c4b71a9c6b1a719f171194c631a88c70c221e
2022-10-26Project build error due to reporting configuration not being in reporting ↵Fiete Ostkamp1-47/+40
section in pom Issue-ID: AAI-3568 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I5c74dc9f00e5f4dfaaff80bad0abafc20244901a
2022-10-26Use the 1.9.4 parent pom in resourcesFiete Ostkamp1-1/+1
- upgrade apache commons-configuration to commons-configuration2 to resolve test failures Issue-ID: AAI-3566 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I26657f326c15de33c65abb9ae7c9bb9608defbaf
2022-10-25Use the 1.9.3 parent pom in resourcesFiete Ostkamp1-1/+1
Issue-ID: AAI-3556 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Idb9d090a1a965fedcebc51f2fb23ce763f3efe74
2022-10-19[AAI] Upversion resources to 1.11.0 for Kohnwr148d1-3/+3
Issue-ID: AAI-3537 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Iaff2e738801c7176d4aea4fc27e8c4fa60cdf65c
2022-10-10Migrate Mockito 1 to version 2 in the resources serviceFiete Ostkamp1-2/+2
- update mockito to version 2.4.0 - update eelf-core since it has a compile time dependency to mockito 1.10.19 in version 1 Issue-ID: AAI-3546 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I6ba724fe26b57e9a468bdeb89cadaa6f51e68634
2022-09-23[AAI] Upversion to 1.9.7 for resources cassandra healthcheckwr148d1-1/+1
Issue-ID: AAI-3528 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I8f4c4cc36a4f2210a210b61ff69dba500aafd2a7
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: Id5b843284fa475ea9536ace9f07a6c3c7df78d7d
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: I5c6d6cff03f2a6910918185ad2f101d8c44791ee
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: I97bd5e2e820bd30c9921e400abf94a879d38f2ec
2022-02-14[AAI] Update resources 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: Ic631a118869421f388ceb1405eaf9ba1c172d3b1
2022-01-27[AAI] Upversion resources to 1.9.3wr148d1-1/+1
Issue-ID: AAI-3431 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I27ccb511f0f8243392eb53ac37a27b33eb035505
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: I3e8c97fd4970de2ce163ea2a0c98d28b4d4839c5
2021-09-23[AAI] Upversion resources for the multi-tenancy work to 1.9.2wr148d1-2/+2
Issue-ID: AAI-3324 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I665a4576797e2e7ee037142a8ae5aac515cabab6
2021-08-27Fix the docker image issue missing dependenciesHarish Venkata Kajur1-1/+1
Issue-ID: AAI-3371 Change-Id: I1cb120778bd3d62fe4c431b73dec1ce7b0ec3592 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2021-08-18[AAI] Updates for latest versions for Istanbulwr148d1-4/+4
Issue-ID: AAI-3361 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I460a4966a0448478c6bd8edfbdb129205867b3e6
2021-02-24Upversion to 1.8.3-SNAPSHOTMaharajh, Robby (rx2202)1-1/+1
Issue-ID: AAI-3290 Change-Id: I5572a56ee0e5f6a039dd084621e3a0ae8a82933f Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2021-02-02Update resources to use v23Harish Venkata Kajur1-2/+2
Issue-ID: AAI-3249 Change-Id: I1bcc27a79e7e34c47bff146c76c5a648105d772d Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2021-01-12Using new OwnerCheck implementationM.Hosnidokht1-3/+3
- Bump up aai-common version Issue-ID: AAI-3226 Signed-off-by: Mohammad Hosnidokht <mohammad.hosnidokht@yoppworks.com> Change-Id: I7c74bf65a8a8218d172d865b19fb672a1b87e988
2020-11-15Upversion artifacts to 1.8.0-SNAPSHOTHarish Venkata Kajur1-1/+1
Issue-ID: AAI-3222 Change-Id: I72e3ddf116a072545e5ad3a27deb21399b4b8a74 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
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: Iae516212cce319f4aad48a833c76499d8041903d Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2020-09-11Pass roles to HttpEntryNeil Derraugh1-2/+2
- Pass roles to HttpEntry so that OwnerCheck can verify owning-entity Issue-ID: AAI-3177 Signed-off-by: Neil Derraugh <neil.derraugh@yoppworks.com> Change-Id: Ie1536c625be3637fc62658d74690bddcde0a4cba
2020-09-10Update to resources 1.7.1-SNAPSHOT1.7.1Maharajh, Robby (rx2202)1-1/+1
Issue-ID: AAI-2886 Change-Id: Ibac8f1f3719fbfa7617cf495ef432b56f552395a Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2020-09-09Use schema jar 1.7.9Maharajh, Robby (rx2202)1-1/+1
Issue-ID: AAI-3128 Change-Id: Ie5d351c75c3e5c7a865fea183946b01a8f671fe5 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2020-09-09Update resources to use v21Maharajh, Robby (rx2202)1-1/+1
Issue-ID: AAI-3128 Change-Id: Icc4e17d9f68f4f0661c0877328b37ddaa3ea41c7 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2020-08-31Change 1.7.0-SNAPSHOT to release for aai-common artifactsHarish Venkata Kajur1-3/+3
Issue-ID: AAI-2886 Change-Id: Ic8fd57559be3771fb3c730d070e0f13c8f944fbf Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2020-08-14Updating the schema service to 1.7.3wreehil1-1/+1
Issue-ID: AAI-3017 Signed-off-by: wreehil <wr148d@att.com> Change-Id: I6376f95709535b506cbf0ff76061823795fb0c0a
2020-06-26support for v20LaMont, William (wl2432)1-1/+1
Issue-ID: AAI-2965 Change-Id: I87737d2cfcf6b499af6083c2355042d66278e73c Signed-off-by: LaMont, William (wl2432) <wl2432@att.com>
2020-06-22Update to spring boot 2Igor Dysko1-1/+1
Update of code and dependencies, no changes in functionality Issue-ID: AAI-2526 Signed-off-by: Igor Dysko <igor1.dysko@orange.com> Change-Id: I62c1a5b5e8439f1a076b0507b3834a53bc084637
2020-04-08Upversion to 1.7.0Jimmy Forsyth1-1/+1
Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I52c2ef60dc311dda52928f8eb16aca131d598bd2