redhat-developer / redhat-developer/quarkus-ls
Custom validation of application.properties property(ies)
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 50
- Forks
- 18
- Avg merge
- 22h 11m
- Merged PRs (30d)
- 3
Description
As mentioned in https://github.com/eclipse/lsp4mp/pull/174#discussion_r703667885:
Consider the following application.properties file :
quarkus.http.root-path=/some/special/place/in/your/heart
On compilation of the quarkus project, the following error will occur:

There should be a way to display diagnostics for the application.properties file aside from the compilation error(s) that occur when the quarkus project is built.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked pull request discussion and reproduce the compilation error using the application.properties example in the issue. Determine the existing language-server entry points for Quarkus project diagnostics; the work is done when application.properties produces diagnostics independently of compilation errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100