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

Improve caching of jar file resources #203

Description

@hcldan

#196 Introduces the ability to have classpath:// uri's. We end up needing to scan the contents of a jar for all of the resources in order to serve them up.

The ClasspathResourceFactory is recreated every time, and currently rebuilds the map of file resources in the jar.

Either we should refrain from making so many Factories (why are they not singletons?), or we should cache these resources properly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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