spring-attic / spring-cloud-aws

All development has moved to https://github.com/awspring/spring-cloud-aws Integration for Amazon Web Services APIs with Spring
https://awspring.io/
Apache License 2.0
589 stars 376 forks source link

Fix ClassNotFoundException caused by `SesAutoConfiguration`. #728

Closed maciejwalkowiak closed 3 years ago

maciejwalkowiak commented 3 years ago

:loudspeaker: Type of change

:scroll: Description

Fix ClassNotFoundException caused by SesAutoConfiguration.

:bulb: Motivation and Context

Auto-Configuration was triggered even if SES module was not on the classpath causing an exception.

:green_heart: How did you test it?

Integration tests.

:pencil: Checklist