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
Apache License 2.0
195 stars 95 forks source link

Can you add please Spring5 support? #43

Closed itskovichanton closed 7 years ago

itskovichanton commented 7 years ago

import spring4 cause error.

robertotru commented 7 years ago

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.

robertotru commented 7 years ago

Closed for now since out of scope.