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

[WFLY-19465] spring-resteasy Quickstarts should have a root webpage similar to helloworld #938

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sudeshnas93
Copy link
Contributor

@iweiss
Copy link
Contributor

iweiss commented Jun 26, 2024

The Kubernetes' test failures look to be related to the same changes you made on #937.

@sudeshnas93
Copy link
Contributor Author

The Kubernetes' test failures look to be related to the same changes you made on #937.

Yes, I have noticed it. Refactored the code accordingly.

@@ -50,17 +50,18 @@ public class HelloSpringResource {
@Produces("text/html")
public Response getDefault(@Context UriInfo uriInfo) {
String baseURI = uriInfo.getBaseUri().toString();
baseURI = baseURI + "main";
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this line goes below the if() statement and it seems it should contain / at the end of main.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

made the changes. thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants