GitHub user kb1ca opened a pull request:
https://github.com/apache/camel/pull/1017
SORT_BY header patch for latest 2.18.x version of camel-mongodb
Implement 'Consider SORT_BY... patch
(https://github.com/apache/camel/pull/1016 )' from 2.17.x in a manner
consistent with the rewritte
GitHub user kb1ca opened a pull request:
https://github.com/apache/camel/pull/1016
Consider sortBy header when performing findOneByQuery operation
There is a often a requirement to fetch the min/max record from Mongo based
on a particular field. Typically the operation is performed
Github user kb1ca closed the pull request at:
https://github.com/apache/camel/pull/1013
---
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 enabl
+1, I've had this idea too but not the time to get in deeper :-)
On Mon, Jun 6, 2016 at 3:51 PM Bilgin Ibryam wrote:
> >
> > To aid both we should also look at introducing some health API in
> > camel-core, so that makes this easier as well. So you can check for
> > health status on context / ro
>
> To aid both we should also look at introducing some health API in
> camel-core, so that makes this easier as well. So you can check for
> health status on context / routes level. And custom components can
> implement custom logic to check their health, such as connecting to a
> FTP server and d
It seems that jdk 8 comes with 2.2.8
xjc -version
xjc 2.2.8-b130911.1802
And camel comes with 2.2.11
--
View this message in context:
http://camel.465427.n5.nabble.com/Make-jaxb-dependencies-optional-tp5783479p5783496.html
Sent from the Camel Development mailing list archive at Nabble.com.
Hi
With Camel 2.18 onwards we at least are on JDK8 as minimum.
Not sure what JAXB version it ships.
On Mon, Jun 6, 2016 at 8:24 AM, Preben.Asmussen wrote:
> Hi
>
> I was wondering why camel brings it's own dependencies on jaxb-core and
> jaxb-impl since they are part of the jdk, and should be
On Wed, Jun 1, 2016 at 7:34 PM, Matt Pavlovich wrote:
> +1
>
> Claus-
>
> I could see a lot of value in having this feature for file://, ftp:// and
> several other components as well.
>
> Are you thinking Context or Route level or both?
>
At first it should be route level as that is the most comm
Hi
We tend to make the camel components requires as few dependencies as
possible, eg typically only what would be used without Camel.
Also we often do not have much need for equals/hashCode/toString etc
as they tend to be more in use for domain model classes which we dont
really use.
And if we n