hbase/hbase-http/src
Andrew Purtell d401c63955
HBASE-26839 Fix compatibility issues in 2.4.11RC0 (#4222)
In org.apache.hadoop.hbase.http.SecurityHeadersFilter, marked
LimitedPrivate(CONFIG), static method getDefaultParameters(Configuration)
returning Map<String,String> was removed.

In org.apache.hadoop.hbase.filter.RandomRowFilter, marked Public, the
protected field 'random' of type java.util.Random was removed, which
might cause NoSuchFieldError exceptions in downstreamers.

Signed-off-by: Andrew Purtell <apurtell@apache.org>
2022-03-14 15:39:10 -07:00
..
main/java/org/apache/hadoop/hbase HBASE-26839 Fix compatibility issues in 2.4.11RC0 (#4222) 2022-03-14 15:39:10 -07:00
test HBASE-26582 Prune use of Random and SecureRandom objects (#4118) 2022-03-08 16:12:08 -08:00