MarcGiffing / wicket-spring-boot

Spring Boot starter for Apache Wicket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to change configuration-type when using devtools

abiuan opened this issue · 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.