redhat-developer / redhat-developer/quarkus-ls
Some dependencies source jars are not retrieved
@angelozerr is already working on this.
Since Jan 30, 2020.
- Dominant language
- Java
- Stars
- 50
- Forks
- 18
- Avg merge
- 22h 11m
- Merged PRs (30d)
- 3
Description
While implementing QuarkusKubernetesProvider to IJ, I noticed that the QuarkusKubernetesProviderTest was incorrect because it expects no description for kubernetes.readiness-probe.initial-delay-seconds when there is some JavaDoc is the source code.
I thought it was caused by the IJ test project being based on Quarkus 1.1.0.Final where we are using 1.0.1.Final but when testing the jbosstools-quarkus with a 1.1.0.Final Maven based project, I noticed that there is no description as well.
That may be caused by some dekorate dependencies having a noapt classifier so maybe the source jar is not properly retrieved (the sources classifier jar should replace the noapt classifier in this case)
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.
Assessment
This issue has not been assessed yet.