aboutsummaryrefslogtreecommitdiffstats
path: root/openapi
AgeCommit message (Collapse)AuthorFilesLines
2023-08-22Update to spring boot 3Fiete Ostkamp4-3/+7
Issue-ID: PORTALNG-48 Change-Id: I8e8a410bd4ea399550975fc509a9d34bb2fe9c92 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-08-22Migrate away from legacy gradle buildscript syntaxFiete Ostkamp5-66/+133
- replace the buildscript way of declaring plugins with the plugins {} block - have duplicate openapi client declarations since programmatic way of registering openapiGenerate task does not seem to be working Issue-ID: PORTALNG-47 Change-Id: I9e007127726e558363409d1b224dc7b2b9e52719 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-08-21Use more of the new plugin syntax in the bff build.gradle filesFiete Ostkamp5-37/+84
- replace apply plugin with plugin {} block syntax - ultimately the buildscript should be replaced, but that currently leads to a StackOverflow during the build Issue-ID: PORTALNG-42 Change-Id: I6c65127c3f6b8e095ccffb7e930576461fd5901c Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-08-16Consistently use the bff name in the bff code baseFiete Ostkamp3-10/+8
- rename package name from org.onap.portal.bff to org.onap.portalng.bff - replace all other occurences of portal-bff with bff Other: - remove Sonarqube plugin Issue-ID: PORTALNG-40 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I50548630212e46a0ab84c88ff5fef743dafe9d38
2023-07-21Upgrade bff openapi generator to 6.6.0Fiete Ostkamp1-0/+7
Issue-ID: PORTALNG-21 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I0cf78784b216a80cf6b31fd47fe6ed7e4a8844f5
2023-04-14Upload bffFiete Ostkamp14-0/+3392
Issue-ID: PORTAL-1083 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I50f0a2db2dab28354c32c1ebf5a5e22afb0faade