quarkus-tutorial
quarkus-tutorial copied to clipboard
Quarkus Tutorial for https://dn.dev/master
[io.qua.res.mut.dep.ResteasyMutinyProcessor] (build-31) The quarkus-resteasy-mutiny extension is deprecated. Switch to RESTEasy Reactive instead. This extension adds support for Uni and Multi to RESTEasy Classic, without using the reactive execution model, as...
@lordofthejars, can you check if this is a good path to follow for Quarkus IV?
Match docker run tutorial-tools version with the docker pull command so that we don't end up with two images: "docker pull tutorial-tools" will pull latest image, while "docker run ......
In https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/02_basics.html : - should the CLI tab be first instead of the Maven one? Should we recommend to install the CLI in the requirements even if not using SDKMAN?...
In https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/03_configuration.html , - I wonder if at the end of `Adding a config property to application.properties`, we should have a small sentence about live reload? - I think the...
Add a way to test the results of some of the AI calls.
Add section about using OpenTelemetry and Micrometer with RegisterAIService
The FruityVice api service doesn't seem to work anymore. Let's use the Swapi Service that returns information about Star Wars movies instead.