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

build(deps): bump com.aerospike:aerospike-client from 7.2.0 to 8.0.0 #1694

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

Bumps com.aerospike:aerospike-client from 7.2.0 to 8.0.0.

Commits
  • 15cbe70 Update version 8.0.0
  • 50f0104 Upgrade maven-javadoc-plugin to 3.6.3.
  • 6506431 CLIENT-2741 Support virtual threads
  • 4ff76d2 Update version 7.2.1
  • e4ff222 Upgrade netty version to 4.1.103.Final per Snyk.
  • 38fd217 CLIENT-2737 Add setters to applicable policies. This is done to facilitate Sp...
  • b8b6d53 Upgrade commons-cli version to 1.6.0 per Snyk.
  • 961bbde Clarify the purpose of gCallbackSet in Log.isSet() api doc.
  • 00bfe8a Support trasactions only on given partitions in benchmarks.
  • 3f5e38f CLIENT-2720 Include all partition unavailable errors in the scan/query sub-ex...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 8, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/develop/com.aerospike-aerospike-client-8.0.0 branch from 89c0f57 to 293517a Compare January 8, 2024 13:54
@Fameing
Copy link
Collaborator

Fameing commented Jan 8, 2024

Posponed, mergeing after migration to JDK 21.

@dependabot dependabot bot force-pushed the dependabot/maven/develop/com.aerospike-aerospike-client-8.0.0 branch 5 times, most recently from e6de119 to 3ba67c8 Compare January 15, 2024 13:23
@dependabot dependabot bot force-pushed the dependabot/maven/develop/com.aerospike-aerospike-client-8.0.0 branch 7 times, most recently from 820be86 to 0baed78 Compare January 22, 2024 15:36
@dependabot dependabot bot force-pushed the dependabot/maven/develop/com.aerospike-aerospike-client-8.0.0 branch 4 times, most recently from 0822abd to ceac08e Compare January 25, 2024 23:00
Bumps [com.aerospike:aerospike-client](https://github.com/aerospike/aerospike-client-java) from 7.2.0 to 8.0.0.
- [Commits](aerospike/aerospike-client-java@7.2.0...8.0.0)

---
updated-dependencies:
- dependency-name: com.aerospike:aerospike-client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/develop/com.aerospike-aerospike-client-8.0.0 branch from ceac08e to e9748c2 Compare January 26, 2024 11:20
@@ -14,7 +14,7 @@
<artifactId>embedded-aerospike-enterprise</artifactId>

<properties>
<aerospike-client.version>7.2.0</aerospike-client.version>
<aerospike-client.version>8.0.1</aerospike-client.version>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is Aerospike client 8.x compatible with Aerospike 6.x? Cannot find it here: https://aerospike.com/developer/client/client_matrix

Copy link
Collaborator

Choose a reason for hiding this comment

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

Need waiting update client matrix version dependency from Aerospike team.

@Fameing Fameing added the wip label Jan 26, 2024
Copy link

codecov bot commented Jan 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (353c1b4) 79.94% compared to head (6a277ab) 84.31%.
Report is 1 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #1694      +/-   ##
=============================================
+ Coverage      79.94%   84.31%   +4.36%     
+ Complexity       925       65     -860     
=============================================
  Files            202       13     -189     
  Lines           3581      255    -3326     
  Branches         148       11     -137     
=============================================
- Hits            2863      215    -2648     
+ Misses           640       29     -611     
+ Partials          78       11      -67     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ijusti ijusti marked this pull request as draft March 4, 2024 12:59
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 wip
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants