Skip to content

Bump com.ing.data:cassandra-jdbc-wrapper from 4.14.0 to 4.15.0 #364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps com.ing.data:cassandra-jdbc-wrapper from 4.14.0 to 4.15.0.

Release notes

Sourced from com.ing.data:cassandra-jdbc-wrapper's releases.

4.15.0

See changes here.

Changelog

Sourced from com.ing.data:cassandra-jdbc-wrapper's changelog.

[4.15.0] - 2025-04-20

Added

  • Add support for the following special CQL commands in CassandraStatement:
    • SOURCE <filename>
    • COPY <tableName>[(<colums>)] TO|FROM <target>[ WITH <options>[ AND <options>...]]
  • Add a method CassandraConnection.setOptionSet(OptionSet) to programmatically define a custom compliance mode option set on a pre-existing connection.

Changed

  • Update Java Driver for Apache Cassandra® to version 4.19.0.
  • Allow any type in vector since it's now supported by the Java Driver for Apache Cassandra® (see the related issue).
  • Update Apache Commons IO to version 2.19.0.
  • Update Jackson dependencies to version 2.18.3.
  • Update Semver4j to version 5.6.0.
  • Update AWS Secrets Manager SDK to 2.31.21.

Fixed

  • Add codec for conversion between Short and CQL type tinyint (see issue #76).
  • Handle lists of User-Defined Types (UDT) properly when using CassandraResultSet.getObject(String|int) methods (see issue #76).
  • Use an extended implementation of UdtValue, including a string representation of the value, for UDT values returned by CassandraResultSet.getObject(String|int) methods (see issue #76).
  • Add support for collections of timestamp, date and time values (see issue #77) by adding specific codecs for java.sql.Timestamp, java.sql.Date and java.sql.Time types.
  • Fix NullPointerException when checking if the connection using a pre-existing CQL session is done to an Amazon
    Keyspaces instance (see issue #78) and also improve
    the implementation of the method CassandraConnection.isNotConnectedToAmazonKeyspaces().
Commits
  • 02f96e0 Bump version to 4.15.0
  • 2a36974 Add support for any type in vectors
  • 1387275 Update dependencies
  • 6fc500f Put all warning messages in constants
  • 577b264 Fix #78: avoid NullPointerException when checking if connected to AWS Keyspaces
  • 2ea6432 Fix #77: add codecs for timestamp, time and date types
  • 36167e2 Fix COPY TO command tests
  • 2744580 Add tests for COPY TO command
  • e53fb83 Add tests for UdtUtil and COPY FROM command
  • 1e5937f Extend DefaultUdtValue to override toString() method (#76)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 [com.ing.data:cassandra-jdbc-wrapper](https://github.com/ing-bank/cassandra-jdbc-wrapper) from 4.14.0 to 4.15.0.
- [Release notes](https://github.com/ing-bank/cassandra-jdbc-wrapper/releases)
- [Changelog](https://github.com/ing-bank/cassandra-jdbc-wrapper/blob/release/next/CHANGELOG.md)
- [Commits](ing-bank/cassandra-jdbc-wrapper@v4.14.0...v4.15.0)

---
updated-dependencies:
- dependency-name: com.ing.data:cassandra-jdbc-wrapper
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor

Label error: This PR is being prevented from merging because you have not added one of the labels: breakingChanges, newContributors, notableChanges, sdou, skipReleaseNotes, TypeBug, TypeEnhancement, TypeTest. You'll need to add it before this PR can be merged.

@liquibot liquibot merged commit 0b7907a into main Apr 21, 2025
16 of 19 checks passed
@liquibot liquibot deleted the dependabot/maven/com.ing.data-cassandra-jdbc-wrapper-4.15.0 branch April 21, 2025 21:36
Copy link
Contributor

@liquibot liquibot left a comment

Choose a reason for hiding this comment

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

I'm approving this pull request because it includes a patch or minor update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant