You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IBX-8400: Fixed redundancy in RepositoryFactory implementations (#384)
For more details see https://issues.ibexa.co/browse/IBX-8400 and #384
Key changes:
* Dropped support for dynamic Core Repository class in RepositoryFactory
* Made RepositoryFactory not Container-aware
* Deprecated Core Bundle RepositoryFactory in favor of Repository's one
* Combined Bundle and core RepositoryFactory into one
* [Tests] Added needed RepositoryFactory configuration to test setup
* [PHPStan] Introduced role policy map array shape as TPolicyMap
* [PHPStan] Aligned baseline after the changes
Copy file name to clipboardExpand all lines: src/bundle/Core/Resources/config/papi.yml
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,16 @@ parameters:
11
11
services:
12
12
# API
13
13
Ibexa\Bundle\Core\ApiLoader\RepositoryFactory:
14
+
deprecated:
15
+
package: 'ibexa/core'
16
+
version: '5.0'
17
+
message: 'Since ibexa/core 5.0: The "%service_id%" service is deprecated and will be removed in 6.0. Use Ibexa\Core\Base\Container\ApiLoader\RepositoryFactory instead'
0 commit comments