MarcGiffing/wicket-spring-boot

Unable to change configuration-type when using devtools

abiuan opened this issue · 3 comments

Hello,
I saw that wicket starter forces configuration-type to DEVELOPMENT when devtools starter is activated, and I'm unable to change it.
The change of configuration-type to DEPLOYMENT could be useful when testing CSS, for example, when wicket tags can be disturbing.

Regards

Is it OK to disable the property setting with
wicket.spring.devtools.restart.enabled = false

Its not yet released. I've commited it in the Wicket 8 branch. See my commit in this ticket.