Hi Gregor
It does not seem that the 3.14.0 release are in maven central.
I assume you promoted yesterday so they should really be there by now.
https://repo.maven.apache.org/maven2/org/apache/camel/camel-core/3.14.0
On Fri, Dec 17, 2021 at 7:42 AM Gregor Zurowski
wrote:
>
> The Camel PMC is ple
Does anyone know this library?
group: io.fabric8
artifact: camel-k-client
version: 5.10.1
I'm facing problems with it in the IntegrationStatus mapped entity.
It's mapping a deprecated field "kit" instead of the new one "IntegrationKit"
So, I'm trying to find this library repository to report the
Hello,
The project is this one
https://github.com/fabric8io/kubernetes-client/tree/master/extensions/camel-k
Il giorno ven 17 dic 2021 alle ore 12:18 Roberto Camelk <
betonetotbo.cam...@gmail.com> ha scritto:
> Does anyone know this library?
>
> group: io.fabric8
> artifact: camel-k-client
> ve
Correct. Maven is not yet updated.
On Fri, Dec 17, 2021 at 3:06 PM Claus Ibsen wrote:
> Hi Gregor
>
> It does not seem that the 3.14.0 release are in maven central.
> I assume you promoted yesterday so they should really be there by now.
>
> https://repo.maven.apache.org/maven2/org/apache/camel/
Thanks, I think I found the problem...
They are generating the model entities using an out-dated version of
camel-k: 1.3.0
https://github.com/fabric8io/kubernetes-client/blob/6d75738a9d56918b77d369198a6d8defa987b8d9/extensions/camel-k/generator-v1alpha1/go.mod#L4
On Fri, Dec 17, 2021 at 8:20 AM A
Hi!
Is there a guarantee that Camel use only one thread while consuming
kafka topic like
from("kafka://topic")
.. if I do set up consumers count into 1 ?
--
Vyacheslav Boyko
mailto:mail4...@gmail.com
The YAML below is a snippet of my Integration resource in k8s, got by:
kubectl get integration -o yaml
apiVersion: camel.apache.org/v1
kind: Integration
metadata:
creationTimestamp: "2021-12-15T11:22:48Z"
generation: 1
name: micro-profile-metrics2
namespace: default
resourceVersion: "85
Hi Roberto,
I think the modeline is meant for CLI only as a way to parse most of the
kamel run options and provide them for you. As stated in the example doc
[1];
$ kamel run Hello.java
Modeline options have been loaded from source files
Full command: kamel run Hello.java --dependency mvn:org.my:a
Ok, but about the modeline
//camel-k: dependency=camel-quarkus-microprofile-metrics
Why it is transformed to the dependency:
- camel:microprofile-metrics
?
On Fri, Dec 17, 2021 at 12:24 PM Pasquale Congiusti
wrote:
>
> Hi Roberto,
> I think the modeline is meant for CLI only as a way to parse