aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema-service/src/main/java
AgeCommit message (Collapse)AuthorFilesLines
11 daysUpdate aai-common dependency in schema-service to 1.15.2HEADmasterFiete Ostkamp18-85/+89
- update aai-common dependency (1.9.4 -> 1.15.2) - this also updates, among other things, spring boot (2.1.12 -> 2.6.15) - use lombok to make code more terse Issue-ID: AAI-4058 Change-Id: Ib4b90d360dc094721eaf82282c6ba0df767d18a9 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
13 daysUpdate vulnerable dependencies in schema-serviceFiete Ostkamp1-40/+0
- update freemarker (2.3.21 -> 2.3.33) - update snakeyaml (1.29 -> 2.3) - remove duplicate declarations of dependencies in pom - remove aai-aaf-auth dependency Issue-ID: AAI-4052 Change-Id: Ice8a520f024c024ae7118378176df6fe1242f1bb Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2022-11-10Reduce the number of problems in schema-serviceFiete Ostkamp5-15/+9
Issue-ID: AAI-3590 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I7a5d3e5a4db75efb8a8fcc6c8598d6cab80dca4a
2022-09-22Fix mvn javadoc:javadoc failure, update javadoc plugin to 3.4.1Fiete Ostkamp7-13/+15
Issue-ID: AAI-3527 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Ie69792925722607ea33e376f01a3d682bc0bd43b
2022-09-19Add instructions to invoke the linter and code formatter plugins to the ↵Fiete Ostkamp52-885/+968
README and invoke the formatter Issue-ID: AAI-3526 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Ibd383994732cea6460153704a1153beb530dc6c3
2022-09-17Replace all tab characters in java files with two spaces to remove linter ↵Fiete Ostkamp14-426/+426
warning Issue-ID: AAI-3525 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I36cf7b83dd33c3b69de51e56e00bbd93a79c5ec4
2021-07-22Fix sonar issues + mergeLiard Samuel6-153/+160
Issue-ID: AAI-3362 Signed-off-by: sliard <samuel.liard@gmail.com> Change-Id: Ibd62021424c7c69467fef8af897709e89ce499a3
2021-07-20Fix CRITICAL xxe (XML External Entity) issues identified in sonarcloudwr148d2-0/+15
Issue-ID: AAI-3347 Change-Id: I5b187fea722eb2749dfb5336c3b5ae24fa7df336 Signed-off-by: wr148d <wr148d@att.com>
2021-02-11Add java 11 code support1.8.4Yoo, Brian (by703c)1-1/+1
Issue-ID: AAI-3009 Change-Id: Ic65c49e6071f240ec9fe583fa939cc965f928fc9 Signed-off-by: Yoo, Brian (by703c) <by703c@att.com> Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2020-07-06Update to spring boot 2Igor Dysko7-58/+71
Update of code and dependencies, no changes in functionality Issue-ID: AAI-2529 Signed-off-by: Igor Dysko <igor1.dysko@orange.com> Change-Id: Ia43601c2990a67c0e8afefa1d54c53d7e606b886
2020-04-15schema-service processing for v19LaMont, William(wl2432)15-482/+195
Issue-ID: AAI-2864 Change-Id: I41a430ec9c9fd69be75bd9d01693249895e0928b Signed-off-by: LaMont, William(wl2432) <wl2432@att.com>
2019-04-10Add additional logging statements1.0.2Kajur, Harish (vk250x)2-8/+40
Fix the metaspace issue Respond to an invalid content-type appropriately Add getTool.sh to the scripts Issue-ID: AAI-2326 Change-Id: Ib4764ba71be78816e549f59ccbdab8ccb14dc4c0 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-01-23Add the queries endpoint and filesKajur, Harish (vk250x)3-0/+114
related to the queries endpoint Issue-ID: AAI-1864 Change-Id: I50054dbaa5b069f0cdbe5b0dc0ce8c06a189589a Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-01-15Add the edges endpoint to the schema serviceKajur, Harish (vk250x)5-0/+428
Issue-ID: AAI-1862 Change-Id: I0c540b4ecf4e69411a51453e86bf805e2146d027 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-01-15Add the nodes endpoint to the schema serviceKajur, Harish (vk250x)21-0/+1710
Issue-ID: AAI-1861 Change-Id: I33cf346f1c2a8875945631e437636f65d76a75c8 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-01-15Add the versions api with the echo apiKajur, Harish (vk250x)5-0/+360
Issue-ID: AAI-1863 Change-Id: Ie1e4c8752669ac0ed7984b35957936ad6abaf6bc Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-11-27Initial commit of the schema serviceKajur, Harish (vk250x)25-0/+1945
Issue-ID: AAI-1950 Change-Id: If2fd9e344d8c4ae1fa1b11e449b686035f55354f Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>