Skip to content

Commit f17c15a

Browse files
committed
Merge remote-tracking branch 'upstream/3.1' into main
2 parents c08e945 + 3d19788 commit f17c15a

Some content is hidden

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

52 files changed

+16
-12813
lines changed

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:

assemble/conf/log4j2-service.properties

-10
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,6 @@ appender.audit.policies.size.size=512MB
6767
appender.audit.strategy.type = DefaultRolloverStrategy
6868
appender.audit.strategy.max = 10
6969

70-
appender.monitor.type = AccumuloMonitor
71-
appender.monitor.name = MonitorLog
72-
appender.monitor.filter.threshold.type = ThresholdFilter
73-
appender.monitor.filter.threshold.level = warn
74-
#appender.monitor.async = true
75-
#appender.monitor.maxThreads = 2
76-
#appender.monitor.queueSize = 1024
77-
7870
logger.zookeeper.name = org.apache.zookeeper
7971
logger.zookeeper.level = error
8072

@@ -90,5 +82,3 @@ logger.accumulo.level = debug
9082
rootLogger.level = info
9183
rootLogger.appenderRef.console.ref = STDERR
9284
rootLogger.appenderRef.rolling.ref = LogFiles
93-
rootLogger.appenderRef.monitor.ref = MonitorLog
94-

assemble/src/main/resources/LICENSE

-29
Original file line numberDiff line numberDiff line change
@@ -286,35 +286,6 @@ Files:
286286
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
287287
OTHER DEALINGS IN THE SOFTWARE.
288288

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

320291
Files:

server/monitor/pom.xml

-16
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,11 @@
3535
<groupId>com.fasterxml.jackson.core</groupId>
3636
<artifactId>jackson-databind</artifactId>
3737
</dependency>
38-
<dependency>
39-
<groupId>com.github.ben-manes.caffeine</groupId>
40-
<artifactId>caffeine</artifactId>
41-
</dependency>
4238
<dependency>
4339
<groupId>com.google.auto.service</groupId>
4440
<artifactId>auto-service</artifactId>
4541
<optional>true</optional>
4642
</dependency>
47-
<dependency>
48-
<groupId>com.google.code.gson</groupId>
49-
<artifactId>gson</artifactId>
50-
</dependency>
5143
<dependency>
5244
<groupId>com.google.guava</groupId>
5345
<artifactId>guava</artifactId>
@@ -84,14 +76,6 @@
8476
<groupId>org.apache.accumulo</groupId>
8577
<artifactId>accumulo-start</artifactId>
8678
</dependency>
87-
<dependency>
88-
<groupId>org.apache.logging.log4j</groupId>
89-
<artifactId>log4j-api</artifactId>
90-
</dependency>
91-
<dependency>
92-
<groupId>org.apache.logging.log4j</groupId>
93-
<artifactId>log4j-core</artifactId>
94-
</dependency>
9579
<dependency>
9680
<groupId>org.apache.logging.log4j</groupId>
9781
<artifactId>log4j-web</artifactId>

server/monitor/src/main/appended-resources/META-INF/LICENSE

-30
Original file line numberDiff line numberDiff line change
@@ -46,36 +46,6 @@ Files:
4646
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
4747
OTHER DEALINGS IN THE SOFTWARE.
4848

49-
## Flot 4.2.6 (https://github.com/flot/flot)
50-
51-
Files:
52-
* server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/external/flot/*
53-
54-
Copyright (c) 2007-2014 IOLA and Ole Laursen
55-
56-
Available under the MIT License
57-
(see server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/external/flot/LICENSE.txt)
58-
59-
Flot bundles additional works:
60-
61-
jquery.flot.pie.js
62-
Flot plugin for rendering pie charts.
63-
64-
Copyright (c) 2007-2014 IOLA and Ole Laursen.
65-
Licensed under the MIT license.
66-
67-
* Created by Brian Medendorp
68-
* Updated with contributions from btburnett3, Anthony Aragues and Xavi Ivars
69-
70-
jquery.flot.resize.js
71-
* Inline dependency:
72-
* jQuery resize event - v1.1 - 3/14/2010
73-
* http://benalman.com/projects/jquery-resize-plugin/
74-
*
75-
* Copyright (c) 2010 "Cowboy" Ben Alman
76-
* Dual licensed under the MIT and GPL licenses.
77-
* http://benalman.com/about/license/
78-
7949
## Bootstrap v5.3.2 (https://getbootstrap.com/)
8050

8151
Files:

0 commit comments

Comments
 (0)