There are many ways you can help make Camel a better piece of software - please dive in and help!
Try surf the documentation - if somethings confusing or not clear, let us know. 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?
Want to do some hacking on Camel? Try surfing the our issue tracker
for open issues or features that need to be implemented, take ownership of an issue and try fix it.
If you'd rather a more gentle introduction to working on the Camel project, how about you try look at the
test coverage report
and help us get it even more green by supplying more test cases to get us closer to 100% coverage.
Getting in touch
There are various ways of communicating with the ActiveMQ community.
- join us on the Discussion Forums and take part in any conversations
- pop by on IRC
and say hi
- add some comments to the wiki
Improving the documentation
Documentation is massively important to help users make the most of Apache Camel and its probably the area that needs the most help!
So if you are interested in helping the documentation effort; whether its just to fix a page here or there, correct a link or even write a tutorial or improve what documentation is already there please do dive in and help!
All of the documentation is stored on the wiki. See How does the website work or How do I edit the website for more details.
To be able to edit the wiki you need to mail the dev list asking for an account (to prevent spam we only offer access to the wiki by folks sending mail to the mailing list).
If you find a bug or problem
Please raise a new issue in our issue tracker
If you can create a JUnit test case then your issue is more likely to be resolved quicker.
e.g. take a look at some of the existing unit tests cases
Then we can add your issue to Subversion and then we'll know when its really fixed and we can ensure that the problem stays fixed in future releases.
Working on the code
Grab the Source and create a project in your IDE. e.g. if you are using Eclipse the following should do the trick...
svn co https:cd camel
mvn eclipse:eclipse
Build the project.
PS: You might need to build multiple times (if you get a build error) because sometimes maven fails to download all the files.
Then import the projects into your workspace.
Creating patches
We gladly accept patches if you can find ways to improve, tune or fix Camel in some way.
Most IDEs can create nice patches now very easily. e.g. in Eclipse just right click on a file/directory and select Team -> Create Patch. Then just save the patch as a file and then submit it. (You may have to click on Team -> Share... first to enable the Subversion options). Incidentally if you are an Eclipse user you should install the subclipse
plugin.
If you're a command line person try the following to create the patch
diff -u Main.java.orig Main.java >> patchfile.txt
or
svn diff Main.java >> patchfile.txt
Submitting patches
The easiest way to submit a patch is to create a new JIRA issue, attach the patch, tick the Patch Attached button on the issue then fire off an email to the Discussion Forums.
When a ticket is create in JIRA it automatically sends an email to the developer forum.
Remember to create and attach the patch in two steps, as JIRA does not support granting ASF license to the patch in the create ticket wizard. So after creating the ticket, then attach the patch and remember to tick off the grant ASF license, otherwise we can not commit the patch. We prefer patches has unit tests as well and that these unit tests have proper assertions as well, so remember to replace your system.out or logging with an assertion instead!
Becoming a committer
Once you've got involved as above, we may well invite you to be a committer. See Becoming a committer
for more details.
Using the issue tracker
Before you can raise an issue in the issue tracker you need to register with it. This is quick & painless.
If you want to have a go at fixing an issue you need to be in the list of activemq-developers on the issue tracker. To join the group, please mail the dev@activemq.codehaus.org mail list with the email address you used to register with the issue tracker and we'll add you to the group.
Why not dive in and try tackle some of our outstanding issues?
Apache ActiveMQ & Apache ServiceMix
(25 issues)
|
|
T |
Key |
Summary |
Assignee |
Reporter |
Pr |
Status |
Res |
Created |
Updated |
Due |
|
CAMEL-702
|
net.sf.saxon.trans.StaticError: XQuery syntax error in ##: generated when several threads are created for a route
|
Claus Ibsen
|
Charles Moulliard
|
|
In Progress
|
UNRESOLVED
|
Jul 11, 2008
|
Jul 14, 2008
|
|
|
CAMEL-715
|
ConcurrentModificationException in ThreadProcessor
|
Unassigned
|
Wojciech Durczynski
|
|
Open
|
UNRESOLVED
|
Jul 14, 2008
|
Jul 14, 2008
|
|
|
CAMEL-659
|
XMPP endpoint should should auto-reconnect if it loses connection to the xmpp server
|
Unassigned
|
Michael Kahn
|
|
Open
|
UNRESOLVED
|
Jul 03, 2008
|
Jul 14, 2008
|
|
|
CAMEL-714
|
Change default DeadLetterChannel strategy in Camel
|
Unassigned
|
Claus Ibsen
|
|
Open
|
UNRESOLVED
|
Jul 13, 2008
|
Jul 13, 2008
|
|
|
CAMEL-711
|
XMPP documentation needs to be updated - after latest patches etc.
|
Unassigned
|
Claus Ibsen
|
|
Open
|
UNRESOLVED
|
Jul 12, 2008
|
Jul 12, 2008
|
|
|
CAMEL-708
|
CXF - Improve document for new end-users to CXF
|
Claus Ibsen
|
Claus Ibsen
|
|
Open
|
UNRESOLVED
|
Jul 12, 2008
|
Jul 12, 2008
|
|
|
CAMEL-601
|
Camel example as a web application
|
Claus Ibsen
|
Claus Ibsen
|
|
In Progress
|
UNRESOLVED
|
Jun 10, 2008
|
Jul 12, 2008
|
|
|
CAMEL-485
|
Document - Consumer options for delay etc should be documented on wiki
|
Claus Ibsen
|
Claus Ibsen
|
|
In Progress
|
UNRESOLVED
|
Apr 27, 2008
|
Jul 12, 2008
|
|
|
CAMEL-706
|
TransactionErrorHandler - RedeliveryPolicy - Delay not working in all conditions
|
Unassigned
|
Claus Ibsen
|
|
Open
|
UNRESOLVED
|
Jul 11, 2008
|
Jul 11, 2008
|
|
|
CAMEL-700
|
tracer - configuration from spring XML
|
Unassigned
|
Claus Ibsen
|
|
Open
|
UNRESOLVED
|
Jul 11, 2008
|
Jul 11, 2008
|
|
|
CAMEL-699
|
provide a feature to get the destination name in case of error
|
Unassigned
|
pratibha
|
|
Open
|
UNRESOLVED
|
Jul 11, 2008
|
Jul 11, 2008
|
|
|
CAMEL-680
|
Document - Some annotations is injected by spring (Bean post processor)
|
Claus Ibsen
|
Claus Ibsen
|
|
Open
|
UNRESOLVED
|
Jul 06, 2008
|
Jul 06, 2008
|
|
|
CAMEL-442
|
Interceptor wiki documentation should have its own page
|
Unassigned
|
Claus Ibsen
|
|
Open
|
UNRESOLVED
|
Apr 05, 2008
|
Jul 06, 2008
|
|
|
CAMEL-674
|
Spring property placeholders fully supported
|
Unassigned
|
Claus Ibsen
|
|
Open
|
UNRESOLVED
|
Jul 05, 2008
|
Jul 05, 2008
|
|
|
CAMEL-494
|
CamelBeanPostProcessor.camelContext cannot be injected if SpringCamelContext is proxied (e.g. AOP)
|
Claus Ibsen
|
Dean Thompson
|
|
Open
|
UNRESOLVED
|
May 05, 2008
|
Jul 04, 2008
|
|
|
CAMEL-665
|
Document - how does Camel kickstart itself
|
Unassigned
|
Claus Ibsen
|
|
Open
|
UNRESOLVED
|
Jul 04, 2008
|
Jul 04, 2008
|
|
|
CAMEL-660
|
camel-example-osgi - documentation and user guide how to install it as a bundle and start it etc
|
Unassigned
|
Claus Ibsen
|
|
Open
|
UNRESOLVED
|
Jul 03, 2008
|
Jul 03, 2008
|
|
|
CAMEL-570
|
FTPComponent - Add delete/move operation
|
Claus Ibsen
|
Claus Ibsen
|
|
Open
|
UNRESOLVED
|
Jun 02, 2008
|
Jul 02, 2008
|
|
|
CAMEL-239
|
allow strict mode for JMS where only primitive types are allowed on JMS headers to avoid badly behaved processors from breaking things
|
Unassigned
|
James Strachan
|
|
Open
|
UNRESOLVED
|
Nov 19, 2007
|
Jul 01, 2008
|
|
|
CAMEL-227
|
remove where possible the use of dots in camel header/property names as they cannot be reliably sent over protocols like JMS. Avoiding special characters sounds like a good idea
|
Unassigned
|
James Strachan
|
|
Open
|
UNRESOLVED
|
Nov 16, 2007
|
Jul 01, 2008
|
|
|
CAMEL-654
|
FTP - Should not poll the file before the file has been fully transferred
|
Claus Ibsen
|
Børge
|
|
Open
|
UNRESOLVED
|
Jul 01, 2008
|
Jul 01, 2008
|
|
|
CAMEL-656
|
Component documentation - needs overhaul, check for missing options, add more samples java/spring, etc
|
Claus Ibsen
|
Claus Ibsen
|
|
Open
|
UNRESOLVED
|
Jul 01, 2008
|
Jul 01, 2008
|
|
|
CAMEL-647
|
camel-manual pdf - URIs table clipped
|
Unassigned
|
Claus Ibsen
|
|
Open
|
UNRESOLVED
|
Jun 29, 2008
|
Jun 29, 2008
|
|
|
CAMEL-640
|
Delayer
|
Unassigned
|
James Strachan
|
|
Open
|
UNRESOLVED
|
Jun 26, 2008
|
Jun 26, 2008
|
|
|
CAMEL-639
|
Tracer to show the from nodes
|
Unassigned
|
James Strachan
|
|
Open
|
UNRESOLVED
|
Jun 26, 2008
|
Jun 26, 2008
|
|
Becomming a committer
The first step is contributing to the project; if you want to take that a step forward and become a fellow committer on the project then see the Committer Guide