apache / camel-k-runtime

Apache Camel K runtime
https://camel.apache.org
Apache License 2.0
63 stars 52 forks source link

fix: use map instead of set #1187

Closed squakez closed 6 months ago

squakez commented 6 months ago

Amending a slight error I did in https://github.com/apache/camel-k-runtime/pull/1185 where I was using a set instead of a map and therefore having a list o properties instead of a map.

Release Note

fix: use map instead of set