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

[SW-1731] Deprecate h2oNodeWebEnabled for external backend #1636

Merged
merged 1 commit into from Nov 25, 2019

Conversation

jakubhava
Copy link
Contributor

No description provided.

@@ -204,6 +213,12 @@ trait SharedBackendConf {

private[backends] def getFileProperties(): Seq[(String, _)] = Seq(PROP_JKS, PROP_LOGIN_CONF)

private def logWarningH2ONodeWebEnabledDeprecated(): Unit = {
if (runsInExternalClusterMode) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this hold only if the client is disabled?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope, it's on purpose like this, preparing the code for the future steps

@jakubhava jakubhava merged commit 15f7744 into master Nov 25, 2019
jakubhava added a commit that referenced this pull request Nov 25, 2019
jakubhava added a commit that referenced this pull request Nov 25, 2019
@jakubhava jakubhava deleted the jh/sw-1731 branch November 25, 2019 17:02
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

Successfully merging this pull request may close these issues.

None yet

2 participants