This is an automated email from the ASF dual-hosted git repository.
jmalkin pushed a change to branch 5.0.X
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
from b50100d9 Release Process:
add ef5b703e All except 2 of the fixes here were security related fixes to
harden our classes against "finalizer attacks".
add 765fdf22 Just want to see if this fixes the CodeQL issue with
/tuple/QuickSelectSketch
add 6ae6956c Changes required to remove vulnerabilities to Finalize
Attacks and satisfy SpotBugs warnings.
add f268943a Removed commented-out code
add c91c2a66 While reviewing these changes again, I found some commented
out lines that could be removed and some unnecessary minor changes that could
be reverted.
add bbcdd154 Fixing issues raised in PR review.
add 14cf83b4 backport security fixes PR so we can create a 5.0.2 release
new 4a020cce Merge pull request #517 from apache/5.0.X-backport
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/codeql-analysis.yml | 6 +-
.../org/apache/datasketches/fdt/FdtSketch.java | 2 +-
.../org/apache/datasketches/hll/CouponHashSet.java | 2 +-
.../org/apache/datasketches/hll/CouponList.java | 8 +-
.../apache/datasketches/hll/DirectAuxHashMap.java | 2 +-
.../datasketches/hll/DirectCouponHashSet.java | 2 +-
.../apache/datasketches/hll/DirectCouponList.java | 18 +-
.../apache/datasketches/hll/DirectHllArray.java | 8 +-
.../apache/datasketches/hll/HeapAuxHashMap.java | 2 +-
.../apache/datasketches/hllmap/UniqueCountMap.java | 2 +-
.../apache/datasketches/kll/KllItemsSketch.java | 152 +++++++++++-
.../datasketches/kll/KllItemsSketchSortedView.java | 134 +----------
.../quantiles/DirectDoublesSketchAccessor.java | 2 +-
.../quantiles/DoublesSketchAccessor.java | 25 +-
.../quantiles/HeapDoublesSketchAccessor.java | 2 +-
.../apache/datasketches/quantiles/ItemsSketch.java | 90 ++++++-
.../quantiles/ItemsSketchSortedView.java | 105 +-------
.../GenericPartitionBoundaries.java | 2 +-
.../theta/DirectQuickSelectSketch.java | 46 +++-
.../apache/datasketches/tuple/CompactSketch.java | 15 +-
.../datasketches/tuple/QuickSelectSketch.java | 263 +++++++++++++--------
.../java/org/apache/datasketches/tuple/Sketch.java | 8 +-
.../apache/datasketches/tuple/UpdatableSketch.java | 4 +-
.../DirectArrayOfDoublesQuickSelectSketch.java | 75 +++++-
.../tuple/strings/ArrayOfStringsSummary.java | 2 +-
.../tuple/strings/ArrayOfStringsSketchTest.java | 4 +-
tools/FindBugsExcludeFilter.xml | 23 ++
27 files changed, 594 insertions(+), 410 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]