Skip to content

Commit

Permalink
Java 17 cherry-pick initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbonte21 committed Dec 30, 2024
1 parent ea81bca commit 9367ab7
Show file tree
Hide file tree
Showing 290 changed files with 154 additions and 45,829 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ on:
- master
- lineageondemand
- makerlogic
- java17
- java17cherry

jobs:
build:
Expand All @@ -36,12 +38,15 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Set up JDK 1.8
- name: Set up JDK 1.17
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 1.17

- name: Print JDK version
run: java -version

- name: Cache Maven packages
uses: actions/cache@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ RUN apt-get update \
&& apt-get -y install \
wget \
python2 \
openjdk-8-jdk-headless \
openjdk-17-jdk-headless \
patch \
netcat \
curl \
&& cd / \
&& export MAVEN_OPTS="-Xms2g -Xmx2g" \
&& export JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64" \
&& export JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64" \
&& tar -xzvf /apache-atlas-3.0.0-SNAPSHOT-server.tar.gz -C /opt \
&& mv /opt/apache-atlas-${VERSION} /opt/apache-atlas \
&& apt-get clean \
Expand Down
77 changes: 0 additions & 77 deletions addons/falcon-bridge-shim/pom.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9367ab7

Please sign in to comment.