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

Encourage the use of quotes around system-properties keys #200

Merged
merged 2 commits into from
Apr 1, 2020

Conversation

bamboo
Copy link
Member

@bamboo bamboo commented Apr 1, 2020

The unadvised use of dot notation can cause some head stratching when the system
property names overlap:

system-properties {
  foo.bar = false
  foo.bar.baz = true
}

The unadvised use of dot notation can cause some head stratching when the system
property names overlap:

```
system-properties {
  foo.bar = false
  foo.bar.baz = true
}
```
@bamboo bamboo requested a review from adammurdoch April 1, 2020 15:17
@bamboo bamboo merged commit 96093df into master Apr 1, 2020
@bamboo bamboo deleted the bamboo/encourage-quoted-system-property-keys branch April 1, 2020 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants