Commit 20f2f0f
committed
1、The setConfig method in the Executor did not assign the Flink configuration (affecting Kerberos authentication in KerberosUtil).
2、Provided a default value for starttlsEnable in EmailParams to avoid a NullPointerException in setStarttlsEnable when configuring the email settings for the first time with empty values.1 parent ce7678e commit 20f2f0f
2 files changed
Lines changed: 3 additions & 1 deletion
File tree
- dinky-alert/dinky-alert-email/src/main/java/org/dinky/alert/email/params
- dinky-core/src/main/java/org/dinky/executor
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
| |||
0 commit comments