quarkus-tutorial icon indicating copy to clipboard operation
quarkus-tutorial copied to clipboard

Quarkus Tutorial for https://dn.dev/master

Results 17 quarkus-tutorial issues
Sort by recently updated
recently updated
newest added

test the tutorial in windows as now Graal has support for windows

test

Making Quarkus version as environment variable, as that helps in the commands like to be easy to maintain during release updates: ``` mvn io.quarkus:quarkus-maven-plugin:$QUARKUS_VERSION:create \ -DprojectGroupId="com.example" \ -DprojectArtifactId="fruits-app" \ -DprojectVersion="1.0-SNAPSHOT"...

enhancement

The security section has a bunch of curl requests that may need to be updated to work for windows users.

test

When I start the quarkus tutorial in vs code in a dev container, I'm not able to open a terminal. ![image](https://github.com/redhat-developer-demos/quarkus-tutorial/assets/373537/de8f7640-f8a2-49f8-888a-adab3f2f11a6)

bug

During one of the runs one of the attendees commented on how much easier it would be to have a dev container for vscode rather than having to install all...