-
Notifications
You must be signed in to change notification settings - Fork 580
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
update the docker entrypoint for spring #10537
Conversation
c6000a7
to
23f3d65
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Good catch! Thanks so much @nr23730 !
``` | ||
db.tomcat_resource_name=jdbc/cbioportal | ||
``` | ||
:warning: The fields `db.host` and `db.portal_db_name` and `db.use_ssl` and `db.connection_string` are deprecated. It is required to configure the database connection using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good Fix.
Before we completely remove the legacy properties we need to remove them from the cbioportal-core repo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@haynescd will look whether these changes are still necessary (lot of it has been updated in master now) |
@nr23730 Can you rebase this branch with master. I think we accidentally got some of these changes in already |
@haynescd All relevant parts are already in master. So closing this. |
As 6.0.0 migrated to spring db I propose to also change this in the docker-entrypoint script. Then the db settings in the application.properties only need to be defined once.
Goes together with: cBioPortal/cbioportal-core#3