[HCK-12579]feat: migrate from avsc custom module in FE to a patch and update avsc from 5.4.11 to 5.7.9 #201
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Content
Remove the custom module to use a simple patch that isolate the small changes
Migrate avsc dependency from 5.4.11 to 5.7.9 and update the custom patch to maintain error collection functionality.
Aligns with studio here
Technical details
Changes Made:
Key Features Preserved:
errorsCollectorarrayFiles Changed:
package.json- Updated avsc versionpackage-lock.json- Updated lock filepatches/avsc+5.4.11.patch- Removed old patchpatches/avsc+5.7.9.patch- Added new patch (3,783 insertions, 477 deletions)Testing:
Type.addErrorfunction anderrorsCollectorare in placeThis migration ensures the plugin continues to work with the latest avsc version while preserving the custom error collection functionality that prevents validation errors from blocking the schema processing workflow.
Plugin build from branch