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 14:50:57 UTC

[camel] branch regen_bot updated (b5a701eb24d -> ee61363049b)

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 b5a701eb24d (chores) came-jms: avoid failing the test due to session being closed (#10835)
     add ee61363049b 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%)