redhat-developer / redhat-developer/vscode-microprofile

Stork properties are unknown

Open
#80 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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.
Screenshot 2021-11-15 at 20 10 45

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.