1. fb849b4 Refactoring of ICapability resulted in the reporting of duplicate exports by Richard S. Hall · 15 years ago
  2. 1d307be [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  3. 9afc4d7 [maven-release-plugin] prepare release org.apache.felix.scr-1.2.0 by Felix Meschberger · 15 years ago
  4. db5d1d0 FELIX-1711 Adapt NOTICE file to new OSGi library copyright year by Felix Meschberger · 15 years ago
  5. 7e1726d FELIX-1826 Fix integration test still using the component instance by Felix Meschberger · 15 years ago
  6. 1d5983e Remove duplicate dependencies (Maven 3 complains about these now). by Chris Custine · 15 years ago
  7. 9f610e5 Cleanup after release by Karl Pauls · 15 years ago
  8. 6820f8c [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  9. fe7a76f [maven-release-plugin] prepare release org.apache.felix.main-2.0.2 by Karl Pauls · 15 years ago
  10. 46d1374 Prepare 2.0.2 release by Karl Pauls · 15 years ago
  11. 1c23e02 Update changelog. by Karl Pauls · 15 years ago
  12. a5a974d [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  13. 837687f [maven-release-plugin] prepare release org.apache.felix.framework-2.0.2 by Karl Pauls · 15 years ago
  14. 499184a Update changelog. by Karl Pauls · 15 years ago
  15. e74d4ed [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  16. 29f0b39 [maven-release-plugin] prepare release org.apache.felix.framework-2.0.2 by Karl Pauls · 15 years ago
  17. 4d15feb Rollback the change about throwing an excepiton if trying to stop the systembundle while it is still starting as we have to work on a better solution. (FELIX-1812, FELIX-1816) by Karl Pauls · 15 years ago
  18. e8970c5 Continued improvements to fragment merging and object allocation in by Richard S. Hall · 15 years ago
  19. 3dd9e63 (FELIX-1834) by Karl Pauls · 15 years ago
  20. f7dfd27 FELIX-1833 Make the ComponentActorThread a Runnable handled to a standard by Felix Meschberger · 15 years ago
  21. 66c6932 FELIX-1832 Instead of deactivating in case of instantiation failure just by Felix Meschberger · 15 years ago
  22. e68548a Fixed a couple of bugs related to new fragment merging. (FELIX-1534) by Richard S. Hall · 15 years ago
  23. 5c08eec Resolve a possible deadlock during system startup if system bundle stop is called from inside an activator.start method and the system bundle is still in the STARTNG state. The framework will now just throw an exception as a result of the stop call. As a side effect this makes it possible again to call System.exit inside an activator.start method while the framework is still in the STARTING state. However, the framework will not be shutdown when the jvm exits. (FELIX-1816, FELIX-1812) by Karl Pauls · 15 years ago
  24. df2d262 FELIX-1826 The m_componentInstances map contains entries where the key is by Felix Meschberger · 15 years ago
  25. 4790dd3 FELIX-1810: improvements to Main startup class, patch provided by Jarek Gawor by Guillaume Nodet · 15 years ago
  26. 3daf0b5 FELIX-1817: Backspace does not work anymore when connecting from the karaf-client by Guillaume Nodet · 15 years ago
  27. 697dc53 FELIX-1642: osgi:shutdown just hang when using karaf-client.jar by Guillaume Nodet · 15 years ago
  28. 67dff95 FELIX-1830 Support for modified property type name "Character" for by Felix Meschberger · 15 years ago
  29. 78dd021 No longer acquire global lock to check if it is possible to dynamically by Richard S. Hall · 15 years ago
  30. c1a46ed Fragments are now merged into hosts at bundle install time, no longer by Richard S. Hall · 15 years ago
  31. 405b893 fix broken property tester reference by David Morgan Spencer Savage · 15 years ago
  32. aae0b8e FELIX-1827 Check permission to get and register services on behalf by Felix Meschberger · 15 years ago
  33. 40f5b4f Further patches related to FELIX-1324 - now abstracts uri scheme behind a resolver that allows for substitution of "real" urls for meta stubs: by David Morgan Spencer Savage · 15 years ago
  34. 0a6981e FELIX-1826 Throw ComponentException if newInstance fails to create a by Felix Meschberger · 15 years ago
  35. 6389d7d FELIX-1825 Fix to naming conventions for private fields by Felix Meschberger · 15 years ago
  36. 639f83a FELIX-1825 Deactivate component instances of delayed components which by Felix Meschberger · 15 years ago
  37. 8a8c633 FELIX-1823 Drop support for Framework API 1.3 (R4.0) and depend by Felix Meschberger · 15 years ago
  38. d854a92 FELIX-1658 Declare the Log Service package as a static but by Felix Meschberger · 15 years ago
  39. b4d2e4e FELIX-1186 Refactor log messages to use the new deferred log message by Felix Meschberger · 15 years ago
  40. 7ecaf66 Work on FELIX-1324, now able to boot osgi applications using trivial file format: by David Morgan Spencer Savage · 15 years ago
  41. 9aef311 Use BaseWorkbenchContentProvider instead of ContainerTreeProvider as it provides the same/better functionality by David Morgan Spencer Savage · 15 years ago
  42. 81bf20c minor formatting update by David Morgan Spencer Savage · 15 years ago
  43. e46b711 update image by David Morgan Spencer Savage · 15 years ago
  44. e495466 tidy up unused imports by David Morgan Spencer Savage · 15 years ago
  45. f6066cb FELIX-1711 Ensure correct versions are imported. Especially by Felix Meschberger · 15 years ago
  46. 06b8f91 remove system.out by David Morgan Spencer Savage · 15 years ago
  47. 00c3217 FELIX-1658 Removing Enabled state (folded into Unsatisfied state) and by Felix Meschberger · 15 years ago
  48. d043c24 FELIX-1686 Refactor BaseMethod.getMethod to not throw NoSuchMethodException by Felix Meschberger · 15 years ago
  49. 8edf6da FELIX-1186 Provide functionality to defer constructing messages until by Felix Meschberger · 15 years ago
  50. 2906178 FELIX-1704: Added exporting of service properties in Jetty service. by Sten Roger Sandvik · 15 years ago
  51. 644a5e0 FELIX-1821: Fixed so that the system loggers survive restarts. by Sten Roger Sandvik · 15 years ago
  52. f529de3 FELIX-1818: Ctrl-C kills the karaf-client instead of being sent to the server by Guillaume Nodet · 15 years ago
  53. 2411547 Patches related to FELIX-1324 create BundleForm class to encapsulate a certain bundle configuration - Client.apply(BundleForm) merges the specified form into the currently running framework configuration (i.e. applies delta to currently running bundles) by David Morgan Spencer Savage · 15 years ago
  54. 6e72ce6 Tidy up daft double print of Errors by David Morgan Spencer Savage · 15 years ago
  55. c039f01 Handle null string value by David Morgan Spencer Savage · 15 years ago
  56. a80faa7 Modify ServiceRegistrationImpl.isClassAccessible() to try to take into account by Richard S. Hall · 15 years ago
  57. 3c8a8c2 update icon by David Morgan Spencer Savage · 15 years ago
  58. 6168c58 add larger icons and use in sigil project wizard by David Morgan Spencer Savage · 15 years ago
  59. 913e069 update version definition to use buildQualifier by David Morgan Spencer Savage · 15 years ago
  60. 5243468 build up version using $buildQualifer vs expecting full version to be parsed in by cli by David Morgan Spencer Savage · 15 years ago
  61. c38d171 update bundle and error icons by David Morgan Spencer Savage · 15 years ago
  62. e39963b add collapse all action to repository view by David Morgan Spencer Savage · 15 years ago
  63. 4ad90e6 add bundle refesh icon (FELIX-1336) by David Morgan Spencer Savage · 15 years ago
  64. e24cb34 Update notice and changelog by Guillaume Nodet · 15 years ago
  65. e2fabd3 include icons in built bundle by David Morgan Spencer Savage · 15 years ago
  66. fccb247 further icon updates (FELIX-1336) by David Morgan Spencer Savage · 15 years ago
  67. 9c12257 update icon references for views (FELIX-1336) by David Morgan Spencer Savage · 15 years ago
  68. d9e734f provide package, import-package, require-bundle, export-package + (error and optional equivalents) by David Morgan Spencer Savage · 15 years ago
  69. 81fc1b4 "borrow" icons from bnd (apache licensed) use these as the basis for remaining icons (FELIX-1336) by David Morgan Spencer Savage · 15 years ago
  70. e7551df FELIX-1808 Oh my ... IE6 does not accept event handlers when using by Felix Meschberger · 15 years ago
  71. 6a6b9aa FELIX-1808 Support manual configuration unbinding and extend the confirmation by Felix Meschberger · 15 years ago
  72. 9ca65cd Ensure **sigil.properties pattern matches sigil.properties in top level dir (FELIX-1794) by David Morgan Spencer Savage · 15 years ago
  73. 43f284a FELIX-1805 - Upgrade equinox to 3.5.1 by Chris Custine · 15 years ago
  74. d6b4652 FELIX-1803 - Unable to edit or backspace on multiline commands by Chris Custine · 15 years ago
  75. face733 FELIX-1802 - Grep command line prefix (-n) not working properly by Chris Custine · 15 years ago
  76. 290f07d FELIX-1801 - Case insensitive grep outputs all uppercase in match results by Chris Custine · 15 years ago
  77. 5224706 FELIX-1800: Multiple related fixes: by Felix Meschberger · 15 years ago
  78. 8426630 FELIX-1799: Hot-deployment not working on admin:create'd instances by Gert Vanthienen · 15 years ago
  79. 1ebf8a5 FELIX-1766: fix various problems by Guillaume Nodet · 15 years ago
  80. fed9ddc FELIX-1766: Remove unused dir by Guillaume Nodet · 15 years ago
  81. 8c0c8eb FELIX-1766: Refactor and enable AdminServiceMBean by Guillaume Nodet · 15 years ago
  82. 1563de2 Obey fragment host version ranges. (FELIX-1795) by Richard S. Hall · 15 years ago
  83. be88852 FELIX-1791 - Update to the karaf web demo readme. by Chris Custine · 15 years ago
  84. 0aa75a6 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  85. c8d6c31 [maven-release-plugin] prepare release org.apache.felix.fileinstall-2.0.4 by Guillaume Nodet · 15 years ago
  86. 69d89f8 Remove debug statement by Guillaume Nodet · 15 years ago
  87. 10aaf3b [FELIX-1793]ensure launch karaf java process from KARAF_BASE folder by Freeman Yue Fang · 15 years ago
  88. 6a319b4 FELIX-1790: fileinstall tmp dir needs to be different for each watched directory by Guillaume Nodet · 15 years ago
  89. 82e972f Remove verify calls for easymock by Guillaume Nodet · 15 years ago
  90. 0f35431 FELIX-1788: Set felix.fileinstall.tmpdir to ${java.io.tmpdir} by default by Guillaume Nodet · 15 years ago
  91. 7ef7130 FELIX-1787: fileinstall relies on location to be a valid URL for update to be successful by Guillaume Nodet · 15 years ago
  92. 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
  93. 3dc630e FELIX-1786: the features deployment listener tracks installed bundles and force their resolution by Guillaume Nodet · 15 years ago
  94. 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
  95. d80dd90 Eliminate contention on ServiceRegistry.getServiceReferences(String, Filter) (FELIX-1783). by Karl Pauls · 15 years ago
  96. 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
  97. 7d5669c Removed PackageSource class from resolver to avoid unnecessary object allocations by Richard S. Hall · 15 years ago
  98. d8eb7f0 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  99. 7168f64 [maven-release-plugin] prepare release org.apache.felix.webconsole-2.0.2 by Guillaume Nodet · 15 years ago
  100. 1b869f4 FELIX-1777: Hitting backspace beyond last character causes LOUD BEEP by Guillaume Nodet · 15 years ago