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

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


    from abda66e  Add "--add-modules=jdk.incubator.foreign" in properties 
argLine and compiler plugin.
     new 7791ddc  fix typos, etc.
     new bedd46e  more formatting cleanup

The 2 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/auto-jdk-matrix.yml              | 44 +++++++++++-----------
 .github/workflows/javadoc.yml                      | 23 +++++++++++
 pom.xml                                            | 11 +++++-
 .../org/apache/datasketches/memory/BaseState.java  | 17 +++++++--
 .../org/apache/datasketches/memory/Memory.java     |  2 +-
 .../apache/datasketches/memory/WritableBuffer.java |  1 -
 .../apache/datasketches/memory/WritableMemory.java |  8 ++--
 .../memory/internal/BaseStateImpl.java             | 20 +++++-----
 .../memory/internal/BaseWritableBufferImpl.java    |  8 ++++
 .../memory/internal/BaseWritableMemoryImpl.java    | 33 ++++++++++++++--
 .../memory/internal/MurmurHash3v3.java             |  1 -
 .../datasketches/memory/internal/package-info.java |  3 ++
 .../AllocateDirectWritableMapMemoryTest.java       |  6 +--
 .../memory/internal/BufferInvariantsTest.java      |  1 -
 tools/MemoryCheckstyle.xml                         | 35 ++++++++++++-----
 .../{get-git-properties.sh => run-javadocs.sh}     | 43 +--------------------
 16 files changed, 152 insertions(+), 104 deletions(-)
 create mode 100644 .github/workflows/javadoc.yml
 copy tools/scripts/{get-git-properties.sh => run-javadocs.sh} (52%)


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

Reply via email to