Skip to content

sbt: Clean-up java.util.logging LogHandlers to avoid ClassNotFound issue #581

@xerial

Description

@xerial

While developing #580, I've found sbt 1.3.0 is not cleaning up log handlers registered in java.util.logging. If project classes in wvlet.log is used in a handler, java.util.logging fails to read such classes after discarding the previous class loader.

As a workaround, we always need to clean-up log handlers registered to java.util.logging.

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