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.
1.1 KiB
1.1 KiB
Runtime split Patch F
This patch finishes the first major bean-gating pass for the legacy runtime.
What it does
Marks the remaining old runtime classes as:
@ConditionalOnRuntimeMode(RuntimeMode.LEGACY)
Legacy routes / runtime
MailRouteSolutionBriefRouteTedDocumentRouteTedPackageDownloadCamelRouteTedPackageDownloadRouteVectorizationRoute
Legacy config/runtime infrastructure
AsyncConfigTedProcessorProperties
Legacy controller / listeners / services
AdminControllerVectorizationEventListenerAttachmentProcessingServiceBatchDocumentProcessingServiceDocumentProcessingServiceSearchServiceSimilaritySearchServiceTedPackageDownloadServiceTedPhase2GenericDocumentServiceVectorizationProcessorServiceVectorizationServiceVectorizationStartupRunner
Added profile file
application-legacy.yml
This patch is intended to apply after Patch A–E. It does not yet remove the old ted.* property tree; it makes the old bean graph activate only in LEGACY mode.