Skip to content

Commit 4d599ba

Browse files
committed
Merge remote-tracking branch 'upstream/3.1' into useNanoTimeMore
2 parents 148b2b0 + 6636fea commit 4d599ba

File tree

655 files changed

+12912
-21996
lines changed

Some content is hidden

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

655 files changed

+12912
-21996
lines changed

.github/ISSUE_TEMPLATE/post_vote_checklist.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ assignees: ''
77

88
---
99

10-
- [ ] Label this issue with the [project](https://github.com/apache/accumulo/projects) that corresponds to this release version
10+
- [Milestone](https://github.com/apache/accumulo/milestones) tasks
11+
- [ ] Label this issue with the corresponding release milestone
12+
- [ ] Create a milestone for the next version (if necessary) and move any open issues not completed in this release (except this issue) to the new milestone
13+
- [ ] Close the milestone for this issue (the only issue remaining open should be this one)
1114
- [Git](https://github.com/apache/accumulo) tasks
1215
- [ ] Create a signed `rel/<version>` tag (and push it)
1316
- [ ] Merge `<version>-rc<N>-next` branch into a maintenance branch (if maintenance is expected),
@@ -42,6 +45,4 @@ assignees: ''
4245
- [ ] Send to announce@apache.org and user@accumulo.apache.org (use plain text mode only; html email will be rejected)
4346
- GitHub wrap-up
4447
- [ ] Close this issue
45-
- [ ] Create a new "Automated Kanban" [project](https://github.com/apache/accumulo/projects) for the next version (if necessary) and move any open issues not completed in this release to that project
46-
- [ ] Close the project that corresponds to this release
4748

.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

LICENSE

-30
Original file line numberDiff line numberDiff line change
@@ -284,36 +284,6 @@ Files:
284284
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
285285
OTHER DEALINGS IN THE SOFTWARE.
286286

287-
## Flot 4.2.6 (https://github.com/flot/flot)
288-
289-
Files:
290-
* server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/external/flot/*
291-
292-
Copyright (c) 2007-2014 IOLA and Ole Laursen
293-
294-
Available under the MIT License
295-
(see server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/external/flot/LICENSE.txt)
296-
297-
Flot bundles additional works:
298-
299-
jquery.flot.pie.js
300-
Flot plugin for rendering pie charts.
301-
302-
Copyright (c) 2007-2014 IOLA and Ole Laursen.
303-
Licensed under the MIT license.
304-
305-
* Created by Brian Medendorp
306-
* Updated with contributions from btburnett3, Anthony Aragues and Xavi Ivars
307-
308-
jquery.flot.resize.js
309-
* Inline dependency:
310-
* jQuery resize event - v1.1 - 3/14/2010
311-
* http://benalman.com/projects/jquery-resize-plugin/
312-
*
313-
* Copyright (c) 2010 "Cowboy" Ben Alman
314-
* Dual licensed under the MIT and GPL licenses.
315-
* http://benalman.com/about/license/
316-
317287
## Bootstrap v5.3.2 (https://getbootstrap.com/)
318288

319289
Files:

0 commit comments

Comments
 (0)