Skip to content

Commit 45057eb

Browse files
committed
Convert HBase 2.6.1 to patchable
1 parent 81d193c commit 45057eb

5 files changed

+38
-16
lines changed

hbase/stackable/patches/2.6.1/01-HBASE-28242.patch renamed to hbase/stackable/patches/2.6.1/0001-HBASE-28242-Updates-async-profiler-support.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
HBASE-28242 - Updates async-profiler support
2-
3-
From: Lars Francke <[email protected]>
4-
1+
From 12fa4ad4f12adef53c4e9d782b18152dfb3f7075 Mon Sep 17 00:00:00 2001
2+
From: Siegfried Weber <[email protected]>
3+
Date: Tue, 6 Feb 2024 16:10:54 +0100
4+
Subject: HBASE-28242: Updates async-profiler support
55

66
---
7-
.../apache/hadoop/hbase/http/ProfileServlet.java | 205 ++++++++++++--------
7+
.../hadoop/hbase/http/ProfileServlet.java | 205 +++++++++++-------
88
1 file changed, 121 insertions(+), 84 deletions(-)
99

1010
diff --git a/hbase-http/src/main/java/org/apache/hadoop/hbase/http/ProfileServlet.java b/hbase-http/src/main/java/org/apache/hadoop/hbase/http/ProfileServlet.java

hbase/stackable/patches/2.6.1/02-patch-updates.patch renamed to hbase/stackable/patches/2.6.1/0002-Update-all-dependencies-which-have-a-new-patch-updat.patch

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
From 8b8b17064695f7c631ef3abd79351d756b155dd1 Mon Sep 17 00:00:00 2001
2+
From: Lars Francke <[email protected]>
3+
Date: Thu, 11 Jul 2024 10:12:51 +0200
4+
Subject: Update all dependencies which have a new patch update available.
5+
6+
---
7+
pom.xml | 48 ++++++++++++++++++++++++------------------------
8+
1 file changed, 24 insertions(+), 24 deletions(-)
9+
110
diff --git a/pom.xml b/pom.xml
2-
index 01123cb..3734fb1 100644
11+
index 01123cb35b..3734fb1142 100644
312
--- a/pom.xml
413
+++ b/pom.xml
514
@@ -567,7 +567,7 @@

hbase/stackable/patches/2.6.1/03-include-dataformat-xml.patch renamed to hbase/stackable/patches/2.6.1/0003-Include-jackson-dataformat-xml.patch

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
Include jackson-dataformat-xml.
2-
3-
From: Lars Francke <[email protected]>
1+
From 056084630f50ba09e9a078aa9152b6c4f8550f3c Mon Sep 17 00:00:00 2001
2+
From: Razvan-Daniel Mihai <[email protected]>
3+
Date: Fri, 12 Jul 2024 17:30:12 -0400
4+
Subject: Include jackson-dataformat-xml.
45

56
This is needed for XmlLayout to work so our structured logging works.
67
It is an optional dependency of log4j2 so we need to make sure to include
78
it.
89
---
9-
hbase-assembly/pom.xml | 5 +++++
10-
pom.xml | 12 ++++++++++++
10+
hbase-assembly/pom.xml | 5 +++++
11+
pom.xml | 12 ++++++++++++
1112
2 files changed, 17 insertions(+)
1213

1314
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
@@ -27,10 +28,10 @@ index 1564851b85..0786288a84 100644
2728
<groupId>org.apache.logging.log4j</groupId>
2829
<artifactId>log4j-slf4j-impl</artifactId>
2930
diff --git a/pom.xml b/pom.xml
30-
index b420025c6c..819e021d86 100644
31+
index 3734fb1142..ff1b35986b 100644
3132
--- a/pom.xml
3233
+++ b/pom.xml
33-
@@ -1149,6 +1149,11 @@
34+
@@ -1159,6 +1159,11 @@
3435
<artifactId>log4j-core</artifactId>
3536
<version>${log4j2.version}</version>
3637
</dependency>
@@ -42,7 +43,7 @@ index b420025c6c..819e021d86 100644
4243
<dependency>
4344
<groupId>org.apache.logging.log4j</groupId>
4445
<artifactId>log4j-slf4j-impl</artifactId>
45-
@@ -1159,6 +1164,13 @@
46+
@@ -1169,6 +1174,13 @@
4647
<artifactId>log4j-1.2-api</artifactId>
4748
<version>${log4j2.version}</version>
4849
</dependency>

hbase/stackable/patches/2.6.1/04-patch-cyclonedx-plugin.patch renamed to hbase/stackable/patches/2.6.1/0004-Bump-cyclonedx-maven-plugin-to-version-2.9.1-and-twe.patch

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1+
From e8cfb60570a094f21d0ac3f13b600180770ad2bd Mon Sep 17 00:00:00 2001
2+
From: Lukas Voetmand <[email protected]>
3+
Date: Fri, 6 Sep 2024 17:53:52 +0200
4+
Subject: Bump cyclonedx-maven-plugin to version 2.9.1 and tweak its
5+
configuration
6+
7+
---
8+
pom.xml | 6 +++++-
9+
1 file changed, 5 insertions(+), 1 deletion(-)
10+
111
diff --git a/pom.xml b/pom.xml
2-
index 918cdaa..2a83794 100644
12+
index ff1b35986b..5ce072ab36 100644
313
--- a/pom.xml
414
+++ b/pom.xml
5-
@@ -3218,7 +3218,11 @@
15+
@@ -3290,7 +3290,11 @@
616
<plugin>
717
<groupId>org.cyclonedx</groupId>
818
<artifactId>cyclonedx-maven-plugin</artifactId>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
upstream = "https://github.com/apache/hbase.git"
2+
base = "7ed50b4dd742269a78875fb32112215f831284ff"

0 commit comments

Comments
 (0)