summaryrefslogtreecommitdiffstats
path: root/aai-resources/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2024-02-08Switch aai-common baseimage back to java 8Fiete Ostkamp1-1/+1
- downgrade base image to java 8 until aai-common is compatible with java 11 Issue-ID: AAI-3766 Change-Id: Ie6c1f8e4caf77f2bd0d9be2cee1d4d8ffa6fb69a Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-02-08Update aai-common-alpine base image in resourcesFiete Ostkamp1-1/+1
- update to latest aai-common-alpine image that is now based on eclipse-temurin:8-jre-alpine Issue-ID: AAI-3662 Change-Id: Ic807e5eb5e412d3511d7b7bf7adf8b0851c4cf9d Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
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-1/+1
- 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-29Merge "Revert "Update aai-common-alpine base image in resources""Fiete Ostkamp1-1/+1
2024-01-29Revert "Update aai-common-alpine base image in resources"Fiete Ostkamp1-1/+1
This reverts commit ce788a66989590a2fd1291390fb2f6489cc38e7c. Reason for revert: image versions > 1.6.0 are based on Java 11 Issue-ID: AAI-3662 Change-Id: If46b24913e86d7ed0db4347211817052c8a1d1e5 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-01-26Merge "Update aai-common-alpine base image in resources"Lukasz Rajewski1-1/+1
2024-01-19Upgrade aai-common dependency to 1.13.1 in resourcesFiete Ostkamp1-5/+13
- 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-19Update aai-common-alpine base image in resourcesFiete Ostkamp1-1/+1
- update [aai-common-alpine](https://hub.docker.com/r/onap/aai-common-alpine/tags) base image from 1.6.0 to 1.9.6 - add README-instructions for building the docker image Issue-ID: AAI-3662 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Ic0f1993520b95f435543e12ac7b332fb4f4d5f94
2024-01-11Create aai-resources 1.13.0 versionMichal Jagiello1-1/+1
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-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-3/+3
- 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-11-07Merge "Add spring-cloud-sleuth for tracing"Lukasz Rajewski1-2/+17
2023-11-07Model distribution from model-loader is failing with resources service ↵Fiete Ostkamp1-0/+1
version >= 1.12.1 - pin eclipse.persistence version to last-working 2.6.2 - add test case to validate correct behaviour - make api-version related assertions in LegacyMoxyConsumerTest dynamic based on default api version Issue-ID: AAI-3675 Change-Id: I655ed28b1d0a6f94c788d68ff2d05ba9f30c4793 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-10-19Add spring-cloud-sleuth for tracingFiete Ostkamp1-2/+17
- add tracing dependency - configure both b3 and w3c trace propagation formats to have interoperability between spring-boot 2 (sleuth) and spring-boot 3 (micrometer) tracing Issue-ID: AAI-3668 Change-Id: I429247444715186be562d009f0d6a6f6ede7e1c3 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-10-19Upgrade spring-boot to 2.4Fiete Ostkamp1-6/+7
- update spring-boot to latest available 2.4.X release - Content-Type's on GET requests now result in 415 (instead of being ignored) which necessitates changes to the ConfigurationTest Issue-ID: AAI-3667 Change-Id: If6cbce8185b443a79b5e3b32fa3ffede5cabee60 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-10-18Update spring-boot to 2.3Fiete Ostkamp1-2/+2
- update spring-boot to latest 2.3.X release - replace deprecated property distribution.sla with distribution.slo Issue-ID: AAI-3666 Change-Id: I4d3fcebf7360e1c21cbde7d45c709483a0bdce5b Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-10-18Update spring-boot to 2.2Fiete Ostkamp1-1/+4
- update spring-boot to latest available 2.2.X release - pom inheritance via aai-parent pom makes it necessary to also explicitly specify spring framework versions - replace deprecations around Profiles Issue-ID: AAI-3665 Change-Id: I74b22a76ef14217b888ae6bb12cb83d86f9e4241 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-05-26[AAI] Up-version aai-resources to 1.12.1 for Londonaleem.raja@t-systems.com1-1/+1
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-1/+1
Issue-ID: AAI-3594 Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com> Change-Id: Ie3a58b17a0c32809c3a917f7e6cf6a57dea7df6c
2022-11-14Replace deprecated methods in resourcesFiete Ostkamp1-0/+7
Issue-ID: AAI-3595 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I848bd78338f9a8b15576e11718abbf64a1980663
2022-10-26Use the 1.9.4 parent pom in resourcesFiete Ostkamp1-11/+5
- 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-19[AAI] Upversion resources to 1.11.0 for Kohnwr148d1-1/+1
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-6/+4
- 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-09-21AAI-resources logging structure enhancementRommel Pawar1-0/+9
Issue-ID: AAI-3524 Signed-off-by: Rommel Pawar <rommel.pawar@bell.ca> Change-Id: I06de1942b3b215d615a7fcad1de6c6889111f912
2022-08-16[AAI] Upversion to 1.9.6 to include v27wr148d1-4/+4
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-1/+1
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I5c6d6cff03f2a6910918185ad2f101d8c44791ee
2022-03-07[AAI] Update resources to fix security vulnerabilitieswr148d1-0/+7
Issue-ID: AAI-3414 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I191395e86b2f48492a9c9bfad3048e1d86b3f153
2022-02-14[AAI] Update resources to use the new v26 schema and upversion to 1.9.4wr148d1-4/+4
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
2021-09-23[AAI] Upversion resources for the multi-tenancy work to 1.9.2wr148d1-1/+1
Issue-ID: AAI-3324 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I665a4576797e2e7ee037142a8ae5aac515cabab6
2021-09-22Fix integration testsM.Hosnidokht1-32/+9
- Fixed the issue regarding docker image dependencies https://gerrit.onap.org/r/c/aai/resources/+/123653 - Cleaned up pom file Issue-ID: AAI-3324 Signed-off-by: Mohammad Hosnidokht <mohammad.hosnidokht@yoppworks.com> Change-Id: I0e068e33756bd0cb0e66a7e19594070ab821c4ef
2021-08-27Fix the docker image issue missing dependenciesHarish Venkata Kajur1-15/+27
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-3/+3
Issue-ID: AAI-3361 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I460a4966a0448478c6bd8edfbdb129205867b3e6
2021-05-28Add multi-tenancy integration testsEric Santos1-0/+48
- Created a separate directory under 'src' for integration tests - Moved all multi-tenancy related integration test classes and files into 'it' directory - Depends on https://gerrit.onap.org/r/c/ci-management/+/121243 Issue-ID: AAI-3324 Signed-off-by: Santos, Eric <eric.santos@yoppworks.com> Change-Id: Ie50e81bad6b72fdd02ff2e937f2fda5e6b8228e9
2021-05-19[AAI] Export relevant key metrics for monitoring in Prometheusroger yuan1-0/+32
Make the key metrics available to the monitoring system by instrumenting the code. The Key metrics are available via /actuator/prometheus /actuator/info /actuator/health Issue-ID: AAI-3343 Signed-off-by: Roger Yuan <roger.yuan@yoppworks.com> Change-Id: I69f7eafb5105a04369526c70902ac7b676038c36
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-4/+4
Issue-ID: AAI-3249 Change-Id: I1bcc27a79e7e34c47bff146c76c5a648105d772d Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2021-01-12Using new OwnerCheck implementationM.Hosnidokht1-1/+1
- 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-1/+1
Issue-ID: AAI-3128 Change-Id: Iae516212cce319f4aad48a833c76499d8041903d Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
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-10Fix aaf startup issue for spring boot updateMaharajh, Robby (rx2202)1-0/+10
Issue-ID: AAI-2886 Change-Id: I7aeec1fe74ec16eff1b131c9fbd40385312afdf4 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2020-09-09Update resources to use v21Maharajh, Robby (rx2202)1-3/+5
Issue-ID: AAI-3128 Change-Id: Icc4e17d9f68f4f0661c0877328b37ddaa3ea41c7 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2020-09-08Add janusgraph cql back that got removedHarish Venkata Kajur1-0/+10
Issue-ID: AAI-2526 Change-Id: Idf3f52c9672dd4c31266d5e765ad412dbdc7322e Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2020-09-08Add keycloak integrationRodrigo Lima1-1/+29
- The feature can be enabled by adding keycloak spring profile in application properties. - Add keycloak springboot and spring security adapter to pom - Exclude keycloak and spring security autoconfiguration in application properties - Add keycloak application properties that is activated when keycloak profile used - Add WebSecurityConfig to config authorization Issue-ID: AAI-3129 Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com> Change-Id: Iaa086b4075c03237388a997274d01bf8b8114b4d
2020-06-26support for v20LaMont, William (wl2432)1-2/+2
Issue-ID: AAI-2965 Change-Id: I87737d2cfcf6b499af6083c2355042d66278e73c Signed-off-by: LaMont, William (wl2432) <wl2432@att.com>
2020-06-22Update to spring boot 2Igor Dysko1-49/+29
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