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
The "collaboratory" Spring profile is no longer in use and needs to be removed from the codebase. This includes its removal from the SPRING_PROFILES_ACTIVE environment variable, related comments, and configuration files.
Desired solution
Remove the "collaboratory" Profile:
Delete "collaboratory" from the SPRING_PROFILES_ACTIVE environment variable list in the configuration files
Clean Up Comments:
Eliminate any comments related to the "collaboratory" profile, such as the one involving the symbolic link to application-collaboratory.yml: sh #ln -s $SCORE_HOME/conf/application.yml $SCORE_HOME/conf/application-collaboratory.yml && \ # wrapper.app.parameter.5=--spring.profiles.active=collaboratory,prod,secure \
Update Configuration Files:
Remove collaboratory.data.directory=${STORAGE_SERVER_DATA_DIR} from the application.properties.template or any other configuration files where it appears.
Summary of request
The "collaboratory" Spring profile is no longer in use and needs to be removed from the codebase. This includes its removal from the
SPRING_PROFILES_ACTIVE
environment variable, related comments, and configuration files.Desired solution
Delete "collaboratory" from the
SPRING_PROFILES_ACTIVE
environment variable list in the configuration filesEliminate any comments related to the "collaboratory" profile, such as the one involving the symbolic link to
application-collaboratory.yml
:sh #ln -s $SCORE_HOME/conf/application.yml $SCORE_HOME/conf/application-collaboratory.yml && \ # wrapper.app.parameter.5=--spring.profiles.active=collaboratory,prod,secure \
Remove
collaboratory.data.directory=${STORAGE_SERVER_DATA_DIR}
from theapplication.properties.template
or any other configuration files where it appears.Additional context
https://github.com/overture-stack/SONG/blob/develop/docker-compose.yml#L54
https://github.com/overture-stack/SONG/blob/develop/docker-compose.yml#L59
https://github.com/overture-stack/SONG/blob/develop/dev/docker-compose.yml#L40
https://github.com/overture-stack/SONG/blob/develop/song-docker-demo/storage-server/Dockerfile#L35
https://github.com/overture-stack/SONG/blob/develop/song-docker-demo/storage-server/Dockerfile#L36
https://github.com/overture-stack/SONG/blob/develop/song-docker-demo/storage-server/Dockerfile#L42
https://github.com/overture-stack/SONG/blob/develop/song-docker-demo/storage-server/config/application.properties.template#L27
https://github.com/overture-stack/SONG/blob/develop/song-docker-demo/storage-server/config/application.properties.template#L39
https://github.com/overture-stack/SONG/blob/develop/song-docker-demo/storage-server/config/application.properties.template#L40
The text was updated successfully, but these errors were encountered: