1. faaed47 Big refactoring, renamed "Service" to "Component" whenever it was referring to the thing that has dependencies and registers itself as a service. by Marcel Offermans · 14 years ago
  2. 3d92121 Several smaller bugfixes and performance updates for resources. Added a test that demonstrates how to create a custom dependency (and did some refactorings to make that easier). by Marcel Offermans · 14 years ago
  3. 26081d3 Added a feature to use an external instance/method to provide properties to propagate. Implemented it for all dependencies plus the resource adapter. Other adapters still under consideration. by Marcel Offermans · 14 years ago
  4. 8b93efa Refactored all exported packages into one, to simplify usage. by Marcel Offermans · 14 years ago[Renamed (97%) from dependencymanager/core/src/main/java/org/apache/felix/dm/dependencies/ResourceDependency.java]
  5. a8c213f Refactored resource dependencies to use URLs instead of the Resource interface we used previously. Adapted all tests to reflect that. by Marcel Offermans · 14 years ago
  6. a564b3a Prefixed some methods in interfaces with 'public', implemented instance bound feature in resource dependencies. by Marcel Offermans · 14 years ago
  7. d403a1d made sure that resource adapters can let their adapters use propagation of properties, if they want to by Marcel Offermans · 15 years ago
  8. ddce586 Created interfaces for all kind of dependencies. Implementation classes are now in org.apache.felix.dm.impl.dependencies package by Pierre De Rop · 15 years ago