aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
AgeCommit message (Collapse)AuthorFilesLines
2024-04-08Update openapi generator and spring boot in bffFiete Ostkamp1-2/+2
Issue-ID: PORTALNG-84 Change-Id: Ie6a1bd0a93354828f176ba1ed4a92cabbcef3310 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-03-04Update bff dependenciesFiete Ostkamp1-3/+3
- update spring boot from 3.0.4 to 3.2.2 - update openapi generator from 7.0.0-beta to 7.3.0 - update micrometer from 1.0.0 to 1.1.4 - add localhost as valid redirect url for the keycloak realm Issue-ID: PORTALNG-74 Change-Id: I07da27d1b24bb15530d3de49c725ec9e28c40a8c Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-08-23Consistently use the preferences and history names in the bff code baseFiete Ostkamp1-3/+3
- rename openapi clients (client-portal-prefs -> client-preferences, client-portal-history -> client-history, client-portal-keycloak -> client-keycloak) - rename related spring configurations (portal-prefs -> preferences, portal-history -> history) - rename related environment variables (PORTAL_PREFS_URL -> PREFERENCES_URL, PORTAL_HISTORY_URL -> HISTORY_URL) Note that the changes to the configurations and variables affect external services using it and the bff chart Issue-ID: PORTALNG-49 Change-Id: I434abdf130a5a81534c2387143b296122408d452 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-08-22Update to spring boot 3Fiete Ostkamp1-2/+1
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 Ostkamp1-3/+3
- 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 Ostkamp1-2/+21
- 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-07-18Rename bff artefactFiete Ostkamp1-1/+1
Issue-ID: PORTALNG-17 Change-Id: I1d22a38826891aad79c2250128f941c930987536 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2023-04-14Upload bffFiete Ostkamp1-0/+10
Issue-ID: PORTAL-1083 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I50f0a2db2dab28354c32c1ebf5a5e22afb0faade