1. 060f32b Fix release process by Guillaume Nodet · 15 years ago
  2. 5a60ee9 Fix gogo assembly by Guillaume Nodet · 15 years ago
  3. 1f85779 Add license / notice files, fix pom by Guillaume Nodet · 15 years ago
  4. d4592bd set the maven-bundle-plugin version 1.4.3 to support obr deployment by Clement Escoffier · 15 years ago
  5. bf69a13 Add a top level assembly by Guillaume Nodet · 15 years ago
  6. 9807bb9 Remove empty dirs by Guillaume Nodet · 15 years ago
  7. 46c90a9 Fix poms for release by Guillaume Nodet · 15 years ago
  8. ffb40cb FELIX-1526: rename <> operators to (), as this is more like bash. by Derek Baum · 15 years ago
  9. af9f9fc Modify Start Level service to synchronously persist bundle start level by Richard S. Hall · 15 years ago
  10. 0677a97 Speed-up URL stream/content handler lookup by using a tracker again. The difference to the previous tracker is that we now create and maintain the trackers inside the framework so don't need to do classloads when using them (FELIX-1138). by Karl Pauls · 15 years ago
  11. d8dcca6 Speed-up URL stream/content handler lookup by using a tracker again. The difference to the previous tracker is that we now create and maintain the trackers inside the framework so don't need to do classloads when using them (FELIX-1138). by Karl Pauls · 15 years ago
  12. 37061cd Avouid using RuntimeException constructor which is not available before java5 by Karl Pauls · 15 years ago
  13. 2252e95 Update pax:exam version to 1.1.0 by Clement Escoffier · 15 years ago
  14. e264710 Modify folder structure (bad structure (nested 'org.apache.felix' ). by Clement Escoffier · 15 years ago
  15. e9d2615 Add a use clause to the notice (codehaus). by Clement Escoffier · 15 years ago
  16. 1ec4902 Delete an useless directory by Clement Escoffier · 15 years ago
  17. 4f3a194 Delete a useless directory by Clement Escoffier · 15 years ago
  18. a361758 Update to the latest API. (FELIX-1205) by Richard S. Hall · 15 years ago
  19. 74edab4 Fixed author tag. by Richard S. Hall · 15 years ago
  20. 72148a0 Make sure we read stdout/err when exec is used (FELIX-1297). by Karl Pauls · 15 years ago
  21. affab19 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  22. 28e7e13 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.6 by Felix Meschberger · 15 years ago
  23. 17a484a For resource loading we won't always have a class loader, so we by Richard S. Hall · 15 years ago
  24. cb46b9e FELIX-1545 Added guards to ManagedService[Factory]Update to prevent multiple by Felix Meschberger · 15 years ago
  25. d576107 For better logging (especially in cases of the LogService implemented using by Felix Meschberger · 15 years ago
  26. bbc2778 FELIX-1545 remove System.out.println() from helper classes ... by Felix Meschberger · 15 years ago
  27. f23eb07 FELIX-1545 implement last modification and last update trackers by Felix Meschberger · 15 years ago
  28. cec9c32 FELIX-1545 integration testcases exhibiting the concurrency issues of by Felix Meschberger · 15 years ago
  29. c67f9dc Instead of just sitting for a number of seconds we add a ConfigurationAdmin by Felix Meschberger · 15 years ago
  30. f91d181 Remove two harmless exceptions at startup time by Guillaume Nodet · 15 years ago
  31. dce21f4 FELIX-1463: Switch to Felix Fileinstall instead of our own file deployer by Guillaume Nodet · 15 years ago
  32. c4be0f4 FELIX-922, FELIX-1483 and FELIX-1377: support for new artifact types, support for exploded artifacts, wait until copy is finished before processing an artifact by Guillaume Nodet · 15 years ago
  33. 5f71d44 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  34. 3e6b0d5 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.4 by Felix Meschberger · 15 years ago
  35. 74d75ab Describe in OBR as implementing version 1.3 of the Configuration Admin Service by Felix Meschberger · 15 years ago
  36. fd52e31 FELIX-1542 add lastModificationTime and lastUpdateTime fields to track by Felix Meschberger · 15 years ago
  37. 52f8a5d FELIX-1541 Include official org.osgi.service.cm sources received by Felix Meschberger · 15 years ago
  38. 3212400 Update OSGi API. (FELIX-1205) by Richard S. Hall · 15 years ago
  39. 44276bc Remove extension bundles from the installed list. (FELIX-1122) by Richard S. Hall · 15 years ago
  40. 62e27ff Use system bundle update to restart framework is an extension bundle is by Richard S. Hall · 15 years ago
  41. 958c55e Now we only remove byproducts from actual cyclical dependencies. (FELIX-1422) by Richard S. Hall · 15 years ago
  42. 49817b6 Add tests about logger configuration. by Clement Escoffier · 15 years ago
  43. 4478ec3 [karaf] fix another use of the old ansi support by Guillaume Nodet · 15 years ago
  44. 3246c66 FELIX-1529: fix console ^D handling by Guillaume Nodet · 15 years ago
  45. cf60846 [karaf] Fix missing help on ssh commands by Guillaume Nodet · 15 years ago
  46. 1b49155 FELIX-1529: The console does not work anymore when connecting to another karaf instance by Guillaume Nodet · 15 years ago
  47. 69b9465 FELIX-1536: The ThreadIO should use inheritable thread locals in case a command spawns a thread by Guillaume Nodet · 15 years ago
  48. e833bde [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  49. 9555f47 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.2 by Felix Meschberger · 15 years ago
  50. 35ab36a FELIX-1535 check permission against current access control context by Felix Meschberger · 15 years ago
  51. f0cb52b Add use of codehaus plugins and OPS4J stuff to the NOTICE file by Felix Meschberger · 15 years ago
  52. 44f8b62 Make implicit boot delegation configurable. (FELIX-712) by Richard S. Hall · 15 years ago
  53. 88896e3 Avoid a manual step in the release process by computing the osgi version derived from the maven version by Guillaume Nodet · 15 years ago
  54. d4f2a66 Only merge fragments for dynamic imports if necessary. (FELIX-1435) by Richard S. Hall · 15 years ago
  55. 3224bcf No longer need ModuleClassLoader.getModule() method. (FELIX-1289) by Richard S. Hall · 15 years ago
  56. 7d897a8 For resource loading we won't always have a class loader, so we by Richard S. Hall · 15 years ago
  57. 067a3a1 Fix issue Felix-1533: by Clement Escoffier · 15 years ago
  58. 977c946 Cosmetic fixes by Clement Escoffier · 15 years ago
  59. 9e0df65 Add shutdown hook to launcher. (FELIX-1478) by Richard S. Hall · 15 years ago
  60. 3b12743 Update dependencies to dev. by Clement Escoffier · 15 years ago
  61. 68891a5 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  62. 63bfbdf [maven-release-plugin] prepare release org.apache.felix.ipojo.webconsole-1.4.2 by Clement Escoffier · 15 years ago
  63. c25177c Update dependencies to release by Clement Escoffier · 15 years ago
  64. 5f76d10 Update dependencies to dev. by Clement Escoffier · 15 years ago
  65. 6fa1dc4 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  66. 4707b88 [maven-release-plugin] prepare release maven-ipojo-plugin-1.4.2 by Clement Escoffier · 15 years ago
  67. 3e1f5e4 Update dependencies to release by Clement Escoffier · 15 years ago
  68. c984246 Update dependencies to dev. by Clement Escoffier · 15 years ago
  69. 43eb336 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  70. f74b740 [maven-release-plugin] prepare release org.apache.felix.ipojo.ant-1.4.2 by Clement Escoffier · 15 years ago
  71. 2a87331 Update dependencies to release by Clement Escoffier · 15 years ago
  72. f42bcce Update dependencies to dev. by Clement Escoffier · 15 years ago
  73. d2eae88 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  74. 0c492bc [maven-release-plugin] prepare release org.apache.felix.ipojo.online.manipulator-1.4.2 by Clement Escoffier · 15 years ago
  75. 547dcdf Update dependencies to release by Clement Escoffier · 15 years ago
  76. d1c9958 Update dependencies to dev. by Clement Escoffier · 15 years ago
  77. 6d511b8 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  78. 16e3dcd [maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-1.4.2 by Clement Escoffier · 15 years ago
  79. 329f437 Remove a reference to pom.version by Clement Escoffier · 15 years ago
  80. ccb7888 FELIX-1517 and FELIX-1528: use a defined location for the storage of the list of managed instances and avoid an exception if one instance has been deleted by Guillaume Nodet · 15 years ago
  81. fd301ae Upgrade to released version of SSHD 0.2.0 by Guillaume Nodet · 15 years ago
  82. da11376 Modify bundle uninstall state transitions to transition through INSTALLED by Richard S. Hall · 15 years ago
  83. baac893 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  84. 5a331e7 [maven-release-plugin] prepare release org.apache.felix.ipojo.webconsole-1.4.2 by Clement Escoffier · 15 years ago
  85. 9dffab9 Update dependencies to dev by Clement Escoffier · 15 years ago
  86. e280229 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  87. bf546b8 [maven-release-plugin] prepare release maven-ipojo-plugin-1.4.2 by Clement Escoffier · 15 years ago
  88. cab130c Update dependencies to 1.4.2 by Clement Escoffier · 15 years ago
  89. 3359887 Update dependencies to dev by Clement Escoffier · 15 years ago
  90. 73069e7 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  91. ba48705 [maven-release-plugin] prepare release org.apache.felix.ipojo.ant-1.4.2 by Clement Escoffier · 15 years ago
  92. c7e5bbd Update dependencies to 1.4.2 by Clement Escoffier · 15 years ago
  93. 58aae0f Update dependencies to dev by Clement Escoffier · 15 years ago
  94. ed03743 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  95. 0680370 [maven-release-plugin] prepare release org.apache.felix.ipojo.online.manipulator-1.4.2 by Clement Escoffier · 15 years ago
  96. e7ba4be Update dependencies version to 1.4.2 by Clement Escoffier · 15 years ago
  97. c584daf [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  98. cee2b02 [maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-1.4.2 by Clement Escoffier · 15 years ago
  99. 2f3613a Fix a link issue in the web console plugin. by Clement Escoffier · 15 years ago
  100. 2ff3db9 More OSGi API updates. (FELIX-1205) by Richard S. Hall · 15 years ago