Fixes https://github.com/eclipse/sisu.inject/pull/4

Add a new system property 'sisu.url.caches' to explicitly turn off
URL caching regardless of the OS. If this property is not set then
caching is only turned off on Windows.

Co-authored-by: Aleksey Dobrynin
1 file changed
tree: b84a262321a90429d82fe8e56865a97914b8a96d
  1. bin/
  2. doclava/
  3. leftovers/
  4. org.eclipse.sisu.inject/
  5. org.eclipse.sisu.inject.extender/
  6. org.eclipse.sisu.inject.site/
  7. org.eclipse.sisu.inject.tests/
  8. .gitignore
  9. LICENSE.txt
  10. pom.xml
  11. README.md
README.md

Homepage

http://www.eclipse.org/sisu/

Contribution

As required by the Eclipse IP process, all contributions need to be submitted in form of patches attached to a Bugzilla entry, thereby being subject to the Eclipse Terms of Use. For clarity, patches should be provided as standalone files attached to the issue, not as text embedded in the issue description or a comment.

When submitting patches, please follow the existing code style. The corresponding formatter settings for some IDEs can be taken from the Maven Code Style page.

License