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

absurdfarce pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git


The following commit(s) were added to refs/heads/3.x by this push:
     new 794b39d68 Update DRIVER_NAME string to match what's used in 4.x
794b39d68 is described below

commit 794b39d68e59a3eecad1f3e1555a97960ecc24e5
Author: absurdfarce <[email protected]>
AuthorDate: Thu Nov 21 15:30:15 2024 -0600

    Update DRIVER_NAME string to match what's used in 4.x
    
    patch by Bret McGuire; reviewed by Bret McGuire, Andy Tolbert for 
CASSJAVA-58
---
 driver-core/src/main/java/com/datastax/driver/core/Requests.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/driver-core/src/main/java/com/datastax/driver/core/Requests.java 
b/driver-core/src/main/java/com/datastax/driver/core/Requests.java
index cf28068d5..04833ce15 100644
--- a/driver-core/src/main/java/com/datastax/driver/core/Requests.java
+++ b/driver-core/src/main/java/com/datastax/driver/core/Requests.java
@@ -38,7 +38,7 @@ class Requests {
     private static final String CQL_VERSION = "3.0.0";
     private static final String DRIVER_VERSION_OPTION = "DRIVER_VERSION";
     private static final String DRIVER_NAME_OPTION = "DRIVER_NAME";
-    private static final String DRIVER_NAME = "Java Driver";
+    private static final String DRIVER_NAME = "Apache Cassandra Java Driver";
 
     static final String COMPRESSION_OPTION = "COMPRESSION";
     static final String NO_COMPACT_OPTION = "NO_COMPACT";


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to