ARTEMIS-43 Adding notice about HornetQ donation and adding a history session
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/c0eb080b Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/c0eb080b Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/c0eb080b Branch: refs/heads/master Commit: c0eb080bf7dd8a2b77000e2cf960dac9838b9840 Parents: a242f27 Author: Clebert Suconic <[email protected]> Authored: Mon Jul 25 16:26:54 2016 -0400 Committer: Martyn Taylor <[email protected]> Committed: Wed Jul 27 16:13:03 2016 +0100 ---------------------------------------------------------------------- docs/hacking-guide/en/SUMMARY.md | 1 + docs/hacking-guide/en/history.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/c0eb080b/docs/hacking-guide/en/SUMMARY.md ---------------------------------------------------------------------- diff --git a/docs/hacking-guide/en/SUMMARY.md b/docs/hacking-guide/en/SUMMARY.md index 2c8038f..376abaa 100644 --- a/docs/hacking-guide/en/SUMMARY.md +++ b/docs/hacking-guide/en/SUMMARY.md @@ -8,4 +8,5 @@ * [Code Formatting](formatting.md) * [Validating releases](validating-releases.md) * [Notes for Maintainers](maintainers.md) +* [History](history.md) http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/c0eb080b/docs/hacking-guide/en/history.md ---------------------------------------------------------------------- diff --git a/docs/hacking-guide/en/history.md b/docs/hacking-guide/en/history.md new file mode 100644 index 0000000..76e74b0 --- /dev/null +++ b/docs/hacking-guide/en/history.md @@ -0,0 +1,21 @@ +History +======= + +The Apache ActiveMQ Artemis project was started in October 2014. The Artemis code base was seeded with a code donation granted by Red Hat, of the HornetQ project. The code donation process consisted of taking a snapshot of the latest HornetQ code base and contributing this snapshot as an [initial git commit](https://issues.apache.org/jira/browse/ARTEMIS-1) into the Artemis git repository. + +The HornetQ commit history is preserved and can be accessed here: [https://github.com/hornetq/hornetq/tree/apache-donation](https://github.com/hornetq/hornetq/tree/apache-donation) + +Credit should be given to those developers who contributed to the HornetQ project. The top 10 committers are highlighted here: + +- Clebert Suconic +- Tim Fox +- Francisco Borges +- Andy Taylor +- Jeff Mesnil +- Ovidiu Feodorov +- Howard Gao +- Justin Bertram +- Trustin Lee +- Adrian Brock + +For more information please visit the [HornetQ GitHub project](https://github.com/hornetq/hornetq/tree/apache-donation).
