You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
#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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
#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.
The text was updated successfully, but these errors were encountered: