main
Change Java native methods to static (#11882)
Put Cache and CacheWrapper in new public header (#11192)
Fix pointer to jlong conversion in 32 bit OS (#9396)
Run format check for *.h and *.cc files under java/ (#10851)
Add a new picking algorithm in fifo compaction (#14326)
Fix Java API ComparatorOptions use after delete error (#11176)
Reformat source files (#14331)
Add (& fix) some simple source code checks (#8821)
Add jni Support for API CreateColumnFamilyWithImport (#11646)
Add HyperClockCache Java API. (#12065)
JNI get_helper code sharing / multiGet() use efficient batch C++ support (#12344)
Add blob_cache_read_byte perf context counter (#14792)
Add native logger support to RocksJava (#12213)
Convert sequential single deletes into range tombstones (#14448)
java API - load block based table config (#10826)
Add async WAL precreation
Add include_blob_files option to GetApproximateSizes (#14501)
Fix tabs and lint-ignores (#6734)
Remove 'virtual' when implied by 'override' (#12319)
Support automated interpolation search (#14383)
Fix header files to meet Open source requirements (#12164)
Expose optimized `TransactionBaseImpl::MultiGet` through JNI (#13589)
use nullptr instead of NULL / 0 in rocksdbjni (#12575)
Replace ScopedArenaIterator with ScopedArenaPtr<InternalIterator> (#12470)
Introduce a transaction option to skip memtable write during commit (#13144)