Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
supercoeus
/
objectbox-java
Public
forked from
objectbox/objectbox-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Feb 13, 2024
Prepare Java release 3.8.0
greenrobot-team
committed
009aba1
View commit details
Copy full SHA for 009aba1
Browse repository at this point
Bump actions/stale from 7.0.0 to 9.0.0
Show description for 7206a6d
dependabot[bot]
authored and
greenrobot-team
committed
7206a6d
View commit details
Copy full SHA for 7206a6d
Browse repository at this point
Commits on Jan 30, 2024
Merge branch 'fix-load-native-lib-for-static-methods' into 'dev'
Show description for 9a19029
greenrobot-team
committed
9a19029
View commit details
Copy full SHA for 9a19029
Browse repository at this point
Regression: ensure native library is loaded in static methods as needed.
Show description for ea6af86
greenrobot-team
committed
ea6af86
View commit details
Copy full SHA for ea6af86
Browse repository at this point
Merge branch 'max-data-size-stable' into 'dev'
Show description for 7e5639c
greenrobot-team
committed
7e5639c
View commit details
Copy full SHA for 7e5639c
Browse repository at this point
BoxStoreBuilder: maxDataSize is stable!
greenrobot-team
committed
6f71fcb
View commit details
Copy full SHA for 6f71fcb
Browse repository at this point
Merge branch '194-in-memory' into 'dev'
Show description for 2b22e25
greenrobot-team
committed
2b22e25
View commit details
Copy full SHA for 2b22e25
Browse repository at this point
In-memory: sizeOnDisk expected to work (while open in Java) #194
greenrobot-team
committed
c20ee44
View commit details
Copy full SHA for c20ee44
Browse repository at this point
BoxStoreBuilder: only create default dirs on Android if not customized.
Show description for d71d507
greenrobot-team
committed
d71d507
View commit details
Copy full SHA for d71d507
Browse repository at this point
In-memory: use native implementation for deleteAllFiles #194
Show description for c9ff41f
greenrobot-team
committed
c9ff41f
View commit details
Copy full SHA for c9ff41f
Browse repository at this point
Commits on Jan 23, 2024
In-memory: add option to store builder, test #194
greenrobot-team
committed
a11f702
View commit details
Copy full SHA for a11f702
Browse repository at this point
Tests: extract builder with default test model creator.
greenrobot-team
committed
34a0686
View commit details
Copy full SHA for 34a0686
Browse repository at this point
BoxStoreBuilder: extract directory state checks.
greenrobot-team
committed
0e77bad
View commit details
Copy full SHA for 0e77bad
Browse repository at this point
In-memory: test in-memory database #194
Show description for 835b9c1
greenrobot-team
committed
835b9c1
View commit details
Copy full SHA for 835b9c1
Browse repository at this point
In-memory: support memory: prefix in BoxStore #194
greenrobot-team
committed
642ff74
View commit details
Copy full SHA for 642ff74
Browse repository at this point
Commits on Jan 16, 2024
Fix import
greenrobot-team
committed
3601414
View commit details
Copy full SHA for 3601414
Browse repository at this point
KTS: convert objectbox-java-test.
greenrobot-team
committed
ed06776
View commit details
Copy full SHA for ed06776
Browse repository at this point
KTS: rename objectbox-java-test build script.
greenrobot-team
committed
0f7ad8c
View commit details
Copy full SHA for 0f7ad8c
Browse repository at this point
Commits on Jan 9, 2024
Kotlin compat: ensure compatibility with 1.5 compiler #192
greenrobot-team
committed
404e2ae
View commit details
Copy full SHA for 404e2ae
Browse repository at this point
Commits on Dec 18, 2023
GitHub: enable dependabot for GitHub Actions, pin actions to hash.
greenrobot-team
committed
5a7ff95
View commit details
Copy full SHA for 5a7ff95
Browse repository at this point
Commits on Nov 8, 2023
Start development of next Java version.
greenrobot-team
committed
9fac964
View commit details
Copy full SHA for 9fac964
Browse repository at this point
Commits on Nov 7, 2023
Prepare Java release 3.7.1
greenrobot-team
committed
cd2556f
View commit details
Copy full SHA for cd2556f
Browse repository at this point
Tests: add basic link condition tests objectbox/objectbox#934
greenrobot-team
committed
5d32db4
View commit details
Copy full SHA for 5d32db4
Browse repository at this point
Merge branch '196-query-build-fail-fatal' into 'dev'
Show description for d5e6651
greenrobot-team
committed
d5e6651
View commit details
Copy full SHA for d5e6651
Browse repository at this point
BoxStore: re-set handle value on close to avoid native crash on access.
greenrobot-team
committed
40be3e6
View commit details
Copy full SHA for 40be3e6
Browse repository at this point
BoxStore: route all native handle access through method with open check.
greenrobot-team
committed
789e99a
View commit details
Copy full SHA for 789e99a
Browse repository at this point
InternalAccess: remove unused APIs.
greenrobot-team
committed
1e9c96a
View commit details
Copy full SHA for 1e9c96a
Browse repository at this point
Tests: create query after store is closed should throw.
greenrobot-team
committed
dd30595
View commit details
Copy full SHA for dd30595
Browse repository at this point
Commits on Oct 24, 2023
Merge branch 'main' into dev
greenrobot-team
committed
4a36ccb
View commit details
Copy full SHA for 4a36ccb
Browse repository at this point
GitHub: update issue templates for easier editing.
Show description for 34ee9ce
greenrobot-team
committed
34ee9ce
View commit details
Copy full SHA for 34ee9ce
Browse repository at this point
Merge branch 'ci-fix-asan-detection' into 'dev'
Show description for 1ba0985
greenrobot-team
committed
1ba0985
View commit details
Copy full SHA for 1ba0985
Browse repository at this point
Scripts: support finding llvm-symbolizer on Rocky for clang setup.
greenrobot-team
committed
7c95370
View commit details
Copy full SHA for 7c95370
Browse repository at this point
Scripts: fix and make ASAN detection work for more cases.
Show description for b524f6e
greenrobot-team
committed
b524f6e
View commit details
Copy full SHA for b524f6e
Browse repository at this point
GitLab: update merge request template for easier input.
Show description for 26a9c03
greenrobot-team
committed
26a9c03
View commit details
Copy full SHA for 26a9c03
Browse repository at this point
Commits on Oct 23, 2023
Merge branch 'kotlin-1.4-compat' into 'dev'
Show description for 922adf1
greenrobot-team
committed
922adf1
View commit details
Copy full SHA for 922adf1
Browse repository at this point
Previous
Next
You can’t perform that action at this time.