Commit 10d64e8
Adapt the build to
* Adapt build to `logging-parent` conventions
Most build configuration is now inherited from `logging-parent` and the
`apache` parent POM. ZooKeeper is bumped to satisfy `requireUpperBoundDeps`.
Assisted-By: Claude Fable 5 <noreply@anthropic.com>
* Expand star imports
The formatting rules inherited from `logging-parent` forbid wildcard imports.
Assisted-By: Claude Fable 5 <noreply@anthropic.com>
* Fix or suppress Error Prone warnings
The `GuardedBy` suppressions are intentional: the channel queue locks must
not be held on blocking operations and the unguarded reads are benign.
The `jvm.config` flags let Error Prone access javac internals on JDK 16+.
Assisted-By: Claude Fable 5 <noreply@anthropic.com>
* Disable BND baseline for never-released artifacts
These artifacts have no published version to compare against.
Assisted-By: Claude Fable 5 <noreply@anthropic.com>
* Configure RAT exclusions via `.rat-excludes`
The file is shared with the ASF Trusted Releases platform checks, which
match patterns against the archive root: hence the `**/` prefix. Files
that support comments get an SPDX header instead of an exclusion.
Assisted-By: Claude Fable 5 <noreply@anthropic.com>
* fix: add comment to disabled test
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>logging-parent conventions (#467)1 parent 9acf154 commit 10d64e8
37 files changed
Lines changed: 220 additions & 522 deletions
File tree
- .mvn
- flume-ng-channels
- flume-file-channel/src/test/java/org/apache/flume/channel/file
- flume-spillable-memory-channel/src/main/java/org/apache/flume/channel
- flume-ng-configfilters/flume-ng-external-process-config-filter/src/test/resources
- flume-ng-configuration/src/test/java/org/apache/flume/conf
- flume-ng-core
- src
- main/java/org/apache/flume
- channel
- event
- interceptor
- test/java/org/apache/flume
- channel
- source
- tools
- flume-ng-instrumentation
- flume-ganglia-monitor
- src/main/resources/META-INF/services
- flume-http-monitor
- src/main/resources/META-INF/services
- flume-prometheus-monitor
- src/main/resources/META-INF/services
- flume-ng-node/src/test/java/org/apache/flume/node
- flume-ng-sources
- flume-http-source
- src/test/java/org/apache/flume/source/http
- flume-netcat-source
- flume-syslog-source
- src/test/java/org/apache/flume/source/syslog
- flume-taildir-source/src/main/java/org/apache/flume/source/taildir
- flume-parent
- flume-third-party
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
538 | 541 | | |
539 | 542 | | |
540 | 543 | | |
| |||
729 | 732 | | |
730 | 733 | | |
731 | 734 | | |
| 735 | + | |
| 736 | + | |
732 | 737 | | |
733 | 738 | | |
734 | 739 | | |
| |||
765 | 770 | | |
766 | 771 | | |
767 | 772 | | |
| 773 | + | |
| 774 | + | |
768 | 775 | | |
769 | 776 | | |
770 | 777 | | |
| |||
779 | 786 | | |
780 | 787 | | |
781 | 788 | | |
| 789 | + | |
| 790 | + | |
782 | 791 | | |
783 | 792 | | |
784 | 793 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | 193 | | |
195 | 194 | | |
196 | 195 | | |
| |||
213 | 212 | | |
214 | 213 | | |
215 | 214 | | |
216 | | - | |
217 | 215 | | |
218 | 216 | | |
219 | 217 | | |
| |||
246 | 244 | | |
247 | 245 | | |
248 | 246 | | |
249 | | - | |
250 | 247 | | |
251 | 248 | | |
252 | 249 | | |
| |||
269 | 266 | | |
270 | 267 | | |
271 | 268 | | |
272 | | - | |
273 | 269 | | |
274 | 270 | | |
275 | 271 | | |
| |||
0 commit comments