You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2018/12/21 18:49:52 UTC

[1/2] trafodion git commit: [TRAFODION-3246] support TLS for jdbc

Repository: trafodion
Updated Branches:
  refs/heads/master 923f0a919 -> b3e9cb1eb


[TRAFODION-3246] support TLS for jdbc


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/ffd14151
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/ffd14151
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/ffd14151

Branch: refs/heads/master
Commit: ffd141518b417cbd8a035b3e26cffe292f81d5a9
Parents: 17c28c6
Author: Aven <sh...@esgyn.cn>
Authored: Tue Dec 18 18:01:42 2018 +0800
Committer: Aven <sh...@esgyn.cn>
Committed: Tue Dec 18 18:01:42 2018 +0800

----------------------------------------------------------------------
 core/conn/jdbcT4/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/ffd14151/core/conn/jdbcT4/Makefile
----------------------------------------------------------------------
diff --git a/core/conn/jdbcT4/Makefile b/core/conn/jdbcT4/Makefile
index 10ade68..cb17f9f 100644
--- a/core/conn/jdbcT4/Makefile
+++ b/core/conn/jdbcT4/Makefile
@@ -27,7 +27,7 @@ all: build_all
 
 build_all: LICENSE NOTICE 
 	echo "$(MAVEN) package -DskipTests"
-	set -o pipefail && $(MAVEN) package -DskipTests | tee build_jdbct4.log | grep --line-buffered -E -e '^\[[^WId]' -e '^\[INFO\] B[Uu][Ii][Ll][Dd]' -e 'to compile'
+	set -o pipefail && $(MAVEN) package -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -DskipTests | tee build_jdbct4.log | grep --line-buffered -E -e '^\[[^WId]' -e '^\[INFO\] B[Uu][Ii][Ll][Dd]' -e 'to compile'
 	cp target/jdbcT4-${TRAFODION_VER}.jar ${TRAF_HOME}/export/lib
 	mkdir -p ../clients
 	mv target/jdbcT4-${TRAFODION_VER}.zip ../clients


[2/2] trafodion git commit: Merge [TRAFODINO-3246] PR 1765 Fix support for TLS in JDBC

Posted by db...@apache.org.
Merge [TRAFODINO-3246] PR 1765 Fix support for TLS in JDBC


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/b3e9cb1e
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/b3e9cb1e
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/b3e9cb1e

Branch: refs/heads/master
Commit: b3e9cb1eb0176cff640eb6d9849ebe9353b41432
Parents: 923f0a9 ffd1415
Author: Dave Birdsall <db...@apache.org>
Authored: Fri Dec 21 18:49:19 2018 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Fri Dec 21 18:49:19 2018 +0000

----------------------------------------------------------------------
 core/conn/jdbcT4/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------