Consistently use the preferences name in the preferences code base 53/135753/4
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 16 Aug 2023 07:15:07 +0000 (07:15 +0000)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 16 Aug 2023 08:19:43 +0000 (08:19 +0000)
commit7c0e2f563a18dfe7c8f6c2ad66d01775c9468f37
tree93ec77e83d0eb035c26a7f4e3017a7ee9f2e4f91
parent6ae8df1305d1374af3b5ffe8ecb4c5ce3e17260d
Consistently use the preferences name in the preferences code base

- rename package name from org.onap.portal.prefs to org.onap.portalng.preferences
- replace all other occurences of portal-prefs with preferences

Other:
- remove Sonarqube plugin

Issue-ID: PORTALNG-39
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Iced79a26460d988c5b22eb5fcac86d350528a1a2
25 files changed:
README.md
app/build.gradle
app/src/main/java/org/onap/portalng/preferences/PreferencesApplication.java [moved from app/src/main/java/org/onap/portal/prefs/PortalPrefsApplication.java with 77% similarity]
app/src/main/java/org/onap/portalng/preferences/configuration/BeansConfig.java [moved from app/src/main/java/org/onap/portal/prefs/configuration/BeansConfig.java with 94% similarity]
app/src/main/java/org/onap/portalng/preferences/configuration/LogInterceptor.java [moved from app/src/main/java/org/onap/portal/prefs/configuration/LogInterceptor.java with 95% similarity]
app/src/main/java/org/onap/portalng/preferences/configuration/PreferencesConfig.java [moved from app/src/main/java/org/onap/portal/prefs/configuration/PortalPrefsConfig.java with 87% similarity]
app/src/main/java/org/onap/portalng/preferences/configuration/SecurityConfig.java [moved from app/src/main/java/org/onap/portal/prefs/configuration/SecurityConfig.java with 97% similarity]
app/src/main/java/org/onap/portalng/preferences/controller/PreferencesController.java [moved from app/src/main/java/org/onap/portal/prefs/controller/PreferencesController.java with 85% similarity]
app/src/main/java/org/onap/portalng/preferences/entities/PreferencesDto.java [moved from app/src/main/java/org/onap/portal/prefs/entities/PreferencesDto.java with 95% similarity]
app/src/main/java/org/onap/portalng/preferences/exception/ProblemException.java [moved from app/src/main/java/org/onap/portal/prefs/exception/ProblemException.java with 94% similarity]
app/src/main/java/org/onap/portalng/preferences/repository/PreferencesRepository.java [moved from app/src/main/java/org/onap/portal/prefs/repository/PreferencesRepository.java with 88% similarity]
app/src/main/java/org/onap/portalng/preferences/services/PreferencesService.java [moved from app/src/main/java/org/onap/portal/prefs/services/PreferencesService.java with 85% similarity]
app/src/main/java/org/onap/portalng/preferences/util/IdTokenExchange.java [moved from app/src/main/java/org/onap/portal/prefs/util/IdTokenExchange.java with 98% similarity]
app/src/main/java/org/onap/portalng/preferences/util/Logger.java [moved from app/src/main/java/org/onap/portal/prefs/util/Logger.java with 76% similarity]
app/src/main/resources/application-local.yml
app/src/main/resources/application.yml
app/src/test/java/org/onap/portalng/preferences/BaseIntegrationTest.java [moved from app/src/test/java/org/onap/portal/prefs/BaseIntegrationTest.java with 95% similarity]
app/src/test/java/org/onap/portalng/preferences/TokenGenerator.java [moved from app/src/test/java/org/onap/portal/prefs/TokenGenerator.java with 98% similarity]
app/src/test/java/org/onap/portalng/preferences/actuator/ActuatorIntegrationTest.java [moved from app/src/test/java/org/onap/portal/prefs/actuator/ActuatorIntegrationTest.java with 93% similarity]
app/src/test/java/org/onap/portalng/preferences/preferences/PreferencesControllerIntegrationTest.java [moved from app/src/test/java/org/onap/portal/prefs/preferences/PreferencesControllerIntegrationTest.java with 96% similarity]
app/src/test/resources/application.yml
openapi/build.gradle
renovate.json [deleted file]
settings.gradle
version