Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,22 +217,6 @@
<targetPath>META-INF</targetPath>
</resource>
</resources>
<testResources>
<testResource>
<directory>src/test/resources</directory>
<includes>
<include>project.properties</include>
</includes>
<filtering>true</filtering>
</testResource>
<testResource>
<directory>src/test/resources</directory>
<excludes>
<exclude>project.properties</exclude>
</excludes>
<filtering>false</filtering>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
Expand Down Expand Up @@ -332,24 +316,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>generate-dependency-list</id>
<goals>
<goal>list</goal>
</goals>
<phase>generate-resources</phase>
<configuration>
<includeScope>runtime</includeScope>
<outputScope>true</outputScope>
<excludeGroupIds>com.datastax.cassandra,com.datastax.dse</excludeGroupIds>
<outputFile>${project.build.outputDirectory}/com/datastax/dse/driver/internal/deps.txt</outputFile>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,17 @@ public enum DseDriverOption implements DriverOption {
GRAPH_TIMEOUT("basic.graph.timeout"),

/**
* Whether to send events for Insights monitoring.
* Legacy option that controlled DataStax Insights monitoring.
*
* <p>This option is retained for source and binary compatibility. Insights monitoring has been
* removed, so the value has no effect. Configuring it to {@code true} causes the driver to log a
* warning when the session is created.
*
* <p>Value type: boolean
*
* @deprecated DataStax Insights monitoring is no longer supported; there is no replacement.
*/
@Deprecated
MONITOR_REPORTING_ENABLED("advanced.monitor-reporting.enabled"),

/**
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading