You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/07/26 21:17:42 UTC

[camel] branch regen_bot_3x updated (e158a82b347 -> 9b9f7491b8d)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from e158a82b347 CAMEL-19650: Camel Kafka doesn't honor 'workerPool' configuration (#10827)
     add 9b9f7491b8d CAMEL-19660: Improve support for MapStruct mappers defined as abstract classes

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/mapstruct-component.adoc         |  4 ++
 .../mapstruct/DefaultMapStructFinder.java          |  6 +--
 ...VehicleToCarTest.java => CarToVehicleTest.java} | 62 ++++++++++++----------
 .../mapper/{CarMapper.java => VehicleMapper.java}  | 10 ++--
 4 files changed, 47 insertions(+), 35 deletions(-)
 copy components/camel-mapstruct/src/test/java/org/apache/camel/component/mapstruct/{CamelVehicleToCarTest.java => CarToVehicleTest.java} (58%)
 copy components/camel-mapstruct/src/test/java/org/apache/camel/component/mapstruct/mapper/{CarMapper.java => VehicleMapper.java} (81%)