Skip to content

Commit 2bdc5cc

Browse files
committed
Merge remote-tracking branch 'upstream/2.1' into improveRateLimitingMonitor
2 parents 26c8a3d + f3bd1b8 commit 2bdc5cc

File tree

119 files changed

+2964
-1597
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+2964
-1597
lines changed

.github/workflows/maven-full-its.yaml

+2-16
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,7 @@ jobs:
5353
with:
5454
distribution: adopt
5555
java-version: 17
56-
- name: Cache local maven repository
57-
uses: actions/cache@v4
58-
with:
59-
path: |
60-
~/.m2/repository/
61-
!~/.m2/repository/org/apache/accumulo
62-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
63-
restore-keys: ${{ runner.os }}-m2
56+
cache: 'maven'
6457
- name: Show the first log message
6558
run: git log -n1
6659
- name: Build with Maven (Fast Build)
@@ -97,14 +90,7 @@ jobs:
9790
with:
9891
distribution: adopt
9992
java-version: 17
100-
- name: Cache local maven repository
101-
uses: actions/cache@v4
102-
with:
103-
path: |
104-
~/.m2/repository/
105-
!~/.m2/repository/org/apache/accumulo
106-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
107-
restore-keys: ${{ runner.os }}-m2
93+
cache: 'maven'
10894
- name: Override DNS to fix IP address for hostname
10995
run: |
11096
ip -br addr

.github/workflows/maven-on-demand.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,7 @@ jobs:
7070
with:
7171
distribution: adopt
7272
java-version: 17
73-
- name: Cache local maven repository
74-
uses: actions/cache@v4
75-
with:
76-
path: |
77-
~/.m2/repository/
78-
!~/.m2/repository/org/apache/accumulo
79-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
80-
restore-keys: ${{ runner.os }}-m2
73+
cache: 'maven'
8174
- name: Show the first log message
8275
run: git log -n1
8376
- name: Override DNS to fix IP address for hostname

.github/workflows/maven.yaml

+2-16
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,7 @@ jobs:
4343
with:
4444
distribution: adopt
4545
java-version: 17
46-
- name: Cache local maven repository
47-
uses: actions/cache@v4
48-
with:
49-
path: |
50-
~/.m2/repository/
51-
!~/.m2/repository/org/apache/accumulo
52-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
53-
restore-keys: ${{ runner.os }}-m2
46+
cache: 'maven'
5447
- name: Show the first log message
5548
run: git log -n1
5649
- name: Check for unapproved characters
@@ -81,14 +74,7 @@ jobs:
8174
with:
8275
distribution: adopt
8376
java-version: ${{ matrix.profile.javaver }}
84-
- name: Cache local maven repository
85-
uses: actions/cache@v4
86-
with:
87-
path: |
88-
~/.m2/repository/
89-
!~/.m2/repository/org/apache/accumulo
90-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
91-
restore-keys: ${{ runner.os }}-m2
77+
cache: 'maven'
9278
- name: Override DNS to fix IP address for hostname
9379
run: |
9480
ip -br addr

0 commit comments

Comments
 (0)