Skip to content
This repository was archived by the owner on May 22, 2018. It is now read-only.
This repository was archived by the owner on May 22, 2018. It is now read-only.

Enabled by default is a problem for library use. #22

@mmacek7

Description

@mmacek7

I'd like to use this project (java) in a common project library (that has options to choose between alternatives and enables by parameters), but since it's enabled by default I'd have to use:

play.modules.disabled += "com.lightbend.lagom.javadsl.dns.ServiceLocatorModule"

but that's problematic/not recommended to use in a library.

One solution would be split this project into two ("core" and "enable") or just make it not enable by default?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions