Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Score Server Profiles - Remove @Profile annotation from classes that should always be used #473

Open
Tracked by #419
joneubank opened this issue Aug 13, 2024 · 0 comments
Assignees

Comments

@joneubank
Copy link
Contributor

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 and debug being added change nothing. These are always wanted on the server.

@joneubank 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants