Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-9623

Add module descriptor (module-info.java) to lucene jars

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 9.0
    • None
    • general/build
    • None
    • New

    Description

      For a starter, module descriptors can be automatically generated by jdeps utility.

      There are two choices.
      1. generate "open" modules which allows reflective accesses with --generate-open-module option
      2. generate non-open modules with --generate-module-info option

      Which is the better - not fully sure, but maybe 2 (non-open modules)?

      Also, we need to choose proper module names - just using gradle project path for it is OK?

      Attachments

        1. generate-all-module-info.sh
          1 kB
          Tomoko Uchida

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tomoko Tomoko Uchida
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: