- Jan 01, 2013
-
-
Benjamin Bentmann authored
-
- Dec 31, 2012
-
-
Benjamin Bentmann authored
-
Benjamin Bentmann authored
-
Benjamin Bentmann authored
-
Benjamin Bentmann authored
-
Benjamin Bentmann authored
Introduced session configuration property "aether.conflictResolver.verbose=true|false" to create desired tree structure during conflict resolution
-
Benjamin Bentmann authored
-
- Dec 29, 2012
-
-
Benjamin Bentmann authored
Partially reverted original fix and restored sharing of child node lists along with docs to explicitly call it out, not only can the new conflict resolver handle this data sharing, it's actually improving performance
-
Benjamin Bentmann authored
Bug 397241 - Conflict resolution miscalculates effective scope for children of nodes with scope conflict Replaced conceptually flawed JavaEffectiveScopeCalculator and NearestVersionConflictResolver with new ConflictResolver that resolves scope and version conflicts in interleaved way, the new conflict resolver provides hooks to control details of the scope derivation and conflict resolution strategies
-
Benjamin Bentmann authored
-
- Dec 28, 2012
-
-
Benjamin Bentmann authored
Extended CollectRequest to allow specification of root artifact which DefaultDependencyCollector applies as label to root node in case no root dependency is set
-
Benjamin Bentmann authored
-
Benjamin Bentmann authored
-
- Dec 27, 2012
-
-
Benjamin Bentmann authored
-
- Dec 26, 2012
-
-
Benjamin Bentmann authored
Bug 397170 - Artifact descriptor cache employed during dependency collection looses managed dependencies and aliases Fixed caching to handle missing data
-
Benjamin Bentmann authored
-
Benjamin Bentmann authored
-
Benjamin Bentmann authored
Fixed graph structure created by DefaultDependencyCollector such that each node has its own child list
-
Benjamin Bentmann authored
-
Benjamin Bentmann authored
-
Benjamin Bentmann authored
-
- Dec 18, 2012
-
-
Benjamin Bentmann authored
-
Benjamin Bentmann authored
Fixed service locator to properly handle case where both classes and instances are registered for a given service
-
- Dec 01, 2012
-
-
Benjamin Bentmann authored
-
- Nov 18, 2012
-
-
Benjamin Bentmann authored
-
- Nov 10, 2012
-
-
Benjamin Bentmann authored
Used UTC for timestamp in OSGi version qualifier (generally reasonable and aligns bundle versions with feature versions generated by Tycho's .qualifier expansion)
-
Benjamin Bentmann authored
Tweaked bundle version for snapshots to include timestamp such that OSGi can distinguish one snapshot from another
-
Benjamin Bentmann authored
Enforced use of OSGi-friendly versioning schema to ensure milestone < rc < final release is valid in both Maven and OSGi worlds
-
- Nov 06, 2012
-
-
Benjamin Bentmann authored
-
Jason van Zyl authored
-
- Nov 04, 2012
-
-
Benjamin Bentmann authored
Added OSGi/Eclipse headers to manifest of source JARs in preparation for assembly of source feature using Tycho
-
- Nov 01, 2012
-
-
Benjamin Bentmann authored
Included path to troublesome dependency in exception message
-
Benjamin Bentmann authored
Introduced configuration property aether.dependencyCollector.maxExceptions
-
Benjamin Bentmann authored
Shortened property names to tweak DefaultOfflineController to aether.offline.*
-
- Oct 28, 2012
-
-
Benjamin Bentmann authored
Added missing JSR-330 constructor for DefaultOfflineController and fixed typo in argument list to exception
-
Benjamin Bentmann authored
Introduced component OfflineController whose default implementation allows access to remote repos with certain protocols or hosts even in offline mode
-
- Oct 21, 2012
-
-
Benjamin Bentmann authored
Added new RepositoryOfflineException
-
- Oct 07, 2012
-
-
Benjamin Bentmann authored
Bug 391291 - Allow for querying version range details in interface 'org.eclipse.aether.version.VersionRange' Introduced VersionRange.getLowerBound() and VersionRange.getUpperBound()
-
- Oct 06, 2012
-
-
Benjamin Bentmann authored
Bug 391102 - ArtifactResolutionException (and others RepositoryExceptions) are not actually serializable Excluded fields with extended runtime information from serialization of exceptions
-
Benjamin Bentmann authored
-