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

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


    from faec966  Merge pull request #248 from apache/fix_spotbugs_issue
     add ef4c480  New Release Branch 5.0.X for Java 21
     add d13507b  Changes in /main/ tree to accommodate the new FFM API in Java 
21.
     add caa048d  Minor tweaks to MemoryRequestServer and to Resource.
     add 083b5e4  Missed this one ...
     add 47107b1  Update javadoc and add 2 suppressWarnings
     add c354c48  Change pom version to 5.1.0-SNAPSHOT
     new fe21452  Merge pull request #249 from apache/changes_in_main_tree

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:
 pom.xml                                            |  2 +-
 .../memory/DefaultMemoryRequestServer.java         | 48 ++++-------------
 .../datasketches/memory/MemoryRequestServer.java   | 54 +++++--------------
 .../org/apache/datasketches/memory/Resource.java   | 54 ++++++-------------
 .../apache/datasketches/memory/WritableMemory.java | 60 ++++------------------
 .../datasketches/memory/internal/ResourceImpl.java | 54 +++++++------------
 .../memory/internal/WritableMemoryImpl.java        |  9 ++--
 .../internal/AllocateDirectMapMemoryTest.java      | 31 ++++++-----
 .../memory/internal/AllocateDirectMemoryTest.java  | 30 ++++++-----
 .../AllocateDirectWritableMapMemoryTest.java       | 18 ++++---
 .../datasketches/memory/internal/BufferTest.java   |  7 +--
 .../memory/internal/CopyMemoryTest.java            | 38 +++++++-------
 .../memory/internal/DruidIssue11544Test.java       | 11 ++--
 .../internal/ExampleMemoryRequestServerTest.java   | 16 +++---
 .../memory/internal/IgnoredArrayOverflowTest.java  |  2 +-
 .../memory/internal/InvalidAllocationTest.java     |  6 +--
 .../datasketches/memory/internal/LeafImplTest.java |  2 +-
 .../memory/internal/MemoryBoundaryCheckTest.java   |  7 +--
 .../memory/internal/MemoryReadWriteSafetyTest.java | 18 +++----
 .../datasketches/memory/internal/MemoryTest.java   |  4 +-
 .../internal/NativeWritableBufferImplTest.java     |  4 +-
 .../internal/NativeWritableMemoryImplTest.java     |  4 +-
 .../datasketches/memory/internal/ResourceTest.java | 28 +++++-----
 23 files changed, 188 insertions(+), 319 deletions(-)


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

Reply via email to