Fixes to get HubSpot build to work

- Our branch version munging script set-maven-versions can't parse the pom.xml due to unicode, remove it.
- Our build adds build.json files to the jars. Allowlist those files in jar content verification.

We could potentially try to upstream generic versions changes of these at some point
This commit is contained in:
Bryan Beaudreault 2021-09-22 08:11:23 -04:00
parent fd5b526398
commit c7e4262990
3 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ allowed_expr+="|^PropertyList-1.0.dtd$"
# Shaded jetty resources
allowed_expr+="|^about.html$"
allowed_expr+="|^jetty-dir.css$"
allowed_expr+="|^build_info/(org.apache.hbase_hbase-[^.]+.build.json)?$"
if [ -n "${allow_hadoop}" ]; then
# * classes in packages that start with org.apache.hadoop, which by

View File

@ -88,7 +88,7 @@ allowed_expr+="|^PropertyList-1.0.dtd$"
# Shaded jetty resources
allowed_expr+="|^about.html$"
allowed_expr+="|^jetty-dir.css$"
allowed_expr+="|^build_info/(org.apache.hbase_hbase-[^.]+.build.json)?$"
if [ -n "${allow_hadoop}" ]; then
# * classes in packages that start with org.apache.hadoop, which by

View File

@ -42,7 +42,7 @@
<version>2.4.6</version>
<name>Apache HBase</name>
<description>
Apache HBase™ is the Hadoop database. Use it when you need
Apache HBase is the Hadoop database. Use it when you need
random, realtime read/write access to your Big Data.
This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters
of commodity hardware.