vert-x3 / vertx-web

HTTP web applications for Vert.x
Apache License 2.0
1.11k stars 534 forks source link

Introduce dataobjects and or builders for Vert.x Web handlers #2519

Closed tsegismont closed 1 week ago

tsegismont commented 11 months ago

Review Vert.x Web handlers and determine which ones have several data params or callbacks.

These handlers should be reworked to provide a builder and/or a dataobject to simplify implementation.

tsegismont commented 11 months ago

Analyzed existing handlers and found these are good candidates

vietj commented 1 week ago

Too much breaking for vertx 5.0