guluo created HBASE-29273: ----------------------------- Summary: Remove deprecated boxed primitive constructors in some test classes Key: HBASE-29273 URL: https://issues.apache.org/jira/browse/HBASE-29273 Project: HBase Issue Type: Improvement Components: test Reporter: guluo
Some test classes are using deprecated boxed primitive constructors such as `new Long(long)`, `new Integer(int)`, and `new Boolean(boolean)`. These constructors have been deprecated and marked for removal. -- This message was sent by Atlassian Jira (v8.20.10#820010)