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 }}
KuoPingL
/
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
Breadcrumbs
History for
objectbox-java
objectbox-java
src
main
java
io
objectbox
on
main
User selector
All users
All time
Commit history
Commits on Jan 30, 2025
Prepare release 4.1.0
greenrobot
committed
a980f70
View commit details
Copy full SHA for a980f70
View code at this point
Browse repository at this point
Add missing obxAdminUser credentials, minor cleanup objectbox-java#252
Show description for 2729b0b
greenrobot
committed
2729b0b
View commit details
Copy full SHA for 2729b0b
View code at this point
Browse repository at this point
sync: add methods to initialize SyncBuilder with multiple auth credentials #252
Shubham
committed
ffbc9c6
View commit details
Copy full SHA for ffbc9c6
View code at this point
Browse repository at this point
Commits on Jan 29, 2025
SyncServerImpl: isRunning() should not throw if closed objectbox-java#252
greenrobot
committed
4926ccf
View commit details
Copy full SHA for 4926ccf
View code at this point
Browse repository at this point
sync: allow adding multiple credentials for auth objectbox-java#252
Show description for 6c3dca7
Shubham
authored and
greenrobot
committed
6c3dca7
View commit details
Copy full SHA for 6c3dca7
View code at this point
Browse repository at this point
Commits on Jan 28, 2025
BoxStore: increase VERSION to 4.1.0-2025-01-28
greenrobot-team
committed
621c6a9
View commit details
Copy full SHA for 621c6a9
View code at this point
Browse repository at this point
VectorDistance: add 'Geo' as a new distance-type #246
Shubham
authored and
greenrobot-team
committed
665f3d1
View commit details
Copy full SHA for 665f3d1
View code at this point
Browse repository at this point
Commits on Dec 16, 2024
DbFullException: clarify which transaction, hint at max size default
Show description for b5ad1d7
greenrobot-team
committed
b5ad1d7
View commit details
Copy full SHA for b5ad1d7
View code at this point
Browse repository at this point
Commits on Nov 5, 2024
BoxStore: increase VERSION to 4.0.3-2024-11-05
greenrobot-team
committed
040acbb
View commit details
Copy full SHA for 040acbb
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
Prepare Java release 4.0.3
greenrobot-team
committed
9347848
View commit details
Copy full SHA for 9347848
View code at this point
Browse repository at this point
Commits on Sep 30, 2024
Sync hybrid: clean up and fix docs
greenrobot-team
committed
39b3f9a
View commit details
Copy full SHA for 39b3f9a
View code at this point
Browse repository at this point
Sync docs: add params of client, clarify server auth method param
greenrobot-team
committed
baec971
View commit details
Copy full SHA for baec971
View code at this point
Browse repository at this point
Commits on Sep 17, 2024
SyncServerImpl: remove unused native methods replaced by new options
greenrobot-team
committed
02876aa
View commit details
Copy full SHA for 02876aa
View code at this point
Browse repository at this point
SyncCredentialsToken: clarify GC note of clear applies to Strings only
greenrobot-team
committed
2a83de1
View commit details
Copy full SHA for 2a83de1
View code at this point
Browse repository at this point
Sync: consistently do not support inheritance
greenrobot-team
committed
08a4b24
View commit details
Copy full SHA for 08a4b24
View code at this point
Browse repository at this point
Sync Hybrid: fix access issues, validate required values in builder
greenrobot-team
committed
cbcc437
View commit details
Copy full SHA for cbcc437
View code at this point
Browse repository at this point
Add SyncHybrid; a combo of SyncClient and SyncServer
Show description for 61e1beb
greenrobot
authored and
greenrobot-team
committed
61e1beb
View commit details
Copy full SHA for 61e1beb
View code at this point
Browse repository at this point
InternalAccess: sanction their use, annotate all methods as internal
greenrobot-team
committed
a0f171b
View commit details
Copy full SHA for a0f171b
View code at this point
Browse repository at this point
Commits on Sep 10, 2024
allow null values in flex-maps, modify tests
Shubham
authored and
greenrobot-team
committed
1c7fc2b
View commit details
Copy full SHA for 1c7fc2b
View code at this point
Browse repository at this point
Commits on Sep 9, 2024
Sync: add note on starting Admin before server.
greenrobot-team
committed
fbc68c7
View commit details
Copy full SHA for fbc68c7
View code at this point
Browse repository at this point
Server options: validate URI, make server return with bound port
greenrobot-team
committed
6e551e2
View commit details
Copy full SHA for 6e551e2
View code at this point
Browse repository at this point
Commits on Sep 3, 2024
Server options: allow re-use of credentials
greenrobot-team
committed
36808ea
View commit details
Copy full SHA for 36808ea
View code at this point
Browse repository at this point
Server options: allow negative values for offsets and flags
Show description for 91c66ff
greenrobot-team
committed
91c66ff
View commit details
Copy full SHA for 91c66ff
View code at this point
Browse repository at this point
Sync: drop some experimental flags
greenrobot-team
committed
0f1d357
View commit details
Copy full SHA for 0f1d357
View code at this point
Browse repository at this point
SyncServerBuilder: add flags, history and worker threads options
greenrobot-team
committed
946d87c
View commit details
Copy full SHA for 946d87c
View code at this point
Browse repository at this point
SyncServerBuilder: document existing parameters
greenrobot-team
committed
126d341
View commit details
Copy full SHA for 126d341
View code at this point
Browse repository at this point
Commits on Sep 2, 2024
Server options: add new cluster configuration
greenrobot-team
committed
70377ef
View commit details
Copy full SHA for 70377ef
View code at this point
Browse repository at this point
Server options: drop re-mapping to SHARED_SECRET workaround
greenrobot-team
committed
3da3a4b
View commit details
Copy full SHA for 3da3a4b
View code at this point
Browse repository at this point
Server options: create server using new FlatBuffer based options
Show description for 33eb12b
greenrobot-team
committed
33eb12b
View commit details
Copy full SHA for 33eb12b
View code at this point
Browse repository at this point
SyncCredentials: use CredentialsType constants
greenrobot-team
committed
89b2ff9
View commit details
Copy full SHA for 89b2ff9
View code at this point
Browse repository at this point
Server options: add generated config files
greenrobot-team
committed
72d1acf
View commit details
Copy full SHA for 72d1acf
View code at this point
Browse repository at this point
Commits on Aug 28, 2024
SyncFlags: move into sync package
Show description for b1aa898
greenrobot-team
committed
b1aa898
View commit details
Copy full SHA for b1aa898
View code at this point
Browse repository at this point
Commits on Aug 20, 2024
Prepare Java release 4.0.2
greenrobot-team
committed
6d65a6a
View commit details
Copy full SHA for 6d65a6a
View code at this point
Browse repository at this point
BoxStore: make handle volatile
Show description for acc26bf
greenrobot
authored and
greenrobot-team
committed
acc26bf
View commit details
Copy full SHA for acc26bf
View code at this point
Browse repository at this point
BoxStore: on close, wait briefly on open transactions
Show description for c7ac7ed
greenrobot-team
committed
c7ac7ed
View commit details
Copy full SHA for c7ac7ed
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.