Description
The Symphony data-handler Spring @Configuration class is misspelled as SymphonyDataHandlerCofig (should be Config). The helper method syphonyExtendedVersionSpace() is similarly misspelled (syphony → symphony).
Location
libs/symphony-bdk/symphony-bdk-chat-workflow-spring-boot-starter/src/main/java/org/finos/springbot/symphony/data/SymphonyDataHandlerCofig.java
- Referenced from
SymphonyWorkflowConfig and several Symphony starter tests
Impact
Cosmetic / discoverability only — behavior is fine, but the name is inconsistent with other *Config classes and harder to find when searching.
Proposed fix
Rename:
SymphonyDataHandlerCofig → SymphonyDataHandlerConfig
syphonyExtendedVersionSpace → symphonyExtendedVersionSpace
Update imports/usages accordingly.
Description
The Symphony data-handler Spring
@Configurationclass is misspelled asSymphonyDataHandlerCofig(should beConfig). The helper methodsyphonyExtendedVersionSpace()is similarly misspelled (syphony→symphony).Location
libs/symphony-bdk/symphony-bdk-chat-workflow-spring-boot-starter/src/main/java/org/finos/springbot/symphony/data/SymphonyDataHandlerCofig.javaSymphonyWorkflowConfigand several Symphony starter testsImpact
Cosmetic / discoverability only — behavior is fine, but the name is inconsistent with other
*Configclasses and harder to find when searching.Proposed fix
Rename:
SymphonyDataHandlerCofig→SymphonyDataHandlerConfigsyphonyExtendedVersionSpace→symphonyExtendedVersionSpaceUpdate imports/usages accordingly.