Skip to content

Commit

Permalink
Update migrating-to-v5.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine authored Feb 10, 2025
1 parent 7708510 commit b248efa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/guide/migrating-to-v5.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ v5 is mostly a cleanup release with updated dependencies. The main changes are:
* Removal of deprecated features
* empty/unused `ProcessorInterface`
* `Context::clone()` and `Context::detect()`
* `\Openapi\Generator::getProcessors()` and `\Openapi\Generator::setProcessors()`

For most installations upgrading should not require any changes.

## Removed deprecated elements
### `\Openapi\Generator::getProcessors()` and `\Openapi\Generator::setProcessors()`
Use `getProcessorPipeline()` and `setProcessorPipeline(new Pipeline(...))` methods instead

0 comments on commit b248efa

Please sign in to comment.