sflpro / notifier

The notifications microservice is an independently deployable component intended for sending various types of notifications.
Apache License 2.0
47 stars 13 forks source link

Feature/email attachments #137

Closed thetealover closed 4 years ago

thetealover commented 4 years ago

The reason of EmailNotificationServiceIntegrationTest failure was that I provided the attachments in EmailNotification model in a List, causing Hibernate fetching problem. Switching to Set resolved the issue.

sonarcloud[bot] commented 4 years ago

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 1 Code Smell

26.0% 26.0% Coverage
0.0% 0.0% Duplication

warning The version of Java (1.8.0_151) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11. Read more here