Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It's easier to name the main cases (I'll not get into details) where you need to restart:

  • Containersn Containers and alike configuration (this one seems obvious, changes related to the embedded application server - Tomcat - needs a restart)
  • Java change (compilation)
  • Service definition change (if your service is written in minilang you don't need to retart when changing the implementation)
  • DB definition change (entity, field, etc.)

...