Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.2.1
-
Component/s: Notifier - Mail
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Remove usage of plexus-mail-sender to Spring JavaMailSender
See related thread
I can't remove the plexus-mail dependency (it has to be done in redback too).
If I override the current mailSender with :
This works for continuum mail notification but not for redback registration :
Caused by: org.springframework.beans.factory.BeanCreationException: Error creati ng bean with name 'mailer': FactoryBean threw exception on object creation; nest ed exception is org.springframework.beans.TypeMismatchException: Failed to conve rt value of type [org.springframework.mail.javamail.JavaMailSenderImpl] to requi red type [org.codehaus.plexus.mailsender.MailSender]; nested exception is java.l ang.IllegalArgumentException: Cannot convert value of type [org.springframework. mail.javamail.JavaMailSenderImpl] to required type [org.codehaus.plexus.mailsend er.MailSender]: no matching editors or conversion strategy found at org.springframework.beans.factory.support.FactoryBeanRegistrySupport$