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
1 change: 1 addition & 0 deletions changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ under the License.

### 4.19.2

- [improvement] Remove unused DataStax Insights monitoring (#1027)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Major] 🟠 4.19.2 is an upstream release that shipped without this; every other line here cites CASSJAVA/JAVA/PR. Fork-visible changes go in upgrade_guide/README.md, which has a 4.19.2.1 section and nothing for the enabled default flip to false.

- [bug] CASSJAVA-116: Retry or Speculative Execution with RequestIdGenerator throws "Duplicate Key"

### 4.19.1
Expand Down
18 changes: 0 additions & 18 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -332,24 +332,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