-
Notifications
You must be signed in to change notification settings - Fork 556
Description
Hello,
I would like to report a bug in the vertx-web 4.4.3 repository related to the ValidationHandlerBuilder class.
Issue:
The issue pertains to the deprecated SchemaParser interface being used as a parameter in the create method of ValidationHandlerBuilder. Although the create method itself is not deprecated, it still relies on the deprecated SchemaParser interface.
Expected Behavior:
It is expected that a non-deprecated method or alternative approach should be provided for instantiating a ValidationHandlerBuilder without depending on the deprecated SchemaParser interface.
Steps to Reproduce:
- Set up the vertx-web 4.4.3 environment.
- Attempt to instantiate a ValidationHandlerBuilder using the create method.
- Observe the usage of the deprecated SchemaParser interface.
Actual Result:
The create method requires a SchemaParser instance, which is marked as deprecated, causing concerns regarding the compatibility and recommended practices.
Expected Result:
A suitable replacement or updated approach should be available for creating instances of ValidationHandlerBuilder without reliance on the deprecated SchemaParser interface.
Additional Information:
Version: vertx-web 4.4.3
Please let me know if any further details are required or if there are specific guidelines to follow for bug reporting in this project.
Thank you for your attention to this matter.
Kind regards,
Lorenzo