feat: adding email notification when certian revalidation threshold is met
- feat: adding email notification when certian revalidation threshold is met
Resolves #149 (closed)
Edited by Jordi Gómez
Merge request reports
Activity
Filter activity
added 1 commit
- c95fa812 - feat: adding email notification when certian revalidation threshold is met
removed review request for @gnugomez
added 9 commits
-
c95fa812...fd35a665 - 8 commits from branch
main
- adf26a73 - feat: adding email notification when certian revalidation threshold is met
-
c95fa812...fd35a665 - 8 commits from branch
- Resolved by Jordi Gómez
- Resolved by Jordi Gómez
- Resolved by Jordi Gómez
- Resolved by Jordi Gómez
- Resolved by Jordi Gómez
requested review from @malowe
1 package org.eclipsefoundation.git.eca.service.impl; 2 3 import java.util.List; 4 import java.util.Optional; 5 6 import io.smallrye.config.ConfigMapping; 7 8 /** 9 * Represents configuration for the default mailer service. 10 * 11 * @author Martin Lowe 12 * 13 */ 14 @ConfigMapping(prefix = "eclipse.mailer") 15 public interface EclipseMailerConfig { changed this line in version 7 of the diff
- Resolved by Martin Lowe
Please register or sign in to reply