-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description:
Refactor the HttpProviderPlugin to remove all entityMapping-related logic.
The responsibility of mapping context data to entities is now handled by the dedicated EntityMapperTaskPlugin (emtp). Therefore, HttpProviderPlugin should no longer perform or support any entity mapping.
Requirements:
- Remove all
entityMappingconfiguration handling fromHttpProviderPlugin - Delete any associated mapping logic and utilities within the plugin
- Ensure no residual references to
entityMappingremain - Keep the plugin focused strictly on HTTP communication responsibilities
Expected Behavior:
HttpProviderPluginonly handles HTTP requests/responses- Any entity mapping must be performed exclusively by
EntityMapperTaskPlugin
Notes:
- Verify backward compatibility or document breaking changes if applicable
- Update related documentation and examples to reflect this change
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request