1. 0614c70 FELIX-3582: interpolate finalName of generated bundle by Stuart McCulloch · 11 years ago
  2. 01c93bd FELIX-3497: allow custom packaging of attached artifact (similar to custom classifier feature) by Stuart McCulloch · 11 years ago
  3. e1e0693 FELIX-3619: protect against concurrent in-process updates of local repository.xml, also protect static use of DateFormat when initializing bnd analyzer by Stuart McCulloch · 11 years ago
  4. 1ac8167 FELIX-4108 Deadlock in the new extender by Guillaume Sauthier · 11 years ago
  5. 21fad7a FELIX-4110 @ServiceProperty and @StaticServiceProperty are missing the immutable attribute by Guillaume Sauthier · 11 years ago
  6. e369c2d FELIX-4109 ComponentTypeDescription.addProperty() ignore immutable parameter by Guillaume Sauthier · 11 years ago
  7. 38e1e40 FELIX-3861: Set Web Console Category to "OSGi" by overriding the getCategory method. by Pierre De Rop · 11 years ago
  8. 29e6e52 Fix FELIX-4105 Factories not disposed when their bundle is leaving by Clement Escoffier · 11 years ago
  9. 2288ae3 Fix FELIX-4106 Defensive service registration and update by Clement Escoffier · 11 years ago
  10. 8aa01d3 use generics. by Clement Escoffier · 11 years ago
  11. 2c47f5f Fixing FELIX-4104 and FELIX-4103 by Clement Escoffier · 11 years ago
  12. 68f1087 FELIX-4101 : Create metatype.properties file when description and label are inlined by Carsten Ziegeler · 11 years ago
  13. 37631ed removed use of AtomicLong in BundleContextInterceptor since it's a 1.5+ feature. by Xander Uiterlinden · 11 years ago
  14. de33ff8 * ResourceStore should throw Exception when a resource could not be found (not return null) by Guillaume Sauthier · 11 years ago
  15. ca551ba Use properties to keep projects synched automatically by Guillaume Sauthier · 11 years ago
  16. 264ab0d FELIX-4095 Add CDI-like @Stereotype by Guillaume Sauthier · 11 years ago
  17. 7430d6f Remove compiler warning (clean import) by Guillaume Sauthier · 11 years ago
  18. cac3ce2 Small refactoring by Guillaume Sauthier · 11 years ago
  19. 48f267b Resolved FELIX-4014 (possible deadlock on ServiceDependencyImpl.handleAspectAwareRemoved), FELIX-4097 (debug logging in ServiceDependency), FELIX-4098 (wrong swap order with multiple threads), FELIX-4099 (support for negate in multi property filter index). by Xander Uiterlinden · 11 years ago
  20. 62613cf Back to snapshot after release by Carsten Ziegeler · 11 years ago
  21. bad7ced [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 11 years ago
  22. 46556d6 [maven-release-plugin] prepare release maven-scr-plugin-1.13.0 by Carsten Ziegeler · 11 years ago
  23. f7da19e [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 11 years ago
  24. 30659f6 [maven-release-plugin] prepare release org.apache.felix.scr.ant-1.7.0 by Carsten Ziegeler · 11 years ago
  25. 82a205e [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 11 years ago
  26. 14cba27 [maven-release-plugin] prepare release org.apache.felix.scr.annotations-1.9.4 by Carsten Ziegeler · 11 years ago
  27. c00222d [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 11 years ago
  28. 9677e6d [maven-release-plugin] prepare release org.apache.felix.scr.generator-1.7.0 by Carsten Ziegeler · 11 years ago
  29. 443ee08 Prepare release by Carsten Ziegeler · 11 years ago
  30. c68b7a2 Fix FELIX-4076 https://issues.apache.org/jira/browse/FELIX-4096 by Clement Escoffier · 11 years ago
  31. d807368 FELIX-4093 Dependency is ignored if @Bind does not respect naming pattern by Guillaume Sauthier · 11 years ago
  32. 8c8c7c2 FELIX-4092 Move 'annotation' module from 'runtime' to 'manipulator' project by Guillaume Sauthier · 11 years ago
  33. 49a00e5 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  34. cef87ec [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.4 by Marcel Offermans · 11 years ago
  35. bc2a308 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  36. 51fe81a [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.4 by Marcel Offermans · 11 years ago
  37. 18724ed Updated changelogs. by Marcel Offermans · 11 years ago
  38. 4a45f44 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  39. a48e62e [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.4 by Marcel Offermans · 11 years ago
  40. 0486b09 Bumped version number of dependency for release. by Marcel Offermans · 11 years ago
  41. 244b226 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  42. 67557f4 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.4 by Marcel Offermans · 11 years ago
  43. e6edb99 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  44. 6049018 [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.2 by Marcel Offermans · 11 years ago
  45. ce65cc0 Updated to release version. by Marcel Offermans · 11 years ago
  46. 5cd3ac5 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  47. 101770a [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.2 by Marcel Offermans · 11 years ago
  48. 230b3da Only style by Guillaume Sauthier · 11 years ago
  49. 23e740d Clean imports by Guillaume Sauthier · 11 years ago
  50. d91efc0 FELIX-4091 Bnd iPOJO Plugin only browse classes annotated with some iPOJO annotations by Guillaume Sauthier · 11 years ago
  51. 1e137a1 Properly wait for task termination (if any), this allow a more synchronous shutdown by Guillaume Sauthier · 11 years ago
  52. 6ed5e02 FELIX-4089 Extender do not deactivate managed components when stopped by Guillaume Sauthier · 11 years ago
  53. c146def Preparing for release, updated copyright messages, some metadata and the changelogs. by Marcel Offermans · 11 years ago
  54. 28d6919 FELIX-4090 make constants constant by David Jencks · 11 years ago
  55. 68b5ac6 FELIX-4088 Fix NPE on concurrent configuration deletion/bundle stop by David Jencks · 11 years ago
  56. c8a0111 FELIX-3651 simplify import-package in test probe bundle preparatory to location binding tests by David Jencks · 11 years ago
  57. b22256a * Avoid compilation warning * More explicit error message by Guillaume Sauthier · 11 years ago
  58. 74db3bb FELIX-3651 add apache header to new file by David Jencks · 11 years ago
  59. a45f5de Updated DM to latest release. by Marcel Offermans · 11 years ago
  60. c6e4c55 Updated to a stable metatype, which required a small code change. Small updates to the import statements, adding an attribute that can be used by a management agent. by Marcel Offermans · 11 years ago
  61. 6fc9544 FELIX-4078 Search a method known to be implemented as part of a service in the class hierarchy instead of just the implementation class. This affects the ConfigurationPrinter.getTitle method. by Felix Meschberger · 11 years ago
  62. 339d4e4 Fixed a race condition which allowed two threads to start taking items from the serial queue. by Marcel Offermans · 11 years ago
  63. dcad483 FELIX-3651 escape some characters in bundle location to make valid filters more likely by David Jencks · 11 years ago
  64. b4e4d44 FELIX-4070 remove State classes by David Jencks · 11 years ago
  65. c5bd1bc FELIX-4070 calculate state from flags by David Jencks · 11 years ago
  66. c72ea97 FELIX-4070 separate config for component factory tests by David Jencks · 11 years ago
  67. 2fe944f FELIX-4070 remove activate, deactivate, dispose state methods by David Jencks · 11 years ago
  68. 742c19a FELIX-4070 remove dispose state method by David Jencks · 11 years ago
  69. 9a69773 FELIX-4070 remove enable state method by David Jencks · 11 years ago
  70. 536fb42 FELIX-4070 remove ungetService state method by David Jencks · 11 years ago
  71. 3bcac60 FELIX-4070 remove getService state method by David Jencks · 11 years ago
  72. b76fae7 FELIX-4077 by Clement Escoffier · 11 years ago
  73. e25cfde FELIX-4076 - Useless locking on getRequiredHandler by Clement Escoffier · 11 years ago
  74. 668c33b [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 11 years ago
  75. 3a62d0d [maven-release-plugin] prepare release org.apache.felix.webconsole-4.2.0 by Felix Meschberger · 11 years ago
  76. 93f54c1 Update to Inventory Printer 1.0 RC by Felix Meschberger · 11 years ago
  77. 48f46e1 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 11 years ago
  78. ccf370a [maven-release-plugin] prepare release org.apache.felix.inventory-1.0.0 by Felix Meschberger · 11 years ago
  79. 5ca3a84 Update changelog by Felix Meschberger · 11 years ago
  80. 8dcc6cc FELIX-4075 Fix Configuration ZIP writing by Felix Meschberger · 11 years ago
  81. 883d456 FELIX-1908: PreferencesService doesn't work if a PermissionAdmin is present by Sanjeeb Kumar Sahoo · 11 years ago
  82. 8621036 FELIX-4075 Revert to previous SNAPSHOT version by Felix Meschberger · 11 years ago
  83. 1aa1c5b FELIX-4074/FELIX-4075 Revert to previous SNAPSHOT version by Felix Meschberger · 11 years ago
  84. b90926d Added FELIX-4050 by Pierre De Rop · 11 years ago
  85. e6fff38 FELIX-4050: Avoid messing up component state calculation when an init method adds by Pierre De Rop · 11 years ago
  86. b777977 Added test case for FELIX-4050 issue. by Pierre De Rop · 11 years ago
  87. 54f0ef0 fixed javadoc by Pierre De Rop · 11 years ago
  88. a378901 increased latch timeout to 10 secs, and test time to 20 seconds by Pierre De Rop · 11 years ago
  89. 67c7ec6 Update changelog by Carsten Ziegeler · 11 years ago
  90. 7049e05 FELIX-4074 : Plugin class name changed for config manager plugin, might be disabled on update by Carsten Ziegeler · 11 years ago
  91. 8e50f28 FELIX-4061 : Implement service endpoint registration property - add loopback interface if no network interface is available by Carsten Ziegeler · 11 years ago
  92. efe5163 temporarily update Inventory Printer dependency to 1.0.1-SNAPSHOT to prevent breaking builds by Felix Meschberger · 11 years ago
  93. 69f6d57 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 11 years ago
  94. 5607e55 [maven-release-plugin] prepare release org.apache.felix.webconsole-4.2.0 by Felix Meschberger · 11 years ago
  95. ecf7434 Remove unfixed issues from the change log by Felix Meschberger · 11 years ago
  96. 992acbf Update changelog.txt for release by Felix Meschberger · 11 years ago
  97. 6438351 FELIX-3874 Update to Inventory Printer 1.0.0 RC by Felix Meschberger · 11 years ago
  98. 461f0f8 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 11 years ago
  99. dcc1a3e [maven-release-plugin] prepare release org.apache.felix.inventory-1.0.0 by Felix Meschberger · 11 years ago
  100. 9b4b5ba Update changelog.txt for 1.0.0 release by Felix Meschberger · 11 years ago