Skip to content
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

Bump com.ing.data:cassandra-jdbc-wrapper from 4.11.1 to 4.12.0 #294

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps com.ing.data:cassandra-jdbc-wrapper from 4.11.1 to 4.12.0.

Release notes

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

4.12.0

See changes here.

Changelog

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

[4.12.0] - 2024-05-05

Added

  • Add a parameter fetchsize to specify a default fetch size for all the queries returning result sets. This value is the number of rows the server will return in each network frame (see paging documentation).
  • Add support for Kerberos authentication provider.

Changed

  • Modify the types of some columns in the result sets of the following methods of CassandraDatabaseMetadata to respect the JDBC API specifications:
    • getAttributes(String, String, String, String)
    • getBestRowIdentifier(String, String, String, int, boolean)
    • getColumns(String, String, String, String)
    • getFunctions(String, String, String)
    • getFunctionColumns(String, String, String, String)
    • getIndexInfo(String, String, String, boolean, boolean)
    • getPrimaryKeys(String, String, String)
    • getTypeInfo()
    • getUDTs(String, String, String, int[])
  • In prepared statements, force the page size to the configured one (from JDBC URL or configuration file if present), or the default page size.
  • Update Apache Commons IO to version 2.16.1.
  • Update Jackson dependencies to version 2.17.0.
  • Update Semver4j to version 5.3.0.

Removed

  • Remove the parameter version (CQL version) in JDBC URL and the deprecated constructors of CassandraDataSource using this parameter.

Fixed

  • Fix issue preventing a correct usage of DCInferringLoadBalancingPolicy (see PR #49).
Commits
  • b292676 Prepare version 4.12.0
  • 1fded2a Add support for Kerberos AuthProvider
  • dca3a6e Use constants for most error messages
  • 81445fc Merge fix issue #50 into release/next
  • 9463188 Leverage latest Cassandra 5.x docker image in the tests (#51)
  • a36a0d2 Add default fetch size parameter
  • 96f7e64 Allow connecting with DcInferringLoadBalancingPolicy instead of localdatacent...
  • af90f3a Update some column types in result sets of CassandraDatabaseMetadata
  • 35e10fe Remove deprecated parameter 'version' in JDBC URL
  • 9a86724 Update contributing guidelines
  • 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.11.1 to 4.12.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.11.1...v4.12.0)

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

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 May 6, 2024
Copy link
Contributor

github-actions bot commented May 6, 2024

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.

1 similar comment
Copy link
Contributor

github-actions bot commented May 6, 2024

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.

Copy link

sonarcloud bot commented May 6, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@liquibot liquibot merged commit c1c6329 into main May 6, 2024
15 of 18 checks passed
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

@dependabot dependabot bot deleted the dependabot/maven/com.ing.data-cassandra-jdbc-wrapper-4.12.0 branch May 6, 2024 21:53
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.

None yet

1 participant