smallrye / smallrye-common

Common utilities for SmallRye

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finish `module-info` descriptors

dmlloyd opened this issue · comments

After #155, there are still a few modules which need descriptors:

  • expression
  • net
  • version
  • vertx-context

All of these require a jboss-logging release which includes jboss-logging/jboss-logging#45. The last one also needs a release of io.vertx:vertx-core which includes a module descriptor (at a minimum, in the form of an automatic module declaration) - see eclipse-vertx/vert.x#4343. vertx-context also requires a dependency on io.vertx.core, which is currently established via an automatic module name on the io.vertx:vertx-core artifact.