Le 07/02/2017 à 11:23, Taher Alkhateeb a écrit :
Hi Ahmad,
First of all, my recommendation is to use unit tests (not integration
tests) where ever you can for a quick feedback loop while developing. Also
I could be wrong, but you can sort of take this as a general guideline on
what requires a restart (for now, hopefully we'll fix this)
# Requires Restart
- Java Source Code
- Entity Definition
- Service Definition
- Configurations and properties files
Most properties files are cached, so you "only" need to clear properties files
cache
Jacques