This is an automated email from the ASF dual-hosted git repository.
rohit pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from e2c85de schema: Add SQL command to alter the table 'ipsec_psk' when
upgrading to 4.17 (#5668)
add 80cb361 Handle NullPointerException when sending email alerts (#5649)
No new revisions were added by this update.
Summary of changes:
.../cloudstack/quota/QuotaAlertManagerImpl.java | 11 ++-
.../quota/QuotaAlertManagerImplTest.java | 5 +-
.../java/com/cloud/alert/AlertManagerImpl.java | 70 +++++++--------
.../java/com/cloud/alert/AlertManagerImplTest.java | 99 ++++++++++++++++++++++
.../com/cloud/usage/UsageAlertManagerImpl.java | 17 ++--
.../com/cloud/usage/UsageAlertManagerImplTest.java | 85 +++++++++++++++++++
.../cloudstack/utils/mailing/SMTPMailSender.java | 34 ++++----
.../utils/mailing/SMTPMailSenderTest.java | 64 ++++++++++----
8 files changed, 307 insertions(+), 78 deletions(-)
create mode 100644
server/src/test/java/com/cloud/alert/AlertManagerImplTest.java
create mode 100644
usage/src/test/java/com/cloud/usage/UsageAlertManagerImplTest.java