redhat-developer-demos / quarkus-tutorial

Quarkus Tutorial for https://dn.dev/quarkusmaster
https://redhat-developer-demos.github.io/quarkus-tutorial/
Apache License 2.0
148 stars 86 forks source link

Basics and fundamentals - Comments / Questions #149

Open gsmet opened 1 month ago

gsmet commented 1 month ago

In https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/02_basics.html :

kdubois commented 1 month ago

I think Maven was preferred at the time because it would mean one less tool to install, but I do prefer the Quarkus CLI as it's cleaner and simpler.. @lordofthejars @eldermoraes WDYT?

WRT the Quarkus 3.2 in the logs yes that should ideally be updated

eldermoraes commented 1 month ago

@kdubois from a personal perspective, I prefer Maven over Quarkus CLI, to be honest. Especially because my muscle memory already drives me to it.

But I can switch to Quarkus CLI if we agree that's better for our audience.