Hi, Camel Community.
My name is Igor Wiese, phd Student from Brazil. I am investigating two
important questions: What makes two files change together? Can we predict
when they are going to co-change again?
I've tried to investigate this question on the Camel project. I've collected
data from is
GitHub user gautric opened a pull request:
https://github.com/apache/camel/pull/719
[CAMEL-9404] Create .MD Readme for top folder
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gautric/camel CAMEL-9404
Alternatively you can re
GitHub user gautric opened a pull request:
https://github.com/apache/camel/pull/718
[CAMEL-9337] Add readme.txt to all examples
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gautric/camel CAMEL-9337
Alternatively you can revie
Hi Luca
Yay thanks for reporting this. Yeah a JIRA and patch / PR is much welcome
http://camel.apache.org/contributing
On Wed, Dec 9, 2015 at 2:52 PM, lb wrote:
> Hi,
>
> I've noticed that the code generated by camel-api-component-maven-plugin
> for ApiName can potentially generate excessive gar
Hi,
I've noticed that the code generated by camel-api-component-maven-plugin
for ApiName can potentially generate excessive garbage if fromValue is
invoked often, this is because:
- enum::values() is not cached so it generates a new array for each call
- new for style generates an iterator each t
Hi,
I have a camel route which will split the file based on the newline
charterer and writes the data into 3 different files based on some business
logic.
The file is 135MB in size. While running the route, the observation is the
initial processing is pretty good however as the records get proce