You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/03/15 10:11:25 UTC

[camel] branch tc-loader updated (e755987 -> ea9fa03)

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

davsclaus pushed a change to branch tc-loader
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from e755987  CAMEL-13313: Add support for generating type converter loader source code to be able to load component type converters in a faster way
     new 30d8aa9  CAMEL-13313: Add support for generating type converter loader source code to be able to load component type converters in a faster way
     new 929ab57  CAMEL-13313: Add support for generating type converter loader source code to be able to load component type converters in a faster way
     new ea9fa03  CAMEL-13313: Add support for generating type converter loader source code to be able to load component type converters in a faster way

The 36058 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:
 .../src/main/java/org/apache/camel/Converter.java  |  21 +-
 .../java/org/apache/camel/FallbackConverter.java   |  10 +-
 .../apache/camel/component/bean/BeanConverter.java |   1 +
 ...or.java => AbstractTypeConverterGenerator.java} | 267 ++++++++-------------
 .../tools/apt/CoreTypeConverterProcessor.java      | 235 ++----------------
 .../tools/apt/TypeConverterLoaderGenerator.java    |  86 +++++++
 .../services/javax.annotation.processing.Processor |   2 +-
 7 files changed, 230 insertions(+), 392 deletions(-)
 rename tooling/apt/src/main/java/org/apache/camel/tools/apt/{TypeConverterLoaderProcessor.java => AbstractTypeConverterGenerator.java} (58%)
 create mode 100644 tooling/apt/src/main/java/org/apache/camel/tools/apt/TypeConverterLoaderGenerator.java