Paul Cappadona

Results 3 issues of Paul Cappadona

Thymeleaf 3.0.11 (Spring 3/4/5) When creating a SpringTemplateEngine and setting a message resolver as per below ``` @Bean public SpringTemplateEngine thymeleafTemplateEngine() { SpringTemplateEngine templateEngine = new SpringTemplateEngine(); templateEngine.setTemplateResolver(templateResolver); templateEngine.setMessageResolver(messageResolver); return...

In the case we had a PM time, sValue would only be set with the 12 hour format value (ie 14:00 would be 2:00) The incorrect value could also be...

ImageStack was using EdgeInsets when applying padding to the image placed in the Stack widget. This resulted in them being stacked one on top of the other for a locale...