There is a resolved issue WICKET-613 (https://issues.apache.org/jira/browse/WICKET-613), where Igor has removed failfast check in AnnotProxyFieldValueFactory. But in all actual Wicket versions (>1.3.0) this failfast check still exists. So I have browsed SVN for AnnotProxyFieldValueFactory class changes: - revision 548178: WICKET-613: removed failfast check as it caused an extra constructor invocation on prototype beans (by ivaynberg) - 549055: backported the failFast mechanism from 2.0, all tests pass now (by janne)
The question is why this failfast mechanism was backported and what about the resolution of issue WICKET-613? I think it should be reopened. -- Daniel
