Upgraded the ObjectBox dependency to support 16KB page size. - #4481
Merged
Conversation
* ObjectBox added support for 16KB page size in version `4.1.0`, so we upgraded our application to use this version. Our previous version was `4.0.3`, which is just before `4.1.0`.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4481 +/- ##
============================================
+ Coverage 58.62% 58.65% +0.03%
Complexity 1468 1468
============================================
Files 327 327
Lines 17045 17045
Branches 2109 2109
============================================
+ Hits 9992 9998 +6
+ Misses 5654 5644 -10
- Partials 1399 1403 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
Author
|
Seems same issue as we are facing in #4480. |
MohitMaliFtechiz
marked this pull request as draft
October 29, 2025 06:31
MohitMaliFtechiz
marked this pull request as ready for review
October 29, 2025 09:44
Collaborator
Author
Closed
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Parent Issue #4406
4.1.0(recompile objectbox with the new ndk and enable 16k page support objectbox/objectbox-java#1178), so we upgraded our application to use this version. Our previous version was4.0.3, which is just before4.1.0.java-libkiwix, we have fixed it in Updated our bindings to support Android's 16KB page size. java-libkiwix#120. So when we use the latestjava-libkiwix(after release), Our application is not aligned with Android's 16KB page size. #4406 will be fully fixed.