Skip to content

Commit 4faff34

Browse files
SNOW-1548083: Remove experimental label from thin driver (#1970)
1 parent fad4f12 commit 4faff34

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.rst

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,22 @@ Snowflake JDBC Driver
99

1010
.. image:: http://img.shields.io/:license-Apache%202-brightgreen.svg
1111
:target: http://www.apache.org/licenses/LICENSE-2.0.txt
12-
13-
.. image:: https://maven-badges.herokuapp.com/maven-central/net.snowflake/snowflake-jdbc/badge.svg?style=plastic
14-
:target: https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/
15-
12+
1613
Snowflake provides a JDBC type 4 driver that supports core functionality, allowing Java program to connect to Snowflake.
1714

15+
.. |maven-snowflake-jdbc| image:: https://maven-badges.herokuapp.com/maven-central/net.snowflake/snowflake-jdbc/badge.svg?style=plastic
16+
:target: https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/
17+
18+
.. |maven-snowflake-jdbc-fips| image:: https://maven-badges.herokuapp.com/maven-central/net.snowflake/snowflake-jdbc-fips/badge.svg?style=plastic
19+
:target: https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc-fips/
20+
21+
.. |maven-snowflake-jdbc-thin| image:: https://maven-badges.herokuapp.com/maven-central/net.snowflake/snowflake-jdbc-thin/badge.svg?style=plastic
22+
:target: https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc-thin/
23+
24+
- snowflake-jdbc (fat-jar): |maven-snowflake-jdbc|
25+
- snowflake-jdbc-fips (FIPS compliant fat-jar): |maven-snowflake-jdbc-fips|
26+
- snowflake-jdbc-thin (thin-jar): |maven-snowflake-jdbc-thin|
27+
1828
Prerequisites
1929
=============
2030

@@ -45,7 +55,7 @@ or for FIPS compliant fat-jar
4555
<version>{version}</version>
4656
</dependency>
4757
48-
or for experimental thin-jar
58+
or for thin-jar
4959

5060
.. code-block:: xml
5161
@@ -79,7 +89,7 @@ Build from Source Code
7989
../mvnw org.apache.maven.plugins:maven-install-plugin:3.1.1:install-file -Dfile=target/snowflake-jdbc-fips.jar -DpomFile=./public_pom.xml
8090
cd -
8191
82-
4. Build the experimental thin-jar and install it in local maven repository by running:
92+
4. Build the thin-jar and install it in local maven repository by running:
8393

8494
.. code-block:: bash
8595

0 commit comments

Comments
 (0)