Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ammachado committed Mar 26, 2024
1 parent 447ffd4 commit e2a931f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ to use from Camel.
=== camel-elasticsearch / camel-opensearch

The class `BulkRequestAggregationStrategy` has been renamed to `OpensearchBulkRequestAggregationStrategy`
The class `BulkRequestAggregationStrategy` has been renamed to `ElasticsearchBulkRequestAggregationStrategy`
The class `BulkRequestAggregationStrategy` has been renamed to `ElastichsearchBulkRequestAggregationStrategy`

=== camel-spring-redis

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ For example calling a route that fails due to an exception being thrown (even if
then the variable is no longer set. Also, if the route is marked for rollback, or to stop continue routing with `.stop()`.

This is the same logic that the routing engine uses, whether to continue routing the `Exchange` or not.

=== camel-elasticsearch

The class `ElastichsearchBulkRequestAggregationStrategy` has been renamed to `ElasticsearchBulkRequestAggregationStrategy`.

0 comments on commit e2a931f

Please sign in to comment.