You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2014/02/11 08:37:02 UTC

svn commit: r1566999 - in /servicemix/site/production: community/contributing.html index.html

Author: gertv
Date: Tue Feb 11 07:37:02 2014
New Revision: 1566999

URL: http://svn.apache.org/r1566999
Log:
[scm-publish] Updating main website contents

Modified:
    servicemix/site/production/community/contributing.html
    servicemix/site/production/index.html

Modified: servicemix/site/production/community/contributing.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/community/contributing.html?rev=1566999&r1=1566998&r2=1566999&view=diff
==============================================================================
--- servicemix/site/production/community/contributing.html (original)
+++ servicemix/site/production/community/contributing.html Tue Feb 11 07:37:02 2014
@@ -98,7 +98,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<h1 id="AnyoneCanContribute">Anyone Can Contribute! </h1><p>There are many ways you can help make ServiceMix a better piece of software - please dive in and help!</p><p>Surf the documentation - if somethings confusing or not clear, let us know or even edit it yourself. All you need to do is <a href="http://cwiki.apache.org/confluence/signup.action">register for a wiki account</a> and you can begin contributing your own docs, fixing docs, updating docs, etc. </p><p>Download the code, try it out, and see what you think. Browse the source code. Got an itch to scratch, want to tune some operation or add some feature? Anyone can dive right in. </p><p>Want to do some hacking on ServiceMix? Try surfing the our <a href="http://issues.apache.org/activemq/browse/SM">issue tracker</a> for open issues or features that need to be implemented, take ownership of an issue and try to fix it.</p><p>If you'd rather have a more gentle introduction to working on the ServiceMix project, look at the <a hr
 ef="http://svn.apache.org/repos/asf/incubator/servicemix/trunk/servicemix-core/src/test/java/org/apache/servicemix/">unit tests cases</a> and help us to improve our test coverage.</p><h2 id="ApacheCommitters">Apache Committers</h2><p>Apache committers are allowed write access to the <a href="https://svn.apache.org/repos/asf/servicemix/sandbox">ServiceMix sandbox</a>.  This makes it easy to collaborate with us on components or integration efforts with other Apache projects.  Simply create a directory with your Apache userid and branch the code you want to work on.  Create a Jira issue with a description of the work and use this Jira ID in the comments for your commits.  The work history will now appear in the Fisheye and Subversion Commits tabs of the Jira issue.</p><h2 id="GettingInTouch">Getting In Touch</h2><p>There are various ways of communicating with the ServiceMix community.</p><ul style="list-style: square"><li><p>visit the <a href="discussion-forums.html">Discussion Forums<
 /a></p></li><li><p>subscribe to the <a href="mailing-lists.html">Mailing Lists</a> and take part in any conversations</p></li><li><p>pop by on <a href="irc://irc.codehaus.org/servicemix">IRC</a> and say hi</p></li><li><p>add some comments to the <a href="../site/navigation.html">wiki</a>(requires a log in)</p></li><li><p>if you use ServiceMix please tell us about it on our <a href="users.html">Users page</a></p></li></ul><h2 id="IfYouFindaBugorProblem">If You Find a Bug or Problem</h2><p>Please create a new issue in the <a href="http://issues.apache.org/activemq/browse/SM">JIRA issue tracker</a></p><h3 id="CreatingaJIRAIssue">Creating a JIRA Issue </h3><ol><li><p>Register for a JIRA account at <a href="https://issues.apache.org/jira/secure/Signup!default.jspa">https://issues.apache.org/jira/secure/Signup!default.jspa</a></p></li><li><p>Log in to the JIRA issue tracking system </p></li><li><p>Visit the <a href="http://issues.apache.org/jira/browse/SMX4">ServiceMix JIRA page</a> - at 
 the top right of the page, you can create a new JIRA issue.</p></li><li><p>Fill in as much detail as possible </p></li><li><p>Add a JUnit test if possible</p></li></ol><p>If you can create a JUnit test case then your issue is more likely to be resolved quicker. The best way to start is to take a look at some of the <a href="http://svn.apache.org/repos/asf/incubator/servicemix/trunk/servicemix-core/src/test/java/org/apache/servicemix/">existing unit tests</a> as examples. Then we can commit your test case along with your patch to Subversion so that we'll know that the issue its really fixed and we can ensure that it stays fixed in future releases.</p><h2 id="SubmittingPatches">Submitting Patches</h2><p>We gladly accept patches if you can find ways to improve, tune or fix ServiceMix in some way. To submit a patch, please use the following steps: </p><ol><li><p>Build against the trunk to ensure that your code compiles correctly and that your test runs </p></li><li><p>Create a new <a hr
 ef="http://issues.apache.org/activemq/browse/SM">JIRA issue</a> that fully explains the situation, including the environments you've tested, the JVM version and vendor you're using and anything else that might be useful to know about the situation </p></li><li><p>Attach the patch to the issue that you are creating and make sure to tick the 'Patch Attached' checkbox on the issue </p></li><li><p>Send an email to the <a href="mailing-lists.html">Mailing Lists</a> or <a href="discussion-forums.html">Discussion Forums</a> to let people know you've filed an issue and contributed a patch for the issue </p></li><li><p>Please try to also submit tests in the patch. Including tests makes applying the patch much easier and faster. Tests allow a patch to be applied and tested much quicker which results in your issue being fixed faster. </p></li></ol><h3 id="CreatingthePatch">Creating the Patch </h3><p>Most IDEs can create nice patches now very easily. If you're a command line person try the foll
 owing to create the patch:</p><pre class="none code-none">
+<h1 id="AnyoneCanContribute">Anyone Can Contribute! </h1><p>There are many ways you can help make ServiceMix a better piece of software - please dive in and help!</p><p>Surf the documentation - if somethings confusing or not clear, let us know or even edit it yourself. The documentation is maintained under version control. Depending on what you are interested in editing, you should follow the corresponding instructions:</p><ul><li><p><a href="../developers/source/documentation-source.html">Documentation</a></p></li><li><p><a href="../developers/source/website-source.html">Website</a></p></li></ul><p>Download the code, try it out, and see what you think. Browse the source code. Got an itch to scratch, want to tune some operation or add some feature? Anyone can dive right in. </p><p>Want to do some hacking on ServiceMix? Try surfing the our <a href="http://issues.apache.org/activemq/browse/SM">issue tracker</a> for open issues or features that need to be implemented, take ownership of
  an issue and try to fix it.</p><p>If you'd rather have a more gentle introduction to working on the ServiceMix project, look at the <a href="http://svn.apache.org/repos/asf/incubator/servicemix/trunk/servicemix-core/src/test/java/org/apache/servicemix/">unit tests cases</a> and help us to improve our test coverage.</p><h2 id="ApacheCommitters">Apache Committers</h2><p>Apache committers are allowed write access to the <a href="https://svn.apache.org/repos/asf/servicemix/sandbox">ServiceMix sandbox</a>.  This makes it easy to collaborate with us on components or integration efforts with other Apache projects.  Simply create a directory with your Apache userid and branch the code you want to work on.  Create a Jira issue with a description of the work and use this Jira ID in the comments for your commits.  The work history will now appear in the Fisheye and Subversion Commits tabs of the Jira issue.</p><h2 id="GettingInTouch">Getting In Touch</h2><p>There are various ways of communica
 ting with the ServiceMix community.</p><ul style="list-style: square"><li><p>visit the <a href="discussion-forums.html">Discussion Forums</a></p></li><li><p>subscribe to the <a href="mailing-lists.html">Mailing Lists</a> and take part in any conversations</p></li><li><p>pop by on <a href="irc://irc.codehaus.org/servicemix">IRC</a> and say hi</p></li><li><p>add some comments to the <a href="../site/navigation.html">wiki</a>(requires a log in)</p></li><li><p>if you use ServiceMix please tell us about it on our <a href="users.html">Users page</a></p></li></ul><h2 id="IfYouFindaBugorProblem">If You Find a Bug or Problem</h2><p>Please create a new issue in the <a href="http://issues.apache.org/activemq/browse/SM">JIRA issue tracker</a></p><h3 id="CreatingaJIRAIssue">Creating a JIRA Issue </h3><ol><li><p>Register for a JIRA account at <a href="https://issues.apache.org/jira/secure/Signup!default.jspa">https://issues.apache.org/jira/secure/Signup!default.jspa</a></p></li><li><p>Log in to t
 he JIRA issue tracking system </p></li><li><p>Visit the <a href="http://issues.apache.org/jira/browse/SMX4">ServiceMix JIRA page</a> - at the top right of the page, you can create a new JIRA issue.</p></li><li><p>Fill in as much detail as possible </p></li><li><p>Add a JUnit test if possible</p></li></ol><p>If you can create a JUnit test case then your issue is more likely to be resolved quicker. The best way to start is to take a look at some of the <a href="http://svn.apache.org/repos/asf/incubator/servicemix/trunk/servicemix-core/src/test/java/org/apache/servicemix/">existing unit tests</a> as examples. Then we can commit your test case along with your patch to Subversion so that we'll know that the issue its really fixed and we can ensure that it stays fixed in future releases.</p><h2 id="SubmittingPatches">Submitting Patches</h2><p>We gladly accept patches if you can find ways to improve, tune or fix ServiceMix in some way. To submit a patch, please use the following steps: </p
 ><ol><li><p>Build against the trunk to ensure that your code compiles correctly and that your test runs </p></li><li><p>Create a new <a href="http://issues.apache.org/activemq/browse/SM">JIRA issue</a> that fully explains the situation, including the environments you've tested, the JVM version and vendor you're using and anything else that might be useful to know about the situation </p></li><li><p>Attach the patch to the issue that you are creating and make sure to tick the 'Patch Attached' checkbox on the issue </p></li><li><p>Send an email to the <a href="mailing-lists.html">Mailing Lists</a> or <a href="discussion-forums.html">Discussion Forums</a> to let people know you've filed an issue and contributed a patch for the issue </p></li><li><p>Please try to also submit tests in the patch. Including tests makes applying the patch much easier and faster. Tests allow a patch to be applied and tested much quicker which results in your issue being fixed faster. </p></li></ol><h3 id="Cr
 eatingthePatch">Creating the Patch </h3><p>Most IDEs can create nice patches now very easily. If you're a command line person try the following to create the patch:</p><pre class="none code-none">
 diff -u Main.java.orig Main.java >> patchfile.txt
 </pre><p>or, if you're working against the code base checked out from the Subversion repository (this is the best way to work), then just use the <tt>svn diff</tt> command in the Subversion client. </p><pre class="none code-none">
 svn diff Main.java >> patchfile.txt

Modified: servicemix/site/production/index.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/index.html?rev=1566999&r1=1566998&r2=1566999&view=diff
==============================================================================
--- servicemix/site/production/index.html (original)
+++ servicemix/site/production/index.html Tue Feb 11 07:37:02 2014
@@ -98,7 +98,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<table class="sectionMacro" border="0" cellpadding="5px" cellspacing="0" width="100%"><tr><td class="confluenceTd" valign="top"><p><a href="http://servicemix.apache.org/">Apache ServiceMix</a> is a flexible, open-source integration container that unifies the features and functionality of Apache <a href="http://activemq.apache.org">ActiveMQ</a>, <a href="http://camel.apache.org">Camel</a>, <a href="http://cxf.apache.org">CXF</a>, <a href="http://ode.apache.org">ODE</a>, <a href="http://karaf.apache.org">Karaf</a> into a powerful runtime platform you can use to build your own integrations solutions. It provides a complete, enterprise ready ESB exclusively powered by OSGi.</p><p>It is being released under <a href="overview/license.html">Apache License v2</a>.</p><p>The main features are:</p><ul><li><p>reliable messaging with <a href="http://activemq.apache.org">Apache ActiveMQ</a></p></li><li><p>messaging, routing and Enterprise Integration Patterns with <a href="http://camel.apache.or
 g">Apache Camel</a></p></li><li><p>WS-\* and RESTful web services with <a href="http://cxf.apache.org">Apache CXF</a></p></li><li><p>loosely coupled integration between all the other components with Apache ServiceMix NMR including rich Event, Messaging and Audit API</p></li><li><p>complete WS-BPEL engine with <a href="http://ode.apache.org">Apache ODE</a></p></li><li><p>OSGi-based server runtime powered by <a href="http://karaf.apache.org">Apache Karaf</a></p></li></ul></td><td class="confluenceTd" valign="top"><div style="text-align: center;"><p><strong><a href="downloads.html">Download ServiceMix 4.5.3</a></strong><br/><a href="downloads.html"><img width="256" border="0" src="images/servicemix-box.jpg"/></a></p></div><script src="http://widgets.twimg.com/j/2/widget.js"></script><script>new TWTR.Widget({  version: 2,  type: 'search',  search: '#servicemix',  interval: 6000,  title: 'What do people say about',  subject: 'ServiceMix',  width: 250,  height: 300,  theme: {    shell: { 
      background: '#5b8fbe',      color: '#ffffff'    },    tweets: {      background: '#ffffff',      color: '#444444',      links: '#1985b5'    }  },  features: {    scrollbar: false,    loop: true,    live: true,    hashtags: true,    timestamp: true,    avatars: true,    toptweets: true,    behavior: 'default'  }}).render().start();</script></td></tr></table><h2 id="Newsnews"><a href="news.html">News</a></h2><h2 id="ServiceMix4.5.3released">ServiceMix 4.5.3 released</h2><p>The ServiceMix team is pleased to announce the availability of ServiceMix 4.5.3.<br/>This is a minor release that fixes a few bugs and picks up new versions of Apache Camel and Apache CXF.</p><p>For more information, please see the <a href="downloads/servicemix-4.5.3">release notes</a></p><h2 id="ServiceMix4.5.2released">ServiceMix 4.5.2 released</h2><p>The ServiceMix team is pleased to announce the availability of ServiceMix 4.5.2.<br/>This is a minor release that fixes a few bugs and picks up new versions of 
 Apache Camel, Apache CXF and Apache Karaf.</p><p>For more information, please see the <a href="downloads/servicemix-4.5.2">release notes</a></p><h2 id="ServiceMix4.5.1released">ServiceMix 4.5.1 released</h2><p>The ServiceMix team is pleased to announce the availability of ServiceMix 4.5.1.<br/>This is a minor release that fixes a few bugs and picks up new versions of Apache Camel and Apache CXF.</p><p>For more information, please see the <a href="downloads/servicemix-4.5.1">release notes</a></p>
+<table class="sectionMacro" border="0" cellpadding="5px" cellspacing="0" width="100%"><tr><td class="confluenceTd" valign="top"><p><a href="http://servicemix.apache.org/">Apache ServiceMix</a> is a flexible, open-source integration container that unifies the features and functionality of Apache <a href="http://activemq.apache.org">ActiveMQ</a>, <a href="http://camel.apache.org">Camel</a>, <a href="http://cxf.apache.org">CXF</a>, and <a href="http://karaf.apache.org">Karaf</a> into a powerful runtime platform you can use to build your own integrations solutions. It provides a complete, enterprise ready ESB exclusively powered by OSGi.</p><p>It is being released under <a href="overview/license.html">Apache License v2</a>.</p><p>The main features are:</p><ul><li><p>reliable messaging with <a href="http://activemq.apache.org">Apache ActiveMQ</a></p></li><li><p>messaging, routing and Enterprise Integration Patterns with <a href="http://camel.apache.org">Apache Camel</a></p></li><li><p>WS
 &hyphen;* and RESTful web services with <a href="http://cxf.apache.org">Apache CXF</a></p></li><li><p>OSGi-based server runtime powered by <a href="http://karaf.apache.org">Apache Karaf</a></p></li></ul><p>Through additional installable features, ServiceMix also supports:</p><ul><li><p>BPM engine via <a href="http://activiti.org">Activiti</a></p></li><li><p>full JPA support via <a href="http://openjpa.apache.org/">Apache OpenJPA</a></p></li><li><p>XA transaction management via JTA via <a href="http://aries.apache.org">Apache Aries</a></p></li><li><p>legacy support for the JBI standard (deprecated after the ServiceMix 3.x series) through the Apache ServiceMix NMR that includes a rich Event, Messaging and Audit API</p></li></ul><p>Applications for ServiceMix can be built using:</p><ul><li><p>OSGi Blueprint</p></li><li><p>OSGi Declarative Services</p></li><li><p>Spring DM (legacy)</p></li></ul></td><td class="confluenceTd" valign="top"><div style="text-align: center;"><p><strong><a hre
 f="downloads.html">Download ServiceMix 4.5.3</a></strong><br/><a href="downloads.html"><img width="256" border="0" src="images/servicemix-box.jpg"/></a></p></div><script src="http://widgets.twimg.com/j/2/widget.js"></script><script>new TWTR.Widget({  version: 2,  type: 'search',  search: '#servicemix',  interval: 6000,  title: 'What do people say about',  subject: 'ServiceMix',  width: 250,  height: 300,  theme: {    shell: {      background: '#5b8fbe',      color: '#ffffff'    },    tweets: {      background: '#ffffff',      color: '#444444',      links: '#1985b5'    }  },  features: {    scrollbar: false,    loop: true,    live: true,    hashtags: true,    timestamp: true,    avatars: true,    toptweets: true,    behavior: 'default'  }}).render().start();</script></td></tr></table><h2 id="Newsnews"><a href="news.html">News</a></h2><h2 id="ServiceMix4.5.3released">ServiceMix 4.5.3 released</h2><p>The ServiceMix team is pleased to announce the availability of ServiceMix 4.5.3.<br/>T
 his is a minor release that fixes a few bugs and picks up new versions of Apache Camel and Apache CXF.</p><p>For more information, please see the <a href="downloads/servicemix-4.5.3">release notes</a></p><h2 id="ServiceMix4.5.2released">ServiceMix 4.5.2 released</h2><p>The ServiceMix team is pleased to announce the availability of ServiceMix 4.5.2.<br/>This is a minor release that fixes a few bugs and picks up new versions of Apache Camel, Apache CXF and Apache Karaf.</p><p>For more information, please see the <a href="downloads/servicemix-4.5.2">release notes</a></p><h2 id="ServiceMix4.5.1released">ServiceMix 4.5.1 released</h2><p>The ServiceMix team is pleased to announce the availability of ServiceMix 4.5.1.<br/>This is a minor release that fixes a few bugs and picks up new versions of Apache Camel and Apache CXF.</p><p>For more information, please see the <a href="downloads/servicemix-4.5.1">release notes</a></p>
                 </div>
               </td>
             </tr>