message
stringlengths 3
720
| label
stringclasses 5
values |
---|---|
bump version to 2.6.0(-RC)
|
Perfective
|
Remove generic type parameter from PropertyQuery
|
Perfective
|
Build: repo warning might also be about credentials.
|
Corrective
|
Update Flatbuffers to 1.12
|
Perfective
|
RxBoxStore: remove unused code
|
Perfective
|
suppress expected raw type warning.
|
Perfective
|
Add type parameters in remaining internal usage.
|
Adaptive
|
Add type parameters for all TxCallback<T> usage.
|
Adaptive
|
Add type parameters for all Class<T> usage in BoxStore and ObjectClassPublisher.
|
Adaptive
|
Add type parameters for all Box<T> usage.
|
Adaptive
|
Add type parameters for all Property<T> usage. - Note: Query.setParameter also works with link queries, so allow any Property type.
|
Adaptive
|
Enforce db and Java types match for PropertyConverter in Property constructors.
|
Adaptive
|
Add type parameters for all EntityInfo<T> usage.
|
Adaptive
|
ToMany: drop outdated @Nullable annotation.
|
Perfective
|
Merge branch '48-java-8-features' into 'dev' Use lambdas, method ref, diamonds and try-with-resources See merge request objectbox/objectbox-java!59
|
Other
|
Fix dangling Javadoc comments, also fixes Javadoc not getting picked up.
|
Administrative
|
Merge branch 'java-8' into 'dev' Require Java 8 and produce Java 8 byte code See merge request objectbox/objectbox-java!58
|
Other
|
Add ConnectivityMonitor API.
|
Adaptive
|
Update Gradle [5.6.4 -> 6.3].
|
Perfective
|
Merge branch '38-network-state-provider' into 'sync' objectbox/objectbox-java#38 Add NetworkStateProvider API. See merge request objectbox/objectbox-java!47
|
Other
|
Replace findbugs with SpotBugs plugin.
|
Perfective
|
Provide connectivity monitor through platform-specific code.
|
Adaptive
|
SyncClientImpl: use new nativeTriggerReconnect instead of start.
|
Adaptive
|
SyncClientImpl: stop observing network on close as well.
|
Perfective
|
Record SpotBugs issues with Jenkins Warnings Next Generation plugin.
|
Corrective
|
Test Platform and ConnectivityMonitor.
|
Perfective
|
Guard against setting null observer (SyncClient).
|
Adaptive
|
Define version and group in root build.gradle.
|
Perfective
|
Fail better and improve messages for internal repo.
|
Perfective
|
Use try-with-resources (Java 7 or Android Gradle Plugin 3.x).
|
Perfective
|
Use lambdas and method references (Java 8 or Android Plugin 3.x).
|
Perfective
|
Use Math.max to ensure BoxStore.queryAttempts is 1 or greater.
|
Perfective
|
Use diamond operator.
|
Perfective
|
Test parameter alias and combining with OR. https://github.com/objectbox/objectbox-java/issues/834
|
Corrective
|
Merge branch 'updates-and-spotbugs' into dev
|
Other
|
Remove unnecessary throws.
|
Perfective
|
Use parameterized Property<T> in all test entities.
|
Perfective
|
Use lambdas, method references and Comparator APIs.
|
Perfective
|
Tests: use try with resources.
|
Perfective
|
Clarify BoxStore.removeAllObjects() docs (does not reclaim disk space), and instruct how to reclaim space
|
Administrative
|
Merge branch 'updates' into dev
|
Other
|
Update mockito [2.25.1 -> 2.28.2].
|
Perfective
|
Merge branch 'tests-java8-and-updates' into dev
|
Other
|
AbstractRelationTest: use debugFlags() instead of debugTransactions().
|
Perfective
|
Ignore nullability warning on public API, annotation can not enforce.
|
Perfective
|
PropertyFlags: update internal docs for UNSIGNED usage.
|
Administrative
|
Merge branch '48-sync-state-api' into 'sync' Expose sync state JNI API See merge request objectbox/objectbox-java!48
|
Other
|
Fix illegal javadoc characters.
|
Administrative
|
Prepare release 2.5.1.
|
Other
|
SyncClient: ignore checkNotNull warning.
|
Perfective
|
SyncBuilder: ignore checkNotNull warning.
|
Perfective
|
SyncClient: ignore finalize() warning.
|
Perfective
|
SyncBuilder: support configuring request updates mode. - SyncClient: do no longer request updates after log-in, is now done by default.
|
Perfective
|
SyncBuilder: support turning on uncommitted acks.
|
Perfective
|
Merge branch '39-request-updates-acks-changes' into 'sync' Sync: support configuring request updates mode, uncommitted acks merge request objectbox/objectbox-java!46
|
Other
|
Back to development version 2.5.2-SNAPSHOT.
|
Perfective
|
Merge remote-tracking branch 'origin/dev' into sync
|
Other
|
SyncClientImpl: add getSyncState and SyncClientState enum.
|
Adaptive
|
sync API: add docs and @Experimental/@Internal annotations
|
Administrative
|
Merge branch '30-jni-query-describe' into dev
|
Other
|
PropertyQuery: improve docs, e.g. clarify special return values
|
Administrative
|
TestEntity: add unsigned properties (short, int and long).
|
Adaptive
|
README.md: add 'tell about your app'
|
Administrative
|
QueryTest: drop unused import.
|
Perfective
|
PropertyQueryTest: drop assert on long overflow exception.
|
Perfective
|
PropertyQueryTest: not supported throws Illegal[Argument->State]Exception.
|
Corrective
|
Merge branch '31-property-query-test-edge-cases' into 'dev' Add edge-case tests for property queries Closes #31 See merge request objectbox/objectbox-java!39
|
Other
|
Part 1: Version 2.4.1, update README (still native snapshots for tests).
|
Administrative
|
Update docs for some important annotations.
|
Administrative
|
Add package docs.
|
Administrative
|
PropertyQueryTest: count with 0.
|
Adaptive
|
BoxStore: make removeAllObjects public
|
Perfective
|
Merge branch 'refs/heads/v2.4.0' into dev
|
Other
|
Merge branch '29-package-docs' into v2.4.0
|
Other
|
Step 2: tests use native version 2.4.0, BoxStore versions stay the same.
|
Perfective
|
Merge branch 'v2.4.0'
|
Other
|
Merge branch '28-javadocs-for-mobile' into 'dev' Resolve Improve Javadocs for mobile screens" See merge request objectbox/objectbox-java!36"
|
Other
|
Merge branch '29-package-docs' into 'dev' Add package docs. See merge request objectbox/objectbox-java!37
|
Other
|
add BoxStore.getNativeStore()
|
Adaptive
|
Step 1: Version 2.4.0, update README (still native snapshots for tests).
|
Administrative
|
Part 1: Version 2.4.1-SNAPSHOT.
|
Other
|
add docs
|
Administrative
|
Part 2: test native 2.4.1-dev-SNAPSHOT, BoxStore 2.4.1-2019-10-15.
|
Perfective
|
Tests: use Java 8 language features (lambdas!).
|
Perfective
|
test.
|
Other
|
Query(Builder): add missing nullable flags.
|
Adaptive
|
PropertyQueryTest: test not supported, no data, overflows and NaN cases.
|
Adaptive
|
PropertyQueryTest: test more supported types.
|
Adaptive
|
PropertyQueryTest: update not supported messages.
|
Perfective
|
PropertyQuery: min/max with no data is now 0 instead of min/max.
|
Perfective
|
PropertyQueryTest: avg supports boolean.
|
Adaptive
|
PropertyQueryTest: avg pos/neg overflow is [NaN -> (-)Infinity].
|
Adaptive
|
PropertyQueryTest: sumDouble pos/neg overflow [throws -> (-)Infinity].
|
Adaptive
|
Add NumericOverflowException, thrown if sum overflows.
|
Adaptive
|
PropertyQueryTest: no data avg for integers is [0.0 -> NaN].
|
Adaptive
|
Update TestEntity_ and TestEntityCursor to latest format.
|
Perfective
|
PropertyQuery: test unsigned properties.
|
Perfective
|
PropertyQuery: test sumDouble with no data for integers.
|
Perfective
|
PropertyQuery: add avgLong, also update avg docs to advertise it, add tests.
|
Adaptive
|
PropertyQuery tests: revert expected long max/min values for no results
|
Perfective
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.