Skip to content

Restore SPI metadata for non-module apps #323

@tschut

Description

@tschut

Hi,

#283 removes SPI metadata which enables service discovery through Java's ServiceLoader. This information is now provided through module-info.

This new solution works fine if you're building a module-based application. However, if you don't use Java module-system (which many people don't), the services will no longer be auto-discovered.

As a widely-used library, it would be awesome if both method were supported.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions