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

[property editing] editing application.yml based property files doesn't work as good as application.properties files #1388

Open
martinlippert opened this issue Oct 17, 2024 · 0 comments

Comments

@martinlippert
Copy link
Member

I observed a few things that doesn't work the way they should:

server:
  port: 8080
  <*>

shows all kinds of properties, not just the one that are valid at the server level.
If selecting one of those random proposals, it is not inserted at the right level, but ends up looking like this:

server:
  port: 8088
	spring:
  activemq:
    broker-url:   

Also note that spring is intended with a tab instead of spaces (as the other lines are).

The other non-optimal part is the sorting of proposals, which seems to be a similar issue that we faced with #1342.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant