vert-x3 / vertx-web

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

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

Closed tsegismont closed 1 month ago

tsegismont commented 4 months ago

Closes #2519

Commits can be reviewed individually.

When option classes are introduced, it is attempted to minimize the breaking change impact by keeping the same method names. For example: StaticHandler#setIncludeHidden becomes StaticHandlerOptions#setIncludeHidden.

vietj commented 1 month ago

too much breaking, unscheduled