Hi,
Yep, using Windows. I’ll try the Spring boot export & running things with
Mac later today and report back with my findings.
On Wednesday, November 30, 2022, Claus Ibsen wrote:
> Hi
>
> Are you using windows btw? I suspect it may also be related to that, as it
> smells like the camel-quarkus
Hey,
I tested with Mac and it worked from the get go with 3.20.0-SNAPSHOT:
all the dependencies are quarkus versions as expected.
Haven't been able to test the Spring boot & Windows combination yet.
ke 30. marrask. 2022 klo 11.25 Mikael Koskinen (mijap...@gmail.com) kirjoitti:
>
> Hi,
>
> Yep, u
Hi
Yeah I think its a windows bug in camel-jbang, we had to download
camel-quarkus-catalog in a special way with the Shrinkwrap project.
However now we use standard Maven so we can likely downloader this in a
better way that can work for windows too
https://issues.apache.org/jira/browse/CAMEL-1877
Hi
Okay I have a potential fix.
You can test this by building from source (or wait till tomorrow for CI
server to publish a new SNAPSHOT)
For source you only need to build dsl/camel-jbang
So checkout the camel source code ( a lot of source )
cd dsl/camel-jbang
mvn clean install
and then try aga
Hi,
Thanks! I'll try the SNAPSHOT tomorrow and report back on how it works.
ke 30. marrask. 2022 klo 15.05 Claus Ibsen (claus.ib...@gmail.com) kirjoitti:
>
> Hi
>
> Okay I have a potential fix.
>
> You can test this by building from source (or wait till tomorrow for CI
> server to publish a new S
Hi there, i recently write a component based on [camel-archetype-component](
https://camel.apache.org/manual/camel-maven-archetypes.html), i want to
know how to contribute it to camel repo
Hi,
Please refer to https://camel.apache.org/community/contributing/ at first
and I think you could describe your component. It's also helpful to open a
JIRA on https://issues.apache.org/jira/browse/CAMEL for a new component.
Thanks,
Zheng Feng
On Thu, Dec 1, 2022 at 11:35 AM sheng zhou
wrote:
Hi,
I'm wondering if it possible to use just YAML DSL/Karavan to create a
route where HTTP/Netty-http/Undertow component makes a HTTPS request
to server where server has either:
a) Self-signed but otherwise valid certificate
b) Expired or otherwise invalid certificate
I was kind of hoping to fin