This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 3559d38739 #2445: Upgrading mssqlnative jdbc driver to 11.2.3 and 
updating the docs
     new 9c897b4e89 Merge pull request #2452 from gijoe88/master
3559d38739 is described below

commit 3559d38739eb258a4eead0e1847916cfe143fa9c
Author: Xavier REVEILLON <[email protected]>
AuthorDate: Tue Feb 21 13:58:36 2023 +0100

    #2445: Upgrading mssqlnative jdbc driver to 11.2.3 and updating the docs
---
 .../plugins/databases/mssqlnative-assemblies/pom.xml       |  4 ++--
 assemblies/static/src/main/resources/LICENSE               |  2 +-
 .../modules/ROOT/pages/database/databases/mssqlnative.adoc | 14 +++++++-------
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/assemblies/plugins/databases/mssqlnative-assemblies/pom.xml 
b/assemblies/plugins/databases/mssqlnative-assemblies/pom.xml
index ae2a41e178..e0acfd69f8 100644
--- a/assemblies/plugins/databases/mssqlnative-assemblies/pom.xml
+++ b/assemblies/plugins/databases/mssqlnative-assemblies/pom.xml
@@ -35,7 +35,7 @@
     <description />
 
     <properties>
-        <mssqlnative.version>7.4.1.jre8</mssqlnative.version>
+        <mssqlnative.version>11.2.3.jre11</mssqlnative.version>
     </properties>
 
 
@@ -52,4 +52,4 @@
         </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/assemblies/static/src/main/resources/LICENSE 
b/assemblies/static/src/main/resources/LICENSE
index 321d9639e4..136a480600 100644
--- a/assemblies/static/src/main/resources/LICENSE
+++ b/assemblies/static/src/main/resources/LICENSE
@@ -1402,7 +1402,7 @@ This product bundles monetdb-jdbc 3.1, which is available 
under a
 This product bundles mongo-java-driver 3.12.8, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles mssql-jdbc 7.4.1.jre8, which is available under a
+This product bundles mssql-jdbc 11.2.3.jre11, which is available under a
 "The MIT" license. For details, see licenses/LICENSE-MIT.
 
 This product bundles mvel2 2.4.14.Final, which is available under a
diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/mssqlnative.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/mssqlnative.adoc
index 9b52b6bb2e..c01d43b8ec 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/mssqlnative.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/mssqlnative.adoc
@@ -25,7 +25,7 @@ under the License.
 | Option | Info
 |Type | Relational
 |Driver | 
https://docs.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=sql-server-ver15[Driver
 Link]
-|Version Included | None
+|Version Included | 11.2.3
 |Hop Dependencies | None
 |Documentation | 
https://docs.microsoft.com/en-us/sql/connect/jdbc/setting-the-connection-properties?view=sql-server-ver15[Documentation
 Link]
 |JDBC Url | 
jdbc:sqlserver://[serverName[\instanceName][:portNumber]][;property=value[;property=value]]
@@ -37,20 +37,20 @@ under the License.
 The native Microsoft SQL JDBC driver ships with extra files that enables 
authentication using your current MS Windows credentials.
 When you download the JDBC drivers from Microsoft's site and unzip them, there 
will be a directory structure like the following:
 
-*sqljdbc_10.2.1.0_enu\sqljdbc_10.2_enu\auth\x64*  <- 64bit authentication 
support files.
+*sqljdbc_11.2.3.0_enu\sqljdbc_11.2_enu\auth\x64*  <- 64bit authentication 
support files.
 
-*sqljdbc_10.2.1.0_enu\sqljdbc_10.2_enu\auth\x86*  <- 32bit authentication 
support files.
+*sqljdbc_11.2.3.0_enu\sqljdbc_11.2_enu\auth\x86*  <- 32bit authentication 
support files.
 
 You would copy the file:
 
-*sqljdbc_10.2.1.0_enu\sqljdbc_10.2_enu\auth\x64\mssql-jdbc_auth-10.2.1.x64.dll*
+*sqljdbc_11.2.3.0_enu\sqljdbc_11.2_enu\auth\x64\mssql-jdbc_auth-11.2.3.x64.dll*
 
 to
 
-*hop\lib\mssql-jdbc_auth-10.2.1.x64.dll*
+*hop\lib\mssql-jdbc_auth-11.2.3.x64.dll*
 
-The JDBC driver itself *sqljdbc_10.2_enu\mssql-jdbc-10.2.1.jre11.jar* should 
be copied into
-*\hop\plugins\databases\mssqlnative\lib*
+The JDBC driver itself *sqljdbc_11.2_enu\mssql-jdbc-11.2.3.jre11.jar* should 
be copied into
+*\hop\plugins\databases\mssqlnative\lib*, replacing the version already 
provided.
 
 
 There is no need to rename the DLL to sqljdbc_auth.dll or place it in other 
locations.

Reply via email to