Merge pull request #2798 from SDA-SE/feat/deprecate-api-annotation

feat: use new UrlReader in PlaceholderProcessor
This commit is contained in:
Oliver Sand
2020-10-08 16:24:58 +02:00
committed by GitHub
5 changed files with 94 additions and 116 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-catalog-backend': minor
---
Use the new `UrlReader` in `PlaceholderProcessor`.
This allows to use the placeholder processor to include API definitions in API entities.
Previously it was only possible to do this if the definition comes from the same location type as the entity itself.