Radek Hubner
Radek Hubner
oss-parent pom was deprecated. Move all relevant configuration to `droid-parent` and remove dependency on `oss-parent`. https://central.sonatype.org/publish/publish-maven/#deprecated-oss-parent
Create API for easy DROID integration by other teams in The National Archives. - This API will not be treated as stable or public and no guarantee will be provided...
create 10,000 feet overview how identification works in DROID.
Container signature update is unable to work without [Last-Modified](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Last-Modified) http header. This header is not mandatory in HTTP response and in modern REST architecture is usually replaced with [ETag](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) https://github.com/digital-preservation/droid/blob/master/droid-container/src/main/java/uk/gov/nationalarchives/droid/container/httpservice/ContainerSignatureHttpService.java#L121
This PR fixes #1848 by allowing the user to configure which modules should be loaded lazily. It adds a new attribute `load` on the `module` element of `conf.xml`. If unspecified,...
Put last commit hash into sources.
This PR adds support for wide columns in Java. First implementation is primarily focused on correctness rather than performance. We would like to merge this first and hear feedback from...
This is the first implementation of the merge operator API, where merge operators can be implemented in Java without any C++ code. It prefers simplicity and community feedback is appreciated.
**BLOCKED** Current version of snappy doesn't compile on MacOS.
This PR modifies the CMake build process on Windows to export all RocksDB functions in `rocksdbjni.dll`. This allows us to reuse Java builds artifacts in other programming languages without need...