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

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


    from 6a06084e029 Add spring-cloud-config to catalog
     add 433d8e06e94 CAMEL-22115: Add new camel-catalog-suggest that is much 
smaller than lucene based

No new revisions were added by this update.

Summary of changes:
 apache-camel/pom.xml                               |  4 ++
 bom/camel-bom/pom.xml                              |  5 ++
 catalog/camel-catalog-lucene/pom.xml               |  3 +-
 .../pom.xml                                        | 18 ++---
 .../catalog/suggest/CatalogSuggestionStrategy.java | 83 ++++++++++++++++++++++
 .../src/main/resources/META-INF/LICENSE.txt        |  0
 .../src/main/resources/META-INF/NOTICE.txt         |  0
 .../catalog/suggest/CamelCatalogSuggestTest.java}  | 22 ++++--
 .../src/test/resources/log4j2.properties           |  2 +-
 catalog/camel-report-maven-plugin/pom.xml          |  2 +-
 .../java/org/apache/camel/maven/ValidateMojo.java  |  4 +-
 catalog/pom.xml                                    |  1 +
 dsl/camel-kamelet-main/pom.xml                     |  2 +-
 .../camel/main/util/SuggestSimilarHelper.java      |  7 +-
 parent/pom.xml                                     |  5 ++
 15 files changed, 132 insertions(+), 26 deletions(-)
 copy catalog/{camel-catalog-lucene => camel-catalog-suggest}/pom.xml (83%)
 create mode 100644 
catalog/camel-catalog-suggest/src/main/java/org/apache/camel/catalog/suggest/CatalogSuggestionStrategy.java
 copy {apache-camel => 
catalog/camel-catalog-suggest}/src/main/resources/META-INF/LICENSE.txt (100%)
 copy {archetypes/camel-archetype-api-component => 
catalog/camel-catalog-suggest}/src/main/resources/META-INF/NOTICE.txt (100%)
 copy 
catalog/{camel-catalog-lucene/src/test/java/org/apache/camel/catalog/lucene/CamelCatalogLuceneTest.java
 => 
camel-catalog-suggest/src/test/java/org/apache/camel/catalog/suggest/CamelCatalogSuggestTest.java}
 (65%)
 copy catalog/{camel-catalog-lucene => 
camel-catalog-suggest}/src/test/resources/log4j2.properties (95%)

Reply via email to