Skip to content

plugins module should not depend on indexer module #3340

@ahornace

Description

@ahornace
Contributor

I think that we should introduce plugins-api module with the needed interfaces. I don't think that plugins module should be able to access indexer inner implementations.

Activity

tulinkry

tulinkry commented on Oct 30, 2020

@tulinkry
Contributor

Currently, these are available

50              "org.opengrok.indexer.configuration.Group",
51              "org.opengrok.indexer.configuration.Project",
52              "org.opengrok.indexer.configuration.RuntimeEnvironment",
53              "org.opengrok.indexer.authorization.IAuthorizationPlugin",
54              "org.opengrok.indexer.authorization.plugins.*",
55              "org.opengrok.indexer.authorization.AuthorizationException",
56              "org.opengrok.indexer.util.*",
57              "org.opengrok.indexer.logger.*",
58              "org.opengrok.indexer.Metrics"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @vladak@tulinkry@ahornace

        Issue actions

          plugins module should not depend on indexer module · Issue #3340 · oracle/opengrok