Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps com.orientechnologies:orientdb-client from 3.2.46 to 3.2.49.

Release notes

Sourced from com.orientechnologies:orientdb-client's releases.

3.2.49

Small patch release with a fix in memory usage of lucene indexes, and dependencies updates

Changes

Core

  • Dependency updates

Lucene

  • fixed metadata value tracking to avoid to keep to much linked data in memory, issue #10663

Artifacts

orientdb-community-3.2.49.tar.gz orientdb-community-3.2.49.zip

orientdb-tp3-3.2.49.tar.gz orientdb-tp3-3.2.49.zip

agent-3.2.49.jar

3.2.48

This patch release fix a few quite important but not frequent issues, one issue happen in distributed environments with RidBags tree transactions applied in inverted order on a specific node, this should just apply the transaction but it caused a full sync to happen, thanks to @​ikysil that describe the issue in a really detailed way. One quite sized issues was a really slow parsing of deeply nested document in a SQL query, the parser would go trough a exponential parsing and cause failures, this was fixed by @​lvca in our commonly shared parser structure.

Changes

Core

  • Corrected slow parsing of nested json (thanks @​lvca), issue #10328
  • Improved logging of serialization errors issue #10614

Tools

  • Corrected load of logging properties for the console

Distributed

  • Corrected inverted order of apply of transactions with tree ridbags, as described by PR #10549

Artifacts

orientdb-community-3.2.48.tar.gz orientdb-community-3.2.48.zip

orientdb-tp3-3.2.48.tar.gz orientdb-tp3-3.2.48.zip

... (truncated)

Changelog

Sourced from com.orientechnologies:orientdb-client's changelog.

       .                                          
      .`        `                                 
      ,      `:.                                  
     `,`    ,:`                                   
     .,.   :,,                                    
     .,,  ,,,                                     
.    .,.:::::  ````                                 :::::::::     :::::::::
,`   .::,,,,::.,,,,,,`;;                      .:    ::::::::::    :::    :::
`,.  ::,,,,,,,:.,,.`  `                       .:    :::      :::  :::     :::
 ,,:,:,,,,,,,,::.   `        `         ``     .:    :::      :::  :::     :::
  ,,:.,,,,,,,,,: `::, ,,   ::,::`   : :,::`  ::::   :::      :::  :::    :::
   ,:,,,,,,,,,,::,:   ,,  :.    :   ::    :   .:    :::      :::  :::::::
    :,,,,,,,,,,:,::   ,,  :      :  :     :   .:    :::      :::  :::::::::

:,,,,,,,,,,:,::, ,, .:::::::: : : .: ::: ::: ::: :::,...,,:,,,,,,,,,: .:,. ,, ,, : : .: ::: ::: ::: ::: .,,,,::,,,,,,,: : , ,, : : : .: ::: ::: ::: ::: ...,::,,,,::.. : .,, :, : : : .: ::::::::::: ::: ::: ,::::,,,. : ,, ::::: : : .: ::::::::: :::::::::: ,,: ,,.
,,, ., MULTI-MODEL ,,. , GRAPH DOCUMENT DATABASE `. COMMUNITY EDITION ` orientdb.com

This document contains the last changes of OrientDB Community Edition.


version 3.2.49 - (Jennaury, 27 2025)

Core

  • Dependency updates

Lucene

  • fixed metadata value tracking to avoid to keep to much linked data in memory, issue #10663

version 3.2.48 - (December, 24 2025)

Core

  • Corrected slow parsing of nested json (tanks @​lvca), issue #10328
  • Improved logging of serialization errors issue #10614

Tools

  • Corrected load of logging properties for the console

Distributed

  • Corrected inverted order of apply of transactions with tree ridbags, as described by PR #10549

... (truncated)

Commits
  • 3fe9554 OrientDB prepare release 3.2.49 [ci skip]
  • 778a465 chore: update history
  • 4aa48c0 fix: re-introduced skip tracking for index metadata creating memory issues, i...
  • 63bd44f chore(deps-dev): bump org.apache.maven.plugins:maven-dependency-plugin
  • 67a5c4b chore(deps): bump org.bouncycastle:bcpkix-jdk18on from 1.77 to 1.83
  • 808d764 chore(deps-dev): bump org.codehaus.mojo:versions-maven-plugin
  • daa7d2e chore(deps): bump org.codehaus.mojo:animal-sniffer-maven-plugin
  • afd4e9b chore(deps): bump com.fasterxml.jackson.core:jackson-core
  • 1c964e2 chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin
  • 46b3c5c chore(deps-dev): bump org.apache.commons:commons-lang3
  • 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.orientechnologies:orientdb-client](https://github.com/orientechnologies/orientdb) from 3.2.46 to 3.2.49.
- [Release notes](https://github.com/orientechnologies/orientdb/releases)
- [Changelog](https://github.com/orientechnologies/orientdb/blob/3.2.49/history.txt)
- [Commits](orientechnologies/orientdb@3.2.46...3.2.49)

---
updated-dependencies:
- dependency-name: com.orientechnologies:orientdb-client
  dependency-version: 3.2.49
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Feb 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2026 22:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 1, 2026
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 modules/orientdb

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants