This is an automated email from the ASF dual-hosted git repository. dcromberge pushed a commit to branch merge-2.0.X in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git
commit 2aabed32c90dfbe2a7b5d552006e23f8ca986b89 Merge: a94680f f2128e3 Author: David Cromberge <[email protected]> AuthorDate: Wed Sep 15 11:13:02 2021 +0100 Merge branch 2.0.X .github/workflows/maven.yml | 6 + README.md | 155 +++++++++++++------ datasketches-memory-java8-tests/pom.xml | 2 +- .../memory/test/AllocateDirectMapMemoryTest.java | 2 +- datasketches-memory-java9/pom.xml | 1 + .../memory/internal/NioBitsFields.java | 2 +- datasketches-memory-resources/pom.xml | 3 + datasketches-memory/pom.xml | 77 +++++----- docs/intellij.md | 2 +- docs/maven-toolchains.md | 8 +- docs/maven.md | 6 +- docs/module-system.md | 8 +- docs/{usage-instructions.md => usage-examples.md} | 105 ++++++------- pom.xml | 10 +- tools/scripts/CheckMemoryJar.java | 146 ++++++++++++++++++ tools/scripts/LoremIpsum.txt | 3 + tools/scripts/compile-package-jar.sh | 168 +++++++++++++++++++++ tools/scripts/getGitProperties.sh | 66 ++++++++ 18 files changed, 612 insertions(+), 158 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
