1. aac860d Fix various error during start-up on gnu/classpath based VMs (jamvm, kaffe, cacao) and mika (FELIX-1782). Mainly, catch throwable instead of exceptions when we look for dalvik specific classes and add a couple of workarounds to URLHandlers. by Karl Pauls · 15 years ago
  2. 7d5669c Removed PackageSource class from resolver to avoid unnecessary object allocations by Richard S. Hall · 15 years ago
  3. d8eb7f0 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  4. 7168f64 [maven-release-plugin] prepare release org.apache.felix.webconsole-2.0.2 by Guillaume Nodet · 15 years ago
  5. 1b869f4 FELIX-1777: Hitting backspace beyond last character causes LOUD BEEP by Guillaume Nodet · 15 years ago
  6. 1710abf FELIX-1779: The port for the jmx server needs to be configured at two locations by Guillaume Nodet · 15 years ago
  7. c0ff563 FELIX-1778: instances/xxx/karaf.bat leaks environment variables to parent shell by Guillaume Nodet · 15 years ago
  8. 4a77808 FELIX-1776: the Util.getBundleKey method should just use the bundle id by Guillaume Nodet · 15 years ago
  9. 003bc24 FELIX-1207: update svn:ignore properties to exclude more files generated for eclipse/idea by Guillaume Nodet · 15 years ago
  10. e4c754d FELIX-1064: Improve validate goal to deal with repository specified in the bundle url by Gert Vanthienen · 15 years ago
  11. 62c174d FELIX-1772: upgrade to felix framework 2.0.1 by Guillaume Nodet · 15 years ago
  12. 2d33092 FELIX-1755: provide a script that would be loaded when starting a new shell by Guillaume Nodet · 15 years ago
  13. 850d50f FELIX-1718: karaf shell config:update command should persist / override configurations from the etc/ folder by Guillaume Nodet · 15 years ago
  14. 39e3365 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  15. 748d36e [maven-release-plugin] prepare release org.apache.felix.fileinstall-2.0.2 by Guillaume Nodet · 15 years ago
  16. 89482a3 FELIX-1370: Sometimes the configuration for org.apache.felix.webconsole.internal.servlet.OsgiManager is ignored by Guillaume Nodet · 15 years ago
  17. 7f81043 FELIX-1771: Feature deployer is broken on windows by Guillaume Nodet · 15 years ago
  18. d4e4c65 [FELIX-1768]should catch exception for FeaturesServiceImpl.internalAddRepository per uri by Freeman Yue Fang · 15 years ago
  19. ceb3373 FELIX-1064: Add a goal to validate a features descriptor to the features-maven-plugin by Gert Vanthienen · 15 years ago
  20. f30a8bc FELIX-1655: enhance the webconsole plugin + unit tests, patch provided by David Bosschaert with many thx by Guillaume Nodet · 15 years ago
  21. 44ef462 FELIX-1620: Script for running the created Karaf instances with a console by Guillaume Nodet · 15 years ago
  22. 8d96ddb FELIX-1655: Provide an additional argument to the Karaf admin:create command that specifies the featuresBoot by Guillaume Nodet · 15 years ago
  23. ed407b8 FELIX-1757: Completer for session scopes by Guillaume Nodet · 15 years ago
  24. 3091638 FELIX-1763: upgrade to latest pax-url by Guillaume Nodet · 15 years ago
  25. f06efd9 Change a bit the manual generation so that it can we also fallback to a dummy pdf in case of an error, and it also provides an easier way to switch to something else than prince if needed by Guillaume Nodet · 15 years ago
  26. b5ce080 Reverting disable of manual build. Manual build succeeds but assembly fails if it the manual pdf is not available. We'll have to get prince installed on build servers, or find some way to optionally include it in assembly. by Chris Custine · 15 years ago
  27. 6f6a605 Disabling manual in default build for now. Perhaps we should add a profile to include it so that default builds work without prince (like Hudson builds). by Chris Custine · 15 years ago
  28. 20e0115 FELIX-1743: include the karaf manual into the distribution by Guillaume Nodet · 15 years ago
  29. 2f2aecc FELIX-1762: upgrade to pax-web 0.7.1 by Guillaume Nodet · 15 years ago
  30. 0f4abbf FELIX-1761: include felix as a platform for karaf integration tests by Guillaume Nodet · 15 years ago
  31. 7b3a3bd FELIX-1091: [karaf] reenable integration tests on windows by Guillaume Nodet · 15 years ago
  32. 2c5b2f6 FELIX-1759: upgrade karaf to latest web console by Guillaume Nodet · 15 years ago
  33. 8544c0f Use released version of felix parent pom by Guillaume Nodet · 15 years ago
  34. e4460f0 FELIX-1717: osgi:list column for spring is sometimes filled and sometimes not by Guillaume Nodet · 15 years ago
  35. 995ce07 FELIX-1572: fileinstall runs into an infinite loop while watching multiple directories, one of which is itself by Guillaume Nodet · 15 years ago
  36. fc1217c FELIX-1756: allow fileinstall to override (i.e. update) bundles that have not been deployed by fileinstall initially by Guillaume Nodet · 15 years ago
  37. 46e2838 FELIX-1626: fix some remaining bits by Guillaume Nodet · 15 years ago
  38. e12a8cb FELIX-1591: fix last refactoring for cm being optional by Guillaume Nodet · 15 years ago
  39. 514c259 FELIX-1723: [karaf] slave instances on same host as master instance does not properly lock by Guillaume Nodet · 15 years ago
  40. 9e2b666 FELIX-1716: Fileinstall does not properly handle bundles uninstalled through the OSGi API by Guillaume Nodet · 15 years ago
  41. 31c0005 FELIX-1593: Got an exception when restarting FileInstall bundle by Guillaume Nodet · 15 years ago
  42. a286157 FELIX-1591: fileinstall should have an optional import on org.osgi.service.cm package by Guillaume Nodet · 15 years ago
  43. aed7fe0 [fileinstall] fix code format by Guillaume Nodet · 15 years ago
  44. e9aaca9 [fileinstall] remove the Jar class which is not used anymore by Guillaume Nodet · 15 years ago
  45. e1e0711 FELIX-1715: osgi:update can not be used on transformed artifacts by Guillaume Nodet · 15 years ago
  46. 0d4ee15 FELIX-1689: improve the features deployer to leverage batch installation too by Guillaume Nodet · 15 years ago
  47. 276a750 [karaf] fix the module name for the manual to be consistent with others by Guillaume Nodet · 15 years ago
  48. 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
  49. 869225e FELIX-1752: [karaf] extends DefaultJDBCLock to support MySQL out of the box by Guillaume Nodet · 15 years ago
  50. 11eadbc FELIX-1578: remove commented code by Guillaume Nodet · 15 years ago
  51. 70d9623 FELIX-1666 JavaDoc for the helper method and accept STARTING bundles by Felix Meschberger · 15 years ago
  52. e254442 FELIX-1689: make sure boot features are installed in batch to avoid unnecessary refresh by Guillaume Nodet · 15 years ago
  53. fc77de0 FELIX-1578: fileinstall issue when updating already installed bundles at startup time by Guillaume Nodet · 15 years ago
  54. e6c40e7 FELIX-1666 add helper method for deciding whether a bundle is considered by Felix Meschberger · 15 years ago
  55. 582ec30 FELIX-1751: [karaf] admin:start silently fails to launch new instance by Guillaume Nodet · 15 years ago
  56. d6eb4fd FELIX-1537: fileinstall should support xml syntax for properties file by Guillaume Nodet · 15 years ago
  57. 540f6af FELIX-1750: fileinstall does not work on jdk 1.4 by Guillaume Nodet · 15 years ago
  58. b49d1f5 FELIX-1749: Improve log:set command with completer and support for lower case by Gert Vanthienen · 15 years ago
  59. b8111a5 Add the manual to the build making it fully optional unless karaf is being released by Guillaume Nodet · 15 years ago
  60. d4ae3d9 FELIX-1748: make the command history persistent across restarts by Guillaume Nodet · 15 years ago
  61. ea011a0 FELIX-1744: add a -C/--context option to the grep command by Guillaume Nodet · 15 years ago
  62. b4c8e3e FELIX-1743 first commit of the apache felix karaf user guide module by Filippo Diotalevi · 15 years ago
  63. 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
  64. 026d19a FELIX-1745: Unable to alter/unset a log level after it has been set from the console by Gert Vanthienen · 15 years ago
  65. 33bbf0c FELIX-1682: the newly installed bundles for a feature shuld be uninstalled when feature install failed by Guillaume Nodet · 15 years ago
  66. d9656ac fix -defaults for absoliute patsh (FELIX-1738) by Derek Baum · 15 years ago
  67. 54a8771 The exclusion is no longer needed. by Richard S. Hall · 15 years ago
  68. ea0f645 FELIX-1626: Configurations loaded from the etc/ directory are only available after a delay by Guillaume Nodet · 15 years ago
  69. 644f9e3 FELIX-1628: fileinstall should load configurations as soon as config admin is available by Guillaume Nodet · 15 years ago
  70. 6c63b75 FELIX-1735 adding a string property for the build directory by Felix Meschberger · 15 years ago
  71. e130b0b FELIX-1735 renaming the property to try again ... by Felix Meschberger · 15 years ago
  72. 34532d7 FELIX-1737: upgrade karaf to fileinstall 2.0.2 by Guillaume Nodet · 15 years ago
  73. 3002e58 FELIX-1736: after a restart, fileinstall does not always properly uninstall bundles by Guillaume Nodet · 15 years ago
  74. c17fdbd FELIX-1735 project.build.directory is a file property and cannot by Felix Meschberger · 15 years ago
  75. 55e3b97 FELIX-1735 provide bundle jar file name to the integration tests with a by Felix Meschberger · 15 years ago
  76. 42534d6 Clean-up after release by Karl Pauls · 15 years ago
  77. 3b6d6de [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  78. e621196 [maven-release-plugin] prepare release org.apache.felix.main-2.0.1 by Karl Pauls · 15 years ago
  79. b3d2e2a Update dependencies for release by Karl Pauls · 15 years ago
  80. 77f291c [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  81. 3e3221a [maven-release-plugin] prepare release org.apache.felix.framework-2.0.1 by Karl Pauls · 15 years ago
  82. ad09c60 Clean-up after release by Karl Pauls · 15 years ago
  83. 4ec7887 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  84. 1d1f57a [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.2 by Karl Pauls · 15 years ago
  85. e4b270c Update dependencies for release by Karl Pauls · 15 years ago
  86. 7801411 Clean-up after release by Karl Pauls · 15 years ago
  87. a28b6b2 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  88. 3f9f031 [maven-release-plugin] prepare release org.apache.felix.shell.tui-1.4.1 by Karl Pauls · 15 years ago
  89. 8e41626 Update dependencies for release by Karl Pauls · 15 years ago
  90. 96bf47b [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  91. ed6503f [maven-release-plugin] prepare release org.apache.felix.shell-1.4.1 by Karl Pauls · 15 years ago
  92. bc00aa6 Update changelog by Karl Pauls · 15 years ago
  93. 9201a2d Update changelog by Karl Pauls · 15 years ago
  94. cf1cb10 Update changelog by Karl Pauls · 15 years ago
  95. 1be8b55 Update changelog by Karl Pauls · 15 years ago
  96. cff9e86 Update changelog by Karl Pauls · 15 years ago
  97. 444701c Update changelog by Karl Pauls · 15 years ago
  98. 1a3eaa2 Update changelog by Karl Pauls · 15 years ago
  99. 93f7ea2 Update framework doc by Karl Pauls · 15 years ago
  100. 33ac1cc Move docs to latest name (includes framework) by Karl Pauls · 15 years ago