Skip to content

Commit 47eedb8

Browse files
Update Breaking_Changes.md
1 parent 8519b03 commit 47eedb8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • data/markdown/pages/downloads/Sitecore_Experience_Platform/105/Sitecore_Experience_Platform_105

data/markdown/pages/downloads/Sitecore_Experience_Platform/105/Sitecore_Experience_Platform_105/Breaking_Changes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,19 +336,19 @@ The following protected APIs have been deprecated as part of this change. Each i
336336

337337
| Context | Description | Ref |
338338
| --- | --- | --- |
339-
| API | The `protected virtual ParallelDisabledSecurityProxy ParallelForeachProxy` property on `Sitecore.ContentSearch.AbstractDocumentBuilder<T>` has been deprecated and marked `[Obsolete("The property is not used and will be removed in the future.")]`. It is no longer called internally; parallel execution is now routed through the new `protected virtual void ExecuteInParallel<TSource>(IEnumerable<TSource>, Action<TSource, ParallelLoopState>)` method. If your solution subclasses `AbstractDocumentBuilder<T>` and overrides `ParallelForeachProxy` to customize parallel behavior, that override is silently no longer invoked. Migrate the override to `ExecuteInParallel<TSource>` instead. The property will be removed in a future version. Affects: solutions that subclass `AbstractDocumentBuilder<T>` and override `ParallelForeachProxy`. Search your codebase for classes that inherit from `AbstractDocumentBuilder` and override this property. | PDXP-707 |
339+
| API | The `protected virtual ParallelDisabledSecurityProxy ParallelForeachProxy` property on `Sitecore.ContentSearch.AbstractDocumentBuilder&lt;T&gt;` has been deprecated and marked `[Obsolete("The property is not used and will be removed in the future.")]`. It is no longer called internally; parallel execution is now routed through the new `protected virtual void ExecuteInParallel<TSource>(IEnumerable<TSource>, Action<TSource, ParallelLoopState>)` method. If your solution subclasses `AbstractDocumentBuilder&lt;T&gt;` and overrides `ParallelForeachProxy` to customize parallel behavior, that override is silently no longer invoked. Migrate the override to `ExecuteInParallel<TSource>` instead. The property will be removed in a future version. Affects: solutions that subclass `AbstractDocumentBuilder&lt;T&gt;` and override `ParallelForeachProxy`. Search your codebase for classes that inherit from `AbstractDocumentBuilder` and override this property. | PDXP-707 |
340340

341341
### Sitecore.ContentSearch.AbstractSearchIndex — ParallelForeachProxy
342342

343343
| Context | Description | Ref |
344344
| --- | --- | --- |
345345
| API | The `protected virtual ParallelDisabledSecurityProxy ParallelForeachProxy` property on `Sitecore.ContentSearch.AbstractSearchIndex` has been deprecated and marked `[Obsolete("The property is not used and will be removed in the future.")]`. It is no longer called internally; parallel execution is now routed through the new `protected virtual void ExecuteInParallel<TSource>(IEnumerable<TSource>, ParallelOptions, Action<TSource, ParallelLoopState>)` method. If your solution subclasses `AbstractSearchIndex` and overrides `ParallelForeachProxy`, that override is silently no longer invoked. Migrate the override to `ExecuteInParallel<TSource>` instead. The property will be removed in a future version. Affects: solutions that subclass `AbstractSearchIndex` and override `ParallelForeachProxy`. Search your codebase for classes that inherit from `AbstractSearchIndex` and override this property. | PDXP-707 |
346346

347-
### Sitecore.ContentSearch.Crawler<T> — ParallelForeachProxy
347+
### Sitecore.ContentSearch.Crawler&lt;T&gt; — ParallelForeachProxy
348348

349349
| Context | Description | Ref |
350350
| --- | --- | --- |
351-
| API | The `protected virtual ParallelDisabledSecurityProxy ParallelForeachProxy` property on `Sitecore.ContentSearch.Crawler<T>` has been deprecated and marked `[Obsolete("The property is not used and will be removed in the future.")]`. The property will be removed in a future version. If your solution subclasses `Crawler<T>` and overrides `ParallelForeachProxy`, remove the override as it is no longer invoked. Affects: solutions that subclass `Crawler<T>` and override `ParallelForeachProxy`. Search your codebase for classes that inherit from `Crawler` and override this property. | PDXP-707 |
351+
| API | The `protected virtual ParallelDisabledSecurityProxy ParallelForeachProxy` property on `Sitecore.ContentSearch.Crawler&lt;T&gt;` has been deprecated and marked `[Obsolete("The property is not used and will be removed in the future.")]`. The property will be removed in a future version. If your solution subclasses `Crawler&lt;T&gt;` and overrides `ParallelForeachProxy`, remove the override as it is no longer invoked. Affects: solutions that subclass `Crawler&lt;T&gt;` and override `ParallelForeachProxy`. Search your codebase for classes that inherit from `Crawler` and override this property. | PDXP-707 |
352352

353353
# Item Service Search API
354354

0 commit comments

Comments
 (0)