Skip to content

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

@joneubank

Description

@joneubank

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions