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

Configuration - Comments/Questions #150

Open gsmet opened 1 month ago

gsmet commented 1 month ago

In https://redhat-developer-demos.github.io/quarkus-tutorial/quarkus-tutorial/03_configuration.html ,

I also wonder why we are talking about disabling continuous testing so soon? Because it kinda breaks the nice promise of never quitting live reload mode.

kdubois commented 1 month ago

I agree, the tutorial should be updated to just run the tests with continuous testing & not interrupt the flow with killing dev mode, running the tests manually and then starting it up again.