1. dbc1105 FELIX-2442: JDK 1.5 build issue - StandardEmitterMBean is JDK 1.6 specific by Guillaume Nodet · 14 years ago
  2. 49993d0 [FELIX-2440] Karaf - JDK 1.5 build issue - FeaturesServiceTest failure by Jamie Mark Goodyear · 14 years ago
  3. 4f29a6a FELIX-2141: Add features:info command by Guillaume Nodet · 14 years ago
  4. bd53c55 [maven-release-plugin] prepare for next development iteration by Gert Vanthienen · 14 years ago
  5. e468498 [maven-release-plugin] prepare release karaf-1.6.2 by Gert Vanthienen · 14 years ago
  6. 7196f71 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  7. 365a319 [maven-release-plugin] prepare release karaf-1.6.2 by Guillaume Nodet · 14 years ago
  8. 220e294 FELIX-2419: UnsupportedOperationException while installing features by Gert Vanthienen · 14 years ago
  9. a0c56ba [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  10. 7f367aa [maven-release-plugin] prepare release karaf-1.6.2 by Guillaume Nodet · 14 years ago
  11. ddb2a8d [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  12. dddb4e5 [maven-release-plugin] prepare release karaf-1.6.2 by Guillaume Nodet · 14 years ago
  13. 8dda558 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  14. b551feb [maven-release-plugin] prepare release karaf-1.6.2 by Guillaume Nodet · 14 years ago
  15. c72f049 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  16. 810d33c [maven-release-plugin] prepare release karaf-1.6.2 by Guillaume Nodet · 14 years ago
  17. e0f36ec [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  18. ee3bbf5 [maven-release-plugin] prepare release karaf-1.6.2 by Guillaume Nodet · 14 years ago
  19. 91574b1 FELIX-2382: do not refresh host bundles that have just been installed by Guillaume Nodet · 14 years ago
  20. 2eda1e7 FELIX-2404: Use felix utils instead of various classes from karaf by Guillaume Nodet · 14 years ago
  21. 20cd92b FELIX-2349: JMX notifications by Guillaume Nodet · 14 years ago
  22. f31975f FELIX-2382: Installing a feature with a fragment should refresh the host by Guillaume Nodet · 14 years ago
  23. e21429b [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  24. 2750c14 [maven-release-plugin] prepare release karaf-1.6.0 by Guillaume Nodet · 14 years ago
  25. ee2349c [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  26. 0e8423d [maven-release-plugin] prepare release karaf-1.6.0 by Guillaume Nodet · 14 years ago
  27. 9b61208 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  28. b21cadf [maven-release-plugin] prepare release karaf-1.6.0 by Guillaume Nodet · 14 years ago
  29. 8179d3b FELIX-2191: Drop-in deployment of feature descriptor with spring-dm bundles fails by Guillaume Nodet · 14 years ago
  30. 7e8f9d6 FELIX-2347: Configurations on features should not override existing configurations by Guillaume Nodet · 14 years ago
  31. 80977a9 Fixing deprecated pom.* property references for Maven 3. by Chris Custine · 14 years ago
  32. d513ee4 [karaf] update copyright by Guillaume Nodet · 14 years ago
  33. ff9bf63 FELIX-2319: he order of the list of boot features is not used when installing the features by Guillaume Nodet · 14 years ago
  34. e798396 FELIX-2169: Improve dev:show-tree performance and avoid NPE when no matching export is found by Gert Vanthienen · 15 years ago
  35. cf99b61 FELIX-1990: Use aries blueprint / jmx by Guillaume Nodet · 15 years ago
  36. f6a85b3 [maven-release-plugin] prepare for next development iteration by Chris Custine · 15 years ago
  37. 49ce940 [maven-release-plugin] prepare release karaf-1.4.0 by Chris Custine · 15 years ago
  38. 4d15383 FELIX-2001 - Add more info to log and console when feature bundles fail to resolve by Chris Custine · 15 years ago
  39. 4c793e7 Remove unused imports by Chris Custine · 15 years ago
  40. 795b102 FELIX-1768 - should catch exception for FeaturesServiceImpl.internalAddRepository per uri by Chris Custine · 15 years ago
  41. 1432d50 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  42. 788f6c0 [maven-release-plugin] prepare release karaf-1.2.0 by Guillaume Nodet · 15 years ago
  43. 45a520f FELIX-1869 - Need better UI feedback when features commands fail by Chris Custine · 15 years ago
  44. 8fa9fbb FELIX-1848 - Include instance name in the JMX ObjectName for AdminService and FeaturesService MBeans by Chris Custine · 15 years ago
  45. 82e972f Remove verify calls for easymock by Guillaume Nodet · 15 years ago
  46. 785255f FELIX-1784: add an option to control the behavior in case of a failure in a batched installation by Guillaume Nodet · 15 years ago
  47. cbb9525 [FELIX-1784]install one feature failed in org.apache.felix.karaf.features.cfg featuresBoot list shouldn't block install other features in this list by Freeman Yue Fang · 15 years ago
  48. d4e4c65 [FELIX-1768]should catch exception for FeaturesServiceImpl.internalAddRepository per uri by Freeman Yue Fang · 15 years ago
  49. 0d4ee15 FELIX-1689: improve the features deployer to leverage batch installation too by Guillaume Nodet · 15 years ago
  50. feb3677 FELIX-1689: use a list instead of a set to keep ordering of bundles and start them in order by Guillaume Nodet · 15 years ago
  51. e254442 FELIX-1689: make sure boot features are installed in batch to avoid unnecessary refresh by Guillaume Nodet · 15 years ago
  52. aedf17e FELIX-1689: When deploying a feature, we need to refresh some bundles to cope with newly resolved optional dependencies by Guillaume Nodet · 15 years ago
  53. 33bbf0c FELIX-1682: the newly installed bundles for a feature shuld be uninstalled when feature install failed by Guillaume Nodet · 15 years ago
  54. 819a0a3 [FELIX-1645] add null and empty check for FeaturesServiceImpl.readValue(String val) by Freeman Yue Fang · 15 years ago
  55. c029aa6 FELIX-1643: Improvements / Fixes for Karaf commands and their helps by Guillaume Nodet · 15 years ago
  56. 6f17f4f [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  57. 6896d70 [maven-release-plugin] prepare release karaf-1.0.0 by Guillaume Nodet · 15 years ago
  58. e73545e [karaf] fix NOTICE files (first pass) by Guillaume Nodet · 15 years ago
  59. 23a0f3d [karaf] rename gshell to shell and rename submodules to avoid having the parent module name in their names by Guillaume Nodet · 15 years ago
  60. c46e77b FELIX-1602: Allow specifying boot features for admin:create-d instances by Gert Vanthienen · 15 years ago
  61. a4c238f FELIX-1576: The features service should do a PackageAdmin.refresh() after uninstalling a feature by Guillaume Nodet · 15 years ago
  62. e456ac8 FELIX-1566: Possible NPE when uninstalling a feature by Guillaume Nodet · 15 years ago
  63. 3c26c34 Enhance feature install completer to only show uninstalled features by Chris Custine · 15 years ago
  64. adc9d28 FELIX-1523: Fix Karaf version to 0.9.0-SNAPSHOT as next release will be 1.0.0 by Guillaume Nodet · 15 years ago
  65. 429d049 FELIX-1127: Add a name for a repository by Guillaume Nodet · 15 years ago
  66. b1a6025 FELIX-1127: Add a name for a repository by Guillaume Nodet · 15 years ago
  67. db5886a FELIX-1276: There is no way to get all the Feature information from the FeaturesService by Guillaume Nodet · 15 years ago
  68. cb5dc3b FELIX-1472: better handling of configurations from the deployer and features service by Guillaume Nodet · 15 years ago
  69. 77807a4 FELIX-1126: No errors are generated for a bad URL passed to the features/addUrl, features/refreshUrl, or features/list commands. by Guillaume Nodet · 15 years ago
  70. c5e1e60 FELIX-1466: org.apache.felix.karaf.features.FeaturesServiceTest fails by Guillaume Nodet · 15 years ago
  71. 6f3c60b FELIX-1220: Remove unnecssary parts of a filter by Guillaume Nodet · 15 years ago
  72. 3e870a5 FELIX-1133: Allow usage of fragments in Karaf features by Guillaume Nodet · 15 years ago
  73. e692a96 FELIX-1457: refactor features management layer by Guillaume Nodet · 15 years ago