1. 7786bd0 [karaf] remove the woodstox feature which is not needed anymore by Guillaume Nodet · 15 years ago
  2. 774961d FELIX-2311: Remove the Bootstrap class which is not needed anymore by Guillaume Nodet · 15 years ago
  3. fbf8598 FELIX-2310: Karaf framework environment is not set correctly by Guillaume Nodet · 15 years ago
  4. d310e66 FELIX-1921: Provide a way to configure the host used for karaf ssh server by Guillaume Nodet · 15 years ago
  5. f6e6f33 FELIX-2270: Do not pass the proxy login module options to the real jaas module by Guillaume Nodet · 15 years ago
  6. 928ea52 FELIX-2130: Karaf] Failover Clustering Mechanism - Database shutdown / loss results in all Karaf instances becoming Active on restart of that DB by Guillaume Nodet · 15 years ago
  7. f7708f7 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  8. ea83ef5 [maven-release-plugin] prepare release org.apache.felix.fileinstall-3.0.0 by Guillaume Nodet · 15 years ago
  9. 87a1238 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  10. 8ca355c [maven-release-plugin] prepare release gogo-0.4.0 by Guillaume Nodet · 15 years ago
  11. 2051385 [gogo] upgrade to latest felix-parent by Guillaume Nodet · 15 years ago
  12. 0db2d94 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  13. be387f5 [maven-release-plugin] prepare release maven-bundle-plugin-2.1.0 by Guillaume Nodet · 15 years ago
  14. 7b8683e [bundleplugin] upgrade to latest felix-parent and bundlerepository by Guillaume Nodet · 15 years ago
  15. c2baa4d [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  16. fb8f07c [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.2 by Guillaume Nodet · 15 years ago
  17. 094a994 [bundlerepository] upgrade to latest felix-parent by Guillaume Nodet · 15 years ago
  18. 9ae9bf0 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  19. ba30129 [maven-release-plugin] prepare release org.apache.felix.fileinstall-2.0.10 by Guillaume Nodet · 15 years ago
  20. 02a45af [fileinstall] upgrade to latest felix-parent by Guillaume Nodet · 15 years ago
  21. 86ea465 Fix FELIX-2308 Fix FELIX-2309 Update versions by Clement Escoffier · 15 years ago
  22. 565ede7 added annotation support for factory configuration adapter service by Pierre De Rop · 15 years ago
  23. e88e66c avoid NPE when invoking Bnd's error method by Pierre De Rop · 15 years ago
  24. 87003dc FELIX-1776: minimize the number of calls to File#getCanonicalFile() by Guillaume Nodet · 15 years ago
  25. 791c6cc FELIX=2307: There is no way to bypass / escape property substitution by Guillaume Nodet · 15 years ago
  26. e3ed939 Use snapshot until release is publishes by Carsten Ziegeler · 15 years ago
  27. ac2ce995 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  28. 88772c5 [maven-release-plugin] prepare release maven-scr-plugin-1.4.4 by Carsten Ziegeler · 15 years ago
  29. 28632ae [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  30. 0563f2f [maven-release-plugin] prepare release org.apache.felix.scr.annotations-1.3.0 by Carsten Ziegeler · 15 years ago
  31. b49e0d5 Prepare the release. by Carsten Ziegeler · 15 years ago
  32. 1c2b18a FELIX-2305 : Servlets should not be immediate by Carsten Ziegeler · 15 years ago
  33. 58c18b2 FELIX-2304: Single quotes need to be escaped in xml attribute values by Guillaume Nodet · 15 years ago
  34. 3b24e00 FELIX-2303 : Add annotation for a Sling servlet filter by Carsten Ziegeler · 15 years ago
  35. 4edf4b9 CapabilitySet should ignore case when indexing attributes, since this by Richard S. Hall · 15 years ago
  36. d56c0a4 FELIX-1543 Remove empty folders by Felix Meschberger · 15 years ago
  37. 4a9dc46 Revert FELIX-2201 which cause regressions by Guillaume Nodet · 15 years ago
  38. 771a5a7 Fragments were not correctly being attached because we were only considering by Richard S. Hall · 15 years ago
  39. 82dfc13 Use 0.0.0 + EE for JRE package version. (FELIX-995) by Richard S. Hall · 15 years ago
  40. 1694131 FELIX-1776: problem when using relative dirs by Guillaume Nodet · 15 years ago
  41. a57340a FELIX-2302: Fileinstall should add entries for directories when creating JARs by Guillaume Nodet · 15 years ago
  42. a54c8a6 Avoid checking for dynamic imports, if not needed. (FELIX-2035) by Richard S. Hall · 15 years ago
  43. 26fb436 FELIX-2201: [FileInstall] Make Scanner process artifacts in 'oldest-file-modification-time first' order by Guillaume Nodet · 15 years ago
  44. de3a828 [bundlerepository] fix a NPE in the index goal by Guillaume Nodet · 15 years ago
  45. 804f4be added a README file, which describes this sample by Pierre De Rop · 15 years ago
  46. 667594b added MetaType support for factory configuration adapter by Pierre De Rop · 15 years ago
  47. adf7098 decoupled the MetaTypeProviderImpl class from ConfigurationDependencyImpl class by Pierre De Rop · 15 years ago
  48. 874c70d decoupled the MetaTypeProviderImpl class from ConfigurationDependencyImpl class by Pierre De Rop · 15 years ago
  49. 611af7a Add the BSD License in the NOTICE summary as remarked by Richard Hall during the release process of the 1.6.0 by Clement Escoffier · 15 years ago
  50. 2944e68 fixed bug in adapter annotations: the services provided by adapters were specified as a Class, instead of a Class array. by Pierre De Rop · 15 years ago
  51. b54b47c fixed bug in adapter annotations: the services provided by adapters were specified as a Class, instead of a Class array. Removed checkClassImplements in AnnotationCollector.java by Pierre De Rop · 15 years ago
  52. 49438b2 added an assert for detecting wrong CM update notification by Pierre De Rop · 15 years ago
  53. bf3bddf switched to bnd 0.0.401 by Pierre De Rop · 15 years ago
  54. 8cdd862 added missing synchronize in ManagedServiceFactory's updated method (fix in progress) by Pierre De Rop · 15 years ago
  55. af3192d fixed wrong javadoc by Pierre De Rop · 15 years ago
  56. bfead6e Another refactoring of the resolver to improve performance by calculating by Richard S. Hall · 15 years ago
  57. cb1bff2 Add missing version by Carsten Ziegeler · 15 years ago
  58. 07eef24 FELIX-2300 : SCR Plugin should be able to produce a metatype property for service.ranking. Apply patch from Justin Edelson by Carsten Ziegeler · 15 years ago
  59. 23b3b15 Added javadoc. Added missing method "isAutoConfig()". by Pierre De Rop · 15 years ago
  60. 2b0055b FELIX-2298 : Component annotation: getConfigurationFactory should be named configurationFactory by Carsten Ziegeler · 15 years ago
  61. 8e620e6 [FELIX-2297] features-maven-plugin validate goal should be able to use configurable jre version by Freeman Yue Fang · 15 years ago
  62. 7521e85 Minor edits. (FELIX-2035) by Richard S. Hall · 15 years ago
  63. a54f13a [FELIX-2293]features-maven-plugin validate should support specify the feature repositories from the maven plugin configure by Freeman Yue Fang · 15 years ago
  64. 81645bd FELIX-2291 Catch NoSuchMethodError on pre-1.4 Java runtimes which do not have the Runtime.availableProcessors method by Felix Meschberger · 15 years ago
  65. 6a54034 Cache some intermediate results. (FELIX-2037) by Richard S. Hall · 15 years ago
  66. 79d6548 Some minor code cleanup. (FELIX-2035) by Richard S. Hall · 15 years ago
  67. f5ca61b Substring operator is false for types other than string and by Richard S. Hall · 15 years ago
  68. 695d0df FELIX-2291 /Show available number of processors on the System Information page/ by Valentin Pavlov Valchev · 15 years ago
  69. c2a72c4 FELIX-2291 Provide number of processors available to the Java VM in the System Information tab by Felix Meschberger · 15 years ago
  70. 8fbd5d6 add [revision] to destpattern in sigil.bundle ant task. FELIX-2290 by Derek Baum · 15 years ago
  71. 588b1f9 Applied patch (FELIX-2069) to not create monitored directories if they do not exist. by Richard S. Hall · 15 years ago
  72. c3b80b2 Rewrite of the new prototype resolver's core data structure and algorithm. by Richard S. Hall · 15 years ago
  73. ff678c3 ConfigAdmin factory configuration adapter support by Pierre De Rop · 15 years ago
  74. 49d6661 Update versions to the new development version. by Clement Escoffier · 15 years ago
  75. a6fc2fc [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  76. dc58d5b [maven-release-plugin] prepare release org.apache.felix.ipojo.arch-1.6.0 by Clement Escoffier · 15 years ago
  77. 27aa36d update to the latest iPOJO core and maven-ipojo-plugin by Clement Escoffier · 15 years ago
  78. a64a1bd [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  79. b13103d [maven-release-plugin] prepare release org.apache.felix.ipojo.online.manipulator-1.6.0 by Clement Escoffier · 15 years ago
  80. 9d4237f Update to latest version of the iPOJO manipulator and of the maven-ipojo-plugin by Clement Escoffier · 15 years ago
  81. de707c3 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  82. 547bb3b [maven-release-plugin] prepare release org.apache.felix.ipojo.api-1.6.0 by Clement Escoffier · 15 years ago
  83. d056ee3 update to latest version of iPOJO core, composite, and manipulator by Clement Escoffier · 15 years ago
  84. 190a995 FELIX-2289 Synchronize all access to internal maps to prevent data structure corruption by Felix Meschberger · 15 years ago
  85. da1720d [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  86. 1bb2b3a [maven-release-plugin] prepare release org.apache.felix.ipojo.composite-1.6.0 by Clement Escoffier · 15 years ago
  87. cf23bf6 Update to the new maven-ipojo-plugin, manipulator and iPOJO core by Clement Escoffier · 15 years ago
  88. 9288402 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  89. 2c65ebd [maven-release-plugin] prepare release org.apache.felix.ipojo.annotations-1.6.0 by Clement Escoffier · 15 years ago
  90. 25cb5dd [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  91. 50db5b7 [maven-release-plugin] prepare release org.apache.felix.ipojo-1.6.0 by Clement Escoffier · 15 years ago
  92. 0b43b65 update to the new maven-ipojo-plugin by Clement Escoffier · 15 years ago
  93. fe5a762 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  94. 1ee414b [maven-release-plugin] prepare release org.apache.felix.ipojo.ant-1.6.0 by Clement Escoffier · 15 years ago
  95. e862923 Update to the new version of the manipulator by Clement Escoffier · 15 years ago
  96. 41c36a3 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  97. de08bda [maven-release-plugin] prepare release maven-ipojo-plugin-1.6.0 by Clement Escoffier · 15 years ago
  98. 5d3e577 update manipulator version by Clement Escoffier · 15 years ago
  99. 15b54d0 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  100. 1a13e7b [maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-1.6.0 by Clement Escoffier · 15 years ago