Skip to content

chore(deps): Bump cassandra-driver-version from 4.19.0 to 4.19.1#19656

Merged
davsclaus merged 1 commit into
mainfrom
dependabot/maven/cassandra-driver-version-4.19.1
Oct 22, 2025
Merged

chore(deps): Bump cassandra-driver-version from 4.19.0 to 4.19.1#19656
davsclaus merged 1 commit into
mainfrom
dependabot/maven/cassandra-driver-version-4.19.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 22, 2025

Bumps cassandra-driver-version from 4.19.0 to 4.19.1.
Updates org.apache.cassandra:java-driver-core from 4.19.0 to 4.19.1

Release notes

Sourced from org.apache.cassandra:java-driver-core's releases.

4.19.1

Release Announcement

Changelog:

  • [improvement] CASSJAVA-97: Let users inject an ID for each request and write to the custom payload
  • [improvement] CASSJAVA-92: Add Local DC to driver connection info and provide visibility with nodetool clientstats
  • [bug] PR 2025: Eliminate lock in ConcurrencyLimitingRequestThrottler
  • [improvement] CASSJAVA-89: Fix deprecated table configs in Cassandra 5
  • [improvement] PR 2028: Remove unnecessary locking in DefaultNettyOptions
  • [improvement] CASSJAVA-102: Fix revapi spurious complaints about optional dependencies
  • [improvement] PR 2013: Add SubnetAddressTranslator
  • [improvement] CASSJAVA-68: Improve DefaultCodecRegistry.CacheKey#hashCode() to eliminate Object[] allocation
  • [improvement] PR 1989: Bump Jackson version to la(te)st 2.13.x, 2.13.5
  • [improvement] CASSJAVA-76: Make guava an optional dependency of java-driver-guava-shaded
  • [bug] PR 2035: Prevent long overflow in SNI address resolution
  • [improvement] CASSJAVA-77: 4.x: Upgrade Netty to 4.1.119
  • [improvement] CASSJAVA-40: Driver testing against Java 21
  • [improvement] CASSJAVA-90: Update native-protocol
  • [improvement] CASSJAVA-80: Support configuration to disable DNS reverse-lookups for SAN validation
Commits
  • 77b2bae [maven-release-plugin] prepare release 4.19.1
  • 104751c Changelog entries for 4.19.1
  • e2c7ad4 CASSJAVA-97: Let users inject an ID for each request and write to the custom ...
  • ff2d7f2 CASSJAVA-92: Local DC provided for nodetool clientstats
  • 05e6717 manual: correct the codeblock directive
  • 69eebb9 Change groupId in README
  • 7e21eb2 Eliminate lock in ConcurrencyLimitingRequestThrottler
  • f32069b CASSJAVA-89 fix: support schema options that changed in Cassandra 5.0
  • ddd6f03 Remove unnecessary locking in DefaultNettyOptions
  • 17ebe60 ninja-fix: openjdk@1.17.0 instead of openjdk@17 for ASF CI
  • Additional commits viewable in compare view

Updates org.apache.cassandra:java-driver-query-builder from 4.19.0 to 4.19.1

Release notes

Sourced from org.apache.cassandra:java-driver-query-builder's releases.

4.19.1

Release Announcement

Changelog:

  • [improvement] CASSJAVA-97: Let users inject an ID for each request and write to the custom payload
  • [improvement] CASSJAVA-92: Add Local DC to driver connection info and provide visibility with nodetool clientstats
  • [bug] PR 2025: Eliminate lock in ConcurrencyLimitingRequestThrottler
  • [improvement] CASSJAVA-89: Fix deprecated table configs in Cassandra 5
  • [improvement] PR 2028: Remove unnecessary locking in DefaultNettyOptions
  • [improvement] CASSJAVA-102: Fix revapi spurious complaints about optional dependencies
  • [improvement] PR 2013: Add SubnetAddressTranslator
  • [improvement] CASSJAVA-68: Improve DefaultCodecRegistry.CacheKey#hashCode() to eliminate Object[] allocation
  • [improvement] PR 1989: Bump Jackson version to la(te)st 2.13.x, 2.13.5
  • [improvement] CASSJAVA-76: Make guava an optional dependency of java-driver-guava-shaded
  • [bug] PR 2035: Prevent long overflow in SNI address resolution
  • [improvement] CASSJAVA-77: 4.x: Upgrade Netty to 4.1.119
  • [improvement] CASSJAVA-40: Driver testing against Java 21
  • [improvement] CASSJAVA-90: Update native-protocol
  • [improvement] CASSJAVA-80: Support configuration to disable DNS reverse-lookups for SAN validation
Commits
  • 77b2bae [maven-release-plugin] prepare release 4.19.1
  • 104751c Changelog entries for 4.19.1
  • e2c7ad4 CASSJAVA-97: Let users inject an ID for each request and write to the custom ...
  • ff2d7f2 CASSJAVA-92: Local DC provided for nodetool clientstats
  • 05e6717 manual: correct the codeblock directive
  • 69eebb9 Change groupId in README
  • 7e21eb2 Eliminate lock in ConcurrencyLimitingRequestThrottler
  • f32069b CASSJAVA-89 fix: support schema options that changed in Cassandra 5.0
  • ddd6f03 Remove unnecessary locking in DefaultNettyOptions
  • 17ebe60 ninja-fix: openjdk@1.17.0 instead of openjdk@17 for ASF CI
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `cassandra-driver-version` from 4.19.0 to 4.19.1.

Updates `org.apache.cassandra:java-driver-core` from 4.19.0 to 4.19.1
- [Release notes](https://github.com/datastax/java-driver/releases)
- [Commits](apache/cassandra-java-driver@4.19.0...4.19.1)

Updates `org.apache.cassandra:java-driver-query-builder` from 4.19.0 to 4.19.1
- [Release notes](https://github.com/datastax/java-driver/releases)
- [Commits](apache/cassandra-java-driver@4.19.0...4.19.1)

---
updated-dependencies:
- dependency-name: org.apache.cassandra:java-driver-core
  dependency-version: 4.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.cassandra:java-driver-query-builder
  dependency-version: 4.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 22, 2025
@github-actions
Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run

  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.

  • Build and test logs are available in the Summary page. Only Apache Camel committers have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@apupier
Copy link
Copy Markdown
Contributor

apupier commented Oct 22, 2025

/component-test cassandra

Result ❌ The tests failed please check the logs

@github-actions
Copy link
Copy Markdown
Contributor

🤖 The Apache Camel test robot will run the tests for you 👍

@davsclaus davsclaus merged commit de8031e into main Oct 22, 2025
5 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/cassandra-driver-version-4.19.1 branch October 22, 2025 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

camel-4 core-build-and-dependencies dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants