You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
697 B
697 B
Runtime split Patch H
Patch H is a final cleanup / verification step after the previous split patches.
What it does
- makes
TedProcessorPropertiesexplicitlyLEGACY-only - removes the stale
TedProcessorPropertiesimport/comment fromDocumentIntelligencePlatformApplication - adds a regression test that fails if NEW runtime classes reintroduce a dependency on
TedProcessorProperties - adds a simple
application-legacy.ymlprofile file
Why this matters
After the NEW search/ingestion/projection classes are moved to:
DipSearchPropertiesDipIngestionPropertiesTedProjectionProperties
TedProcessorProperties should be owned strictly by the legacy runtime graph.