daffodil
daffodil copied to clipboard
feat(external-router): integrate automatic URL resolution from in-mem…
…ory routable objects
PR Checklist
- [x] Commit message follows our contributing guidelines
- [x] Tests added/updated (for bug fixes/features)
- [x] Documentation added/updated (for bug fixes/features)
PR Type
- [ ] Bug fix
- [x] Feature
- [ ] Style update
- [ ] Refactor
- [ ] Test
- [ ] Build
- [ ] CI
- [ ] Docs
- [ ] Performance
- [ ] Other (please describe)
Current behavior
Part of: #4143
New behavior
Updates the in-memory driver to automatically resolve URLs by looking them up in the new centralized routable objects registry, eliminating the need for manual resolver configuration when using the in-memory drivers.
Breaking change?
- [ ] Yes
- [x] No
Additional context
Depends on #4144