This is an automated email from the ASF dual-hosted git repository.

leerho pushed a change to branch 3.0.X
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git


    from bd999a76 Merge pull request #221 from apache/minor_updates
     add db16ad99 minor fixes to permit running with Java 25 in restricted mode.
     add 439e59ca Fix spelling error.
     add 7fbd0689 Remove out-of-date workflows
     add 5600fb05 Add JAVA_VERSION_WARNING_PRINTED flag.
     new 8381b28c Merge pull request #272 from apache/prepare_3.0.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/.toolchains.xml                  |  33 -------
 .github/workflows/auto-jdk-matrix.yml              |   6 +-
 .github/workflows/javadoc.yml                      | 104 ++++++++++++++++++---
 .github/workflows/manual-coverage.yml              |  71 --------------
 .github/workflows/manual-os-matrix.yml             |   6 +-
 .github/workflows/manual-share-data.yml            |  86 -----------------
 .../org/apache/datasketches/memory/Buffer.java     |   6 +-
 .../org/apache/datasketches/memory/Memory.java     |  46 ++++-----
 .../datasketches/memory/MemoryRequestServer.java   |   2 +-
 .../apache/datasketches/memory/MurmurHash3v2.java  |   4 +-
 .../org/apache/datasketches/memory/Resource.java   |   2 +-
 .../apache/datasketches/memory/WritableBuffer.java |   8 +-
 .../apache/datasketches/memory/WritableMemory.java |  78 ++++++++--------
 .../datasketches/memory/internal/ResourceImpl.java |  11 ++-
 .../apache/datasketches/memory/package-info.java   |   3 +-
 15 files changed, 178 insertions(+), 288 deletions(-)
 delete mode 100644 .github/workflows/.toolchains.xml
 delete mode 100644 .github/workflows/manual-coverage.yml
 delete mode 100644 .github/workflows/manual-share-data.yml


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to