Skip to content

Bump com.ing.data:cassandra-jdbc-wrapper from 4.16.3 to 5.0.0#644

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.ing.data-cassandra-jdbc-wrapper-5.0.0
Closed

Bump com.ing.data:cassandra-jdbc-wrapper from 4.16.3 to 5.0.0#644
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.ing.data-cassandra-jdbc-wrapper-5.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps com.ing.data:cassandra-jdbc-wrapper from 4.16.3 to 5.0.0.

Release notes

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

5.0.0

See changes here.

Changelog

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

[5.0.0] - 2026-05-31

Added

  • Implement methods createArrayOf(String, Objects[]) and createBlob() in CassandraConnection and ManagedConnection classes.
  • Implement methods closeOnCompletion() and isCloseOnCompletion() in CassandraStatement and ManagedPreparedStatement. The behavior of CassandraResultSet.close() method has been adapted in consequence.
  • Implement methods absolute(int), afterLast(), beforeFirst(), first(), last(), previous() and relative(int) in CassandraResultSet.
  • PooledCassandraDataSource now implements ConnectionPoolDataSource interface and getConnection(String, String).
  • Implement some JDBC API 4.3 methods:
    • in CassandraDatabaseMetaData: getMaxLogicalLobSize(), supportsRefCursors() and supportsSharding().
    • in CassandraDataSource: createConnectionBuilder().
    • in Statement implementations: methods enquoteIdentifier(String, boolean) and isSimpleIdentifier(String) are adapted to Cassandra-specific rules.
  • Add methods getLocalTime(int | String) and getLocalDate(String) in CassandraResultSet.
  • Add methods getLocalTime(int | String) and getLocalDate(int | String) in CassandraMetadataResultSet.
  • Add support for BOOLSTYLE and DATETIMEFORMAT options in special CQL commands COPY FROM and COPY TO.

Changed

  • BREAKING CHANGE: upgrade minimal required JRE to 17.
  • Update supported hosts for Amazon Keyspaces: add me-central-1 and dual-stack endpoints (*.api.aws).
  • Update Apache Commons IO to version 2.22.0.
  • Update Apache Commons Lang to version 3.20.0.
  • Update Jackson dependencies to version 3.1.3.
  • Update Caffeine to version 3.2.4.
  • Update Semver4j to version 6.0.0.
  • Update Astra SDK to 2.2.2.
  • Update AWS Secrets Manager SDK to 2.45.0.
  • Replace Javax JSR-305 dependency by Jakarta Annotations™ API 3.0.0.
  • Return an empty result set instead of a SQLFeatureNotSupportedException for the following methods of CassandraDatabaseMetaData to respect JDBC API specifications:
    • getClientInfoProperties()
    • getColumnPrivileges(String, String, String, String)
    • getCrossReference(String, String, String, String, String, String)
    • getExportedKeys(String, String, String)
    • getImportedKeys(String, String, String)
    • getProcedureColumns(String, String, String, String)
    • getProcedures(String, String, String)
    • getPseudoColumns(String, String, String, String)
    • getSuperTables(String, String, String)
    • getSuperTypes(String, String, String)
    • getTablePrivileges(String, String, String)
    • getVersionColumns(String, String, String)

Fixed

  • Add missing keywords in the list returned by CassandraDatabaseMetaData.getSQLKeywords() method.
  • Fix issue #88: CassandraResultSet.getTime() methods now preserve milliseconds precision and CassandraResultSet.getObject(x, LocalTime.class) returns a java.time.LocalTime as expected.

Removed

  • Remove deprecated protocol jdbc:cassandra:dbaas.
  • Remove deprecated CassandraDataSource constructors.
Commits
  • 13b38d7 Merge branch 'release/next'
  • 64cb0e9 Prepare release 5.0.0
  • 4cb0b08 Add support for DATETIMEFORMAT parameter in COPY FROM/TO commands
  • f7eb400 Add support for BOOLSTYLE parameter in COPY FROM/TO commands
  • 86b42a6 Implement PooledConnectionBuilder
  • 764605f Upgrade some dependencies
  • b236b50 Return empty result sets for all non-implemented methods in CassandraDatabase...
  • 76f2337 fix: return empty ResultSet instead of throwing for unsupported FK/version me...
  • ffc1da9 Fix issue #88: CassandraResultSet.getObject(x, LocalTime.class) returns expec...
  • 4ea87f9 Fix issue #88: preserve milliseconds precision on java.sql.Time values
  • 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 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.16.3 to 5.0.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.16.3...v5.0.0)

---
updated-dependencies:
- dependency-name: com.ing.data:cassandra-jdbc-wrapper
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Jun 1, 2026
@giis-qabot
Copy link
Copy Markdown
Contributor

This has been included in the combined pull request Combined dependency updates (2026-06-02)

@giis-qabot giis-qabot closed this Jun 2, 2026
@giis-qabot giis-qabot deleted the dependabot/maven/com.ing.data-cassandra-jdbc-wrapper-5.0.0 branch June 2, 2026 04:49
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 2, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

giis-qabot added a commit that referenced this pull request Jun 2, 2026
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump com.fasterxml.jackson:jackson-bom from 2.21.3 to 2.21.4](#643)
- [Bump com.ing.data:cassandra-jdbc-wrapper from 4.16.3 to 5.0.0](#644)
- [Bump actions/setup-dotnet from 5.2.0 to 5.3.0](#642)
- [Bump surefire.version from 3.5.5 to 3.5.6](#641)
- [Bump Microsoft.NET.Test.Sdk from 18.5.1 to 18.6.0](#640)
- [Bump org.jsmart:zerocode-tdd from 1.4.1 to 1.4.3](#639)
- [Bump io.swagger.parser.v3:swagger-parser from 2.1.42 to 2.1.43](#638)
- [Bump mockserver.version from 5.15.0 to 6.1.0](#637)
- [Bump NUnit from 4.6.0 to 4.6.1](#636)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

1 participant