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

Manage static properties on MicroProfile LS side #452

Open
angelozerr opened this issue Jul 11, 2024 · 0 comments
Open

Manage static properties on MicroProfile LS side #452

angelozerr opened this issue Jul 11, 2024 · 0 comments
Labels
enhancement New feature or request properties-files Features supported in microprofile-config.properties

Comments

@angelozerr
Copy link
Contributor

Today static properties are managed on JDT / IJ side which is a bad idea because we need to copy/paste propertieson JDT / IJ side.

On IJ side, IJ Quarkus and IJ Librety must do that, it means that we have 3 copies of a given static properties.

I think MP LS should embed those static properties and to know if those properties must be available on completion, validation, etc we can use the projject label mechanism.

The IJ / JDT side should just fill the project label correctly (by checking for instance that MicroProfile Context is on the classpath) and that's it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request properties-files Features supported in microprofile-config.properties
Projects
None yet
Development

No branches or pull requests

1 participant