Hi Gary, On Fri, 9 Aug 2024 at 15:24, Gary Gregory <garydgreg...@gmail.com> wrote: > I've had many requests to support JPMS in Commons and none that I recall > since I've been releasing jars using Moditect, so I can only assume it > works well enough. My impression is that people only care to get rid of > warnings or errors to run an app.
Is there any Commons project that runs tests on the modulepath? Among the problems that tools like BND or Moditect might miss are: * missing `uses` directives, * optional dependencies that are `transitive`, * reflective access from some third-party library that doesn't have the right permissions. Piotr