1. 30d3f60 The online manipulator does not contain sources from the OSGi Alliance. by Clement Escoffier · 11 years ago
  2. 80deb19 Fix FELIX-4139 - package conflict with ipojo-annotations and ipojo-runtime by Clement Escoffier · 11 years ago
  3. 4ecd978 Fix the NPE in the DependencyModel by Clement Escoffier · 11 years ago
  4. d3656a9 FELIX-4146 Add getInstances and getInstanceNames in the Factory interface by Clement Escoffier · 11 years ago
  5. 070055d Fix FELIX-4147 Add getProvidedService in ProvidedServiceDescription and allow external service management by Clement Escoffier · 11 years ago
  6. 54ce217 Fix FELIX-4132 @Modified not working on Equinox by Clement Escoffier · 11 years ago
  7. 0de558d FELIX-4137 Support Web Application Bundles by Felix Meschberger · 11 years ago
  8. f1f9628 Forgot a file during the last commit. by Clement Escoffier · 11 years ago
  9. d3b68ee Continue the work about FELIX-4134 Migrate api-it to the core-it. by Clement Escoffier · 11 years ago
  10. 494f269 Continue the work about FELIX-4134 Migrate composite-it to the reactor. by Clement Escoffier · 11 years ago
  11. e46023f Avoid executing integration tests when launching the regular build. by Clement Escoffier · 11 years ago
  12. 9031c44 Fix parent relativePaths. by Clement Escoffier · 11 years ago
  13. d550b80 Add missing dependency by Clement Escoffier · 11 years ago
  14. 5640720 Update annotation versions by Clement Escoffier · 11 years ago
  15. a243586 Continue the work about FELIX-4134 Migrate all core-it tests to the reactor. by Clement Escoffier · 11 years ago
  16. 2d42108 Update iPOJO to dev version. by Clement Escoffier · 11 years ago
  17. c1d577f Test refactoring to use the OSGi Helper Base Tests by Clement Escoffier · 11 years ago
  18. 65890bf Update iPOJO version by Clement Escoffier · 11 years ago
  19. d15b144 Fix versions. by Clement Escoffier · 11 years ago
  20. a40ca9d Fix timeout issue in tests by Clement Escoffier · 11 years ago
  21. 6dc8de1 Fix manipulator version in tests by Clement Escoffier · 11 years ago
  22. 9f8c0c6 Use release version of the maven-ipojo-plugin by Clement Escoffier · 11 years ago
  23. 6c1d758 Fix FELIX-4143 by Clement Escoffier · 11 years ago
  24. 90ccbb3 Fix timeout issue in tests by Clement Escoffier · 11 years ago
  25. 609bf5f Start working on FELIX-4134 by Clement Escoffier · 11 years ago
  26. de502d1 Fixed wrong version in integration-tests by Clement Escoffier · 11 years ago
  27. a021a9c Fixed wrong version in integration-tests by Clement Escoffier · 11 years ago
  28. e15bbb0 FELIX-3339 Start with version 0.0.1. Will go to 1.0.0 on first release by Felix Meschberger · 11 years ago
  29. 9808ed8 FELIX-3339 New consolidated Thread Dumper tool contributed by Simo Tripodi (thanks alot) by Felix Meschberger · 11 years ago
  30. 2dbcd55 Fix version (post-release) by Clement Escoffier · 11 years ago
  31. 73842a1 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 11 years ago
  32. c241073 [maven-release-plugin] prepare release org.apache.felix.ipojo.runtime-project-1.10.1 by Clement Escoffier · 11 years ago
  33. a3efc11 set svn:ignore by Clement Escoffier · 11 years ago
  34. 6658d50 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 11 years ago
  35. d569e5d [maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-project-1.10.1 by Clement Escoffier · 11 years ago
  36. a4b117c Defensive approach when releasing the read lock. by Clement Escoffier · 11 years ago
  37. b769ef7 Avoid creating the service object for dependency callbacks. by Clement Escoffier · 11 years ago
  38. 133c3c0 Update changelogs - prepare release. by Clement Escoffier · 11 years ago
  39. 590ebbb Update changelogs by Clement Escoffier · 11 years ago
  40. cbe9766 Fix FELIX-4131 Explicitly set the bundle location by Clement Escoffier · 11 years ago
  41. d4f6808 Fix FELIX-4130 by Clement Escoffier · 11 years ago
  42. 6add8d7 Fix FELIX-4129 by Clement Escoffier · 11 years ago
  43. 180d02f FELIX-4116 Ability to listen for component service dependencies providings configuration properties by Clement Escoffier · 11 years ago
  44. f3619ef When setting the dependency comparator to null, use the default OSGi ranking policy. by Clement Escoffier · 11 years ago
  45. 9c9fb41 When setting the dependency comparator to null, use the default OSGi ranking policy. by Clement Escoffier · 11 years ago
  46. 102e382 Fix typo by Clement Escoffier · 11 years ago
  47. fc81ef2 Defensive access to the reference list. by Clement Escoffier · 11 years ago
  48. cbde480 Defensive access to the reference list. by Clement Escoffier · 11 years ago
  49. dfa9860 the objectclass property of a dependency contains the dependency's target specification and interfaces extended by the specification. by Clement Escoffier · 11 years ago
  50. 7b467a3 Fix FELIX-4127 by Clement Escoffier · 11 years ago
  51. 5145cff Added a null check since the current version fails on Java 1.7 which does not allow null additions on a TreeSet. by Xander Uiterlinden · 11 years ago
  52. 9d34c6b remove java 6 api usage by Clement Escoffier · 11 years ago
  53. a4475cb Fix locking issue by Clement Escoffier · 11 years ago
  54. 5453425 Fix for FELIX-4125 and FELIX-4124 by Clement Escoffier · 11 years ago
  55. ece7698 FELIX-4114 - Applied patch. by Clement Escoffier · 11 years ago
  56. 0fd3073 FELIX-4119 Allow customization of DependencyHandler created Callbacks by Guillaume Sauthier · 11 years ago
  57. e050be0 Provide interceptors mechanism as described in FELIX-4120 by Clement Escoffier · 11 years ago
  58. 04f33c5 FELIX-4119 Allow customization of DependencyHandler created Callbacks by Guillaume Sauthier · 11 years ago
  59. aaeae10 FELIX-4113 Factories not disposed when the extension provider is leaving by Guillaume Sauthier · 11 years ago
  60. 35b6b77 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 11 years ago
  61. b350399 [maven-release-plugin] prepare release maven-bundle-plugin-2.4.0 by Stuart McCulloch · 11 years ago
  62. 2080d2e Update copyright year by Stuart McCulloch · 11 years ago
  63. fc1018e Copy wiki site by Stuart McCulloch · 11 years ago
  64. 8ddadb7 mvn site by Stuart McCulloch · 11 years ago
  65. c88a3a4 Update changelog by Stuart McCulloch · 11 years ago
  66. fee1605 Upgrade dependencies+plugins by Stuart McCulloch · 11 years ago
  67. 1648f40 FELIX-3973: postpone bnd macro evaluation until after {local-packages} has been substituted by Stuart McCulloch · 11 years ago
  68. e6cc813 FELIX-3349: align external manifest path with current project by Stuart McCulloch · 11 years ago
  69. 6f241f0 FELIX-3349: align external manifest path with current project by Stuart McCulloch · 11 years ago
  70. 437f487 FELIX-3352: pass external filter properties to bnd for processing by Stuart McCulloch · 11 years ago
  71. 0614c70 FELIX-3582: interpolate finalName of generated bundle by Stuart McCulloch · 11 years ago
  72. 01c93bd FELIX-3497: allow custom packaging of attached artifact (similar to custom classifier feature) by Stuart McCulloch · 11 years ago
  73. 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
  74. 1ac8167 FELIX-4108 Deadlock in the new extender by Guillaume Sauthier · 11 years ago
  75. 21fad7a FELIX-4110 @ServiceProperty and @StaticServiceProperty are missing the immutable attribute by Guillaume Sauthier · 11 years ago
  76. e369c2d FELIX-4109 ComponentTypeDescription.addProperty() ignore immutable parameter by Guillaume Sauthier · 11 years ago
  77. 38e1e40 FELIX-3861: Set Web Console Category to "OSGi" by overriding the getCategory method. by Pierre De Rop · 11 years ago
  78. 29e6e52 Fix FELIX-4105 Factories not disposed when their bundle is leaving by Clement Escoffier · 11 years ago
  79. 2288ae3 Fix FELIX-4106 Defensive service registration and update by Clement Escoffier · 11 years ago
  80. 8aa01d3 use generics. by Clement Escoffier · 11 years ago
  81. 2c47f5f Fixing FELIX-4104 and FELIX-4103 by Clement Escoffier · 11 years ago
  82. 68f1087 FELIX-4101 : Create metatype.properties file when description and label are inlined by Carsten Ziegeler · 11 years ago
  83. 37631ed removed use of AtomicLong in BundleContextInterceptor since it's a 1.5+ feature. by Xander Uiterlinden · 11 years ago
  84. de33ff8 * ResourceStore should throw Exception when a resource could not be found (not return null) by Guillaume Sauthier · 11 years ago
  85. ca551ba Use properties to keep projects synched automatically by Guillaume Sauthier · 11 years ago
  86. 264ab0d FELIX-4095 Add CDI-like @Stereotype by Guillaume Sauthier · 11 years ago
  87. 7430d6f Remove compiler warning (clean import) by Guillaume Sauthier · 11 years ago
  88. cac3ce2 Small refactoring by Guillaume Sauthier · 11 years ago
  89. 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
  90. 62613cf Back to snapshot after release by Carsten Ziegeler · 11 years ago
  91. bad7ced [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 11 years ago
  92. 46556d6 [maven-release-plugin] prepare release maven-scr-plugin-1.13.0 by Carsten Ziegeler · 11 years ago
  93. f7da19e [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 11 years ago
  94. 30659f6 [maven-release-plugin] prepare release org.apache.felix.scr.ant-1.7.0 by Carsten Ziegeler · 11 years ago
  95. 82a205e [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 11 years ago
  96. 14cba27 [maven-release-plugin] prepare release org.apache.felix.scr.annotations-1.9.4 by Carsten Ziegeler · 11 years ago
  97. c00222d [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 11 years ago
  98. 9677e6d [maven-release-plugin] prepare release org.apache.felix.scr.generator-1.7.0 by Carsten Ziegeler · 11 years ago
  99. 443ee08 Prepare release by Carsten Ziegeler · 11 years ago
  100. c68b7a2 Fix FELIX-4076 https://issues.apache.org/jira/browse/FELIX-4096 by Clement Escoffier · 11 years ago