Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Java9 Platform Module System(JPMS) #9406

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 2, 2024

  1. Support Java9 Platform Module System(JPMS)

    - escalate Contributor(s), TokenExpressionFactory public
    - move modules classes
       - o.l.launguage to o.l.l.(lang)
       - o.l.chunking to o.l.c.(lang)
       - o.l.synthesis to o.l.s.(lang)
    - Add Automatic-Module-Name manifest entry
    - Update imports to adjust for the above changes
    - resolve split package by MessagesBundle files
    - add automatic-module-name
        - languagetool-server and languagetool-tools
    - Update package path for o.l.l.en.English class
    - Improve LanguageSpecificTest
        - DisambiguationRuleTest respects onlyRunCode
    
    Signed-off-by: Hiroshi Miura <miurahr@linux.com>
    miurahr committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    33bcf2a View commit details
    Browse the repository at this point in the history
  2. feat: add java8compat module

    Signed-off-by: Hiroshi Miura <miurahr@linux.com>
    miurahr committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    cb1fb76 View commit details
    Browse the repository at this point in the history
  3. fix: tweak Spanish test import

    Signed-off-by: Hiroshi Miura <miurahr@linux.com>
    miurahr committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b34f35a View commit details
    Browse the repository at this point in the history