# Runtime split Patch H Patch H is a final cleanup / verification step after the previous split patches. ## What it does - makes `TedProcessorProperties` explicitly `LEGACY`-only - removes the stale `TedProcessorProperties` import/comment from `DocumentIntelligencePlatformApplication` - adds a regression test that fails if NEW runtime classes reintroduce a dependency on `TedProcessorProperties` - adds a simple `application-legacy.yml` profile file ## Why this matters After the NEW search/ingestion/projection classes are moved to: - `DipSearchProperties` - `DipIngestionProperties` - `TedProjectionProperties` `TedProcessorProperties` should be owned strictly by the legacy runtime graph.