FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Regression: Add DbiFlags#MDB_UNSIGNEDKEY to allow to compare byte array, ByteBuffer and DirectBuffer keys as unsigned like in versions prior to 0.9.0 by cdprete · Pull Request #237 · lmdbjava/lmdbjava · GitHub

Regression: Add DbiFlags#MDB_UNSIGNEDKEY to allow to compare byte array, ByteBuffer and DirectBuffer keys as unsigned like in versions prior to 0.9.0 - #237

Merged
bp-alex merged 1 commit into
lmdbjava:masterfrom
cdprete:fix/unsigned-compare
Feb 16, 2025
Merged

Regression: Add DbiFlags#MDB_UNSIGNEDKEY to allow to compare byte array, ByteBuffer and DirectBuffer keys as unsigned like in versions prior to 0.9.0#237
bp-alex merged 1 commit into
lmdbjava:masterfrom
cdprete:fix/unsigned-compare

Conversation

cdprete commented Mar 6, 2024

Copy link
Copy Markdown
Contributor

Fixes #228 and #230.

I was not able to run the tests locally on Windows (I'm getting a NoClassDefFoundError kind of everywhere), so I hope I didn't break any.

cdprete commented Mar 9, 2024
edited
Loading

Copy link
Copy Markdown
Contributor Author

@benalexau A test for this was done in #230 (comment)

…ay, ByteBuffer and DirectBuffer keys as unsigned like in versions prior to 0.9.0

at055612 commented Feb 4, 2025

Copy link
Copy Markdown
Collaborator

This PR will need the changes to the github actions workflow file maven.yml as seen in here https://github.com/lmdbjava/lmdbjava/pull/235/files. The old v3 actions will fail the CI build.

cdprete commented Feb 4, 2025 via email

Copy link
Copy Markdown
Contributor Author

at055612 commented Feb 4, 2025

Copy link
Copy Markdown
Collaborator

But, I'm honestly starting to doubt if the project is still maintained in the first place.

I've contacted the maintainer (@benalexau) in the hope that the outstanding PRs can be addressed, merged and released. 🤞

bp-alex merged commit 68f0a44 into lmdbjava:master Feb 16, 2025
cdprete deleted the fix/unsigned-compare branch February 18, 2025 19:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CursorIterable/KeyRange broken in v0.9.0

3 participants


Back | FazBrowse Home | New Git URL