This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/logging-flume.git
commit 7b06fb8d9dfdb31c097b5c5b44a0174d0d517f41 Author: Ralph Goers <[email protected]> AuthorDate: Mon Mar 20 12:29:37 2023 -0700 Add Subprojects home --- source/sphinx/flume-spring-boot/download.rst | 35 +++++++++++++ source/sphinx/flume-spring-boot/index.rst | 13 +++++ source/sphinx/flume-spring-boot/releases/2.0.0.rst | 14 +++++ source/sphinx/flume-spring-boot/releases/index.rst | 19 +++++++ source/sphinx/flume-spring-boot/source.rst | 61 ++++++++++++++++++++++ source/sphinx/index.rst | 1 + source/sphinx/subprojects.rst | 13 +++++ 7 files changed, 156 insertions(+) diff --git a/source/sphinx/flume-spring-boot/download.rst b/source/sphinx/flume-spring-boot/download.rst new file mode 100644 index 00000000..389df5f0 --- /dev/null +++ b/source/sphinx/flume-spring-boot/download.rst @@ -0,0 +1,35 @@ +==================================== +Downloading Apache Flume Spring Boot +==================================== + +Apache Flume Spring Boot is distributed under the `Apache License, version 2.0 <https://www.apache.org/licenses/LICENSE-2.0.html>`_ + +The link in the Mirrors column should display a list of available mirrors with a default selection based on your +inferred location. If you do not see that page, try a different browser. The checksum and signature are links to the +originals on the main distribution server. + +.. csv-table:: + + "Apache Flume Spring Boot binary (tar.gz)", `apache-flume-spring-boot-2.0.0-bin.tar.gz <https://www.apache.org/dyn/closer.lua/flume/2.0.0/apache-flume-spring-boot-2.0.0-bin.tar.gz>`_, `apache-flume-spring-boot-2.0.0-bin.tar.gz.sha512 <https://www.apache.org/dist/flume/flume-spring-boot/2.0.0/apache-flume-spring-boot-2.0.0-bin.tar.gz.sha512>`_, `apache-flume-spring-boot-2.0.0-bin.tar.gz.asc <https://www.apache.org/dist/flume/flume-spring-boot/2.0.0/apache-flume-spring-boot-2.0.0-bin.t [...] + "Apache Flume Spring Boot source (tar.gz)", `apache-flume-spring-boot-2.0.0-src.tar.gz <https://www.apache.org/dyn/closer.lua/flume/2.0.0/apache-flume-spring-boot-2.0.0-src.tar.gz>`_, `apache-flume-spring-boot-2.0.0-src.tar.gz.sha512 <https://www.apache.org/dist/flume/flume-spring-boot/2.0.0/apache-flume-spring-boot-2.0.0-src.tar.gz.sha512>`_, `apache-flume-spring-boot-2.0.0-src.tar.gz.asc <https://www.apache.org/dist/flume/flume-spring-boot/2.0.0/apache-flume-spring-boot-2.0.0-src.ta [...] + +It is essential that you verify the integrity of the downloaded files using the PGP or SHA512 signatures. Please read +`Verifying Apache HTTP Server Releases <https://httpd.apache.org/dev/verification.html>`_ for more information on +why you should verify our releases. + +The PGP signatures can be verified using PGP or GPG. First download the `KEYS <https://www.apache.org/dist/flume/KEYS>`_ +as well as the asc signature file for the relevant distribution. Make sure you get these files from the +`main distribution directory <https://www.apache.org/dist/flume/flume-spring-boot/>`_ rather than from a mirror. +Then verify the signatures using:: + + % gpg --import KEYS + % gpg --verify apache-flume-spring-boot-2.0.0-src.tar.gz.asc + +Apache Flume 2.0.0 is signed by Ralph Goers B3D8E1BA + +In addition, you can verify the SHA512 checksum on the files. A Unix program called sha or sha512sum is included in +many Unix distributions. Note that verifying the checksum is unnecessary if the PGP signature has been validated. + +.. rubric:: Previous_Releases + +All previous releases of Apache Flume can be found in the `archive repository <https://archive.apache.org/dist/flume/flume-spring-boot>`_. diff --git a/source/sphinx/flume-spring-boot/index.rst b/source/sphinx/flume-spring-boot/index.rst new file mode 100644 index 00000000..4a4fe6b1 --- /dev/null +++ b/source/sphinx/flume-spring-boot/index.rst @@ -0,0 +1,13 @@ +Apache Flume Spring Boot +======================== + +The Apache Flume Spring Boot module provides the minimal framework required to allow +Apache Flume to be created and configured as a "normal" Spring Boot applications. + +.. toctree:: + :maxdepth: 1 + + download + releases/index + source + diff --git a/source/sphinx/flume-spring-boot/releases/2.0.0.rst b/source/sphinx/flume-spring-boot/releases/2.0.0.rst new file mode 100644 index 00000000..0ae3031e --- /dev/null +++ b/source/sphinx/flume-spring-boot/releases/2.0.0.rst @@ -0,0 +1,14 @@ +======================= +Flume Spring Boot 2.0.0 +======================= + + +.. rubric:: Status of this release + +This release is the first release of Apache Flume Spring Boot as a standalone project. + +.. rubric:: Changes + +* Bugs + - [#1] - Require Applications to define a configuration class containing the appropriate ComponentScan declaration in spring.factories. + diff --git a/source/sphinx/flume-spring-boot/releases/index.rst b/source/sphinx/flume-spring-boot/releases/index.rst new file mode 100644 index 00000000..82923b14 --- /dev/null +++ b/source/sphinx/flume-spring-boot/releases/index.rst @@ -0,0 +1,19 @@ +Flume Spring Boot Releases +========================== + +.. rubric:: Current Release + +The current stable release is `Apache Flume Sprinb Boot Version 2.0.0 <2.0.0.html>`__. + +.. toctree:: + :maxdepth: 1 + :hidden: + + 2.0.0 + +.. rubric:: Previous Releases + +.. toctree:: + :maxdepth: 1 + :glob: + diff --git a/source/sphinx/flume-spring-boot/source.rst b/source/sphinx/flume-spring-boot/source.rst new file mode 100644 index 00000000..e9788851 --- /dev/null +++ b/source/sphinx/flume-spring-boot/source.rst @@ -0,0 +1,61 @@ +========================================== +Apache Flume Spring Boot Source Repository +========================================== + +.. rubric:: Overview + +This project uses `Git <http://git-scm.com/>`_ to manage its source code. Instructions on +Git use can be found in the `Git documentation <http://git-scm.com/documentation/>`_. + +.. rubric:: Web Access + +The following is a link to the online source repository. + +.. raw:: html + + <div class="highlight-none"><div class="highlight"><pre> + <a href="https://github.com/apache/flume-spring-boot">https://github.com/apache/flume-spring-boot</a> + </pre></div></div> + +.. rubric:: Anonymous Access + +The source can be checked out anonymously from git with this command::: + + $ git clone https://github.com/apache/flume-spring-boot.git + +.. rubric:: Developer Access + +Everyone can access the Git repository via HTTP, but Committers must clone the git repository via HTTPS.:: + + $ git clone [email protected]:apache/flume-spring-boot.git + +Committers should first commit the patch to trunk on your local repo:: + + $ git pull + $ git commit -m "A message" + $ git log + +Copy the commit hash of the commit you just made. Then:: + + $ git pull + $ git cherry-pick <commit hash of the commit you made> (This should get committed immediately). + +Now push to trunk:: + + $ git push -u origin trunk + +For more details, please read: `Git at Apache <https://gitbox.apache.org/>`_. + +Please note that the main development branch is **trunk**, not master. + +.. rubric:: Access Through a Proxy + +The Git client can go through a proxy, if you configure it to do so. To configure git to use a proxy:: + + $ git config http.proxy address:port + +Then do a git clone as usual:: + + $ git clone https://github.com/apache/flume-spring-boot + +**Note 2:** Committers could use either Apache Gitbox or Github repositories. SVN can no longer be used to commit. diff --git a/source/sphinx/index.rst b/source/sphinx/index.rst index 0115145b..c3162fec 100644 --- a/source/sphinx/index.rst +++ b/source/sphinx/index.rst @@ -639,5 +639,6 @@ Feel free to post to the User's mailing list with any questions. source testing license + subprojects .. diff --git a/source/sphinx/subprojects.rst b/source/sphinx/subprojects.rst new file mode 100644 index 00000000..c7388e9b --- /dev/null +++ b/source/sphinx/subprojects.rst @@ -0,0 +1,13 @@ +============ +Sub Projects +============ + +Apache Flume has companion projects that provide extra functionality such as Channels, Sources, and Sinks as well as +ways to integrate with third party functionality. + +.. toctree:: + :maxdepth: 1 + + flume-spring-boot/index + +.. \ No newline at end of file
