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

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


    from ddc09d9  Release Process: updating pom, NOTICE, README.md.
     add b94db77  Updated spotbugs and fixed all the warnings.
     add 61cde07  JDK 12,13 are deprecated and no longer supported
     add 6eea8e6  Trying to get remote CI/CD to work.
     add 288baec  troubleshooting
     add fec85f7  troubleshoot 2
     add 107645e  troubleshoot 3
     add 7ce96c6  troubleshoot 4
     add e20b0cf  troubleshooting 5
     add f06095b  Commit changes learned from off-repo testing
     add c157563  Fixed a few minor things.
     new aba5de5  Merge pull request #182 from apache/release_process_prepare

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                  |  53 ---------
 .github/workflows/auto-jdk-matrix.yml              |  67 ++++++++++++
 .github/workflows/maven.yml                        | 119 ---------------------
 .github/workflows/toolchains.xml                   |  23 ++++
 datasketches-memory-java11/pom.xml                 |   5 +
 datasketches-memory-java8/pom.xml                  |   2 +-
 .../memory/internal/AllocateDirectMap.java         |  40 +++++--
 .../datasketches/memory/internal/Utf8Test.java     |   2 +
 pom.xml                                            |   7 +-
 tools/FindBugsExcludeFilter.xml                    |  79 +++-----------
 10 files changed, 153 insertions(+), 244 deletions(-)
 delete mode 100644 .github/workflows/.toolchains.xml
 create mode 100644 .github/workflows/auto-jdk-matrix.yml
 delete mode 100644 .github/workflows/maven.yml
 create mode 100644 .github/workflows/toolchains.xml


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

Reply via email to