- Notifications
You must be signed in to change notification settings - Fork124
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
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
cdprete commentedMar 9, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@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
This PR will need the changes to the github actions workflow file |
I can pull such changes in without any issue once they get merged.But, I'm honestly starting to doubt if the project is still maintained inthe first place.Il mar 4 feb 2025, 14:11 at055612 ***@***.***> ha scritto: … This PR will need the changes to the github actions workflow file maven.yml as seen in herehttps://github.com/lmdbjava/lmdbjava/pull/235/files. The old v3 actions will fail the CI build. — Reply to this email directly, view it on GitHub <#237 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACAZGWEYULCGS5PLW6T3LGL2OC37XAVCNFSM6AAAAABWORHLZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZTHA3DEMBTGA> . You are receiving this because you authored the thread.Message ID: ***@***.***> |
I've contacted the maintainer (@benalexau) in the hope that the outstanding PRs can be addressed, merged and released. 🤞 |
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.