Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
quarkus-stack: adding known issues (#133)
Browse files Browse the repository at this point in the history
* quarkus-stack: adding known issues

* update

* update2
  • Loading branch information
mhamwala committed Aug 5, 2019
1 parent 7a5f6a6 commit 643cdcf
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions experimental/quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Templates are used to create your local project and start your development. When

4. To try out the live reload:

# Edit ./src/main/resources/META-INF/resources/index.html
# Make a change to the HTML
# Hit save in your IDE/editor
# Refresh the page at http://0.0.0.0:8080/
- Edit ./src/main/resources/META-INF/resources/index.html
- Make a change to the HTML
- Hit save in your IDE/editor
- Refresh the page at http://0.0.0.0:8080/

You can also edit `/src/main/java/org/acme/quickstart/GreetingResource.java` and save, the REST API will be live-reloaded on the next invocation.

Expand All @@ -61,4 +61,10 @@ Running the production container should give you an output similar to:
2019-07-16 12:43:21,918 INFO [io.quarkus] (main) Installed features: [cdi, resteasy]
```

You can verify that this worked by visiting http://0.0.0.0:8080/ and observing the welcome page. You can also visit http://0.0.0.0:8080/hello/greeting/paul to try the REST API.
You can verify that this worked by visiting http://0.0.0.0:8080/ and observing the welcome page. You can also visit http://0.0.0.0:8080/hello/greeting/paul to try the REST API.

## Known Issues:

- Currently there is a problem with `appsody test`. The tests fail due to them not being able to communicate with the Quarkus server. It seems like the 8080 port is not being exposed.

- Currently there is no configuration or documentation on `appsody debug`.

0 comments on commit 643cdcf

Please sign in to comment.