1. 842018a [MRESOLVER-23] Avoid implicit primitive type casts by Michael Osipov · 7 years ago
  2. a5d4da0 [MRESOLVER-24] Turn some IllegalArgumentExceptions into IllegalStateExceptions by Michael Osipov · 7 years ago
  3. cd87137 [MRESOLVER-22] Upgrade to Maven Parent 30 by Michael Osipov · 7 years ago
  4. 7ff028b Small code fixes by Michael Osipov · 7 years ago
  5. 98fb57c [MRESOLVER-3] Update dependencies by Michael Osipov · 7 years ago
  6. e835676 [MRESOLVER-5] Update minimum Java version to 1.7 by Michael Osipov · 8 years ago
  7. 6b9d07b [MRESOLVER-4] Use java.util.Objects#requireNonNull to intercept invalid input by Michael Osipov · 7 years ago
  8. 0d01ff7 [MRESOLVER-6] Use java.nio.charset.StandardCharsets wherever possible by Michael Osipov · 8 years ago
  9. 5fae685 [MNG-6007] Aether IP Clearance by Christian Schulte · 7 years ago
  10. d55d218 [MRESOLVER-2] Add repository id to TransferResource by Michael Osipov · 8 years ago
  11. 3fc53c0 [MRESOLVER-19] DefaultRepositorySystem resolveDependencies() can yield a NullPointerException by Christian Schulte · 7 years ago
  12. a245b56 [MRESOLVER-18] DefaultDependencyCollector does not provide pre-managed state for exclusions and properties. by Christian Schulte · 7 years ago
  13. ad50215 [MRESOLVER-13] Exceptions are suppressed incorrectly when closing resources fails. by Christian Schulte · 7 years ago
  14. 9bf6abf [MRESOLVER-14] Statistics should be calculated using System.nanoTime instead of System.currentTimeMillis. by Christian Schulte · 7 years ago
  15. 101f534 [MRESOLVER-11] Project dependency collection result should contain repositories. by Christian Schulte · 7 years ago
  16. 7a6a85b o Updated version to 1.1.0-SNAPSHOT. by Christian Schulte · 7 years ago
  17. 82acf06 o Added used but undeclared transitive dependencies. by Christian Schulte · 7 years ago
  18. 3dd893c o Removed unused dependency on maven-resolver-util. by Christian Schulte · 7 years ago
  19. fb686ae o Removed unused test dependency on hamcrest-library. by Christian Schulte · 7 years ago
  20. 605937e [MRESOLVER-16] added standard license link and download page by Hervé Boutemy · 7 years ago
  21. 0cce625 [MRESOLVER-16] added standard license link and download page by Hervé Boutemy · 7 years ago
  22. 3470c57 [maven-release-plugin] prepare for next development iteration by Hervé Boutemy · 7 years ago
  23. 3e23ccb [maven-release-plugin] prepare release maven-resolver-1.0.3 by Hervé Boutemy · 7 years ago maven-resolver-1.0.3
  24. bf3350c added auto version submodules by Hervé Boutemy · 7 years ago
  25. 61af194 Add binary files to rat ignores as it is inconsistent in ignoring them by Stephen Connolly · 7 years ago
  26. 5779a35 Add Jenkinsfile by Stephen Connolly · 7 years ago
  27. 8bd8c53 [MNG-6008] git repository renamed to maven-resolver.git by Hervé Boutemy · 8 years ago
  28. 656749d [MNG-6040] configured Jira project by Hervé Boutemy · 8 years ago
  29. 3a1b8ae [MNG-6007] renamed Aether to Maven Artifact Resolver by Hervé Boutemy · 8 years ago
  30. 99dee4f added site publication configuration by Hervé Boutemy · 8 years ago
  31. cb10317 activated Checkstyle back by Hervé Boutemy · 8 years ago
  32. 640239f pom cleanup: removed inherited config and bundle management by Hervé Boutemy · 8 years ago
  33. 8e326da updated license to Apache License v2.0 by Hervé Boutemy · 8 years ago
  34. 9dfe7a2 changed groupId to org.apache.maven.aether by olivier lamy · 8 years ago
  35. cfc0c60 finish some renaming by Hervé Boutemy · 8 years ago
  36. ce0e6f3 removed unused animal-sniffer plugin by Hervé Boutemy · 8 years ago
  37. 089cab6 MNG-6007 renamed package to Maven Artifact Resolver by Hervé Boutemy · 8 years ago
  38. f2792b9 changed org.eclipse to org.apache.maven (continued) by Hervé Boutemy · 8 years ago
  39. eabeffb prepare site publication by Hervé Boutemy · 8 years ago
  40. 84001b3 browsable link to github by Hervé Boutemy · 8 years ago
  41. 6283e29 changed license to Apache and package names to org.apache.maven by Hervé Boutemy · 8 years ago
  42. b74f7a1 [maven-release-plugin] prepare for next development iteration by Igor Fedorenko · 9 years ago
  43. 8092eae [maven-release-plugin] prepare release aether-1.0.2.v20150114 by Igor Fedorenko · 9 years ago aether-1.0.2.v20150114
  44. f31b36e 453221 represent missing dependencies in dependency tree by Igor Fedorenko · 9 years ago
  45. 0f47b9c [maven-release-plugin] prepare for next development iteration by Benjamin Bentmann · 9 years ago
  46. da9caa8 [maven-release-plugin] prepare release aether-1.0.1.v20141111 by Benjamin Bentmann · 9 years ago aether-1.0.1.v20141111
  47. 65b3b0d Polished/extended API docs by Benjamin Bentmann · 9 years ago
  48. 8f0a04d Updated timeout test to account for changed exception generation in httpclient:4.3.x (cf. HTTPCLIENT-1362) by Benjamin Bentmann · 9 years ago
  49. d171401 Bug 449599 - Return value of DefaultSessionData.set(key, null, null) disobeys API doc by Benjamin Bentmann · 9 years ago
  50. 7a07539 Bug 449590 - DefaultRepositoryCache.put() with null data fails to update cache by Benjamin Bentmann · 9 years ago
  51. e6be118 Bug 448409 - Output being spammed with "Using mirror ..." messages when running Maven with -X option by Benjamin Bentmann · 9 years ago
  52. 535df40 Bug 445283 - HTTP transporter can mistake server authentication for proxy authentication by Benjamin Bentmann · 9 years ago
  53. e114670 Bug 435715 - DefaultProxySelector does not process non-proxy hosts in a case-insensitive manner by Benjamin Bentmann · 9 years ago
  54. 336477e Optimized non-proxy host matching in DefaultProxySelector by Benjamin Bentmann · 9 years ago
  55. c05288d Bug 450948 - Widen version range for package imports in aether-transport-http to allow wiring against httpclient 4.3.x by Benjamin Bentmann · 9 years ago
  56. ed14a1a Bumped version to 1.0.1-SNAPSHOT in preparation for maintenance release by Benjamin Bentmann · 9 years ago
  57. 322fa55 Enabled EOL normalization for text files at the repository level by Benjamin Bentmann · 10 years ago
  58. 7648a2b Updated examples to aether-core:1.0.0 by Benjamin Bentmann · 10 years ago
  59. e639814 [maven-release-plugin] prepare release aether-1.0.0.v20140518 by Benjamin Bentmann · 10 years ago aether-1.0.0.v20140518
  60. 9940845 Tweaked configuration for maven-bundle-plugin to use some more properties for reduced duplication by Benjamin Bentmann · 10 years ago
  61. 87fa055 Removed incubation marker from bundles in preparation for upcoming graduation release by Benjamin Bentmann · 10 years ago
  62. 8d83f7b Updated URL to CI by Benjamin Bentmann · 10 years ago
  63. d943369 Bug 434592 - Simplify OfflineController contract by Benjamin Bentmann · 10 years ago
  64. 07a1d48 Bug 434591 - Provide DependencyTraverser impl to combine multiple other traversers using AND by Benjamin Bentmann · 10 years ago
  65. b8cf583 Increased test coverage by Benjamin Bentmann · 10 years ago
  66. eb5bcb2 Optimized code by Benjamin Bentmann · 10 years ago
  67. 192b513 Extended API docs by Benjamin Bentmann · 10 years ago
  68. aa9c01c Extended API docs by Benjamin Bentmann · 10 years ago
  69. 546746e Bug 434354 - Add Bundle-RequiredExecutionEnvironment headers by Benjamin Bentmann · 10 years ago
  70. 4a225d1 Bumped version to 1.0.0-SNAPSHOT by Benjamin Bentmann · 10 years ago
  71. 5986085 Bug 434037 - Delete deprecated org.eclipse.aether.spi.connector.Transfer.State enum by Benjamin Bentmann · 10 years ago
  72. ac7f693 Bug 434036 - Delete deprecated org.eclipse.aether.util.repository.layout package by Benjamin Bentmann · 10 years ago
  73. c27ef36 Bug 433953 - Remove support for Plexus IoC framework by Benjamin Bentmann · 10 years ago
  74. c5edb82 Bug 433953 - Remove support for Plexus IoC framework by Benjamin Bentmann · 10 years ago
  75. 5931b9e Added missing constructors for JSR-330 support by Benjamin Bentmann · 10 years ago
  76. c92e43c Bug 433942 - Allow easy booting of Aether in Sisu when SLF4J is not around by Benjamin Bentmann · 10 years ago
  77. 35b64a0 Synced contents of legal files with latest versions by Benjamin Bentmann · 10 years ago
  78. c901f56 Added legal files by Benjamin Bentmann · 10 years ago
  79. ad8e732 Bug 432114 - Move AetherModule into separate package by Benjamin Bentmann · 10 years ago
  80. 1b7d6a8 Fixed target for external API doc link to SLF4J by Benjamin Bentmann · 10 years ago
  81. 8e589ad Tweaked test output to reduce noise by Benjamin Bentmann · 10 years ago
  82. 5448745 Improved robustness of PartialFileTest by Benjamin Bentmann · 10 years ago
  83. 468acee Moved Slf4jLoggerFactory into dedicated package to eliminate OSGi uses constraint from o.e.a.internal.impl on org.slf4j by Benjamin Bentmann · 10 years ago
  84. 4617397 Updated test dependency for aether-transport-http to jetty:7.6.14.v20131031 by Benjamin Bentmann · 10 years ago
  85. fc1a870 Bug 430942 - Unnecessary tight version range on Import-Package for com.google.inject.* by Benjamin Bentmann · 10 years ago
  86. 6a2d85e Updated demo to use aether:0.9.0 by Benjamin Bentmann · 10 years ago
  87. 2405d58 [maven-release-plugin] prepare for next development iteration by Benjamin Bentmann · 10 years ago
  88. ef897e6 [maven-release-plugin] prepare release aether-0.9.0.v20140226 by Benjamin Bentmann · 10 years ago aether-0.9.0.v20140226
  89. e63a738 Fixed some javadoc errors by Benjamin Bentmann · 10 years ago
  90. 652f698 Extended API docs by Benjamin Bentmann · 10 years ago
  91. cfa3d01 Bug 426668 - Mark JSR-330 dependency of Slf4LoggerFactory as nullable by Benjamin Bentmann · 10 years ago
  92. 55fd030 Fixed Bundle-Vendor entry in manifests to comply with Eclipse conventions by Benjamin Bentmann · 10 years ago
  93. 7994dc4 Fixed configuration for maven-enforcer-plugin to check for exact version of approved dependencies by Benjamin Bentmann · 10 years ago
  94. d8e8ae8 Demonstrated how to boot the repo system using Sisu by Benjamin Bentmann · 10 years ago
  95. 1468633 Updated to sisu:0.1.1 by Benjamin Bentmann · 10 years ago
  96. 5dfb373 Updated to sisu:0.1.1 by Benjamin Bentmann · 10 years ago
  97. 8a40c2a Updated demos to use aether:0.9.0.M4 by Benjamin Bentmann · 10 years ago
  98. 6304a825 Extended API docs and added some package-levels docs by Benjamin Bentmann · 10 years ago
  99. 849d9e9 Added package-level API docs by Benjamin Bentmann · 10 years ago
  100. 2b23179 Extended package-level API docs by Benjamin Bentmann · 10 years ago