message
stringlengths
3
720
label
stringclasses
5 values
README.md: 1.3.1
Administrative
1.3.2-SNAPSHOT
Other
added callInReadTxWithRetry
Adaptive
experimental query retry configuration
Adaptive
1.3.2 for README.md
Administrative
JavaDocs, minor
Administrative
1.3.3-SNAPSHOT
Other
renamed to queryAttempts, etc.
Perfective
JavaDocs
Administrative
minor
Other
1.3.3
Other
added DebugFlags.LOG_QUERY_PARAMETERS
Adaptive
1.3.4-SNAPSHOT
Other
Add @BaseEntity annotation for entity super classes.
Adaptive
1.4.0-SNAPSHOT
Other
Merge branch 'dev' into entity-inheritance
Other
README.md: 1.3.3
Administrative
Merge branch 'master' into dev
Other
added test for Date query
Adaptive
Added ToOne.equals and .hashCode
Adaptive
1.3.4
Other
README.md: 1.3.4
Administrative
1.4.0-SNAPSHOT
Other
kotlin_version = '1.2.0'
Other
BoxStore version 1.3.5-2017-12-08
Other
Query: first version of finding strings
Adaptive
added testFindStrings_wrongPropertyType
Adaptive
introduced 'upload-to-repo' stage for dev & master branch, etc.
Adaptive
Jenkinsfile: archive FindBugs report
Perfective
testing what happens if Jenkins does not use a Gradle daemon
Perfective
Merge branch 'dev' into entity-inheritance
Other
BoxStore version '1.4.0-2017-12-10'
Other
JavaDocs for findStrings* methods
Administrative
remove @Generated from test entity
Perfective
offload property query methods into new class PropertyQuery
Perfective
fix test compilation
Corrective
PropertyQuery: single findStrings() method with config methods distinct() etc.
Adaptive
PropertyQuery: JavaDocs, check string type
Administrative
added missing copyright headers
Administrative
findLongs()
Adaptive
findInts() and findBytes()
Adaptive
Merge branch 'entity-inheritance' into dev
Other
BoxStore version 1.4.0-2017-12-18
Other
add QueryPropertiesTest to FunctionalTestSuite
Adaptive
Jenkinsfile: restrict nightly cron to 1:00 - 5:00
Perfective
PropertyQuery: added findShorts, findChars, findFloats, findDoubles
Adaptive
added Query.cursorHandle()
Adaptive
rename to PropertyQueryTest
Perfective
TestEntity: test null or default values, inline asserts.
Adaptive
Merge pull request #325 from ligi/syntax_highlight Highlight java and groovy(gradle) code
Other
Merge branch 'property-find-tests' into dev
Other
JavaDocs for PropertyQuery.property(...)
Administrative
Merge branches 'dev' and 'master' of github.com:objectbox/objectbox-java
Other
README.md: 1.4.0
Administrative
minor RelationInfo Javadoc
Administrative
README.md: 1.4.1
Administrative
README.md: 1.4.3
Administrative
README.md: mention supported platforms, improve first steps" section"
Administrative
README.md: minor
Administrative
README.md: 1.4.4
Administrative
JavaDocs for initialDbFile
Administrative
README.md: 1.4.5
Administrative
README: 1.5.0
Administrative
Revert: version = '1.5.1-to-many-backlink-SNAPSHOT'
Other
Merge branch 'to-many-backlink' into dev
Other
Revert: version = '1.5.1-to-many-backlink-update-SNAPSHOT'
Other
Merge branch 'to-many-backlink-update' into dev
Other
adjust setting query param to also use entity ID
Perfective
remove obsolete annotations
Perfective
fix nullability and other warnings
Corrective
README.md: 2.0.0-beta2
Administrative
Merge branch 'to-one-detached' into dev
Other
Don't use '>' in JavaDoc
Administrative
README.md: 2.2.0
Administrative
libname changed to objectbox-jni
Perfective
README.md: updated a few links
Administrative
Revert 'Do not send null certificatePath or credentialsBytes to JNI (broken).' This reverts commit fee5a1f2
Other
fix: getRelationBacklinkEntities() must also use source entity
Corrective
Merge branch 'dev' into sync
Other
Update JavaDoc footers for 2020
Administrative
Merge branch 'dev' into sync # Conflicts: # objectbox-java/src/main/java/io/objectbox/BoxStore.java
Other
Gradle: turn off daemon for Windows build, clean up.
Perfective
README.md: add twitter and JavaDocs links
Administrative
Clean up buildscript ext.
Perfective
Part 2: test native 2.4.2-dev-SNAPSHOT, BoxStore 2.4.2-2019-10-15.
Perfective
Merge branch '28-web-javadoc-task' into dev
Other
Jenkinsfile: print Gradle version (JDK, OS) info during init step.
Perfective
Extensions.kt: add missing docs.
Administrative
Part 1: Version 2.4.2-SNAPSHOT.
Other
Require and use JDK 8 in all artifacts.
Perfective
Update dokka [0.9.18->0.10.0]
Perfective
fix Java API links (point to website).
Corrective
Also produce Java 8 byte code for objectbox-kotlin.
Adaptive
Add packageJavadocForWeb task. Note that javadoc for web only works using JDK 10+.
Administrative
Add @Unsigned annotation.
Adaptive
Clean up and update RxJava 3 tests, match internal integration tests.
Perfective
Replace java with java-library plugin.
Perfective
Merge branch 'v2.4.1'
Other
Drop unused deploy and verify tasks.
Perfective
Document how to use case sensitive conditions for String. Also recommend using case sensitive conditions for indexed strings.
Administrative