Skip to content

Add Classes Needed for Cross-Plugin Communication with SQL to a Common Library #5428

@toepkerd

Description

@toepkerd

Currently, plugins that want to integrate with the SQL plugin must pull in the entire SQL plugin's jar to retrieve a couple needed classes for communication with SQL plugin.

Examples:

This makes cross-plugin communication necessitate tight cross-plugin coupling. To loosen the coupling, SQL plugin can add classes that other plugins commonly use to a common library that is published to Maven for other plugins to pull instead of the entire SQL plugin jar.

Needed classes include:

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateIssue is a duplicate of an existing issueuntriaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions