1. 26d72ba Add license / notice files, fix pom by Guillaume Nodet · 15 years ago
  2. 15eab9e set the maven-bundle-plugin version 1.4.3 to support obr deployment by Clement Escoffier · 15 years ago
  3. bd5cd3e Add a top level assembly by Guillaume Nodet · 15 years ago
  4. d12e03a Remove empty dirs by Guillaume Nodet · 15 years ago
  5. cca03b4 Fix poms for release by Guillaume Nodet · 15 years ago
  6. 918063a FELIX-1526: rename <> operators to (), as this is more like bash. by Derek Baum · 15 years ago
  7. 2f0d7c6 Modify Start Level service to synchronously persist bundle start level by Richard S. Hall · 15 years ago
  8. 3be2f66 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
  9. ba1055d 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
  10. 8f2b088 Avouid using RuntimeException constructor which is not available before java5 by Karl Pauls · 15 years ago
  11. 3ffae67 Update pax:exam version to 1.1.0 by Clement Escoffier · 15 years ago
  12. ad42236 Modify folder structure (bad structure (nested 'org.apache.felix' ). by Clement Escoffier · 15 years ago
  13. 7e0c7ee Add a use clause to the notice (codehaus). by Clement Escoffier · 15 years ago
  14. 98a36ea Delete an useless directory by Clement Escoffier · 15 years ago
  15. 2f0482c Delete a useless directory by Clement Escoffier · 15 years ago
  16. c36dd01 Update to the latest API. (FELIX-1205) by Richard S. Hall · 15 years ago
  17. 7b21864 Fixed author tag. by Richard S. Hall · 15 years ago
  18. bb0f0db Make sure we read stdout/err when exec is used (FELIX-1297). by Karl Pauls · 15 years ago
  19. 99a126d [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  20. 5d4a7b0 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.6 by Felix Meschberger · 15 years ago
  21. 550df91 For resource loading we won't always have a class loader, so we by Richard S. Hall · 15 years ago
  22. 932cedd FELIX-1545 Added guards to ManagedService[Factory]Update to prevent multiple by Felix Meschberger · 15 years ago
  23. f5c7b01 For better logging (especially in cases of the LogService implemented using by Felix Meschberger · 15 years ago
  24. c3e1992 FELIX-1545 remove System.out.println() from helper classes ... by Felix Meschberger · 15 years ago
  25. 21c5c55 FELIX-1545 implement last modification and last update trackers by Felix Meschberger · 15 years ago
  26. d66e955 FELIX-1545 integration testcases exhibiting the concurrency issues of by Felix Meschberger · 15 years ago
  27. 779dec7 Instead of just sitting for a number of seconds we add a ConfigurationAdmin by Felix Meschberger · 15 years ago
  28. e8f2446 Remove two harmless exceptions at startup time by Guillaume Nodet · 15 years ago
  29. 30fdfb9 FELIX-1463: Switch to Felix Fileinstall instead of our own file deployer by Guillaume Nodet · 15 years ago
  30. 2c30d37 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
  31. 1ecd77a [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  32. 19fd979 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.4 by Felix Meschberger · 15 years ago
  33. 31da876 Describe in OBR as implementing version 1.3 of the Configuration Admin Service by Felix Meschberger · 15 years ago
  34. ad8e9aa FELIX-1542 add lastModificationTime and lastUpdateTime fields to track by Felix Meschberger · 15 years ago
  35. 8f26e5d FELIX-1541 Include official org.osgi.service.cm sources received by Felix Meschberger · 15 years ago
  36. f54dc87 Update OSGi API. (FELIX-1205) by Richard S. Hall · 15 years ago
  37. a121275 Remove extension bundles from the installed list. (FELIX-1122) by Richard S. Hall · 15 years ago
  38. d03bb4b Use system bundle update to restart framework is an extension bundle is by Richard S. Hall · 15 years ago
  39. 40a8d65 Now we only remove byproducts from actual cyclical dependencies. (FELIX-1422) by Richard S. Hall · 15 years ago
  40. 330919a Add tests about logger configuration. by Clement Escoffier · 15 years ago
  41. 976b23b [karaf] fix another use of the old ansi support by Guillaume Nodet · 15 years ago
  42. 3a96dd1 FELIX-1529: fix console ^D handling by Guillaume Nodet · 15 years ago
  43. 24cf356 [karaf] Fix missing help on ssh commands by Guillaume Nodet · 15 years ago
  44. 9019aeb FELIX-1529: The console does not work anymore when connecting to another karaf instance by Guillaume Nodet · 15 years ago
  45. 82fe3f6 FELIX-1536: The ThreadIO should use inheritable thread locals in case a command spawns a thread by Guillaume Nodet · 15 years ago
  46. e9bce10 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  47. 58a55b2 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.2 by Felix Meschberger · 15 years ago
  48. 46102c1 FELIX-1535 check permission against current access control context by Felix Meschberger · 15 years ago
  49. bfe4987 Add use of codehaus plugins and OPS4J stuff to the NOTICE file by Felix Meschberger · 15 years ago
  50. 4818aa9 Make implicit boot delegation configurable. (FELIX-712) by Richard S. Hall · 15 years ago
  51. 992a2af Avoid a manual step in the release process by computing the osgi version derived from the maven version by Guillaume Nodet · 15 years ago
  52. c6f79aa Only merge fragments for dynamic imports if necessary. (FELIX-1435) by Richard S. Hall · 15 years ago
  53. 6055f80 No longer need ModuleClassLoader.getModule() method. (FELIX-1289) by Richard S. Hall · 15 years ago
  54. c53074d For resource loading we won't always have a class loader, so we by Richard S. Hall · 15 years ago
  55. ca106e4 Fix issue Felix-1533: by Clement Escoffier · 15 years ago
  56. bc9adf1 Cosmetic fixes by Clement Escoffier · 15 years ago
  57. a5bb738 Add shutdown hook to launcher. (FELIX-1478) by Richard S. Hall · 15 years ago
  58. 87854a4 Update dependencies to dev. by Clement Escoffier · 15 years ago
  59. 165d7a2 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  60. 67144aa [maven-release-plugin] prepare release org.apache.felix.ipojo.webconsole-1.4.2 by Clement Escoffier · 15 years ago
  61. 571013e Update dependencies to release by Clement Escoffier · 15 years ago
  62. c34760d Update dependencies to dev. by Clement Escoffier · 15 years ago
  63. 6a5a836 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  64. 157f669 [maven-release-plugin] prepare release maven-ipojo-plugin-1.4.2 by Clement Escoffier · 15 years ago
  65. d4272e8 Update dependencies to release by Clement Escoffier · 15 years ago
  66. 96dbec1 Update dependencies to dev. by Clement Escoffier · 15 years ago
  67. 610f3b5 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  68. 283e054 [maven-release-plugin] prepare release org.apache.felix.ipojo.ant-1.4.2 by Clement Escoffier · 15 years ago
  69. ee45b53 Update dependencies to release by Clement Escoffier · 15 years ago
  70. f51d873 Update dependencies to dev. by Clement Escoffier · 15 years ago
  71. fd94d28 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  72. 0f4dc06 [maven-release-plugin] prepare release org.apache.felix.ipojo.online.manipulator-1.4.2 by Clement Escoffier · 15 years ago
  73. da4a16f Update dependencies to release by Clement Escoffier · 15 years ago
  74. 5d166e2 Update dependencies to dev. by Clement Escoffier · 15 years ago
  75. b40582b [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  76. ce069ad [maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-1.4.2 by Clement Escoffier · 15 years ago
  77. 7f705ab Remove a reference to pom.version by Clement Escoffier · 15 years ago
  78. 804e360 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
  79. 4aa90ac Upgrade to released version of SSHD 0.2.0 by Guillaume Nodet · 15 years ago
  80. e73f572 Modify bundle uninstall state transitions to transition through INSTALLED by Richard S. Hall · 15 years ago
  81. a668d87 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  82. 698d2bc [maven-release-plugin] prepare release org.apache.felix.ipojo.webconsole-1.4.2 by Clement Escoffier · 15 years ago
  83. 426b5ad Update dependencies to dev by Clement Escoffier · 15 years ago
  84. a34bb7c [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  85. 11108e4 [maven-release-plugin] prepare release maven-ipojo-plugin-1.4.2 by Clement Escoffier · 15 years ago
  86. dfaed28 Update dependencies to 1.4.2 by Clement Escoffier · 15 years ago
  87. 145e26d Update dependencies to dev by Clement Escoffier · 15 years ago
  88. ded0c37 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  89. f18de4f [maven-release-plugin] prepare release org.apache.felix.ipojo.ant-1.4.2 by Clement Escoffier · 15 years ago
  90. 2baea10 Update dependencies to 1.4.2 by Clement Escoffier · 15 years ago
  91. 33868ef Update dependencies to dev by Clement Escoffier · 15 years ago
  92. 5319af6 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  93. 3c4a810 [maven-release-plugin] prepare release org.apache.felix.ipojo.online.manipulator-1.4.2 by Clement Escoffier · 15 years ago
  94. e42d1e3 Update dependencies version to 1.4.2 by Clement Escoffier · 15 years ago
  95. 4ddb00b [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  96. 63cfc2b [maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-1.4.2 by Clement Escoffier · 15 years ago
  97. b16568a Fix a link issue in the web console plugin. by Clement Escoffier · 15 years ago
  98. 3f65349 More OSGi API updates. (FELIX-1205) by Richard S. Hall · 15 years ago
  99. 9b93171 stop duplicate error message for bad command. FELIX-1405 by Derek Baum · 15 years ago
  100. 6144ee1 FELIX-1524: tac command by Guillaume Nodet · 15 years ago