Closed fedinskiy closed 1 week ago
Searching in code.quarkus for jaxrs client extension[ yields no results for both the old and the new name[1].
[1] https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.9
The search should show the extension
The extension is not shown in the search
All search return nothing
uname -a
ver
No response
java -version
mvnw --version
gradlew --version
The extension is called now called quarkus-rest-client-jaxrs but it's unlisted as it's only meant to be used as a transitive dependency of the quarkus-rest-client
quarkus-rest-client-jaxrs
quarkus-rest-client
Describe the bug
Searching in code.quarkus for jaxrs client extension[ yields no results for both the old and the new name[1].
[1] https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.9
Expected behavior
The search should show the extension
Actual behavior
The extension is not shown in the search
How to Reproduce?
All search return nothing
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response