Hi everybody,
I'm implementing swagger in my camel rest project. It is working fine but I
have to implement more options like :
*1. By default swagger version is 2.0 , change it to 3.0.*
*2. By default generated swagger document is by name "swagger.json", change
it according to project name.*
*3.
Claus, is the ticket you're referring to CAMEL-6058: camel-ftp - Allow
concurrent download of files? The verbiage in that ticket appears to
refer only to the FTP consumer, whereas my use case requires the SFTP
consumer.
Additionally, I've learned more about the network I'm working with and
found t
Hi everybody,
I'm facing some strange behavior when connecting to multiple queues in one
camel context.
The routes are looking as followed (included in one RouteBuilder):
from(wmq:queue:queue1)
.id("mq-out").routeId("mq-out")
.convertBodyTo(String.class)
.log("Received msg fro
Hi
There is a JIRA ticket at
https://issues.apache.org/jira/browse/CAMEL-12598
The idea is to gather ideas/lists of common Camel anti-patterns and
other things we can do quality check for in your projects (source code
etc).
Then we can improve the tooling to be able to run those, and then we
can
Hi
What version of Camel do you use?
And how do you run this in Jetty / Spring-Boot its a bit unclear what
you say what you are migrating from/to etc.
Do you package it as a .war file and drop into Jetty. And if so have
you setup any web.xml to bootstrap spring or something?
And try with newer C
Hi
Yeah you can also provide a sample project / sample code / unit test
that demonstrates this issue.
That can help track down and fix the problem. And also log a JIRA
ticket so its not forgotten.
On Tue, Jun 19, 2018 at 10:20 PM, Alex Dettinger wrote:
> Hi Rory,
>
> If I get it well the whole
Hi
There is a JIRA ticket about concurrent downloads. Use the vote in
JIRA to tell us that you like that.
On Tue, Jun 19, 2018 at 7:30 PM, Alexander Barrow wrote:
> I am developing an application that downloads large files from a
> remote SFTP server over a bandwidth limited network. Download
Hi
Thanks for telling about this. I have logged a ticket
https://issues.apache.org/jira/browse/CAMEL-12597
The camel-servlet does not write the file automatic so you can control
what goes on, such as not writing any file at all, or do any kind of
validation yourself.
On Tue, Jun 19, 2018 at 11:1