summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-11-15Release aai/resources1.12.3jenkins-releng2-2/+2
2023-11-15[AAI] Up-version aai-resources to 1.12.3 for releasenandkishorpatke3-3/+3
- 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 attributesnandkishorpatke7-11/+11
- 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 Rajewski3-3/+26
2023-11-07Model distribution from model-loader is failing with resources service ↵Fiete Ostkamp8-53/+191
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-11-02Change default logback config to write to stdoutFiete Ostkamp5-250/+35
- write to stdout instead of to *.log files [1] - do not version the .classpath in git [1] This change only has an impact on local development (especially when run in docker containers), since the logback.xml is [fully overwritten anyways via OOM](https://gerrit.onap.org/r/gitweb?p=oom.git;a=blob;f=kubernetes/aai/components/aai-resources/resources/config/logback.xml;h=b52318500d1327d4756bea937e79d68b79e733e8;hb=HEAD) Issue-ID: AAI-3671 Change-Id: Ifb4b7b60a2bf7aa22210210fdbcbc05044c59e8b Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-10-19Add spring-cloud-sleuth for tracingFiete Ostkamp5-72/+26
- 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 Ostkamp8-46/+48
- 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 Ostkamp2-3/+3
- 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 Ostkamp13-32/+58
- 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-07-11[AAI]Release resources 1.12.1 docker artifact for LondonAleem Raja1-0/+7
Issue-ID: AAI-3653 Change-Id: I6e7d090c599667454a4468fc7b842306137a301a Signed-off-by: Aleem Raja <aleem.raja@t-systems.com>
2023-06-02[AAI] Release resources 1.12.1 maven artifact for London1.12.1aleem.raja@t-systems.com1-0/+4
Issue-ID: AAI-3653 Signed-off-by: aleem.raja@t-systems.com <aleem.raja@t-systems.com> Change-Id: Ieea2cdf105f3d3153800baeab142dfe02e7c03e7
2023-05-26[AAI] Up-version aai-resources to 1.12.1 for Londonaleem.raja@t-systems.com3-4/+4
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 Sharma3-4/+4
Issue-ID: AAI-3594 Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com> Change-Id: Ie3a58b17a0c32809c3a917f7e6cf6a57dea7df6c
2022-11-15Merge "Remove raw-type related warnings in resources"William Reehil15-42/+79
2022-11-15Merge "Reduce the number of problems in resources by removing unused imports"William Reehil7-18/+2
2022-11-15Remove raw-type related warnings in resourcesFiete Ostkamp15-43/+79
Issue-ID: AAI-3597 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I62b183fe5b19a232b48623e26ba3be04433fbb4c
2022-11-14Reduce the number of problems in resources by removing unused importsFiete Ostkamp7-18/+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-11-14Replace deprecated methods in resourcesFiete Ostkamp17-41/+88
Issue-ID: AAI-3595 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I848bd78338f9a8b15576e11718abbf64a1980663
2022-10-27Merge "Project build error due to reporting configuration not being in ↵William Reehil1-47/+40
reporting section in pom"
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-26Run the formatter for the resources serviceFiete Ostkamp86-4794/+4500
- reduces the format violations from ~7000 to ~400 Issue-ID: AAI-3567 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I570805692bfbd3f80a43c0813831adcdb98016d4
2022-10-26Use the 1.9.4 parent pom in resourcesFiete Ostkamp4-21/+19
- 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-21[AAI] Fixing docker release version for resources 1.11.0kohnwr148d1-1/+1
Issue-ID: AAI-3537 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I7287c0855bac7661f967e6e8d51a7523127ab632
2022-10-20[AAI] Release resources 1.11.0 docker artifact for Kohnwr148d1-0/+7
Issue-ID: AAI-3537 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I805cb571d9d75cd9e070abe40dbc88daeb78726e
2022-10-19[AAI] Release resources 1.11.0 maven artifact for Kohnwr148d1-0/+4
Issue-ID: AAI-3537 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ieea2cdf905f3d3953800baeab948dfe08e7c03e7
2022-10-19[AAI] Upversion resources to 1.11.0 for Kohnwr148d3-6/+6
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 Ostkamp11-102/+187
- 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-23Add latency metrics configurations for AAI-resourcesleila1-1/+3
Latency metrics based on the percentiles of histogram quantile function Updated pom.xml Issue-ID: AAI-3529 Signed-off-by: leila <leila.nishimwe@bell.ca> Change-Id: Icf3fe2566d5b3068f4795a4ce7793c9812d7547b
2022-09-23[AAI] Release docker artifact for 1.9.7 for resources cassandra healthcheckwr148d1-0/+7
Issue-ID: AAI-3528 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I6121df81f96834372a0a664ed824cc5285208986
2022-09-23[AAI] Release Maven artifact for 1.9.7 for resources cassandra healthcheckwr148d1-0/+4
Issue-ID: AAI-3528 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Icb5184dffcdc96cdc68aae5f3e865b413cc73028
2022-09-23[AAI] Upversion to 1.9.7 for resources cassandra healthcheckwr148d3-3/+3
Issue-ID: AAI-3528 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I8f4c4cc36a4f2210a210b61ff69dba500aafd2a7
2022-09-22Merge "AAI-resources logging structure enhancement"William Reehil3-27/+106
2022-09-21AAI-resources logging structure enhancementRommel Pawar3-27/+106
Issue-ID: AAI-3524 Signed-off-by: Rommel Pawar <rommel.pawar@bell.ca> Change-Id: I06de1942b3b215d615a7fcad1de6c6889111f912
2022-09-21Add aai-resources healthcheck based on Cassandra DB HealthcheckRaghav Kataria8-142/+532
Issue-ID: AAI-3528 Signed-off-by: Rommel Pawar <rommel.pawar@bell.ca> Change-Id: I21022bd81c5cd9eed2dd841f96812855adebe528
2022-08-29[AAI] Remove Robby Maharajh & Harish Kajur as committerswr148d1-10/+6
Issue-ID: AAI-3515 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ie46a639c7fbe821a5208e8d9172080ea05eb97e5
2022-08-17[AAI] Release docker artifact 1.9.6 to include v27wr148d1-0/+7
Issue-ID: AAI-3489 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Id73cf21ec662ae9bd68bea1a94a851c110a3ebf3
2022-08-16[AAI] Release maven artifact 1.9.6 to include v27wr148d1-0/+4
Issue-ID: AAI-3489 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ice2d59e784ce81566191697c2235009b462f9e00
2022-08-16[AAI] Upversion to 1.9.6 to include v27wr148d5-11/+11
Issue-ID: AAI-3489 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Id5b843284fa475ea9536ace9f07a6c3c7df78d7d
2022-03-21[AAI] Release docker image for 1.9.5 for resourceswr148d1-0/+7
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I28e1bd323dfb640c4188229663fa215917e9c5b3
2022-03-21[AAI] Release maven artifact 1.9.5 for resourceswr148d1-0/+4
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I6bfc2f149b26a59942125a52a99a4764696afd09
2022-03-21[AAI] Upversion microservices to 1.9.4 and 1.9.5 to include the v25/v26 XSDswr148d3-4/+4
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-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-15[AAI] Release resources 1.9.4 docker imagewr148d1-0/+7
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ic0662e24891f1fa2e048e9aa63e594756ab962f3
2022-02-14[AAI] Release resources 1.9.4 maven artifactwr148d1-0/+4
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Id0feb9f9620a36813ddb232b867d771cffe437e8
2022-02-14[AAI] Update resources to use the new v26 schema and upversion to 1.9.4wr148d5-10/+10
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ic631a118869421f388ceb1405eaf9ba1c172d3b1
2022-01-31[AAI] Releasing resources docker image 1.9.3wr148d1-0/+7
Issue-ID: AAI-3431 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I122e876306c93e6894a9b14a145cb4da40ecabae
2022-01-27[AAI] Releasing resources maven artifact 1.9.3wr148d1-0/+4
Issue-ID: AAI-3431 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ia7caffb59460b198214ac87dd2f46a67ebd7cb63