Integrated: 8260861: TrustStoreDescriptor log the same value

2021-02-02 Thread Davin Kevin
On Tue, 8 Dec 2020 09:35:26 GMT, Davin Kevin 
 wrote:

> If both jssecacerts and cacerts are not defined, the same log is printed 
> twice, talking about the jssecacerts instead of cacerts the second time. 

This pull request has now been integrated.

Changeset: 105d3e8f
Author:    Davin Kevin 
Committer: Xue-Lei Andrew Fan 
URL:   https://git.openjdk.java.net/jdk/commit/105d3e8f
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod

8260861: TrustStoreDescriptor log the same value

Reviewed-by: xuelei

-

PR: https://git.openjdk.java.net/jdk/pull/1690


Re: RFR: 8260861: TrustStoreDescriptor log the same value

2021-02-01 Thread Davin Kevin
On Tue, 8 Dec 2020 09:35:26 GMT, Davin Kevin 
 wrote:

> If both jssecacerts and cacerts are not defined, the same log is printed 
> twice, talking about the jssecacerts instead of cacerts the second time. 

OCA has been signed and my name has been added into the OCA listing page: 
* https://www.oracle.com/technical-resources/oracle-contributor-agreement.html

What is the next step to make this contribution eligible to merge ?

-

PR: https://git.openjdk.java.net/jdk/pull/1690


Re: RFR: 8260861: TrustStoreDescriptor log the same value

2021-02-01 Thread Davin Kevin
On Thu, 31 Dec 2020 09:43:18 GMT, Davin Kevin 
 wrote:

>> If both jssecacerts and cacerts are not defined, the same log is printed 
>> twice, talking about the jssecacerts instead of cacerts the second time. 
>
> OCA has been signed and my name has been added into the OCA listing page: 
> * https://www.oracle.com/technical-resources/oracle-contributor-agreement.html
> 
> What is the next step to make this contribution eligible to merge ?

I've made all the tasks required, so I don't know why the process is blocked 😓.

-

PR: https://git.openjdk.java.net/jdk/pull/1690


RFR: 8260861: TrustStoreDescriptor log the same value

2021-02-01 Thread Davin Kevin
If both jssecacerts and cacerts are not defined, the same log is printed twice, 
talking about the jssecacerts instead of cacerts the second time. 

-

Commit messages:
 - fix(truststore): log about truststore not found print everytime the same 
value

Changes: https://git.openjdk.java.net/jdk/pull/1690/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1690&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8260861
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1690.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1690/head:pull/1690

PR: https://git.openjdk.java.net/jdk/pull/1690