ogomezdi
ogomezdi
> Can you please refer me to target design, current state, documentation? I'll take a look at it. What actually solved #362? Any update?
I've seen in Camel K 2.6 there is a new feature for plain-quarkus ` traits: camel: runtimeProvider: plain-quarkus ` But I was trying to use @Inject with resource created but...
> The `FhirContext` is a named bean, so try: > > @Inject > @Named("R4") > FhirContext fhircontext; Still null 😢
> In theory everything working with plain Camel Quarkus should be working the same in Camel K with this new approach. Can you try doing exactly the same with a...
> May be related to [apache/camel-k#5539](https://github.com/apache/camel-k/issues/5539) Absolutely, I'll also follow this issue to see if finally we got it. Thks!!!
> > @mkouba not sure you are aware of this effort? > > @gsmet I think I was but I forgot ;-). > > @ogomezdi Could you squash the commits...
> > What exactly do you want me to do? > > To squash the commits in one. See for example https://www.git-tower.com/learn/git/faq/git-squash or https://www.geeksforgeeks.org/git-squash/. I'm not able to do this...
> This pull request is superseded by #44706. > > @ogomezdi I wasn't able to merge the commits on your branch either. So I've created a new branch, cherry-picked your...
Hi Just to mention that in my case I've faced no problem with configmap but with secrets as mentioned [#camel-k > Runtime conf base on secrets taken from files not...
And what if we try to use directly the option provided by quarkus [Kubernetes Config](https://quarkus.io/guides/kubernetes-config), I've tried to use it adding the dependence and the property pointing to de configmaps...