You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/10/23 05:36:53 UTC

[GitHub] [shardingsphere-elasticjob] gzdzss opened a new issue #1641: There is a problem with the EmailJobErrorHandler init method

gzdzss opened a new issue #1641:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1641


   ```java
    @Override
       public void init(final Properties props) {
           ...
        
           boolean isUseSSL = Boolean.getBoolean(props.getProperty(EmailPropertiesConstants.IS_USE_SSL, EmailPropertiesConstants.DEFAULT_IS_USE_SSL));
           boolean isDebug = Boolean.getBoolean(props.getProperty(EmailPropertiesConstants.IS_DEBUG, EmailPropertiesConstants.DEFAULT_IS_DEBUG));
          ....
   ```
   
   The "Boolean.getBoolean " should be changed to   “Boolean.parseBoolean” because “Boolean.getBoolean ” is get system property


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] terrymanu closed issue #1641: There is a problem with the EmailJobErrorHandler init method

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #1641:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1641


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org