This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/logging-flume.git
from ae6c7db2 Fix the file channel and the test suite on Windows (#478)
new 7e82cd28 Build with the `logging-parent` reusable workflows (#470)
new 7d95757b Automate dependency updates with Dependabot (#475)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/dependabot.yaml | 77 ++++++++++++++++++
.../workflows/analyze-dependabot.yaml | 39 ++++------
.github/workflows/build.yaml | 90 ++++++++++++++++++++++
.github/workflows/build.yml | 77 ------------------
.github/workflows/process-dependabot.yaml | 48 ++++++++++++
pom.xml | 3 -
.../.2.x.x/.release-notes.adoc.ftl} | 13 ++--
.../changelog/.changelog.adoc.ftl | 26 +++----
src/changelog/.index.adoc.ftl | 42 ++++++++++
9 files changed, 291 insertions(+), 124 deletions(-)
create mode 100644 .github/dependabot.yaml
copy antora-playbook.yaml => .github/workflows/analyze-dependabot.yaml (55%)
create mode 100644 .github/workflows/build.yaml
delete mode 100644 .github/workflows/build.yml
create mode 100644 .github/workflows/process-dependabot.yaml
copy src/{site/antora/modules/ROOT/pages/flume-spring-boot/releases/index.adoc
=> changelog/.2.x.x/.release-notes.adoc.ftl} (73%)
copy flume-ng-channels/flume-file-channel/src/test/resources/log4j2.xml =>
src/changelog/.changelog.adoc.ftl (64%)
create mode 100644 src/changelog/.index.adoc.ftl