flume git commit: Add an HTTP sink

2017-01-24 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 5e52ac4ad -> a84491472 Add an HTTP sink This patch adds an HTTP sink. Supports configurable backoff & retry for different HTTP status codes, and instrumentation. This closes #84 Reviewers: Shang Wu, Jeff Holoman, Bessenyei Balázs Donát

flume git commit: Add Impala and Hive recommendation on hdfs.writeFormat setting in the user guide

2017-02-17 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 630083228 -> 4b6b841ab Add Impala and Hive recommendation on hdfs.writeFormat setting in the user guide This closes #89 Reviewers: Denes Arvay, Jeff Holoman (Attila Simon via Bessenyei Balázs Donát) Project:

flume git commit: FLUME-2998. Add a missing configuration parameter to SequenceSource docs

2016-09-30 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 591b13832 -> fca8c5b97 FLUME-2998. Add a missing configuration parameter to SequenceSource docs SequenceSource's totalEvents is configurable, but it is not in the documentation. This patch fixes that problem by adding the missing

flume git commit: FLUME-3003. Fix flaky testSourceCounter in TestSyslogUdpSource

2016-10-07 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk fca8c5b97 -> 27c725802 FLUME-3003. Fix flaky testSourceCounter in TestSyslogUdpSource The event processing in SyslogUDPSource is handled on a separate thread by Netty so message delivery, thus the sourceCounter's increment can be delayed

flume git commit: FLUME-2966. Fix NPE in JMS Source

2016-09-26 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk d9c9a7dd9 -> 591b13832 FLUME-2966. Fix NPE in JMS Source JMS Source does not check for null text in a TextMessage. This can lead to NullPointerException. This commit fixes that problem by checking for nullity of textMessage.getText().

[3/3] flume git commit: Update POM versions to 1.7.0 for Flume 1.7.0 release

2016-10-10 Thread bessbd
Update POM versions to 1.7.0 for Flume 1.7.0 release Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/2526ea06 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/2526ea06 Diff:

[2/3] flume git commit: Update CHANGELOG for 1.7

2016-10-10 Thread bessbd
Update CHANGELOG for 1.7 Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/5e400ea8 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/5e400ea8 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/5e400ea8 Branch:

[3/3] flume git commit: FLUME-2924. Update POM versions to 1.8.0-SNAPSHOT

2016-10-10 Thread bessbd
FLUME-2924. Update POM versions to 1.8.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/bb0eba0b Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/bb0eba0b Diff:

[1/3] flume git commit: Update RELEASE-NOTES for 1.7.0

2016-10-10 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 2fd0d2572 -> bb0eba0b2 Update RELEASE-NOTES for 1.7.0 Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/d40abcbf Tree:

[2/3] flume git commit: Update CHANGELOG for 1.7

2016-10-10 Thread bessbd
Update CHANGELOG for 1.7 Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/5e400ea8 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/5e400ea8 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/5e400ea8 Branch:

[1/3] flume git commit: Update RELEASE-NOTES for 1.7.0

2016-10-10 Thread bessbd
Repository: flume Updated Branches: refs/heads/flume-1.7 [created] 2526ea06c Update RELEASE-NOTES for 1.7.0 Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/d40abcbf Tree:

flume git commit: FLUME-3020. Improve HDFS Sink escape sequence substitution

2016-11-09 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk f581f6ed0 -> 9868c4231 FLUME-3020. Improve HDFS Sink escape sequence substitution When using escape sequences, the current code will call InetAddress for every event which results in a huge impact to performance. This patch fixes that

flume git commit: FLUME-2812. Fix semaphore leak causing java.lang.Error: Maximum permit count exceeded in MemoryChannel

2016-11-04 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 911de0078 -> f581f6ed0 FLUME-2812. Fix semaphore leak causing java.lang.Error: Maximum permit count exceeded in MemoryChannel bytesRemaining.release(putByteCounter) gets called in MemoryTransaction.doRollback while acquire is called only

flume git commit: Add .travis.yml

2016-10-22 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 94f1fab85 -> d6a73c8e3 Add .travis.yml ASF infra has enabled Travis for Apache Flume. This change adds .travis.yml, because the option "Build only if .travis.yml is present" is turned on. With this commit, builds will run with

flume git commit: Fix .travis.yml

2016-10-22 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk d6a73c8e3 -> 132063b93 Fix .travis.yml License was missing from .travis.yml, so RAT checks failed. This commit adds the license header to .travis.yml. After this change RAT passes again. This closes #74 Project:

[flume] Git Push Summary

2016-10-18 Thread bessbd
Repository: flume Updated Tags: refs/tags/release-1.7.0 [created] 21d8887af

flume git commit: Fix startup order for ExecSource

2016-10-18 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 87d4c2c13 -> 94f1fab85 Fix startup order for ExecSource This patch starts the SourceCounter in the ExecSource before starting the runner thread that processes input from the forked command. Starting the SourceCounter before calling its

flume git commit: Add Developer Section / How to Release from cwiki.apache.org

2016-10-25 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 2399329ee -> 9b65219cc Add Developer Section / How to Release from cwiki.apache.org Reviewers: Mike Percy This closes #77 Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit:

flume git commit: FLUME-3002. Fix tests in TestBucketWriter

2016-10-24 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 4b44dfc64 -> 2399329ee FLUME-3002. Fix tests in TestBucketWriter Some tests are flaky in TestBucketWriter. This commit fixes the flakiness mentioned before by adding a new constructor with an extra Clock parameter. Reviewers: Attila

flume git commit: Set MAVEN_OPTS for Travis-CI

2016-10-24 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 132063b93 -> 4b44dfc64 Set MAVEN_OPTS for Travis-CI Travis builds occasionally fail with Java heap space error. This commit sets higher limits to fix the issue mentioned above. Reviewers: Lior Zeno, Mike Percy This closes #75 Project:

flume git commit: Remove hostHeader = hostname property from Host interceptor example

2016-11-19 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 9868c4231 -> 72a68f0d4 Remove hostHeader = hostname property from Host interceptor example We are overriding the host header name from `host` to `hostname` in the example usage section. Due to this example users are overriding the header

flume git commit: Add e-mail templates to HowToRelease.md

2016-10-28 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 14fb4d84f -> 911de0078 Add e-mail templates to HowToRelease.md Reviewers: Attila Simon This closes #78 Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/911de007 Tree:

flume git commit: Add Developer Section / How to Contribute from cwiki.apache.org

2016-10-27 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 7c4b2fd3e -> beddc405b Add Developer Section / How to Contribute from cwiki.apache.org Reviewers: Attila Simon This closes #79 Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit:

flume git commit: Add Developer Section / How to Commit from cwiki.apache.org

2016-10-28 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk beddc405b -> 68f955d86 Add Developer Section / How to Commit from cwiki.apache.org Reviewers: Attila Simon This closes #80 Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit:

flume git commit: Add Developer Section / Developers Quick Hack Sheet from cwiki.apache.org

2016-10-28 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 68f955d86 -> 5bf1d9b7b Add Developer Section / Developers Quick Hack Sheet from cwiki.apache.org Reviewers: Attila Simon This closes #81 Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit:

flume git commit: FLUME-2857. Make Kafka Source/Channel/Sink restore default values when live updating config

2016-10-28 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 5bf1d9b7b -> 14fb4d84f FLUME-2857. Make Kafka Source/Channel/Sink restore default values when live updating config This commit changes Kafka Channel, Sink and Source to fix an error where sub-configurations aren't tolerant of the

flume git commit: Add flume-shared module to assembly xmls

2016-10-11 Thread bessbd
Repository: flume Updated Branches: refs/heads/flume-1.7 38b5b3a7e -> 1a62453e2 Add flume-shared module to assembly xmls Fixes the issue that the assembly plugin created the source package without the flume-shared project in it so maven compile failed on that. This closes #67 Reviewers:

[flume] Git Push Summary

2016-10-11 Thread bessbd
Repository: flume Updated Tags: refs/tags/release-1.7.0-rc1 [created] 724bc6323

flume git commit: Remove checkstyle from flume-1.7 branch

2016-10-11 Thread bessbd
Repository: flume Updated Branches: refs/heads/flume-1.7 2526ea06c -> 38b5b3a7e Remove checkstyle from flume-1.7 branch Something about the checkstyle Maven config is causing the source artifact build to fail. Let's just remove checkstyle from the 1.7 branch for the moment until we figure out

flume git commit: Add flume-shared module to assembly xmls

2016-10-11 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk bb0eba0b2 -> 05feab49b Add flume-shared module to assembly xmls Fixes the issue that the assembly plugin created the source package without the flume-shared project in it so maven compile failed on that. This closes #67 Reviewers: Mike

[flume] Git Push Summary

2016-10-11 Thread bessbd
Repository: flume Updated Tags: refs/tags/release-1.7.0-rc1 [deleted] c3c92d481

[flume] Git Push Summary

2016-10-12 Thread bessbd
Repository: flume Updated Tags: refs/tags/release-1.7.0-rc2 [created] 511d86855

flume git commit: Add README.md and doap_Flume.rdf to the generated release artifacts

2016-10-12 Thread bessbd
Repository: flume Updated Branches: refs/heads/flume-1.7 1a62453e2 -> 174bed476 Add README.md and doap_Flume.rdf to the generated release artifacts This closes #69 Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/174bed47

svn commit: r1765259 [2/3] - in /flume/site/trunk/content/sphinx: FlumeDeveloperGuide.rst FlumeUserGuide.rst download.rst index.rst releases/1.6.0.rst releases/1.7.0.rst releases/index.rst

2016-10-17 Thread bessbd
Modified: flume/site/trunk/content/sphinx/FlumeUserGuide.rst URL: http://svn.apache.org/viewvc/flume/site/trunk/content/sphinx/FlumeUserGuide.rst?rev=1765259=1765258=1765259=diff == ---

svn commit: r1765259 [1/3] - in /flume/site/trunk/content/sphinx: FlumeDeveloperGuide.rst FlumeUserGuide.rst download.rst index.rst releases/1.6.0.rst releases/1.7.0.rst releases/index.rst

2016-10-17 Thread bessbd
Author: bessbd Date: Mon Oct 17 12:34:04 2016 New Revision: 1765259 URL: http://svn.apache.org/viewvc?rev=1765259=rev Log: Update the website for Apache Flume 1.7.0 Added: flume/site/trunk/content/sphinx/releases/1.7.0.rst Modified: flume/site/trunk/content/sphinx

svn commit: r1765261 - /flume/site/trunk/content/sphinx/index.rst

2016-10-17 Thread bessbd
Author: bessbd Date: Mon Oct 17 12:42:08 2016 New Revision: 1765261 URL: http://svn.apache.org/viewvc?rev=1765261=rev Log: Fix list of contributors for 1.7.0 Modified: flume/site/trunk/content/sphinx/index.rst Modified: flume/site/trunk/content/sphinx/index.rst URL: http://svn.apache.org

svn commit: r999552 - in /websites/production/flume/content: ./ releases/content/

2016-10-17 Thread bessbd
Author: bessbd Date: Mon Oct 17 12:43:33 2016 New Revision: 999552 Log: Fix list of contributors for 1.7.0 Added: websites/production/flume/content/ - copied from r999551, websites/staging/flume/trunk/content/ websites/production/flume/content/releases/content/ - copied from

svn commit: r1765309 - /flume/site/trunk/content/sphinx/download.rst

2016-10-17 Thread bessbd
Author: bessbd Date: Mon Oct 17 15:19:17 2016 New Revision: 1765309 URL: http://svn.apache.org/viewvc?rev=1765309=rev Log: Change us.apache.org links to apache.org Modified: flume/site/trunk/content/sphinx/download.rst Modified: flume/site/trunk/content/sphinx/download.rst URL: http

svn commit: r999555 - in /websites/production/flume/content/releases/content/1.7.0: ./ apidocs/ apidocs/com/ apidocs/com/cloudera/ apidocs/com/cloudera/flume/ apidocs/com/cloudera/flume/handlers/ apid

2016-10-17 Thread bessbd
Author: bessbd Date: Mon Oct 17 13:25:06 2016 New Revision: 999555 Log: Add docs to the 1.7.0 release directory [This commit notification would consist of 248 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r999550 - in /websites/production/flume/content: ./ releases/content/

2016-10-17 Thread bessbd
Author: bessbd Date: Mon Oct 17 12:40:36 2016 New Revision: 999550 Log: Update the website for Apache Flume 1.7.0 Added: websites/production/flume/content/ - copied from r999549, websites/staging/flume/trunk/content/ websites/production/flume/content/releases/content

svn commit: r999556 - /websites/production/flume/content/releases/content/1.7.0/FlumeUserGuide.pdf

2016-10-17 Thread bessbd
Author: bessbd Date: Mon Oct 17 13:28:05 2016 New Revision: 999556 Log: Fix User Guide pdf for 1.7.0 Modified: websites/production/flume/content/releases/content/1.7.0/FlumeUserGuide.pdf Modified: websites/production/flume/content/releases/content/1.7.0/FlumeUserGuide.pdf

svn commit: r999563 - in /websites/production/flume/content: ./ releases/content/

2016-10-17 Thread bessbd
Author: bessbd Date: Mon Oct 17 15:24:21 2016 New Revision: 999563 Log: Change us.apache.org links to apache.org Added: websites/production/flume/content/ - copied from r999560, websites/staging/flume/trunk/content/ websites/production/flume/content/releases/content/ - copied

flume git commit: FLUME-3031. Change sequence source to reset its counter for event body on channel exception

2016-12-06 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk fa1ee05af -> 2ff2dbbd1 FLUME-3031. Change sequence source to reset its counter for event body on channel exception This patch improves rollbacks for the sequence source. Also, it updates tests and user documentation accordingly. This

flume git commit: FLUME-3027. Change Kafka Channel to clear offsets map after commit

2016-12-05 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk ed9f6ff6f -> fa1ee05af FLUME-3027. Change Kafka Channel to clear offsets map after commit This change adds a call to clear the offsets map after a commit so as to avoid repeatedly committing already-committed offsets. Also updates various

flume git commit: Fix Remove Header Interceptor properties table in FlumeUserGuide.rst

2016-11-30 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 31c729e3c -> ed9f6ff6f Fix Remove Header Interceptor properties table in FlumeUserGuide.rst This closes #91 Reviewers: Denes Arvay, Bessenyei Balázs Donát (Attila Simon via Bessenyei Balázs Donát) Project:

flume git commit: FLUME-2993. Add support for environment variables in configuration files

2017-01-06 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 2ff2dbbd1 -> 5e52ac4ad FLUME-2993. Add support for environment variables in configuration files Flume does not currently support environment variable interpolation in the properties file configuration. Enabling it helps with: * removing

flume git commit: FLUME-3080. Close failure in HDFS Sink might cause data loss

2017-04-09 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 73d874440 -> e5c3e6aa7 FLUME-3080. Close failure in HDFS Sink might cause data loss If the HDFS Sink tries to close a file but it fails (e.g. due to timeout) the last block might not end up in COMPLETE state. In this case block recovery

flume git commit: FLUME-2817. docs: Fix multi-agent flow example

2017-04-09 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk e5c3e6aa7 -> 03c8357df FLUME-2817. docs: Fix multi-agent flow example This closes #126 Reviewers: Denes Arvay, Bessenyei Balázs Donát (Marcell Hegedus via Bessenyei Balázs Donát) Project:

flume git commit: FLUME-3043. Fix NPE in Kafka Sink and Channel

2017-04-16 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 03c8357df -> c718dae09 FLUME-3043. Fix NPE in Kafka Sink and Channel When logging level is set to DEBUG, Kafka Sink and Kafka Channel may throw a NullPointerException. This patch ensures that `metadata` is not null to avoid the exception.

flume git commit: Fix HttpSink bad response handling

2017-07-12 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 964bcf56a -> c570a51b3 Fix HttpSink bad response handling After a bad response, connection.getInputStream() returns null. This patch adds a check for this. This closes #139 Reviewers: Bessenyei Balázs Donát (filippovmn via Bessenyei

flume git commit: FLUME-2917. Provide netcat UDP source as alternative to TCP

2017-07-02 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk 5e9cfef2b -> ef54f9fd6 FLUME-2917. Provide netcat UDP source as alternative to TCP This patch adds a netcat UDP source. Reviewers: Lior Zeno, Chris Horrocks, Bessenyei Balázs Donát (Tristan Stevens via Bessenyei Balázs Donát)

flume git commit: FLUME-3083. Check byte position of file in update condition of Taildir Source

2017-04-27 Thread bessbd
Repository: flume Updated Branches: refs/heads/trunk c718dae09 -> dfa062757 FLUME-3083. Check byte position of file in update condition of Taildir Source This patch addresses an edge case of the Taildir Source wherein it can miss reading events written in the same second as the file closing.

[flume] branch trunk updated: FLUME-3338: Add doc about Kafka channel recoverability

2019-06-25 Thread bessbd
This is an automated email from the ASF dual-hosted git repository. bessbd pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/flume.git The following commit(s) were added to refs/heads/trunk by this push: new 435057c FLUME-3338: Add doc about Kafka channel

[flume] branch trunk updated: Fix broken build

2019-10-24 Thread bessbd
This is an automated email from the ASF dual-hosted git repository. bessbd pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/flume.git The following commit(s) were added to refs/heads/trunk by this push: new 4270af5 Fix broken build 4270af5 is described

[flume] branch trunk updated: Fix minor typo in EmbeddedAgent javadoc

2019-10-05 Thread bessbd
This is an automated email from the ASF dual-hosted git repository. bessbd pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/flume.git The following commit(s) were added to refs/heads/trunk by this push: new a3c2678 Fix minor typo in EmbeddedAgent javadoc

[flume] branch trunk updated: Fix broken build

2019-10-13 Thread bessbd
This is an automated email from the ASF dual-hosted git repository. bessbd pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/flume.git The following commit(s) were added to refs/heads/trunk by this push: new 74dc4ef Fix broken build 74dc4ef is described

[flume] branch trunk updated: Revert "Fix broken build"

2019-10-13 Thread bessbd
This is an automated email from the ASF dual-hosted git repository. bessbd pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/flume.git The following commit(s) were added to refs/heads/trunk by this push: new e4af39b Revert "Fix broken build&quo

[flume] branch trunk updated (59ffd4f -> ce6db54)

2021-04-07 Thread bessbd
This is an automated email from the ASF dual-hosted git repository. bessbd pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/flume.git. from 59ffd4f FLUME-3368 Update Jackson to 2.9.10 add ce6db54 FLUME-3389 Build and test Apache Flume on ARM64 CPU

[flume] branch fix-flume-ng-typo created (now 4d43457f)

2022-06-06 Thread bessbd
This is an automated email from the ASF dual-hosted git repository. bessbd pushed a change to branch fix-flume-ng-typo in repository https://gitbox.apache.org/repos/asf/flume.git at 4d43457f Fix typo in the flume-ng script This branch includes the following new commits: new

[flume] 01/01: Fix typo in the flume-ng script

2022-06-06 Thread bessbd
This is an automated email from the ASF dual-hosted git repository. bessbd pushed a commit to branch fix-flume-ng-typo in repository https://gitbox.apache.org/repos/asf/flume.git commit 4d43457f96035097b02b239cbd93d6c97c45043b Author: Bessenyei Balázs Donát <9086834+

[flume] 01/01: Update repository in VersionInfo

2022-06-06 Thread bessbd
This is an automated email from the ASF dual-hosted git repository. bessbd pushed a commit to branch update-version-info-repository in repository https://gitbox.apache.org/repos/asf/flume.git commit 62a8d31fe1e012bb875c53c6bf8099261ead03c0 Author: Bessenyei Balázs Donát <9086834+

[flume] branch update-version-info-repository created (now 62a8d31f)

2022-06-06 Thread bessbd
This is an automated email from the ASF dual-hosted git repository. bessbd pushed a change to branch update-version-info-repository in repository https://gitbox.apache.org/repos/asf/flume.git at 62a8d31f Update repository in VersionInfo This branch includes the following new commits

[flume] 01/01: Update RELEASE-NOTES

2022-06-06 Thread bessbd
This is an automated email from the ASF dual-hosted git repository. bessbd pushed a commit to branch update-release-notes-version-number in repository https://gitbox.apache.org/repos/asf/flume.git commit b23a6d5a58cc61d6660551a26b07b24e8688866d Author: Bessenyei Balázs Donát <9086834+

[flume] branch update-release-notes-version-number created (now b23a6d5a)

2022-06-06 Thread bessbd
This is an automated email from the ASF dual-hosted git repository. bessbd pushed a change to branch update-release-notes-version-number in repository https://gitbox.apache.org/repos/asf/flume.git at b23a6d5a Update RELEASE-NOTES This branch includes the following new commits: new

[flume-spring-boot] 01/01: Update .asf.yaml

2023-03-20 Thread bessbd
This is an automated email from the ASF dual-hosted git repository. bessbd pushed a commit to branch fix-url-in-asf-yaml in repository https://gitbox.apache.org/repos/asf/flume-spring-boot.git commit 3c40116d88f51f098e35b9ab7bd546337074fb32 Author: Bessenyei Balázs Donát <9086834+

[flume-spring-boot] branch fix-url-in-asf-yaml created (now 3c40116)

2023-03-20 Thread bessbd
This is an automated email from the ASF dual-hosted git repository. bessbd pushed a change to branch fix-url-in-asf-yaml in repository https://gitbox.apache.org/repos/asf/flume-spring-boot.git at 3c40116 Update .asf.yaml This branch includes the following new commits: new 3c40116

[flume-spring-boot] branch fix-typos-in-release-notes created (now dbe9d34)

2023-03-30 Thread bessbd
This is an automated email from the ASF dual-hosted git repository. bessbd pushed a change to branch fix-typos-in-release-notes in repository https://gitbox.apache.org/repos/asf/flume-spring-boot.git at dbe9d34 Fix some typos in RELEASE-NOTES.txt This branch includes the following new

[flume-spring-boot] 01/01: Fix some typos in RELEASE-NOTES.txt

2023-03-30 Thread bessbd
This is an automated email from the ASF dual-hosted git repository. bessbd pushed a commit to branch fix-typos-in-release-notes in repository https://gitbox.apache.org/repos/asf/flume-spring-boot.git commit dbe9d3421fbaf645116fbdd14a69f5cf3d9dd786 Author: Bessenyei Balázs Donát <9086834+

[flume-spring-boot] branch update-notice created (now 7136aa6)

2023-03-20 Thread bessbd
This is an automated email from the ASF dual-hosted git repository. bessbd pushed a change to branch update-notice in repository https://gitbox.apache.org/repos/asf/flume-spring-boot.git at 7136aa6 Update NOTICE.txt No new revisions were added by this update.