Skip to content

Use ToolProvider instead of forking new JVMs #7

@PaintNinja

Description

@PaintNinja

Currently Mavenizer starts new Java processes to run various tools, which works well but slows things down as it forces going through the Java startup routine and JIT warmup processes again for each tool.

It would be good if longer-term it relied on ToolProvider to run these tools from within the same Java process in a standard way, at least for tools that do not need to be ran with an explicit old version of Java.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions