Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.
This repository was archived by the owner on Aug 9, 2025. It is now read-only.

Various input streams not being closed by Scaffolder #490

@abstratt

Description

@abstratt

It seems the Scaffolder does not close many of the input streams it opens.

This leads to files that cannot be deleted or otherwise opened by other processes on Windows, at least until the input stream is eventually garbage-collected.

Examples:

  • the domain input stream (here)
  • the RAML streams (here) - the XML streams seem to be closed.

Note that JDOM's SAXParser does not close input stream used to build a document. See also #489 .

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