Re: Plans for Wicket 10 Release

2023-05-25 Thread János Cserép
Just a thought... I've been using Wicket 10 snapshot builds in production for over a year now with latest Spring and Jakarta libs without any major issues, so if that is an option for you, go ahead. You can mitigate risks by creating release from a known git rev yourself if your release process

Re: Table-ize error messages

2019-11-14 Thread János Cserép
Easiest way to do it is to create a custom resource loader like this: public class DatabaseResourceLoader implements IStringResourceLoader { (...)     @Override     public String loadStringResource(Class clazz, String key, Locale locale, String style, String variation) {     return