Merge pull request #15589 from backstage/rugvip/httpmove

backand-app-api: move over HTTP server implementation from backend-common
This commit is contained in:
Patrik Oldsberg
2023-01-10 13:57:24 +01:00
committed by GitHub
38 changed files with 1767 additions and 840 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Moved over implementation of the root HTTP service from `@backstage/backend-common`, and replaced the `middleware` option with a `configure` callback option.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-tasks': patch
---
Minor internal refactor to avoid import cycle issue.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Refactor to rely on `@backstage/backend-app-api` for the implementation of `createServiceBuilder`.