Skip to content

Commit db85d71

Browse files
authored
Revert "use offstack buildpack for modules (apache#200)" (apache#205)
This reverts commit 70f6120.
1 parent 1c35230 commit db85d71

File tree

7 files changed

+107
-15
lines changed

7 files changed

+107
-15
lines changed

.blazar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildpack:
2-
name: Blazar-Buildpack-Java-oss-fork
2+
name: Blazar-Buildpack-Java-single-module
33

44
env:
55
MAVEN_PHASE: "package assembly:single deploy"

hubspot-client-bundles/.blazar.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
buildpack:
2-
name: Blazar-Buildpack-Java-oss-fork
2+
name: Blazar-Buildpack-Java
3+
branch: rm-test-hbase
34

45
env:
56
# Below variables are generated in prepare_environment.sh.
@@ -22,7 +23,3 @@ depends:
2223
- hbase
2324
provides:
2425
- hubspot-client-bundles
25-
- hbase-backup-restore-bundle
26-
- hbase-client-bundle
27-
- hbase-mapreduce-bundle
28-
- hbase-server-it-bundle
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
buildpack:
2+
name: Blazar-Buildpack-Java
3+
branch: rm-test-hbase
4+
env:
5+
# Below variables are generated in prepare_environment.sh.
6+
# The build environment requires environment variables to be explicitly defined before they may
7+
# be modified by the `write-build-env-var` utilty script to persist changes to an environment variable
8+
# throughout a build
9+
REPO_NAME: ""
10+
SET_VERSION: ""
11+
HBASE_VERSION: ""
12+
PKG_RELEASE: ""
13+
FULL_BUILD_VERSION: ""
14+
MAVEN_BUILD_ARGS: ""
15+
16+
before:
17+
- description: "Prepare build environment"
18+
commands:
19+
- $WORKSPACE/build-scripts/prepare_environment.sh
20+
21+
depends:
22+
- hubspot-client-bundles
23+
- hbase-client-bundle
24+
- hbase-mapreduce-bundle
25+
provides:
26+
- hbase-backup-restore-bundle
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
buildpack:
2+
name: Blazar-Buildpack-Java
3+
branch: rm-test-hbase
4+
5+
env:
6+
# Below variables are generated in prepare_environment.sh.
7+
# The build environment requires environment variables to be explicitly defined before they may
8+
# be modified by the `write-build-env-var` utilty script to persist changes to an environment variable
9+
# throughout a build
10+
REPO_NAME: ""
11+
SET_VERSION: ""
12+
HBASE_VERSION: ""
13+
PKG_RELEASE: ""
14+
FULL_BUILD_VERSION: ""
15+
MAVEN_BUILD_ARGS: ""
16+
17+
before:
18+
- description: "Prepare build environment"
19+
commands:
20+
- $WORKSPACE/build-scripts/prepare_environment.sh
21+
22+
depends:
23+
- hubspot-client-bundles
24+
provides:
25+
- hbase-client-bundle
26+
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
buildpack:
2+
name: Blazar-Buildpack-Java
3+
branch: rm-test-hbase
4+
5+
env:
6+
# Below variables are generated in prepare_environment.sh.
7+
# The build environment requires environment variables to be explicitly defined before they may
8+
# be modified by the `write-build-env-var` utilty script to persist changes to an environment variable
9+
# throughout a build
10+
REPO_NAME: ""
11+
SET_VERSION: ""
12+
HBASE_VERSION: ""
13+
PKG_RELEASE: ""
14+
FULL_BUILD_VERSION: ""
15+
MAVEN_BUILD_ARGS: ""
16+
17+
before:
18+
- description: "Prepare build environment"
19+
commands:
20+
- $WORKSPACE/build-scripts/prepare_environment.sh
21+
22+
depends:
23+
- hubspot-client-bundles
24+
- hbase-client-bundle
25+
provides:
26+
- hbase-mapreduce-bundle
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
buildpack:
2+
name: Blazar-Buildpack-Java
3+
branch: rm-test-hbase
4+
env:
5+
# Below variables are generated in prepare_environment.sh.
6+
# The build environment requires environment variables to be explicitly defined before they may
7+
# be modified by the `write-build-env-var` utilty script to persist changes to an environment variable
8+
# throughout a build
9+
YUM_REPO_UPLOAD_OVERRIDE_CENTOS_8: ""
10+
SET_VERSION: ""
11+
HBASE_VERSION: ""
12+
PKG_RELEASE: ""
13+
FULL_BUILD_VERSION: ""
14+
MAVEN_BUILD_ARGS: ""
15+
REPO_NAME: ""
16+
17+
before:
18+
- description: "Prepare build environment"
19+
commands:
20+
- $WORKSPACE/build-scripts/prepare_environment.sh
21+
22+
depends:
23+
- hbase
24+
provides:
25+
- hbase-server-it-bundle
26+

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,15 +1536,6 @@
15361536
<groupId>org.apache.hbase.thirdparty</groupId>
15371537
<artifactId>hbase-shaded-miscellaneous</artifactId>
15381538
<version>${hbase-thirdparty.version}</version>
1539-
<!-- HubSpot: This conflicts with other jspecify uses in the company.
1540-
This exclusion is already backed into newer versions of hbase-thirdparty,
1541-
so we can remove it here when hbase-thirdparty is upgraded. -->
1542-
<exclusions>
1543-
<exclusion>
1544-
<groupId>org.jspecify</groupId>
1545-
<artifactId>jspecify</artifactId>
1546-
</exclusion>
1547-
</exclusions>
15481539
</dependency>
15491540
<dependency>
15501541
<groupId>org.apache.hbase.thirdparty</groupId>

0 commit comments

Comments
 (0)