File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323#include < algorithm>
2424#include < iostream>
2525
26- #define DEFAULT_OPTIONS_CASSSANDRA_VERSION CCM::CassVersion (" 3.11.3 " )
27- #define DEFAULT_OPTIONS_DSE_VERSION CCM::DseVersion (" 6.0.4 " )
26+ #define DEFAULT_OPTIONS_CASSSANDRA_VERSION CCM::CassVersion (" 3.11.4 " )
27+ #define DEFAULT_OPTIONS_DSE_VERSION CCM::DseVersion (" 6.0.8 " )
2828
2929// Initialize the defaults for all the options
3030bool Options::is_initialized_ = false;
Original file line number Diff line number Diff line change 1313#
1414# Uncomment to specify Cassandra version
1515##
16- #CASSANDRA_VERSION=3.11.3
16+ #CASSANDRA_VERSION=3.11.4
1717##
1818# Flag to determine if Cassandra/DSE version should be obtained from ASF/GitHub
1919#
6868#
6969# Uncomment to specify DSE version
7070##
71- #DSE_VERSION=6.0.4
71+ #DSE_VERSION=6.0.8
7272##
7373# CCM DSE Credentials Type (username_password|ini_file)
7474#
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ typedef struct _LIBSSH2_CHANNEL LIBSSH2_CHANNEL;
4444#endif
4545
4646// Default values
47- #define DEFAULT_CASSANDRA_VERSION CassVersion (" 3.11.3 " )
48- #define DEFAULT_DSE_VERSION DseVersion (" 6.0.4 " )
47+ #define DEFAULT_CASSANDRA_VERSION CassVersion (" 3.11.4 " )
48+ #define DEFAULT_DSE_VERSION DseVersion (" 6.0.8 " )
4949#define DEFAULT_USE_GIT false
5050#define DEFAULT_USE_INSTALL_DIR false
5151#define DEFAULT_USE_DSE false
Original file line number Diff line number Diff line change @@ -472,13 +472,17 @@ class DseVersion : public CassVersion {
472472 } else if (*this == " 5.1.11" ) {
473473 return CassVersion (" 3.11.2-5111" );
474474 } else if (*this == " 5.1.12" ) {
475- return CassVersion (" 3.11.2-5112" );
476- } else if (*this >= " 5.1.13" && *this < " 6.0.0" ) {
477- if (*this > " 5.1.13" ) {
475+ return CassVersion (" 3.11.3-5112" );
476+ } else if (*this == " 5.1.13" ) {
477+ return CassVersion (" 3.11.3-5113" );
478+ } else if (*this == " 5.1.14" ) {
479+ return CassVersion (" 3.11.3-5114" );
480+ } else if (*this >= " 5.1.15" && *this < " 6.0.0" ) {
481+ if (*this > " 5.1.15" ) {
478482 std::cerr << " Cassandra Version is not Defined: "
479483 << " Add Cassandra version for DSE v" << this ->to_string () << std::endl;
480484 }
481- return CassVersion (" 3.11.2-5113 " );
485+ return CassVersion (" 3.11.3-5115 " );
482486 } else if (*this >= " 6.0.0" && *this < " 6.7.0" ) {
483487 return CassVersion (
484488 " 3.11.2-5111" ); // Versions before DSE 6.7 erroneously return they support Cassandra 4.0.0
You can’t perform that action at this time.
0 commit comments