Commit graph

4 commits

Author SHA1 Message Date
Rene Groeschke
62868b7abe
[7.17] Add verification metadata for dependencies (#88814) (#89105)
Backports the following commits to 7.17:
 - Add verification metadata for dependencies (#88814)
 - Add missing dependency verification checksums (#89139)
2022-08-08 12:30:59 +02:00
Mark Vieira
bcfbf00074 Reformat Elasticsearch source 2021-10-27 15:23:15 -07:00
James Rodewig
f20a0dcb16
[DOCS] Fix a few spelling mistakes in libs (#79761) (#79918)
Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>

Co-authored-by: Eddie Lumpkin <ewlumpkin@gmail.com>
2021-10-27 11:00:14 -04:00
Tim Brooks
55185fcd18
Add LZ4 compressor with Java9 perf improvements (#78476)
Java9 added a number of features that are useful to improve compression
and decompression. These include the Arrays#mismatch method and
VarHandles. This commit adds compression tools forked from the java-lz4
library which include these improvements. We hope to contribute these
changes back to the original project, however the project currently
supports Java7 so this is not possible at the moment.
2021-10-18 15:25:16 -06:00