GitHub user JSchoreels opened a pull request:
https://github.com/apache/camel/pull/1654
Adds javadoc to JDBCAggregationRepository
Hi,
As discussed in the mailing list about "JdbcAggregationRepository doesn't
preserve properties", I've added some javadoc in JDBCAggregationRepository to
ensure people who search "propert.." can have this info directly in the
javadoc, as I had the problem myself.
I've added a note for the DLQ uri, to ensure that people knows that if it
fails in the DLQ uri, it will be retried again and again. (I don't know if it's
a a feature of all RecoverableAggregationRepository)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JSchoreels/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1654.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1654
----
commit cf8670e7d643b3fe07776c974840ea0b78060093
Author: Jonathan Schoreels <[email protected]>
Date: 2017-04-23T13:52:22Z
JdbcAggregationRepository : Adds some javadoc to clearly specify that
properties are NOT persisted, and other properties as described in
camel.apache.org
commit 3bf9847506cc0f963e3d5b0c6bc7774b0aab3f4e
Author: Jonathan Schoreels <[email protected]>
Date: 2017-04-23T14:07:53Z
Adds JdbcAggregationRepository java doc to make clear that deadletter will
be tried until it succeed
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---