Skip to content

chore(deps): Bump mongo-java-driver-version from 5.7.1 to 5.8.0#23621

Merged
apupier merged 1 commit into
mainfrom
dependabot/maven/mongo-java-driver-version-5.8.0
May 29, 2026
Merged

chore(deps): Bump mongo-java-driver-version from 5.7.1 to 5.8.0#23621
apupier merged 1 commit into
mainfrom
dependabot/maven/mongo-java-driver-version-5.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Bumps mongo-java-driver-version from 5.7.1 to 5.8.0.
Updates org.mongodb:mongodb-driver-core from 5.7.1 to 5.8.0

Release notes

Sourced from org.mongodb:mongodb-driver-core's releases.

Java Driver 5.8.0 (May 28, 2026)

What's Changed

🔥 Enhancements

  • Added typed builder API for vector search index definitions #1960 by @​rozza
  • Added $rerank aggregation stage support (MongoDB 8.3 / Atlas) #1963 by @​rozza
  • Added vectorSearch operator support for the $search pipeline stage #1962 by @​rozza
  • Added storedSource support for vector search indexes and returnStoredSource for $vectorSearch queries #1977 by @​rozza
  • Added BinaryVector and VectorSearchQuery vectorSearch overloads to the Scala driver #1986 by @​rozza
  • Optimized RawBsonDocument encode and decode by eliminating intermediate allocations #1988 by @​rozza
  • Preliminary refactoring for backpressure support #1952 by @​stIncMale
  • Small improvements related to value-based classes #1964 by @​stIncMale

🛠 Fixes

  • Fixed OSGi bundle resolution failure when Micrometer is not present #1982 by @​rozza
  • Added missing Javadoc to MongodbObservation and MongodbObservationContext by @​rozza

📦 Dependency Updates

🧪 Testing & CI

New Contributors

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

Full Changelog: mongodb/mongo-java-driver@r5.7.0...r5.8.0

Commits
  • 6024ca9 Version: bump 5.8.0
  • f3bbdb2 Add BinaryVector and VectorSearchQuery vectorSearch overloads to Scala driver...
  • 966abab Upgrade libmongocrypt version to 1.18.1 (#1983)
  • 98e0761 Optimize RawBsonDocument encode and decode by eliminating intermediate alloca...
  • 40ee8d5 Fix NamespaceExists test failure (#1956)
  • 541af75 Mark micrometer OSGi imports as optional and add bundle resolution test (#1982)
  • cd6c045 Add storedSource support for vector search indexes and returnStoredSource for...
  • 717da9c Revert "Resolve TLS channel address before opening socket" (#1979)
  • 58122f6 Add vectorSearch operator for $search pipeline stage (#1962)
  • 13d4aef Resolve TLS channel address before opening socket
  • Additional commits viewable in compare view

Updates org.mongodb:mongodb-driver-sync from 5.7.1 to 5.8.0

Release notes

Sourced from org.mongodb:mongodb-driver-sync's releases.

Java Driver 5.8.0 (May 28, 2026)

What's Changed

🔥 Enhancements

  • Added typed builder API for vector search index definitions #1960 by @​rozza
  • Added $rerank aggregation stage support (MongoDB 8.3 / Atlas) #1963 by @​rozza
  • Added vectorSearch operator support for the $search pipeline stage #1962 by @​rozza
  • Added storedSource support for vector search indexes and returnStoredSource for $vectorSearch queries #1977 by @​rozza
  • Added BinaryVector and VectorSearchQuery vectorSearch overloads to the Scala driver #1986 by @​rozza
  • Optimized RawBsonDocument encode and decode by eliminating intermediate allocations #1988 by @​rozza
  • Preliminary refactoring for backpressure support #1952 by @​stIncMale
  • Small improvements related to value-based classes #1964 by @​stIncMale

🛠 Fixes

  • Fixed OSGi bundle resolution failure when Micrometer is not present #1982 by @​rozza
  • Added missing Javadoc to MongodbObservation and MongodbObservationContext by @​rozza

📦 Dependency Updates

🧪 Testing & CI

New Contributors

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

Full Changelog: mongodb/mongo-java-driver@r5.7.0...r5.8.0

Commits
  • 6024ca9 Version: bump 5.8.0
  • f3bbdb2 Add BinaryVector and VectorSearchQuery vectorSearch overloads to Scala driver...
  • 966abab Upgrade libmongocrypt version to 1.18.1 (#1983)
  • 98e0761 Optimize RawBsonDocument encode and decode by eliminating intermediate alloca...
  • 40ee8d5 Fix NamespaceExists test failure (#1956)
  • 541af75 Mark micrometer OSGi imports as optional and add bundle resolution test (#1982)
  • cd6c045 Add storedSource support for vector search indexes and returnStoredSource for...
  • 717da9c Revert "Resolve TLS channel address before opening socket" (#1979)
  • 58122f6 Add vectorSearch operator for $search pipeline stage (#1962)
  • 13d4aef Resolve TLS channel address before opening socket
  • Additional commits viewable in compare view

Updates org.mongodb:bson from 5.7.1 to 5.8.0

Release notes

Sourced from org.mongodb:bson's releases.

Java Driver 5.8.0 (May 28, 2026)

What's Changed

🔥 Enhancements

  • Added typed builder API for vector search index definitions #1960 by @​rozza
  • Added $rerank aggregation stage support (MongoDB 8.3 / Atlas) #1963 by @​rozza
  • Added vectorSearch operator support for the $search pipeline stage #1962 by @​rozza
  • Added storedSource support for vector search indexes and returnStoredSource for $vectorSearch queries #1977 by @​rozza
  • Added BinaryVector and VectorSearchQuery vectorSearch overloads to the Scala driver #1986 by @​rozza
  • Optimized RawBsonDocument encode and decode by eliminating intermediate allocations #1988 by @​rozza
  • Preliminary refactoring for backpressure support #1952 by @​stIncMale
  • Small improvements related to value-based classes #1964 by @​stIncMale

🛠 Fixes

  • Fixed OSGi bundle resolution failure when Micrometer is not present #1982 by @​rozza
  • Added missing Javadoc to MongodbObservation and MongodbObservationContext by @​rozza

📦 Dependency Updates

🧪 Testing & CI

New Contributors

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

Full Changelog: mongodb/mongo-java-driver@r5.7.0...r5.8.0

Commits
  • 6024ca9 Version: bump 5.8.0
  • f3bbdb2 Add BinaryVector and VectorSearchQuery vectorSearch overloads to Scala driver...
  • 966abab Upgrade libmongocrypt version to 1.18.1 (#1983)
  • 98e0761 Optimize RawBsonDocument encode and decode by eliminating intermediate alloca...
  • 40ee8d5 Fix NamespaceExists test failure (#1956)
  • 541af75 Mark micrometer OSGi imports as optional and add bundle resolution test (#1982)
  • cd6c045 Add storedSource support for vector search indexes and returnStoredSource for...
  • 717da9c Revert "Resolve TLS channel address before opening socket" (#1979)
  • 58122f6 Add vectorSearch operator for $search pipeline stage (#1962)
  • 13d4aef Resolve TLS channel address before opening socket
  • 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 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 `mongo-java-driver-version` from 5.7.1 to 5.8.0.

Updates `org.mongodb:mongodb-driver-core` from 5.7.1 to 5.8.0
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.7.1...r5.8.0)

Updates `org.mongodb:mongodb-driver-sync` from 5.7.1 to 5.8.0
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.7.1...r5.8.0)

Updates `org.mongodb:bson` from 5.7.1 to 5.8.0
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.7.1...r5.8.0)

---
updated-dependencies:
- dependency-name: org.mongodb:mongodb-driver-core
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.mongodb:mongodb-driver-sync
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.mongodb:bson
  dependency-version: 5.8.0
  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 29, 2026
@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 although they are normally detected and executed by CI.
  • You can label PRs using 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.

@github-actions
Copy link
Copy Markdown
Contributor

🧪 CI tested the following changed modules:

  • parent

POM dependency changes: targeted tests included

Changed properties: mongo-java-driver-version

Modules affected by dependency changes (2)
  • :camel-mongodb
  • :camel-mongodb-gridfs
All tested modules (3 modules)
  • Camel :: MongoDB
  • Camel :: MongoDB GridFS
  • Camel :: Parent

⚙️ View full build and test results

@apupier apupier merged commit 93b4ca6 into main May 29, 2026
6 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/mongo-java-driver-version-5.8.0 branch May 29, 2026 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

2 participants