Skip to content

Commit e10d325

Browse files
committed
Merge branch '4.4'
* 4.4: removing notes about doctrine_clear_entity_manager middleware
2 parents 418e9fe + 481f5da commit e10d325

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

messenger.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,11 +1379,6 @@ may want to use:
13791379
# or pass a different entity manager to any
13801380
#- doctrine_transaction: ['custom']
13811381
1382-
# After handling, the clear() method is executed in the
1383-
# entity manager, which reduces the memory consumption and
1384-
# avoids side-effects related to unrefreshed entities
1385-
- doctrine_clear_entity_manager
1386-
13871382
.. code-block:: xml
13881383
13891384
<!-- config/packages/messenger.xml -->
@@ -1409,8 +1404,6 @@ may want to use:
14091404
<framework:argument>custom</framework:argument>
14101405
</framework:middleware>
14111406
-->
1412-
1413-
<framework:middleware id="doctrine_clear_entity_manager"/>
14141407
</framework:bus>
14151408
</framework:messenger>
14161409
</framework:config>
@@ -1429,7 +1422,6 @@ may want to use:
14291422
'doctrine_close_connection',
14301423
// Using another entity manager
14311424
['id' => 'doctrine_transaction', 'arguments' => ['custom']],
1432-
'doctrine_clear_entity_manager',
14331425
],
14341426
],
14351427
],

0 commit comments

Comments
 (0)