message
stringlengths 3
720
| label
stringclasses 5
values |
---|---|
SyncBuilder: add trustedCertificates option. | Adaptive |
Replaces certificate path option. | Perfective |
Merge branch '25-sync-certificate-api' into 'sync' Java: add option to pass trusted certificate paths See merge request objectbox/objectbox-java!27 | Other |
Switch to new dependency configurations. | Perfective |
Merge branch '45-signing' into 'dev' Re-enable signing of artifacts See merge request objectbox/objectbox-java!62 | Other |
Start RxJava 3 support by copying RxJava 2 module. | Perfective |
Migrate to RxJava 3, update mockito [2.28.2->3.3.3] as Java 8 now available. | Perfective |
Add fileMode docs. | Administrative |
2.6.0-SNAPSHOT | Other |
Merge branch '43-rxjava3' into 'dev' Resolve Add new artifact supporting RxJava 3" See merge request objectbox/objectbox-java!56" | Other |
Prepare version 2.6.0-RC. | Other |
BoxStore: ensure same file open thread is configured and joined. Also make defensive copy before checking nullability. | Perfective |
Protect static String array contents from modification. | Perfective |
ToMany: ensure double-checked locking works (e.g. use volatile). Also performance improvement by only reading listFactory field once in most cases. | Perfective |
Use archiveClassifier instead of deprecated classifier. | Perfective |
README: fix outdated docs link. | Administrative |
Regression: Drop rx-java3 dependency from kotlin module. Regression from Move Rx3 Kotlin extensions to Rx3 module. | Perfective |
README.md: 2.7.0 | Administrative |
BoxStoreBuilder: prevent modification of model after init. This is currently not really relevant as model is passed unchecked to the native side and not used for any other purpose. But it may be in the future, so rather be safe than sorry. | Perfective |
BoxStore: access context and relinker fields through methods. However, still setting static field from constructor. Not sure of better solution, yet. | Perfective |
Test BoxStore.validate(...) with limit. | Perfective |
JavaDocs sync package: add https://objectbox.io/sync/ link | Administrative |
Javadoc: generate into docs directory (was reporting dir). | Administrative |
Javadoc: add overview. | Administrative |
prepare new dev version 2.7.1-SNAPSHOT | Other |
add test validateOnOpenCorruptFile() based on corrupt-pageno-in-branch-data.mdb | Adaptive |
JavaDocs overview: add some relevant links | Administrative |
README.md: typos | Administrative |
Javadoc: improve for observer. | Administrative |
Javadoc: add for internal ActionObserver. | Administrative |
Update README.md | Administrative |
Box: add docs to point out contains() is more efficient than get() | Administrative |
DAOcompat: restore old Property condition methods. | Perfective |
Merge branch 'fix-daocompat' into 'dev' Restore compat with DAOcompat See merge request objectbox/objectbox-java!95 | Other |
To deliver in order run transform on same thread as ActionObserver was notified on. | Perfective |
README.md: minor edits | Administrative |
return value docs for nativeGetSupportedSync() | Administrative |
Test transformed data is received in order of publish. | Perfective |
Update README.md | Administrative |
Added Table of Contents to README | Administrative |
README: easy copy and paste of version. | Administrative |
README: move toc above first headline. | Administrative |
Update README | Administrative |
README: add note about licenses of other components. | Administrative |
Javadoc: hide FlatBuffers docs (have errors anyway). | Administrative |
Update README.md Giving it a fresh look for better SEO | Administrative |
Merge branch 'fix-load-native-lib-for-static-methods' into 'dev' Regression: ensure native library is loaded in static methods See merge request objectbox/objectbox-java!131 | Other |
Merge branch 'max-data-size-stable' into 'dev' maxDataSize is stable See merge request objectbox/objectbox-java!130 | Other |
Merge branch '194-in-memory' into 'dev' Resolve Add test for in-memory" See merge request objectbox/objectbox-java!127" | Other |
BoxStoreBuilder: extract directory state checks. | Perfective |
Merge branch '196-query-build-fail-fatal' into 'dev' Guard any Store pointer access with open check See merge request objectbox/objectbox-java!128 | Other |
InternalAccess: remove unused APIs. | Perfective |
Merge branch 'main' into dev | Other |
BoxStore: update VERSION to 3.1.3-2022-05-05 | Perfective |
.gitlab-ci.yml: set file.encoding=UTF-8. | Perfective |
Merge branch 'ci-fix-asan-detection' into 'dev' Fix run with ASAN script See merge request objectbox/objectbox-java!123 | Other |
Merge branch 'kotlin-1.4-compat' into 'dev' Make objectbox-kotlin compilable by Kotlin 1.4 See merge request objectbox/objectbox-java!126 | Other |
Follow-up: fix script error due to Gradle 8 regression. | Corrective |
README: clarify supported platforms of the Java library, clean up. | Administrative |
Merge branch '190-config-package' into 'dev' Create config package for FlatBuffers-generated config types #190 See merge request objectbox/objectbox-java!125 | Other |
Merge branch '186-kv-validation-support' into 'dev' Add Key/Value validation options and tests See merge request objectbox/objectbox-java!124 | Other |
Tests: move validation tests to new class. | Perfective |
Merge branch 'update-flatbuffers' into dev | Other |
Merge branch 'ci-test-jdk-11' into 'dev' [CI] Gradle 8 follow-up: fix toolchain auto-download See merge request objectbox/objectbox-java!122 | Other |
Gradle: rename settings.gradle for KTS. | Perfective |
Gradle: convert settings.gradle to KTS. | Perfective |
Gradle 8: add plugin to resolve toolchain. | Corrective |
Copyright: update license year to 2023. | Administrative |
Merge branch '176-support-scalar-arrays' into 'dev' Java library: Support scalar arrays See merge request objectbox/objectbox-java!118 | Other |
CursorTest: assert put with invalid ID error message. | Corrective |
Add docs to SchemaException, other docs changes, match with Dart. | Administrative |
Unchecked warnings: fix type params for ToOneGetter/ToManyGetter (#59) | Corrective |
javadoc and code formatting. | Administrative |
Add maxDataSizeInKbyte to FlatStoreOptions, add TreeOptionFlags | Adaptive |
Also reapply: 'Update SyncFlags: rename to DebugLogIdMapping | Perfective |
add ClientKeepDataOnSyncError' | Adaptive |
Update SyncFlags: rename to DebugLogIdMapping | Perfective |
add ClientKeepDataOnSyncError | Adaptive |
Fold FlexMapConverter into FlexObjectConverter. | Perfective |
Update README.md | Administrative |
Extract publishing configuration to precompiled script plugin. | Perfective |
FlatBuffers update: add docs for update script. | Administrative |
FlatBuffers update: add license file. | Administrative |
Query tests: close query, resolve all warnings. | Corrective |
BoxStore: assert native Entity instances are not leaked (objectbox#825) | Corrective |
Feature: resolve warnings. | Corrective |
Query: throw helpful error if using closed query (objectbox#818) | Corrective |
QueryBuilder: fix assert when closed, throw on and/or (objectbox#818) | Corrective |
Query: throw helpful error if using closed query (objectbox#818) | Corrective |
BoxStore: move subscribe methods together. | Perfective |
BoxStore: throw if not open on subscribe, clean (objectbox#818) - Also test various methods when closed. - Use existing check open check for getNativeStore(). | Corrective |
GitLab CI: do not trigger plugin on publish branch. | Other |
API docs: update copyright year to 2022. | Administrative |
Query: test usage when store is closed (objectbox#818) | Corrective |
Transaction: test it throws after close (objectbox#818) | Corrective |
QueryBuilder: fix assert when closed, throw on and/or (objectbox#818) | Corrective |
database description in README plus a couple of other small edits | Administrative |
Add feedback link to README.md, small updates. | Administrative |
Update year in API docs footer. | Administrative |
Use Gitlab CI, also test on macOS, spotbugs HTML report. | Perfective |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.