Merge pull request #15695 from backstage/mob/compat

backend-common: added compatibility wrapper for legacy plugins
This commit is contained in:
Patrik Oldsberg
2023-01-11 19:51:50 +01:00
committed by GitHub
4 changed files with 183 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Added `legacyPlugin` and the lower level `makeLegacyPlugin` wrappers that convert legacy plugins to the new backend system. This will be used to ease the future migration to the new backend system, but we discourage use of it for now.