This is an automated email from the ASF dual-hosted git repository. tsato pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 363ef36ac Updated CHANGELOG.md new c6f017163 fix(source): dataformat dependencies not resolved new 6374977a8 chore: polish new e9b8dd5d1 test(source): add tests for dataformat deps resolution new 895d54444 fix(source): dependency for marshal/unmarshal DSL not resolved in XML DSL new 9406a84a1 chore: fix lints The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: pkg/apis/camel/v1/camelcatalog_types_support.go | 10 +- pkg/util/camel/camel_runtime_catalog.go | 3 +- pkg/util/source/inspector.go | 23 ++ pkg/util/source/inspector_groovy_test.go | 131 ++++++--- pkg/util/source/inspector_java_script_test.go | 122 ++++++-- pkg/util/source/inspector_java_source_test.go | 128 ++++++--- pkg/util/source/inspector_kotlin_test.go | 122 ++++++-- pkg/util/source/inspector_xml.go | 10 + pkg/util/source/inspector_xml_test.go | 143 ++++++++-- pkg/util/source/inspector_yaml.go | 4 +- pkg/util/source/inspector_yaml_test.go | 315 ++++++++++----------- .../source/test_support.go} | 50 ++-- 12 files changed, 707 insertions(+), 354 deletions(-) copy pkg/{metadata/metadata_capabilities_test.go => util/source/test_support.go} (56%)