From 5c906fbc6d9045d794907ff9e195a690b36a7e55 Mon Sep 17 00:00:00 2001 From: Joe Lauer Date: Wed, 22 Jan 2025 12:06:15 -0500 Subject: [PATCH] Update docs --- CHANGELOG.md | 4 ++-- README.md | 22 ++++++++++++++++++++-- bigmap-bom/pom.xml | 9 +++++++++ buildx-results.txt | 4 ++-- 4 files changed, 33 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a210255..a01a1f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Bigmap for Java ## 1.1.0 - 2025-01-22 - - Bump tokyocabinet v0.0.16 - - Bump tkrzw v0.0.9 + - Bump tokyocabinet v0.0.16 (new support for freebsd/openbsd) + - Bump tkrzw v0.0.9 (new support for freebsd/openbsd) - Bump rocksdb v9.8.4 - Bump kryo v5.6.2 diff --git a/README.md b/README.md index 9040fb5..54012d1 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Project sponsors may include the following benefits: ## Usage With many of our implementations (e.g. rocksdb or leveldb), you can simply use the dependency below and add it to -your maven POM file. However, with tokyocabinet, there are many native libs you will need to include. To simplify +your maven POM file. However, with tokyocabinet or tkrzw, there are many native libs you will need to include. To simplify managing these versions, you should consider importing our bill-of-materials BOM. ```xml @@ -87,8 +87,26 @@ Then to use tokyocabinet implementation, add the following: com.fizzed tokyocabinet-linux-x64 + VERSION-HERE + +``` + +Then to use tkrzw implementation, add the following: + +```xml + + com.fizzed + bigmap-tkrzw + 1.0.16 + + + com.fizzed + tkrzw-linux-x64 + + VERSION-HERE + ``` Or for rocksdb @@ -276,6 +294,6 @@ Total disk used: 24135 (MB) ## License -Copyright (C) 2020+ Fizzed, Inc. +Copyright (C) 2025 Fizzed, Inc. This work is licensed under the Apache License, Version 2.0. See LICENSE for details. diff --git a/bigmap-bom/pom.xml b/bigmap-bom/pom.xml index 23f45b2..15f08ea 100644 --- a/bigmap-bom/pom.xml +++ b/bigmap-bom/pom.xml @@ -65,6 +65,15 @@ import + + + com.fizzed + tkrzw-bom + ${tkrzw.version} + pom + import + + diff --git a/buildx-results.txt b/buildx-results.txt index 8651ce0..bdce8b9 100644 --- a/buildx-results.txt +++ b/buildx-results.txt @@ -1,8 +1,8 @@ Buildx Results -------------- Cross platform tests use the Buildx project: https://github.com/fizzed/buildx -Commit: f325739624dddcca4f1ebf34198f0d82ffd0ee1d -Date: 2025-01-10T19:11:27.113751Z[UTC] +Commit: 3bf372e98ed892e440dfa1cdd859b8f128c0f03f +Date: 2025-01-22T17:01:19.227687Z[UTC] linux-x64 success linux-arm64 success