Bug 413867 - Concurrent artifact resolution using same repo session (data) in combination with enhanced local repo can fail sporadically

Fixed interaction between DefaultArtifactResolver and DefaultUpdateCheckManager to ensure download requests for unavailable artifacts are not suppressed unless a resolution error has been cached
3 files changed
tree: 6769a2c34683647501fdb35d4de22df30a0651cc
  1. aether-api/
  2. aether-connector-basic/
  3. aether-impl/
  4. aether-spi/
  5. aether-test-util/
  6. aether-transport-classpath/
  7. aether-transport-file/
  8. aether-transport-http/
  9. aether-transport-wagon/
  10. aether-util/
  11. src/
  12. .gitignore
  13. class-overview.svg
  14. epl-v10.html
  15. notice.html
  16. pom.xml
  17. README.md
README.md

Homepage

http://www.eclipse.org/aether/

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