aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema-service/src/test/java/org
AgeCommit message (Collapse)AuthorFilesLines
6 daysUse 1.15.5 aai-common release versionFiete Ostkamp7-8/+11
- release version is required to stage schema-service release - fully remove junit 4 Issue-ID: AAI-4125 Change-Id: I79ec06fb32ee6375d431659eb6af5054f4bd3d9c Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
8 daysMerge "[AAI] Unnecessary packages must be cleared from all java files for ↵Lukasz Rajewski4-8/+0
aai-schema service module"
12 days[AAI] Unnecessary packages must be cleared from all java files for ↵atul.m.singh4-8/+0
aai-schema service module - Removed unused imports from the JAVA files so that unnecessary packages are ignored Issue-ID: AAI-4113 Change-Id: I384b1c2a97dd44c3d22e948e6fb6cb44158cafae Signed-off-by: atul.m.singh <atul.m.singh@accenture.com>
2025-01-28[AAI] Improve test coverage for A&AI component aai-schema-servicenisha.gangore5-0/+593
- to Improve test coverage for aai-schema-service <=80% add more classes Issue-ID: AAI-4107 Change-Id: I56110ab2c4f997e325503534e0796c8dc2cca81b Signed-off-by: nisha.gangore <nisha.gangore@accenture.com>
2025-01-27[AAI] Improve test coverage for A&AI component aai-schema-servicenisha.gangore5-0/+460
- to Improve test coverage for A&AI component aai-schema-service <=80% Issue-ID: AAI-4107 Change-Id: I23f499d09c70cb637d214937b8617e161863e414 Signed-off-by: nisha.gangore <nisha.gangore@accenture.com>
2025-01-16[AAI] Improve test coverage for A&AI component aai-schema-servicenisha.gangore5-0/+756
- to Improve test coverage for A&AI component aai-schema-service <=80% Issue-ID: AAI-4107 Change-Id: I7e0d1fb9a013d93b2b2beefab46fe85c4d104217 Signed-off-by: nisha.gangore <nisha.gangore@accenture.com>
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>