alibaba / nacos

an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
https://nacos.io
Apache License 2.0
30.33k stars 12.85k forks source link

[Feature Request]JPMS support #7244

Closed arjenzhou closed 2 years ago

arjenzhou commented 3 years ago

Since Java 9 introduced JPMS, there is a need to support modular system for such infra project.

There are two alternative ways to get to this:

  1. Add module-info.java in each module and export public packages, which is more complex.
  2. Add Automatic-Module-Name entry for MANIFEST properties, is a easier way to deal with.
stale[bot] commented 2 years ago

Thanks for your feedback and contribution. But the issue/pull request has not had recent activity more than 180 days. This issue/pull request will be closed if no further activity occurs 7 days later. We may solve this issue in new version. So can you upgrade to newest version and retry? If there are still issues or want to contribute again. Please create new issue or pull request again.