Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation for programmatic REST Client Reactive registration #22939

Merged
merged 1 commit into from
Jan 17, 2022

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Jan 17, 2022

No description provided.

@@ -286,7 +287,7 @@ public class ExtensionsResource {

public ExtensionsResource() {
extensionsService = RestClientBuilder.newBuilder()
.baseUri("https://stage.code.quarkus.io/api")
.baseUri(URI.create("https://stage.code.quarkus.io/api"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should add a way to use a string instead. But maybe it's a bad idea.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It sounds like a good idea to me, but the user would have to downcast to get it

@gsmet gsmet merged commit 5859076 into quarkusio:main Jan 17, 2022
@quarkus-bot quarkus-bot bot added this to the 2.7 - main milestone Jan 17, 2022
@michalszynkiewicz
Copy link
Member

Thanks Georgios!

@geoand
Copy link
Contributor Author

geoand commented Jan 18, 2022

YW!

@geoand geoand deleted the rest-client-reactive-doc branch January 18, 2022 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants