[ 
https://issues.apache.org/jira/browse/WICKET-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Grigorov resolved WICKET-4242.
-------------------------------------

    Resolution: Won't Fix

This feature will make the application too slow for no big gain.
By not caching the "miss" Wicket will try to locate all combinations of 
locale/style/variation for the missing resource and this is slow.
Even Java 7 NIO2 doesn't give any guarantees - see 
http://docs.oracle.com/javase/7/docs/api/java/nio/file/WatchService.html , 
paragraph "Platform dependencies".
                
> Detect new Markup Files in Development Mode
> -------------------------------------------
>
>                 Key: WICKET-4242
>                 URL: https://issues.apache.org/jira/browse/WICKET-4242
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5.3
>            Reporter: bernard
>
> An extension of 
> http://www.wicketframework.org/faqs.html#how-reload-changed-markup-files
> Let Wicket detect new markup files not only modifications to existing ones.
> This is useful if a developer fails to add a markup file. That causes an 
> exception. Currently the application has to be re-deployed to fix this 
> condition.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to