1. f1afb44 Removes Include-Resource header in order to reduce binary diff between same bundles. by Pierre De Rop · 8 years ago
  2. 6e0d11a Updated dm release to r7 by Pierre De Rop · 8 years ago
  3. 9ddcd3d Use component.getClassName() when checking default dependency mode. by Pierre De Rop · 8 years ago
  4. 3076794 FELIX-5201: Improved getClassName() method: check if the factory instance is a class name or is an object which provides a toString() method. by Pierre De Rop · 8 years ago
  5. 603359a Finished to apply the recommendations made by Jan Willen regarding the new dm-lambda library. by Pierre De Rop · 8 years ago
  6. c3e905f FELIX-5177: use configuration type. by Pierre De Rop · 8 years ago
  7. 5140732 FELIX-4689: Added a new method in the component context which allows to invoke callbacks with a flag by Pierre De Rop · 8 years ago
  8. ef4fcf6 FELIX-5201: Improve how components are displayed with gogo shell. by Pierre De Rop · 8 years ago
  9. bdd13ce FELIX-5200: Factory Configuration Adapter Not Retarted. by Pierre De Rop · 8 years ago
  10. 5441f95 FELIX-5200: Added test case which reproduces the problem. by Pierre De Rop · 8 years ago
  11. a01d244 FELIX-5199 Race condition in HttpServiceFactory.getService() causing exception by A. J. David Bosschaert · 8 years ago
  12. cdc0a01 FELIX-5199 Race condition in HttpServiceFactory.getService() causing exception by A. J. David Bosschaert · 8 years ago
  13. 743bc41 FELIX-4689: added a "withCnf(Class<?> configurationType)" method in ComponentBuilder. by Pierre De Rop · 8 years ago
  14. 70a3304 added r7 changlogs. by Pierre De Rop · 8 years ago
  15. a622eca FELIX-5126: build dm with java8. by Pierre De Rop · 8 years ago
  16. 7addedf FELIX-5178: Make some component parameters volatile. by Pierre De Rop · 8 years ago
  17. c923dd9 FELIX-4689: javadoc. by Pierre De Rop · 8 years ago
  18. fbef2ad FELIX-4689: Added test case for CompletableFuture dependency. by Pierre De Rop · 8 years ago
  19. ac2d938 FELIX-5177: Renamed ComponentContext.createConfigurationProxy method to ComponentContext.createConfigurationProxy.createConfigurationType. by Pierre De Rop · 8 years ago
  20. 411323a FELIX-5194 Actually pay attention to whether change count changes, and insist on R5 ca by David Jencks · 8 years ago
  21. 0e65764 [FELIX-5166] WrappedResource does not handle namespace correctly by Tom Watson · 8 years ago
  22. d3dc72e Implement more optional list operations (FELIX-5131) by Tom Watson · 8 years ago
  23. 4016392 Applied patches (FELIX-5189) to fix improper parsing of capabilities. by Richard S. Hall · 8 years ago
  24. 0deb5c1 FELIX-5177: tests must ensure that configurations are removed by CM. by Pierre De Rop · 8 years ago
  25. a8b4a27 FELIX-5177: fixed javadoc. by Pierre De Rop · 8 years ago
  26. 6e8f921 Javadoc. Added missing license headers. Fixed some bnd descriptors in dm-lambda samples. by Pierre De Rop · 8 years ago
  27. 3cf5246 FELIX-5192: ConfigurationDependency race condition when component is stopped. by Pierre De Rop · 8 years ago
  28. 9db1fd3 FELIX-5126: Build DM using Java 8. by Pierre De Rop · 8 years ago
  29. dc0993c FELIX-5126: build DM with java8. by Pierre De Rop · 8 years ago
  30. 01b0df6 FELIX-5177: increment minor version because the createConfigurationProxy() method has been added in order to allow to create by Pierre De Rop · 8 years ago
  31. f8ebc61 FELIX-5155: dependency callbacks must not be applied on the internal adapter component for the factory pid adapter. by Pierre De Rop · 8 years ago
  32. 57ffa3f Fixed some javadocs. by Pierre De Rop · 8 years ago
  33. 1152750 Applied feedbacks that Jan Willem sent to me about the new dm-lambda library: by Pierre De Rop · 8 years ago
  34. 6718b9a use config type instead of factoryPidClass attribute by Pierre De Rop · 8 years ago
  35. 67b46c2 FELIX-5186 additional less alarmist logging on service churn by David Jencks · 8 years ago
  36. 9e5cdba FELIX-5177: by Pierre De Rop · 8 years ago
  37. 70ff1bd FELIX-5188: No error log when a factory pid adapter update callback is not found. by Pierre De Rop · 8 years ago
  38. 9cb1c04 FELIX-5187: Removed unnecessary null-check when using the logger. by Pierre De Rop · 8 years ago
  39. e4f4309 FELIX-5187: No errog log when configuration dependency callback is not found. by Pierre De Rop · 8 years ago
  40. 85a643a FELIX-5155: Do not invoke update callback in case the component implementation is an internal adapter object. by Pierre De Rop · 8 years ago
  41. 2cb6c79 FELIX-5186 less alarmist logging on service churn by David Jencks · 8 years ago
  42. eb96724 FELIX-5185 : Fix description of metatype bundle by Carsten Ziegeler · 8 years ago
  43. e771fea FELIX-5177: added test case for the support of configuration proxy used with the @FactoryConfigurationAdapterService annotation. by Pierre De Rop · 8 years ago
  44. 9e5db82 FELIX-5177: Added support for configuration proxy on @FactoryConfigurationAdapterService annotation: by Pierre De Rop · 8 years ago
  45. 35dab2a FELIX-5177: refactoring: removed unecessary catch in updateService method. by Pierre De Rop · 8 years ago
  46. 97cd15b FELIX-5177: Did some refactoring: by Pierre De Rop · 8 years ago
  47. cb6ab1e cleaned imports. by Pierre De Rop · 8 years ago
  48. 17274a7 FELIX-5177: Committed the patch from Jan-Willem (:-)) which implements config proxy for factory conf adapters. by Pierre De Rop · 8 years ago
  49. 7dcc17b Removed log that was committed accidentally. by Pierre De Rop · 8 years ago
  50. 453344a FELIX-5177: added tests when @ConfigurationDependency is applied on an updated method which takes as argument by Pierre De Rop · 8 years ago
  51. 40ecace FELIX-5182: Cleanup DM samples. by Pierre De Rop · 8 years ago
  52. 9c082ef FELIX-5181: Only log info/debug if dm annotation log parameter is enabled. by Pierre De Rop · 8 years ago
  53. 340ca39 FELIX-5177: when we are losing a configuration, the dictionary is null, and we then should pass a null configuration proxy to callbacks that accept a proxy config. by Pierre De Rop · 8 years ago
  54. 1c0431f FELIX-5180: Support for Java8 Repeatable Properties in DM annotations. Also, fixed some javadoc issues. by Pierre De Rop · 8 years ago
  55. 24d9d9d FELIX-5177: it is safer to declare m_configType as volatile (as Jan Willem did in its initial patch), because we by Pierre De Rop · 8 years ago
  56. f36ab09 FELIX-5177: use type-safe configuration dependency. by Pierre De Rop · 8 years ago
  57. 4973a4b FELIX-5177: Added some comments about the ConfigurationDependencyImpl.needsInstance method. by Pierre De Rop · 8 years ago
  58. 38626d3 FELIX-5177: Support injecting configuration proxies. by Pierre De Rop · 8 years ago
  59. c90bfa3 FELIX-5177: Applied the patch from Jan Willem, and slightly modified it in order to check when callbackInstance is null. by Pierre De Rop · 8 years ago
  60. 87ab6b6 FELIX-5173 - Metatype service's BundleResources ignore properties provided by fragment bundles. by Jan Willem Janssen · 8 years ago
  61. 998f269 FELIX-5173 - Metatype service's BundleResources ignore properties provided by fragment bundles by Jan Willem Janssen · 8 years ago
  62. 501d61b Fixed javadoc. by Pierre De Rop · 8 years ago
  63. 0fdefef Renamed DependencyManagerActivator.init() method to DependencyManagerActivator.activate(). by Pierre De Rop · 8 years ago
  64. 0aac136 cleanup. by Pierre De Rop · 8 years ago
  65. 342c200 FELIX-5126: Build DM using Java 8 by Pierre De Rop · 8 years ago
  66. 643674c Added comments. Cleaned hello sample. by Pierre De Rop · 8 years ago
  67. 770011b Simplified hello sample. by Pierre De Rop · 8 years ago
  68. faca289 FELIX-4689: Create a more fluent syntax for the dependency manager builder. by Pierre De Rop · 8 years ago
  69. 6d461de FELIX-5126: Build DM using Java 8. by Pierre De Rop · 8 years ago
  70. 53fe398 FELIX-5164: Increased minor version because API has been modified in order to support callback instance for Aspects. by Pierre De Rop · 8 years ago
  71. 24ad154 FELIX-5164: increase minor bundle version because the API has been modified in order to support callback instance for aspects. by Pierre De Rop · 8 years ago
  72. becfed4 FELIX-5155: Do not invoke callbacks on Factory Pid Adapters components and on AbstractDecorator components (excepts for the first internal dependency declared by aspects and adapters). by Pierre De Rop · 8 years ago
  73. b3fbe76 Removed incorrect dependency. by Jan Willem Janssen · 8 years ago
  74. c92c185 FELIX-5175 - Felix incorrectly destroys sessions by Jan Willem Janssen · 8 years ago
  75. 5cc1baf FELIX-5174 log configuration change count when a configuration is processed by David Jencks · 8 years ago
  76. 8052ff9 FELIX-5108: Applied the patch provided by Stefan (thanks). by default, we don't log to /tmp anymore. by Pierre De Rop · 8 years ago
  77. 90e9c91 FELIX-3494 - suppress printing of motd by Jan Willem Janssen · 8 years ago
  78. 8bf70bb FELIX-4345 - listen to both IPv4 & IPv6 when ip is empty: by Jan Willem Janssen · 8 years ago
  79. 79c5e81 FELIX-4375 - cleanup. by Jan Willem Janssen · 8 years ago
  80. a2f331c FELIX-4375 - improve stream handling: by Jan Willem Janssen · 8 years ago
  81. 1f5ba5a Some cleanups / typos fixed. by Jan Willem Janssen · 8 years ago
  82. 1c4abd5 FELIX-5077 / FELIX-3331 - more reliable shutdown by Jan Willem Janssen · 8 years ago
  83. 412602e FELIX-5077 / FELIX-3331 - more reliable shutdown by Jan Willem Janssen · 8 years ago
  84. 17c5ec8 [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 8 years ago
  85. ff55d27 [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.8 by Jan Willem Janssen · 8 years ago
  86. 48d381a Preparing changelog for new release. by Jan Willem Janssen · 8 years ago
  87. 41d7fd1 [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 8 years ago
  88. 62144bb [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.10 by Jan Willem Janssen · 8 years ago
  89. ec8eb6f FELIX-5169 - inline constant from DA. by Jan Willem Janssen · 8 years ago
  90. 6c499f1 [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 8 years ago
  91. 4f5aa86 [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.6 by Jan Willem Janssen · 8 years ago
  92. 534002b Use correct SCM tags. by Jan Willem Janssen · 8 years ago
  93. d3fb84f [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 8 years ago
  94. 29435ce [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.8 by Jan Willem Janssen · 8 years ago
  95. 0444615 Use correct SCM tags. by Jan Willem Janssen · 8 years ago
  96. fd3da76 [maven-release-plugin] rollback the release of org.apache.felix.deploymentadmin-0.9.8 by Jan Willem Janssen · 8 years ago
  97. 303f276 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.8 by Jan Willem Janssen · 8 years ago
  98. b6397f5 Remove maven warning. by Jan Willem Janssen · 8 years ago
  99. 446fa06 Added proper groupId to ensure release logic uses the right one. by Jan Willem Janssen · 8 years ago
  100. 91eb888 [maven-release-plugin] rollback the release of org.apache.felix.deploymentadmin-0.9.8 by Jan Willem Janssen · 8 years ago