apache / camel-k

Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers
https://camel.apache.org/camel-k
Apache License 2.0
848 stars 345 forks source link

Align the Hashicorp Vault Add-on to CAMEL-20775 #5527

Open oscerd opened 1 month ago

oscerd commented 1 month ago

Requirement

https://issues.apache.org/jira/browse/CAMEL-20775

We need to remove the engine property, since it's not used anymore.

Problem

We need to remove the engine property, since it's not used anymore.

Proposal

Align once we support Camel 4.7.0

Open questions

No response

squakez commented 1 month ago

We need to do the change in a backward compatible way. Remind that, although the parameter may not be longer used after Camel 4.7.0, the operator can still run previous runtimes version which are making use of that parameter. I think the best approach is to deprecated and eventually remove when we bump to a major Kubernetes API upgrade.