You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
joneubank
changed the title
Server Profile Cleanup - Remove @Profile annotation from classes that should always be used
Score Server Profiles - Remove @Profile annotation from classes that should always be used
Aug 13, 2024
Summary of request
There is a short list of classes that have
@Profile
annotations but should always be included. We should remove this annotation to simplify.Details
DownloadController
UploadController
These have the following annotation:
@Profile({"prod", "default", "debug"})
default
is always included.prod
anddebug
being added change nothing. These are always wanted on the server.The text was updated successfully, but these errors were encountered: