Merge pull request #33782 from UsainBloot/feat/extension-point-middleware

feat(backend): add extensionPointFactoryMiddleware to createBackend
This commit is contained in:
Patrik Oldsberg
2026-04-15 01:00:53 +02:00
committed by GitHub
20 changed files with 432 additions and 20 deletions
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': minor
---
Added `ExtensionPointFactoryMiddleware` type and `createExtensionPointFactoryMiddleware` helper to reimplement extension point outputs at backend creation time.
@@ -0,0 +1,5 @@
---
'@backstage/backend-defaults': patch
---
Exported `defaultServiceFactories` to allow use with `createSpecializedBackend` for advanced configuration like `extensionPointFactoryMiddleware`.