message
stringlengths
3
720
label
stringclasses
5 values
update docs.
Administrative
Trees: Trees->Tree, DataBranch->Branch, Attribute->Leaf.
Perfective
Trees: add remaining types.
Adaptive
SyncCredentials: increment type IDs.
Perfective
Drop jcenter from repos.
Perfective
Update Gradle [6.7 -> 6.8.3].
Perfective
Sync: add isServerAvailable.
Adaptive
Re-add jcenter repo (for dokka deps).
Perfective
Cursor: add collectStringArray to support PropertyType.StringVector
Adaptive
Verify String array with a null item or only null item works.
Perfective
PropertyFlags: add UNIQUE_ON_CONFLICT_REPLACE
Adaptive
QueryTest: resolve all warnings.
Corrective
Add SHARED_GLOBAL_IDS entity flag
Adaptive
Or equal: add conditions to QueryBuilder.
Adaptive
Merge branch '27-unsigned' into 'dev' Java: Add @Unsigned annotation, update docs for UNSIGNED flag. See merge request objectbox/objectbox-java!40
Other
update ModelProperty docs
Administrative
CI: run tests with 32-bit JVM and ObjectBox.
Perfective
Or equal: add tests for integer, float and byte array.
Adaptive
2.8.0
Other
BoxStore: make setSyncClient() package private
Perfective
SyncClient: change some request" methods to return a bool"
Perfective
Merge branch 'sync' into dev
Other
Improve messages if Sync is unavailable etc.
Perfective
Update SpotBugs [4.0.4 -> 4.1.4] and plugin [4.0.5 -> 4.5.1].
Perfective
Update dokka [0.10.1 -> 1.4.20].
Perfective
BoxStore: match VERSION with native library.
Perfective
Or equal: add tests for double.
Adaptive
Or equal: add shortcut Kotlin extensions.
Adaptive
Model: add hash
Adaptive
Align APIs: nativeTriggerReconnect returns [void -> boolean].
Perfective
Align APIs: replace manualStart() with buildAndStart() for server.
Perfective
Or equal: add tests for String.
Adaptive
Align APIs: shared secret instead of API key.
Perfective
Add Sync.isAvailable, add SyncTest to test it's not.
Adaptive
SyncServerImpl: suppress finalize warning.
Perfective
Shared IDs: add property on Sync annotation.
Adaptive
Jenkinsfile: switch to non-leaking GitLab connection name.
Perfective
ARM support: expand JVM os.arch detection, bit-ness fall back.
Perfective
Share db file: add API to check if database files are open.
Adaptive
Add Sync annotation.
Adaptive
Align APIs: replace manualStart() with buildAndStart().
Perfective
Docs: upper-case ObjectBox names, update and expand some.
Administrative
QueryBuilder: remove Experimental annotation.
Perfective
Remove unused Temporary annotation, duplicated by Experimental.
Perfective
QueryObserverTest: refactor to use common TestObserver.
Perfective
add ExceptionTest
Adaptive
BoxStoreBuilder: switch file mode to int
Perfective
ExceptionTest: better failure messages.
Perfective
ExceptionTest: note test duplicate in Android tests.
Perfective
clarify some docs
Administrative
BoxStore fix: close resources and remove path from openFiles if an exception is thrown in constructor
Corrective
add test usePreviousCommitAfterFileCorruptException()
Adaptive
Corrupt test: do not use previous commit so db is actually broken.
Corrective
Kotlin 1.4.0
Other
add usePreviousCommitWithCorruptFile() test
Adaptive
add PagesCorruptException to better differentiate exception causes
Corrective
draft DbExceptionListener.cancelCurrentException()
Adaptive
QueryObserverTest: remove all is observed.
Perfective
change versions to 2.7.0 (release)
Perfective
update Box.validate() docs (sync with core docs)
Administrative
move buildFlatStoreOptions() into BoxStoreBuilder; seems a better fit (build") and makes BoxStore shorter"
Perfective
update FlatStoreOptions and use reversed skipReadSchema semantics
Perfective
Box: add contains()
Adaptive
BoxStore: add sizeOnDisk()
Adaptive
Use same model for read-only test.
Perfective
Remove empty line.
Perfective
Disable reading schema when opening without model (debug).
Perfective
up version to '2.7.0-2020-07-30', add validateOnOpen() test
Adaptive
Comment about forceDefaults for FlatStoreOptions.
Administrative
FileCorruptException: add docs and constructor with error code
Administrative
Add more docs to new store create, read-only, validate methods.
Administrative
minor updates to classes generated by FlatBuffers
Perfective
add FlatStoreOptions
Adaptive
Merge branch 'java-library-plugin' into 'dev' Migrate to Java library plugin See merge request objectbox/objectbox-java!66
Other
Start development of next version (2).
Adaptive
Merge branch 'dev-latest' into sync
Other
Prepare version 2.6.0.
Other
Platform: use BoxStore.getContext().
Adaptive
Ignore some SpotBugs warnings.
Perfective
Embed R8/ProGuard rules in JAR. Note that Android specific rules remain in the Android AAR.
Perfective
Merge branch '49-spotbugs-issues' into 'dev' Fix some SpotBugs issues See merge request objectbox/objectbox-java!65
Other
Merge branch '58-embed-r8-rules' into 'dev' Embed R8/ProGuard rules in JAR. See merge request objectbox/objectbox-java!68
Other
Move Rx3 Kotlin extensions to Rx3 module.
Perfective
Add Kotlin extensions to build Rx types.
Adaptive
BoxStore: prepare new native methods: create with flat options, is read-only, validation
Adaptive
Add migration notes to READMEs. - Fix examples. - Do not link to unrelated example, it's confusing.
Administrative
Merge remote-tracking branch 'origin/57-null-to-empty-string-converter' into dev
Other
Drop default for @DefaultValue value.
Perfective
Merge branch '42-alias-combined-condition-crash' into dev
Other
Jenkinsfile: also run rx3.QueryObserverTest.
Perfective
Box: annotate varargs methods as safe.
Perfective
ToMany: suppress casting warnings.
Perfective
Tests: Ignore some rawtypes and unchecked warngings.
Perfective
Add missing type args for tests.
Adaptive
Add @DefaultValue and NullToEmptyStringConverter.
Adaptive
Merge branch 'fix-generic-type-usage' into 'dev' Resolve generic type issues See merge request objectbox/objectbox-java!60
Other
Move to rx3 package to allow side-by-side usage with RxJava 2.
Perfective
Add type parameters in ToMany.
Adaptive
Use assertThrows for better failure message.
Perfective
Add test for a throwing constructor (all-args)
Adaptive