eclipse-vertx / vertx-http-proxy

vertx http proxy
Eclipse Public License 2.0
55 stars 36 forks source link

JPMS support #87

Closed vietj closed 4 months ago

vietj commented 4 months ago

Commits are separate to show the upgrade process and can be cherry picked

  1. avoid split package between src/main and src/test
  2. avoid using other module impl packages
  3. introduce module-info descriptors and bump adjust dependencies to be compatible with JPMS
tsegismont commented 4 months ago

Thank you @vietj !