ozimov / spring-boot-email-tools

A set of services and tools for sending emails in a Spring Boot 1.5.x application using a Template Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you add please Spring5 support?

itskovichanton opened this issue · comments

import spring4 cause error.

Hi @itskovichanton.

The releases of this library are bind to the releases to the latest Spring Boot release. Currently we have 1.5.2 that uses Spring 4.x. You actually need to make the required fix by yourself or wait for Spring Boot 2.0.0, that will use Spring5.

Unfortunately, I'm currently working alone, thus I cannot handle a compatibility matrix with several branches.

Closed for now since out of scope.