thymeleafexamples-springmail icon indicating copy to clipboard operation
thymeleafexamples-springmail copied to clipboard

SpringMail - Companion application for the "Rich HTML email in Spring with Thymeleaf" article at the Thymeleaf website: http://www.thymeleaf.org/doc/articles/springmail.html

Results 5 thymeleafexamples-springmail issues
Sort by recently updated
recently updated
newest added

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.1.0.RELEASE to 5.3.18. Release notes Sourced from spring-webmvc's releases. v5.3.18 :star: New Features Restrict access to property paths on Class references #28261 Introduce cancel(boolean mayInterruptIfRunning) in ScheduledTask...

dependencies

Bumps commons-io from 2.4 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.4&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Fix the unresolved beans for template engine and use the bean that defined only for email service

Bumps commons-fileupload from 1.3.1 to 1.3.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-fileupload:commons-fileupload&package-manager=maven&previous-version=1.3.1&new-version=1.3.3)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

https://github.com/thymeleaf/thymeleafexamples-springmail/blob/afeb5529347a09ea8960b4feecf39a17ecd2cb68/src/main/java/thymeleafexamples/springmail/business/SpringMailConfig.java#L109 SpringTemplateEngine extends TemplateEngine . setTemplateEngineMessageSource method is in the SpringTemplateEngine class, but the return type is TemplateEngine, so this method make no sense.