From e76438f1cc7aa4ddc2fb0a578b4e9602e1e9cc80 Mon Sep 17 00:00:00 2001 From: Dominik Przybysz Date: Tue, 19 Nov 2024 13:55:21 +0100 Subject: [PATCH] SNOW-1548083: Remove experimental label from thin driver --- README.rst | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index a9d3cacb2..faac38fd1 100644 --- a/README.rst +++ b/README.rst @@ -9,12 +9,22 @@ Snowflake JDBC Driver .. image:: http://img.shields.io/:license-Apache%202-brightgreen.svg :target: http://www.apache.org/licenses/LICENSE-2.0.txt - -.. image:: https://maven-badges.herokuapp.com/maven-central/net.snowflake/snowflake-jdbc/badge.svg?style=plastic - :target: https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/ - + Snowflake provides a JDBC type 4 driver that supports core functionality, allowing Java program to connect to Snowflake. +.. |maven-snowflake-jdbc| image:: https://maven-badges.herokuapp.com/maven-central/net.snowflake/snowflake-jdbc/badge.svg?style=plastic + :target: https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/ + +.. |maven-snowflake-jdbc-fips| image:: https://maven-badges.herokuapp.com/maven-central/net.snowflake/snowflake-jdbc-fips/badge.svg?style=plastic + :target: https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc-fips/ + +.. |maven-snowflake-jdbc-thin| image:: https://maven-badges.herokuapp.com/maven-central/net.snowflake/snowflake-jdbc-thin/badge.svg?style=plastic + :target: https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc-thin/ + +- snowflake-jdbc (fat-jar): |maven-snowflake-jdbc| +- snowflake-jdbc-fips (FIPS compliant fat-jar): |maven-snowflake-jdbc-fips| +- snowflake-jdbc-thin (thin-jar): |maven-snowflake-jdbc-thin| + Prerequisites ============= @@ -45,7 +55,7 @@ or for FIPS compliant fat-jar {version} -or for experimental thin-jar +or for thin-jar .. code-block:: xml @@ -79,7 +89,7 @@ Build from Source Code ../mvnw org.apache.maven.plugins:maven-install-plugin:3.1.1:install-file -Dfile=target/snowflake-jdbc-fips.jar -DpomFile=./public_pom.xml cd - -4. Build the experimental thin-jar and install it in local maven repository by running: +4. Build the thin-jar and install it in local maven repository by running: .. code-block:: bash