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

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.