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 2022/06/07 13:37:02 UTC

[camel] branch regen_bot updated (f842e29343d -> 69a3865f7b0)

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 f842e29343d Regen for commit 31e0a33ed4f232b7d4616d0764b5be59d8a89df0
     add 69a3865f7b0 CAMEL-14631: camel-core - Add support for custom enum converterts that are converted via a specialed converter method that are not using string based enum constant values. Thanks to Ralf Claussnitzer for reporting and unit tests.

No new revisions were added by this update.

Summary of changes:
 .../camel/impl/converter/EnumTypeConverter.java    | 25 +++++++-
 .../camel/converter/BasicEnumConverterTest.java    | 56 +++++++++++++++++
 .../converter/CustomEnumTypeConverterTest.java     | 73 ++++++++++++++++++++++
 .../java/org/apache/camel/util/ObjectHelper.java   | 25 ++++++++
 4 files changed, 177 insertions(+), 2 deletions(-)
 create mode 100644 core/camel-core/src/test/java/org/apache/camel/converter/BasicEnumConverterTest.java
 create mode 100644 core/camel-core/src/test/java/org/apache/camel/converter/CustomEnumTypeConverterTest.java