You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/04/23 06:27:18 UTC

[camel] branch main updated (009b92e -> fdfab39)

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

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


    from 009b92e  CAMEL-16546 - Camel-Solr: Support Map as body while inserting, updating etc.
     add f6d8c5c  Upgrade AWS SDK v2 to version 2.16.46
     add 2d61418  Sync deps
     add 54fa12c  CAMEL-16541 - Camel-Solr: Add autocommit option
     add e43f962  CAMEL-16541 - Camel-Solr: Add autocommit option
     add 266ae13  CAMEL-16541 - Camel-Solr: Add autocommit option
     add f510712  Camel-Solr: Removed skipped tests
     add cf225d7  CAMEL-16541 - Camel-Solr: Add autocommit option
     add fdfab39  Camel-Solr: Regen

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |  2 +-
 .../org/apache/camel/catalog/components/solr.json  |  1 +
 .../apache/camel/catalog/components/solrCloud.json |  1 +
 .../org/apache/camel/catalog/components/solrs.json |  1 +
 .../apache/camel/catalog/docs/solr-component.adoc  |  3 +-
 .../component/solr/SolrEndpointConfigurer.java     |  6 ++
 .../component/solr/SolrEndpointUriFactory.java     |  3 +-
 .../org/apache/camel/component/solr/solr.json      |  1 +
 .../org/apache/camel/component/solr/solrCloud.json |  1 +
 .../org/apache/camel/component/solr/solrs.json     |  1 +
 .../camel-solr/src/main/docs/solr-component.adoc   |  3 +-
 .../apache/camel/component/solr/SolrEndpoint.java  | 12 +++
 .../apache/camel/component/solr/SolrProducer.java  | 30 ++++++++
 .../component/solr/SolrComponentTestSupport.java   |  5 ++
 .../apache/camel/component/solr/SolrFixtures.java  | 14 ++++
 ...dateTest.java => SolrUpdateAutocommitTest.java} | 90 +++++-----------------
 .../camel/component/solr/SolrUpdateTest.java       | 24 ------
 .../endpoint/dsl/SolrEndpointBuilderFactory.java   | 31 ++++++++
 .../modules/ROOT/pages/solr-component.adoc         |  3 +-
 parent/pom.xml                                     |  2 +-
 20 files changed, 135 insertions(+), 99 deletions(-)
 copy components/camel-solr/src/test/java/org/apache/camel/component/solr/{SolrUpdateTest.java => SolrUpdateAutocommitTest.java} (81%)