Skip to content

Commit

Permalink
More doc fifex
Browse files Browse the repository at this point in the history
  • Loading branch information
ammachado committed Mar 26, 2024
1 parent e2a931f commit bb17de2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -261,13 +261,13 @@ to use from Camel.

=== camel-elasticsearch / camel-opensearch

The class `BulkRequestAggregationStrategy` has been renamed to `OpensearchBulkRequestAggregationStrategy`
The class `BulkRequestAggregationStrategy` has been renamed to `ElastichsearchBulkRequestAggregationStrategy`
The class `org.apache.camel.component.opensearch.aggregation.BulkRequestAggregationStrategy` has been renamed to `org.apache.camel.component.opensearch.aggregation.OpensearchBulkRequestAggregationStrategy`
The class `org.apache.camel.component.es.aggregation.BulkRequestAggregationStrategy` has been renamed to `org.apache.camel.component.es.aggregation.ElastichsearchBulkRequestAggregationStrategy`

=== camel-spring-redis

The class `RedisIdempotentRepository` has been renamed to `SpringRedisIdempotentRepository`
The class `RedisStringIdempotentRepository` has been renamed to `SpringRedisStringIdempotentRepository`
The class `org.apache.camel.component.redis.processor.idempotent.RedisIdempotentRepository` has been renamed to `org.apache.camel.component.redis.processor.idempotent.SpringRedisIdempotentRepository`
The class `org.apache.camel.component.redis.processor.idempotent.RedisStringIdempotentRepository` has been renamed to `org.apache.camel.component.redis.processor.idempotent.SpringRedisStringIdempotentRepository`


== Camel Spring Boot
Expand Down
Expand Up @@ -17,4 +17,4 @@ This is the same logic that the routing engine uses, whether to continue routing

=== camel-elasticsearch

The class `ElastichsearchBulkRequestAggregationStrategy` has been renamed to `ElasticsearchBulkRequestAggregationStrategy`.
The class `org.apache.camel.component.es.aggregation.ElastichsearchBulkRequestAggregationStrategy` has been renamed to `org.apache.camel.component.es.aggregation.ElasticsearchBulkRequestAggregationStrategy`.

0 comments on commit bb17de2

Please sign in to comment.