aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema-service/src/test/java
AgeCommit message (Collapse)AuthorFilesLines
2025-01-07Remove ssl related code from schema-serviceFiete Ostkamp2-36/+5
- remove ssl related code - update aai-common (1.15.2 -> 1.15.4) Issue-ID: AAI-4102 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Ic7ebe959e2a066441df304338e502ad69dc9e7ce
2024-12-09Add checksum endpoint to schema-serviceFiete Ostkamp3-1/+98
- provide endpoint that allows consumers to check if schema creation is necessary - this can be used for the schema creation job to only run when the schema changed Issue-ID: AAI-4084 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I831f8c134b548f460eda26570d45f99f28e048a4
2024-11-13Migrate the schema-service from JUnit 4 to JUnit 5Fiete Ostkamp2-12/+9
Issue-ID: AAI-4053 Change-Id: I100c96c9d231f1d5c232886bc00bf3e05cc209b3 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2022-11-10Reduce the number of problems in schema-serviceFiete Ostkamp1-11/+15
Issue-ID: AAI-3590 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I7a5d3e5a4db75efb8a8fcc6c8598d6cab80dca4a
2022-09-19Add instructions to invoke the linter and code formatter plugins to the ↵Fiete Ostkamp2-79/+59
README and invoke the formatter Issue-ID: AAI-3526 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Ibd383994732cea6460153704a1153beb530dc6c3
2020-07-06Update to spring boot 2Igor Dysko2-2/+2
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-06-18v20 support in schema-service without javafxLaMont, William(wl2432)1-2/+2
Issue-ID: AAI-2930 Change-Id: I68ba45069f465988e21602521e8e665cb27318d1 Signed-off-by: LaMont, William(wl2432) <wl2432@att.com>
2020-04-15schema-service processing for v19LaMont, William(wl2432)2-5/+5
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-12/+74
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)2-0/+265
related to the queries endpoint Issue-ID: AAI-1864 Change-Id: I50054dbaa5b069f0cdbe5b0dc0ce8c06a189589a Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>