1. 264ab0d FELIX-4095 Add CDI-like @Stereotype by Guillaume Sauthier · 11 years ago
  2. 7430d6f Remove compiler warning (clean import) by Guillaume Sauthier · 11 years ago
  3. cac3ce2 Small refactoring by Guillaume Sauthier · 11 years ago
  4. 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
  5. 62613cf Back to snapshot after release by Carsten Ziegeler · 11 years ago
  6. bad7ced [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 11 years ago
  7. 46556d6 [maven-release-plugin] prepare release maven-scr-plugin-1.13.0 by Carsten Ziegeler · 11 years ago
  8. f7da19e [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 11 years ago
  9. 30659f6 [maven-release-plugin] prepare release org.apache.felix.scr.ant-1.7.0 by Carsten Ziegeler · 11 years ago
  10. 82a205e [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 11 years ago
  11. 14cba27 [maven-release-plugin] prepare release org.apache.felix.scr.annotations-1.9.4 by Carsten Ziegeler · 11 years ago
  12. c00222d [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 11 years ago
  13. 9677e6d [maven-release-plugin] prepare release org.apache.felix.scr.generator-1.7.0 by Carsten Ziegeler · 11 years ago
  14. 443ee08 Prepare release by Carsten Ziegeler · 11 years ago
  15. c68b7a2 Fix FELIX-4076 https://issues.apache.org/jira/browse/FELIX-4096 by Clement Escoffier · 11 years ago
  16. d807368 FELIX-4093 Dependency is ignored if @Bind does not respect naming pattern by Guillaume Sauthier · 11 years ago
  17. 8c8c7c2 FELIX-4092 Move 'annotation' module from 'runtime' to 'manipulator' project by Guillaume Sauthier · 11 years ago
  18. 49a00e5 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  19. cef87ec [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.4 by Marcel Offermans · 11 years ago
  20. bc2a308 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  21. 51fe81a [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.4 by Marcel Offermans · 11 years ago
  22. 18724ed Updated changelogs. by Marcel Offermans · 11 years ago
  23. 4a45f44 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  24. a48e62e [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.4 by Marcel Offermans · 11 years ago
  25. 0486b09 Bumped version number of dependency for release. by Marcel Offermans · 11 years ago
  26. 244b226 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  27. 67557f4 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.4 by Marcel Offermans · 11 years ago
  28. e6edb99 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  29. 6049018 [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.2 by Marcel Offermans · 11 years ago
  30. ce65cc0 Updated to release version. by Marcel Offermans · 11 years ago
  31. 5cd3ac5 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  32. 101770a [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.2 by Marcel Offermans · 11 years ago
  33. 230b3da Only style by Guillaume Sauthier · 11 years ago
  34. 23e740d Clean imports by Guillaume Sauthier · 11 years ago
  35. d91efc0 FELIX-4091 Bnd iPOJO Plugin only browse classes annotated with some iPOJO annotations by Guillaume Sauthier · 11 years ago
  36. 1e137a1 Properly wait for task termination (if any), this allow a more synchronous shutdown by Guillaume Sauthier · 11 years ago
  37. 6ed5e02 FELIX-4089 Extender do not deactivate managed components when stopped by Guillaume Sauthier · 11 years ago
  38. c146def Preparing for release, updated copyright messages, some metadata and the changelogs. by Marcel Offermans · 11 years ago
  39. 28d6919 FELIX-4090 make constants constant by David Jencks · 11 years ago
  40. 68b5ac6 FELIX-4088 Fix NPE on concurrent configuration deletion/bundle stop by David Jencks · 11 years ago
  41. c8a0111 FELIX-3651 simplify import-package in test probe bundle preparatory to location binding tests by David Jencks · 11 years ago
  42. b22256a * Avoid compilation warning * More explicit error message by Guillaume Sauthier · 11 years ago
  43. 74db3bb FELIX-3651 add apache header to new file by David Jencks · 11 years ago
  44. a45f5de Updated DM to latest release. by Marcel Offermans · 11 years ago
  45. 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
  46. 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
  47. 339d4e4 Fixed a race condition which allowed two threads to start taking items from the serial queue. by Marcel Offermans · 11 years ago
  48. dcad483 FELIX-3651 escape some characters in bundle location to make valid filters more likely by David Jencks · 11 years ago
  49. b4e4d44 FELIX-4070 remove State classes by David Jencks · 11 years ago
  50. c5bd1bc FELIX-4070 calculate state from flags by David Jencks · 11 years ago
  51. c72ea97 FELIX-4070 separate config for component factory tests by David Jencks · 11 years ago
  52. 2fe944f FELIX-4070 remove activate, deactivate, dispose state methods by David Jencks · 11 years ago
  53. 742c19a FELIX-4070 remove dispose state method by David Jencks · 11 years ago
  54. 9a69773 FELIX-4070 remove enable state method by David Jencks · 11 years ago
  55. 536fb42 FELIX-4070 remove ungetService state method by David Jencks · 11 years ago
  56. 3bcac60 FELIX-4070 remove getService state method by David Jencks · 11 years ago
  57. b76fae7 FELIX-4077 by Clement Escoffier · 11 years ago
  58. e25cfde FELIX-4076 - Useless locking on getRequiredHandler by Clement Escoffier · 11 years ago
  59. 668c33b [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 11 years ago
  60. 3a62d0d [maven-release-plugin] prepare release org.apache.felix.webconsole-4.2.0 by Felix Meschberger · 11 years ago
  61. 93f54c1 Update to Inventory Printer 1.0 RC by Felix Meschberger · 11 years ago
  62. 48f46e1 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 11 years ago
  63. ccf370a [maven-release-plugin] prepare release org.apache.felix.inventory-1.0.0 by Felix Meschberger · 11 years ago
  64. 5ca3a84 Update changelog by Felix Meschberger · 11 years ago
  65. 8dcc6cc FELIX-4075 Fix Configuration ZIP writing by Felix Meschberger · 11 years ago
  66. 883d456 FELIX-1908: PreferencesService doesn't work if a PermissionAdmin is present by Sanjeeb Kumar Sahoo · 11 years ago
  67. 8621036 FELIX-4075 Revert to previous SNAPSHOT version by Felix Meschberger · 11 years ago
  68. 1aa1c5b FELIX-4074/FELIX-4075 Revert to previous SNAPSHOT version by Felix Meschberger · 11 years ago
  69. b90926d Added FELIX-4050 by Pierre De Rop · 11 years ago
  70. e6fff38 FELIX-4050: Avoid messing up component state calculation when an init method adds by Pierre De Rop · 11 years ago
  71. b777977 Added test case for FELIX-4050 issue. by Pierre De Rop · 11 years ago
  72. 54f0ef0 fixed javadoc by Pierre De Rop · 11 years ago
  73. a378901 increased latch timeout to 10 secs, and test time to 20 seconds by Pierre De Rop · 11 years ago
  74. 67c7ec6 Update changelog by Carsten Ziegeler · 11 years ago
  75. 7049e05 FELIX-4074 : Plugin class name changed for config manager plugin, might be disabled on update by Carsten Ziegeler · 11 years ago
  76. 8e50f28 FELIX-4061 : Implement service endpoint registration property - add loopback interface if no network interface is available by Carsten Ziegeler · 11 years ago
  77. efe5163 temporarily update Inventory Printer dependency to 1.0.1-SNAPSHOT to prevent breaking builds by Felix Meschberger · 11 years ago
  78. 69f6d57 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 11 years ago
  79. 5607e55 [maven-release-plugin] prepare release org.apache.felix.webconsole-4.2.0 by Felix Meschberger · 11 years ago
  80. ecf7434 Remove unfixed issues from the change log by Felix Meschberger · 11 years ago
  81. 992acbf Update changelog.txt for release by Felix Meschberger · 11 years ago
  82. 6438351 FELIX-3874 Update to Inventory Printer 1.0.0 RC by Felix Meschberger · 11 years ago
  83. 461f0f8 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 11 years ago
  84. dcc1a3e [maven-release-plugin] prepare release org.apache.felix.inventory-1.0.0 by Felix Meschberger · 11 years ago
  85. 9b4b5ba Update changelog.txt for 1.0.0 release by Felix Meschberger · 11 years ago
  86. 71abf31 Revert back to old SNAPSHOT version after failed release by Felix Meschberger · 11 years ago
  87. 82ff212 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 11 years ago
  88. a730c09 [maven-release-plugin] prepare release org.apache.felix.inventory-1.0.0 by Felix Meschberger · 11 years ago
  89. 9962c65 FELIX-3874 Fix Inventory Printer Activator class name by Felix Meschberger · 11 years ago
  90. 734bb0d Add package-info.java file for JavaDoc by Felix Meschberger · 11 years ago
  91. 9c50194 Use development version of the iPOJO runtime by Clement Escoffier · 11 years ago
  92. b1026b2 Fix FELIX-4073 by Clement Escoffier · 11 years ago
  93. d107030 Fix API bundle packaging by Clement Escoffier · 11 years ago
  94. 656c0e8 Upgrade to bnd 2.1.0 by Stuart McCulloch · 11 years ago
  95. f05a029 Fix documentation url in the web console plugin by Clement Escoffier · 11 years ago
  96. faa4bd0 Fix FELIX-4072 by Clement Escoffier · 11 years ago
  97. 804b8a9 FELIX-4069 synchronize access to service instance map by David Jencks · 11 years ago
  98. c34ba5c Update manipulator version to development version by Clement Escoffier · 11 years ago
  99. c959a1a Update it projects parent pom version by Clement Escoffier · 11 years ago
  100. 2c87796 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 11 years ago