[
https://issues.apache.org/jira/browse/TRAFODION-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16723888#comment-16723888
]
ASF GitHub Bot commented on TRAFODION-3246:
-------------------------------------------
GitHub user mashengchen opened a pull request:
https://github.com/apache/trafodion/pull/1765
[TRAFODION-3246] support TLS for jdbc
it does not support TLSv1.1 since 2018-6-18. see :
https://central.sonatype.org/articles/2018/May/04/discontinued-support-for-tlsv11-and-below/
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mashengchen/trafodion TRAFODION-3246
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1765.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1765
----
commit ffd141518b417cbd8a035b3e26cffe292f81d5a9
Author: Aven <shengchen.ma@...>
Date: 2018-12-18T10:01:42Z
[TRAFODION-3246] support TLS for jdbc
----
> jdbc support slf4j
> ------------------
>
> Key: TRAFODION-3246
> URL: https://issues.apache.org/jira/browse/TRAFODION-3246
> Project: Apache Trafodion
> Issue Type: Bug
> Components: client-jdbc-t4
> Affects Versions: 2.4
> Reporter: mashengchen
> Assignee: mashengchen
> Priority: Major
> Fix For: 2.4
>
>
> jdbc log is a little hard to use , each time add log , there needs to add
> almost 10 rows code.
> also , it's recommend to use slf4j as facade in project.
> jdbc could add this facade by do another jar package (named
> jdbc-version-with-slf4j.jar), the new jar package will have slf4j+jdk for
> user who only use jdbc (no other log type used by slf4j ),
> and the original just use slf4j for compile, it print log dependent on user
> project
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)