redhat-developer / redhat-developer/vscode-microprofile
Stork properties are unknown
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 17
- Avg merge
- 23h 47m
- Merged PRs (30d)
- 3
Description
After watching https://www.youtube.com/watch?v=l3mLKU3wR2A&list=PLsM3ZE5tGAVatO65JIxgskQh-OKoqM4F2, I tried a quarkus project following that doc http://smallrye.io/smallrye-stork/1.0.0.Beta1/quarkus/, adding those deps to the pom.xml
<dependency>
<groupId>io.smallrye.stork</groupId>
<artifactId>smallrye-stork-service-discovery-consul</artifactId>
<version>1.0.0.Beta1</version>
</dependency>
<dependency>
<groupId>io.smallrye.stork</groupId>
<artifactId>smallrye-stork-load-balancer-round-robin</artifactId>
<version>1.0.0.Beta1</version>
</dependency>
In my application properties, there's no autocompletion for stork, and all properties appear unknown.

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
Reproduce the issue in a Quarkus project using the dependencies shown in pom.xml and the Stork settings in application properties. Compare the result with the SmallRye Stork Quarkus documentation and determine why the stork properties are not recognized. Done means the relevant properties have autocomplete and are no longer reported as unknown.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100