vert-x3 / vertx-examples

Vert.x examples
Apache License 2.0
3.55k stars 2.09k forks source link

Upgrade to 5.x #457

Closed vietj closed 4 months ago

vietj commented 4 months ago

Upgrade to Vert.x 5

This PR should be commented to signal the breaking changes that should be reported in the migration doc as well as the possible back ports to 4.x to ease the migration.

vietj commented 4 months ago

ATM in draft to avoid merge.

tsegismont commented 4 months ago

@vietj I've added a commit replacing the legacy Launcher with VertxApplication (except for vertx-shell examples, because this module depends on the legacy CLI).