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

Issue #226: Provide SPI interfaces to locate descriptors #237

Commits on Jul 29, 2022

  1. Issue #226: Provide SPI interfaces to locate descriptors

    - Added SPI for JCas classes
    - Added test that FSClassRegistry is able to load JCas classes through the SPI
    - Push exclusion of META-INF down into the bundle modules because we do not want to exclude the META-INF/services for SPI testing
    reckart committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    120124c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Issue #226: Provide SPI interfaces to locate descriptors

    - When loading a class through an SPI, use its classloader for the generator lookup
    - Add own type classes for SPI testing to avoid interfering with existing tests
    reckart committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    7ede463 View commit details
    Browse the repository at this point in the history
  2. [UIMA-6481] Enable issue management in GitHub repos

    - Update template
    reckart committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    7b800e5 View commit details
    Browse the repository at this point in the history
  3. Issue #226: Provide SPI interfaces to locate descriptors

    - Exclude SPI control file from rat check
    reckart committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    e0b4cd5 View commit details
    Browse the repository at this point in the history
  4. Issue #226: Provide SPI interfaces to locate descriptors

    - Added a bit of documentation
    reckart committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    07d5d89 View commit details
    Browse the repository at this point in the history