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

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


    from 439ee88  Fixed build and regen
     new 003666d  CAMEL-14263: Make property configurer for component and 
endpoints into only class.
     new 934698b  Fixed build
     new bee7c98  CAMEL-14263: Fixed CS
     new c98a203  CAMEL-14240: Add backlogTracing into the spring/blueprint XML

The 4 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:
 components/camel-rest-openapi/pom.xml              |   1 +
 .../xml/AbstractCamelContextFactoryBeanTest.java   |   2 +-
 .../apt/ComponentPropertyConfigurerGenerator.java  | 169 ---------------------
 .../tools/apt/EndpointAnnotationProcessor.java     |  21 ++-
 ...rator.java => PropertyConfigurerGenerator.java} |  27 ++--
 .../camel/tools/apt/model/ComponentOption.java     |   2 +-
 .../camel/tools/apt/model/EndpointOption.java      |   2 +-
 .../camel/tools/apt/model/PropertyOption.java      |  11 +-
 8 files changed, 35 insertions(+), 200 deletions(-)
 delete mode 100644 
tooling/apt/src/main/java/org/apache/camel/tools/apt/ComponentPropertyConfigurerGenerator.java
 rename 
tooling/apt/src/main/java/org/apache/camel/tools/apt/{EndpointPropertyConfigurerGenerator.java
 => PropertyConfigurerGenerator.java} (89%)
 copy 
components/camel-sql/src/test/java/org/apache/camel/component/sql/stored/CustomType.java
 => 
tooling/apt/src/main/java/org/apache/camel/tools/apt/model/PropertyOption.java 
(83%)

Reply via email to