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

Connector config editor gives false impression that lines can be continued with \ #4

Open
kinghuang opened this issue May 4, 2018 · 0 comments

Comments

@kinghuang
Copy link

The config editor for connectors gives the false impression that long lines can be wrapped with a \ character. When a \ is used at the end of a line, the next line is coloured green as if it continues the value from the preceeding key=value line. However, using Show JSON clearly shows this isn't the case, and such a configuration cannot be saved.

Editor without \ on line 4 (note that line 5 is not coloured as a continuation of line 4):

screen shot 2018-05-04 at 4 57 42 pm

Editor with \ on line 4 (note that line 5 is now green):

screen shot 2018-05-04 at 4 57 48 pm

Show JSON (the continued line is treated as a new property):

screen shot 2018-05-04 at 4 57 57 pm

Expected Behaviour:

The editor should not do syntax highlighting suggesting that \ can be used to continue a line.

Alternatively, Lenses should support wrapping long lines with \.

Actual Behaviour:

Using \ to wrap a long line is not valid.

lanbotdeployer pushed a commit that referenced this issue Oct 4, 2021
Explicitly set keytool's key/truststore types to JKS
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

1 participant