This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git
from 17c01f2d660 CAMEL-20088 - Camel-Azure-Schema-Registry component: Moving the bits from camel-kamelets and have a non-classic component (#11928) add e266d40fbf4 CAMEL-19828: converter lookup once again matches subclass converters like in Camel 3 (#11882) add 0c740b501fe CAMEL-19828: fixed build errors No new revisions were added by this update. Summary of changes: .../jackson/converter/JacksonTypeConverters.java | 7 +- .../camel/impl/converter/TypeResolverHelper.java | 6 ++ .../impl/converter/TypeResolverHelperTest.java | 93 ++++++++++++++++++++++ 3 files changed, 100 insertions(+), 6 deletions(-) create mode 100644 core/camel-core/src/test/java/org/apache/camel/impl/converter/TypeResolverHelperTest.java