Skip to content

Commit 7f7437e

Browse files
committed
fix(docs): update migration guide to include additional removed interceptors and replacements
1 parent f20a038 commit 7f7437e

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

docs/MIGRATION-GUIDE.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ XML based configurations remain supported, but some legacy features and APIs hav
2323

2424
The following legacy interceptors have been removed:
2525

26-
| Removed | Replacement |
27-
|--------|---------------------------------------------------------------------------|
28-
| `gateKeeperClient` | Gatekeeper is not supported anymore |
29-
| `wadl` | Use OpenAPI |
30-
| `xmlSessionIdExtractor` | Use language based session handling. See examples/loadbalancing/4-session |
26+
| Removed | Replacement |
27+
|--------|-----------------------------------------------------------------------------|
28+
| `gateKeeperClient` | Gatekeeper is not supported anymore |
29+
| `wadl` | Use OpenAPI |
30+
| `xmlSessionIdExtractor` | Use language based session handling. See examples/loadbalancing/4-session |
31+
| `telekomSMSTokenProvider` | The SMS provider doesn't offer the needed SMS service anymore. |
32+
| `groovyTemplate` | `template` offers the same functionality including Groovy language support. |
3133

3234
Remove these elements from your configuration and replace them with modern equivalents.
3335

0 commit comments

Comments
 (0)