This is an automated email from the ASF dual-hosted git repository.
oflebbe pushed a commit to branch bigtop-alpha
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/bigtop-alpha by this push:
new 914516a suspicious class: to be fixed later
914516a is described below
commit 914516aa6d658fd4f2639b5a52779ea4c8720754
Author: Olaf Flebbe <[email protected]>
AuthorDate: Sun Jun 23 21:38:36 2019 +0200
suspicious class: to be fixed later
---
.../src/common/hadoop/patch0-maven-enforcer.diff | 24 ++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/bigtop-packages/src/common/hadoop/patch0-maven-enforcer.diff
b/bigtop-packages/src/common/hadoop/patch0-maven-enforcer.diff
index da419e5..189c67c 100644
--- a/bigtop-packages/src/common/hadoop/patch0-maven-enforcer.diff
+++ b/bigtop-packages/src/common/hadoop/patch0-maven-enforcer.diff
@@ -38,3 +38,27 @@
</rules>
<!-- TODO we need a rule for "the constants in this set of classes haven't
been shaded / don't have this prefix"
Manually checking the set of Keys that look like packages we relocate:
+diff -ur
hadoop-3.1.2-src/hadoop-client-modules/hadoop-client-check-invariants/src/test/resources/ensure-jars-have-correct-contents.sh
hadoop-3.1.2-src_/hadoop-client-modules/hadoop-client-check-invariants/src/test/resources/ensure-jars-have-correct-contents.sh
+---
hadoop-3.1.2-src/hadoop-client-modules/hadoop-client-check-invariants/src/test/resources/ensure-jars-have-correct-contents.sh
2019-01-23 15:07:45.000000000 +0000
++++
hadoop-3.1.2-src_/hadoop-client-modules/hadoop-client-check-invariants/src/test/resources/ensure-jars-have-correct-contents.sh
2019-06-23 19:34:34.749883000 +0000
+@@ -28,6 +28,8 @@
+ # * classes in packages that start with org.apache.hadoop, which by
+ # convention should be in a path that looks like org/apache/hadoop
+ allowed_expr+="|^org/apache/hadoop/"
++# To be looked into later: org/w3c/dom/html/HTMLDOMImplementation.class
++allowed_expr+="|^org/w3c/dom/"
+ # * whatever in the "META-INF" directory
+ allowed_expr+="|^META-INF/"
+ # * whatever under the "webapps" directory; for things shipped by yarn
+diff -ur
hadoop-3.1.2-src/hadoop-client-modules/hadoop-client-check-test-invariants/src/test/resources/ensure-jars-have-correct-contents.sh
hadoop-3.1.2-src_/hadoop-client-modules/hadoop-client-check-test-invariants/src/test/resources/ensure-jars-have-correct-contents.sh
+---
hadoop-3.1.2-src/hadoop-client-modules/hadoop-client-check-test-invariants/src/test/resources/ensure-jars-have-correct-contents.sh
2019-01-23 15:07:50.000000000 +0000
++++
hadoop-3.1.2-src_/hadoop-client-modules/hadoop-client-check-test-invariants/src/test/resources/ensure-jars-have-correct-contents.sh
2019-06-23 19:35:32.641343000 +0000
+@@ -28,6 +28,8 @@
+ # * classes in packages that start with org.apache.hadoop, which by
+ # convention should be in a path that looks like org/apache/hadoop
+ allowed_expr+="|^org/apache/hadoop/"
++# TODO FIX!
++allowed_expr+="|^org/w3c/dom/"
+ # * whatever in the "META-INF" directory
+ allowed_expr+="|^META-INF/"
+ # * whatever under the "webapps" directory; for minicluster UIs