Skip to content

olivierbeltrandocintoo/quarkus-kotlin-bug-reload

Repository files navigation

The bug

  1. start the app with mvn clean quarkus:dev

  2. visit http://localhost:8080/user with your browser, it should work 😊

    browser shows it works

  3. edit the code by commenting something harmless (like the println) in the GreetingResource.kt

    Edit controller code

  4. visit http://localhost:8080/user again with your browser, it should crash 😕

    Refresh browser and it crashes

  5. Edit the JsonModule.kt with something harmless (like adding a new line), it should start 😮

    Edit Json Module and it starts working again

    Browser works again

About

quarkus-kotlin-bug-reload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published