Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(validator): resolve processor state retention issues
Add reset capabilities to validator processors to prevent state leakage between validations. This resolves the issue where validation errors were persisting across multiple validation cycles. - Add reset() method to ValidatableProcessor interface - Implement reset() in AbstractValidatorProcessor - Update ProcessorPipeline to call reset() before processing - Add proper documentation for new methods
- Loading branch information