You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@submarine.apache.org by GitBox <gi...@apache.org> on 2021/06/29 05:22:11 UTC

[GitHub] [submarine] KUAN-HSUN-LI opened a new pull request #616: SUBMARINE-870. Replace & with &

KUAN-HSUN-LI opened a new pull request #616:
URL: https://github.com/apache/submarine/pull/616


   ### What is this PR for?
   Using the link with "jdbc:mysql://127.0.0.1:3306/metastore_test?useUnicode=true&amp;characterEncoding=UTF-8&amp;autoReconnect=true&amp;failOverReadOnly=false&amp;zeroDateTimeBehavior=convertToNull&amp;useSSL=false" will encounter the problem "Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)"; however, we have set the useSSL=false. This is the reason that &amp; is the ampersand for XML file but not for Java file.
   
   ### What type of PR is it?
   [Test]
   
   ### Todos
   
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/SUBMARINE-870
   
   ### How should this be tested?
   run the MetaStoreRestApiTest or run the command "mvn test" under the submarine-server folder.
   
   ### Screenshots (if appropriate)
   ![image](https://user-images.githubusercontent.com/38066413/123741582-e6b5a200-d8dc-11eb-9463-75a193ae4c31.png)
   
   ### Questions:
   * Do the license files need updating? No
   * Are there breaking changes for older versions? No
   * Does this need new documentation? No
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

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



[GitHub] [submarine] asfgit closed pull request #616: SUBMARINE-870. Replace & with &

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #616:
URL: https://github.com/apache/submarine/pull/616


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

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



[GitHub] [submarine] asfgit closed pull request #616: SUBMARINE-870. Replace & with &

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #616:
URL: https://github.com/apache/submarine/pull/616


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

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