1. d4bafab FELIX-4357: Support types beside String/String[] in @Property annotation. by Pierre De Rop · 11 years ago
  2. 9e1070e FELIX-4357: Inline json dependency inside the target bundle. by Pierre De Rop · 11 years ago
  3. 2c5854c Added FELIX-4233. by Pierre De Rop · 11 years ago
  4. b0be04f FELIX-4233: Race condition where two threads are able to execute tasks from the serial queue. by Pierre De Rop · 11 years ago
  5. b90926d Added FELIX-4050 by Pierre De Rop · 11 years ago
  6. e6fff38 FELIX-4050: Avoid messing up component state calculation when an init method adds by Pierre De Rop · 11 years ago
  7. 8d0bb81 Fixed copyright date by Pierre De Rop · 11 years ago
  8. 39b6184 Reformatted code. by Pierre De Rop · 11 years ago
  9. 8b6ac19 FELIX-3869: Fragment support for DependencyManager-Component. by Pierre De Rop · 11 years ago
  10. 58d57aa [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  11. 72555da [maven-release-plugin] prepare release org.apache.felix.dependencymanager.runtime-3.1.0 by Marcel Offermans · 11 years ago
  12. 2016dc5 Removed snapshot dependency. by Marcel Offermans · 11 years ago
  13. 2473545 Preparing for release, updated copyright year. by Marcel Offermans · 11 years ago
  14. c764de3 Removed useless checks. by Pierre De Rop · 11 years ago
  15. 322467c Updated change logs concering FELIX-3866. by Pierre De Rop · 11 years ago
  16. 1943776 [FELIX-3866] Added support for swap attribute in AspectService and AdpaterService annotations. by Pierre De Rop · 11 years ago
  17. ba7157d [FELIX-2965] - Apply @Registered/@Unregistered annotation on composition instances. by Pierre De Rop · 13 years ago
  18. 17ff637 [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers. by Pierre De Rop · 13 years ago
  19. 9226349 FELIX-2954 (annotated component factory does not allow to provide a component instance explicitly) by Pierre De Rop · 13 years ago
  20. cfa4e37 Removed root changelog.txt by Pierre De Rop · 13 years ago
  21. 115f082 Apache-developed software shouldn't be incluced in third-party software by Richard S. Hall · 13 years ago
  22. 7ac76b3 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  23. cf26640 [maven-release-plugin] prepare release org.apache.felix.dependencymanager.runtime-3.0.0 by Marcel Offermans · 13 years ago
  24. 4fb36aa Rolled back the 2nd release attempt. by Marcel Offermans · 13 years ago
  25. e616748 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  26. f1673c7 [maven-release-plugin] prepare release org.apache.felix.dependencymanager.runtime-3.0.0 by Marcel Offermans · 13 years ago
  27. bb4a8b7 Updated changelogs with initial messages. by Marcel Offermans · 13 years ago
  28. 5f8fb37 Added changelog.txt's. by Marcel Offermans · 13 years ago
  29. 2f43f9a [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  30. 5ee369f [maven-release-plugin] prepare release org.apache.felix.dependencymanager.runtime-3.0.0 by Marcel Offermans · 13 years ago
  31. 37b9004 Release prep. by Marcel Offermans · 13 years ago
  32. 9dec17b More updates to the poms and licenses. by Marcel Offermans · 13 years ago
  33. c2664ea Updated poms to include DEPENDENCIES file in META-INF and some other small cleanups. by Marcel Offermans · 13 years ago
  34. 3f124e6 Modified "Included Third-Party Software" section. by Pierre De Rop · 13 years ago
  35. e7ae667 Added @author. Fixed some comments. by Pierre De Rop · 13 years ago
  36. 93aa2f1 fixed duplicate package declaration in Private-Package header by Pierre De Rop · 13 years ago
  37. 89c60cc Cleaned up poms in preparation for release. by Marcel Offermans · 13 years ago
  38. 97666d3 Refactoring of a method in 'core'. by Marcel Offermans · 13 years ago
  39. 2d7d3f4 Freed the pom from its direct parent. by Marcel Offermans · 13 years ago
  40. 1abbab9 The extra dependencies must be added in one shot, outside the loop which configure named dependencies. by Pierre De Rop · 13 years ago
  41. 6e764db - Cleanup m_nameDeps class attribute in the destroy method. by Pierre De Rop · 13 years ago
  42. f7b2298 log root cause exception, when a service can't be configured by Pierre De Rop · 13 years ago
  43. 9c6f278 get back to previous version of bundleStopped method, which actually must remove all services from a stopping bundle by Pierre De Rop · 13 years ago
  44. 386428a Don't add any extra dependencies, if the list of extra dependencies is empty by Pierre De Rop · 13 years ago
  45. 93bb065 Fixed isAutoConfig, which must return false, instead of true. Don't invoke any callbacks. by Pierre De Rop · 13 years ago
  46. 709d8cd Don't deactive services from a stopping bundle, since DependencyManager is already doing this. by Pierre De Rop · 13 years ago
  47. 0507f14 - aligned AspectService and AdapterService with new added/changed/removed callbacks introdoced in the API. by Pierre De Rop · 13 years ago
  48. b180811 trying to fix license files ... by Pierre De Rop · 13 years ago
  49. 8a607bb misc cleanup by Pierre De Rop · 13 years ago
  50. 79e5f70 FELIX-2828: Allows a ResourceDependency annotation to inject the resource on a class field by Pierre De Rop · 13 years ago
  51. 28c1e3a improved exception message when the type of a json descriptor entry is not provided by Pierre De Rop · 13 years ago
  52. b1a30d0 fixed licenses by Pierre De Rop · 13 years ago
  53. e0d097c Fixed logging by Pierre De Rop · 13 years ago
  54. 00d79e6 Fixed wrong comment by Pierre De Rop · 13 years ago
  55. 682baf8 - Fixed findbugs errors. Cleaned imports. by Pierre De Rop · 13 years ago
  56. 4370c1b Add extra dependencies in one shot, using the Service.add(List) signature, in order to calculate state changes atomically by Pierre De Rop · 14 years ago
  57. ee1c807 Renamed @Service annotation into @Component annotation. by Pierre De Rop · 14 years ago
  58. 83a9ae4 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
  59. 3a219e6 added propagate attribute in ServiceDependency annotation. Also added corresponding testcase. by Pierre De Rop · 14 years ago
  60. 1825200 Once a component is started, make sure that all named dependencies are not in "instance bound" mode anymore, because we would like the component to be destroyed if a named dependency is not available anymore by Pierre De Rop · 14 years ago
  61. ee3de5c fixed thread safety issue by Pierre De Rop · 14 years ago
  62. 7cb41fa Replaced the publisher/unpublisher Service attributes by a new LifecycelControler annotation, which can apply to any kind of Services by Pierre De Rop · 14 years ago
  63. e7951e3 Cleaned up the pom.xml files, centralizing dependencies and versions and making it easier to just checkout this project and build it. Also made sure that the appropriate parts of the dependency manager are now compiled against the standard OSGi execution environment instead of Java 5 (annotation related bundles and tests are excluded). by Marcel Offermans · 14 years ago
  64. e8985a2 fixed a potential race condition in the Service annotation, where a publisher may be invoked before the component is actually started by Pierre De Rop · 14 years ago
  65. 8cfbbb8 fixed inconsistency in the api, where Services were not using the same 'provides' attribute when specifying the provided service interfaces by Pierre De Rop · 14 years ago
  66. d498713 replaced misspelled provide attribute by provides attribute by Pierre De Rop · 14 years ago
  67. fd66947 Bug fix: when a Service uses a publisher attribute in order to take control of when the service is registeted into the OSGi registry, by Pierre De Rop · 14 years ago
  68. 92ca37e Added two new publisher/unpublisher attributes in the Service annotation in order to allow a Service to take control over service exposition. Allow Start annotation to return an optional Map of properties which can be appended into the provided service properties by Pierre De Rop · 14 years ago
  69. 5d4ee2b renamed ServiceFactory.java class into FactorySet.java by Pierre De Rop · 14 years ago
  70. 09b799f added a "changed" attribute in the ResourceAdapterService annotation. Fixed some javadocs by Pierre De Rop · 14 years ago
  71. f0fc438 don't import org.apache.felix.dm.dependencies package anymore since the API is now in the same toplevel package by Pierre De Rop · 14 years ago
  72. 8b93efa Refactored all exported packages into one, to simplify usage. by Marcel Offermans · 14 years ago
  73. e9c13d9 Used a Java 5 style for() loop by accident. Extended the signature for creating resource adapters so you can also specify a callback instance and name for the changed method. by Marcel Offermans · 14 years ago
  74. 9b090e7 javadoc/cleanup by Pierre De Rop · 14 years ago
  75. 32b7931 Changed "dm.log" property into "dm.runtime.log" property by Pierre De Rop · 14 years ago
  76. 029c28f Invoke service lifecycle callbacks on composition (each init method can return a dependency customization map). by Pierre De Rop · 14 years ago
  77. 06143d8 changed comments. by Pierre De Rop · 14 years ago
  78. ea89b86 Relatively large refactoring of callback methods, cleaned up some code and made them more consistent. by Marcel Offermans · 14 years ago
  79. 5400f48 added missing license by Pierre De Rop · 14 years ago
  80. 23989eb Allow to define an Aspect Service implemented with a DynamicProxy. by Pierre De Rop · 14 years ago
  81. 794558b fixed bug: configuration dependencies were added twice in the service by Pierre De Rop · 14 years ago
  82. 912cdec fixed bug: unamed dependencies must be injected before the init() method, not after. by Pierre De Rop · 14 years ago
  83. 3fffd04 fixed javadoc by Pierre De Rop · 14 years ago
  84. c21081b Added the ability to dynamically configure service dependency "required" and "filter" attributes from the Service's init method by Pierre De Rop · 14 years ago
  85. d4cb83e minor fix/javadoc by Pierre De Rop · 14 years ago
  86. 4e06b5a Removed TemporalServiceDependency, but added a timeout attribute in the ServiceDependency annotation by Pierre De Rop · 14 years ago
  87. 3e10037 reworked FactoryConfigurationAdapter API by Pierre De Rop · 14 years ago
  88. 13dd63d reworked BundleAdapter API in order to allow to provide adapter parameters by reusing the Service interface methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 14 years ago
  89. 445ddec reworked ResourceAdapter API in order to allow to provide adapter parameters by reusing the Service interface methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 14 years ago
  90. 7ba67b3 reworked the Adapter API in order to allow to provide adapter parameters by reusing the Service methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 14 years ago
  91. 5d7226c added field attribute in Aspect annotation by Pierre De Rop · 14 years ago
  92. a027fe4 m_logService not static anymore by Pierre De Rop · 14 years ago
  93. 575a2f7 - Reworked design of the runtime bundle. by Pierre De Rop · 14 years ago
  94. 18776cc fixed bug where the service factory is not reset before parsing a dependency descriptor file by Pierre De Rop · 14 years ago
  95. ff2f5d1 Added component factory feature in Service annotation - Reorganized annotation packages - Fixed javadoc - Removed static factory methods from annotations by Pierre De Rop · 14 years ago
  96. 555d6a7 Temporarily copied SerialExecutor.java from dependencymanager/core to dependencymanager/runtime, until we decide to store this class in utils. Also slightly modified the scheduleNext() method in order to avoid unecessary NoSuchElementException. by Pierre De Rop · 14 years ago
  97. f99da0c added annotation support for factory configuration adapter service by Pierre De Rop · 14 years ago
  98. c80df91 fixed bug in adapter annotations: the services provided by adapters were specified as a Class, instead of a Class array. by Pierre De Rop · 14 years ago
  99. 5eb38b8 Added an extra parameter to resource adapters to specify a handler to invoke life cycle callbacks on. Experimental bit of API for now. by Marcel Offermans · 14 years ago
  100. 49c5d51 applied DependencyManager.createResourceAdapterService() API modification: service name is now defined as a String, not as a Class by Pierre De Rop · 14 years ago