Closed gkwan-ibm closed 5 years ago
The link https://openliberty.io/guides/microprofile-intro.html
that this guide points to doesn't exist anymore. I will remove this sentence.
Do we want to replace http://localhost:9080/inventory/hosts/{hostname}[http://localhost:9080/inventory/hosts/{hostname}^]
and give the users localhost directly for the link in Testing?
Found the fixed the code_command for "InventoryUtil" isn't pointing to the correct file issue in https://github.com/OpenLiberty/guide-rest-hateoas/commit/bb6436f85379aa529fad8cbfadc7ed31e6c05432.
Test had passed when I tried it today.
Verified all the points in the description of this issue, except for this one:
Not sure that's needed.
@gkwan-ibm Do you want to take a quick look to see if everything is ok to close this issue? Thanks.
Verified all the points in the description of this issue, except for this one:
* at the "Testing the hypermedia-driven RESTful web service" section, suggest to add http://localhost:9080/inventory/hosts/localhost
Not sure that's needed.
That should be resolved
Verified all the points in the description of this issue, except for this one:
* at the "Testing the hypermedia-driven RESTful web service" section, suggest to add http://localhost:9080/inventory/hosts/localhost
Not sure that's needed.
That should be resolved
The comment was, the issue had been fixed already.
http://localhost:9080/inventory/hosts/<hostname>;
should remove the semi-colon. If possible, treat it as an non URL linkResponse targetResponse...
instead oftargetResponse.close();
mvn liberty:stop-server
first then runmvn install