IMO compilation error + better explanation in the migration guide how to fix the compilation error would be better than reverting to the 6.x constructors.
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, May 26, 2015 at 3:09 PM, Martijn Dashorst < martijn.dasho...@gmail.com> wrote: > On Tue, May 26, 2015 at 2:02 PM, Martin Grigorov <mgrigo...@apache.org> > wrote: > > By reverting the constructors from 6.x we will reintroduce > > https://issues.apache.org/jira/browse/WICKET-4972 > > In our 1.2M lines of code project, there are only 7 invocations of the > StringResourceModel constructor that I have to figure out, so this is > (for our company at least) a minor issue. I can imagine that > internationalized apps will have a bigger problem. > > I don't know how to handle WICKET-4972. The way it was in Wicket 7 > broke silently for us, while the situation from Wicket 6.19 and prior > was working. > > Martijn >