1. 1d5544f moved to org.apache.felix.dm.impl.dependencies package by Pierre De Rop · 15 years ago
  2. f74a116 renamed package to org.apache.felix.dm.impl by Pierre De Rop · 15 years ago
  3. d2ec395 renamed package to org.apache.felix.dm.impl; invoke start/stop methods on dependencies through the DependancyActivation interface; reworked API in order to avoid exposing implementation methods from end user interfaces by Pierre De Rop · 15 years ago
  4. d59b06a moved to org.apache.felix.dm.impl package by Pierre De Rop · 15 years ago
  5. e107dde renamed package to org.apache.felix.dm.impl.tracker by Pierre De Rop · 15 years ago
  6. a02267f moved to org.apache.felix.dm.impl.tracker package by Pierre De Rop · 15 years ago
  7. 5f4fbce renamed package to org.apache.felix.dm.service; moved dependencyAvailable/dependencyUnavailable/dependencyChanged methods in org.apache.felix.dm.impl.dependencies.DependencyService by Pierre De Rop · 15 years ago
  8. b799ec2 renamed package to org.apache.felix.dm.service by Pierre De Rop · 15 years ago
  9. cbf79aa moved to org.apache.felix.dm.service package by Pierre De Rop · 15 years ago
  10. 6f839d1 renamed package to org.apache.felix.dm.resources by Pierre De Rop · 15 years ago
  11. 22b1ea4 moved to org.apache.felix.dm.resources package by Pierre De Rop · 15 years ago
  12. 43082dd renamed package to org.apache.felix.dm.management. by Pierre De Rop · 15 years ago
  13. 8be5073 moved to org.apache.felix.dm.management package by Pierre De Rop · 15 years ago
  14. ddce586 Created interfaces for all kind of dependencies. Implementation classes are now in org.apache.felix.dm.impl.dependencies package by Pierre De Rop · 15 years ago
  15. 26c4a97 changed package to org.apache.felix.dm.dependencies. Removed start/stop method which are not part of the API. The start/stop methods are now in org.apache.felix.dm.impl.dependencies.DependencyActivation interface by Pierre De Rop · 15 years ago
  16. 26bb3c4 moved to org.apache.felix.dm.dependencies package by Pierre De Rop · 15 years ago
  17. ae4a5db moved org.apache.felix.dependencymanager package to org.apache.felix.dm. Reworked API by Pierre De Rop · 15 years ago
  18. 3960e55 moved to org.apache.felix.dm package by Pierre De Rop · 15 years ago
  19. 5bb420e added jdk 1.5 configuration for pax exam annotation support by Pierre De Rop · 15 years ago
  20. 0ecba7b moved dependencymanager package to dm. reworked dm API by Pierre De Rop · 15 years ago
  21. 7f7a295 renamed dependencymanager package to dm by Pierre De Rop · 15 years ago
  22. 27bb542 renamed dependencymanager package to dm by Pierre De Rop · 15 years ago
  23. ac6b5b6 renamed dependencymanager package to dm by Pierre De Rop · 15 years ago
  24. 3ba5d8f renamed dependencymanager package to dm by Pierre De Rop · 15 years ago
  25. 8341616 renamed package to dm by Pierre De Rop · 15 years ago
  26. f4a26e9 changed package to dm by Pierre De Rop · 15 years ago
  27. 6cb11f9 moved to new dm package by Pierre De Rop · 15 years ago
  28. 9684fed added compatibility bundle for old dm version 2.x.x by Pierre De Rop · 15 years ago
  29. 1c18cc2 Check for null default property URL. (FELIX-1917) by Richard S. Hall · 15 years ago
  30. 36be637 Fixed an improper loop index in RequiredBundle.getRequiringBundles() and by Richard S. Hall · 15 years ago
  31. d209bf2 FELIX-1915 - [karaf] allow overridding of etc/system.properties via environment by Chris Custine · 15 years ago
  32. d52c71a FELIX-1914: Add dev:show-tree to represent bundle dependencies by Gert Vanthienen · 15 years ago
  33. e9c2161 trying out svn by Pierre De Rop · 15 years ago
  34. 203bdad added support and tests for resource dependencies that are shared between services by Marcel Offermans · 15 years ago
  35. 240df55 FELIX-1916 Change bundle 'Location' label to 'Bundle Location' to clarify this is the value of the Bundle.getLocation() method, which is constant over the bundle installed life time. by Felix Meschberger · 15 years ago
  36. d5614bd Added a version for the rat plugin. by Richard S. Hall · 15 years ago
  37. 2925f17 added support for resources and resource dependencies, plus a test case by Marcel Offermans · 15 years ago
  38. 9a78e6e added missing license headers by Marcel Offermans · 15 years ago
  39. 6c6286b FELIX-1912 Improve bundle selection if all categories are desired, support selecting bundles without a category, ensure bundles without a category are listed at all. by Felix Meschberger · 15 years ago
  40. 80eeafe added support for adding dynamic aspects for services, plus a test that validates the basic behaviour by Marcel Offermans · 15 years ago
  41. 554661a Try to improve class loading error diagnostic messages. by Richard S. Hall · 15 years ago
  42. 79f6c2a Check for default package. (FELIX-1867) by Richard S. Hall · 15 years ago
  43. cae6136 adapted service, configuration and bundle dependencies to allow them to be added to more than one service so you can share them efficiently, added basic tests for those scenarios by Marcel Offermans · 15 years ago
  44. 6c3ff8c add rebuildDependencies method to be called by text project editor widget when saved (fix for FELIX-1905) by David Morgan Spencer Savage · 15 years ago
  45. c0db3a8 Fix issue FELIX-1906 by Clement Escoffier · 15 years ago
  46. e7a6f96 FELIX-1902: [karaf] sanitize web demo README of references to FUSE SNAPSHOT version by Guillaume Nodet · 15 years ago
  47. 93344f2 Fix pom for maven 3 builds by Guillaume Nodet · 15 years ago
  48. 1432d50 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  49. 788f6c0 [maven-release-plugin] prepare release karaf-1.2.0 by Guillaume Nodet · 15 years ago
  50. 12ad9de Set svn:ignore properties for karaf/admin/* folders by Guillaume Nodet · 15 years ago
  51. daaca9f Fix README and RELEASE-NOTES for release by Guillaume Nodet · 15 years ago
  52. b196d72 factoring out some common methods by Marcel Offermans · 15 years ago
  53. d46d5ac FELIX-1884 Apply slightly modified patch by Justin Edelson (thanks alot). The modification is that the ConfigurationPrinter output also includes references to the using bundles. Since the new ServicesServlet adds a ConfigurationPrinter for services, the service listing of the ConfigurationRender class is now removed. by Felix Meschberger · 15 years ago
  54. c5b1024 FELIX-1899: Karaf's CoreTest itest fails on slower build machines by Gert Vanthienen · 15 years ago
  55. 9f3c5f4 extended the bundle dependency test to check filtering, added debug output to the Ensure class, fixed the BundleDependency by Marcel Offermans · 15 years ago
  56. 2136bed FELIX-1897 Add support for Configuration Admin configuration (in addition to the existing bundle context properties) by Felix Meschberger · 15 years ago
  57. d66c5ce added support for bundle dependencies plus a basic test by Marcel Offermans · 15 years ago
  58. 2ab1260 FELIX-1877: karaf.main.BootstrapLogManager possible resource leak and ignored exception in open method by Guillaume Nodet · 15 years ago
  59. 9bbe334 only invokes setAccessible() when necessary now by Marcel Offermans · 15 years ago
  60. 15885af FELIX-1895 Show property name along with the property description in the configuration form by Felix Meschberger · 15 years ago
  61. 15d4f54 FELIX-1894 Display fragment info in bundle details view. by Felix Meschberger · 15 years ago
  62. 306b22d FELIX-1841 Improve service bind update by creating a special "update" method which directly calls the invokeBindMethod(ServiceReference) method instead of going through the regular bind() method, which may not call the correct bind method at all (or too many methods) by Felix Meschberger · 15 years ago
  63. bc6a445 Added tests for auto configuration and callbacks with multiple services. by Marcel Offermans · 15 years ago
  64. e14b342 moved classes to subpackages, updated ServiceTracker to 4.2 spec, added BundleTracker and BundleDependency, ResourceDependency and some preliminary resource related classes (WIP) by Marcel Offermans · 15 years ago
  65. c5293dd Make sure we do a doPriv when we call getClassLoader inside Util (FELIX-1101). by Karl Pauls · 15 years ago
  66. cc6082e Update to framework 2.1.0-SNAPSHOT by Karl Pauls · 15 years ago
  67. dc1e7f8 Handle FilePermission with <<ALL FILES>> (FELIX-1103). by Karl Pauls · 15 years ago
  68. 470a975 FELIX-1841 Apply DependencyManager part of FELIX-1841.patch.2 supplied by Pierre de Rop (thanks) with the slight modification of guarding the rebind with a configuration setting. Also added integration tests validating this fix. by Felix Meschberger · 15 years ago
  69. 24c7b3d FELIX-1892: Upgrade to sshd-0.3.0, mina-2.0.0-RC1, gogo-0.2.2, jansi-1.1 by Guillaume Nodet · 15 years ago
  70. d093f2d Migrate the security provider the latest felix version (FELIX-1101,FELIX-1577) by Karl Pauls · 15 years ago
  71. e9c525a Cosmetic fixes (update the code to be compliant with the checkstyle) by Clement Escoffier · 15 years ago
  72. 029880f Fix issue FELIX-1885 Simplify how to create a service object policy. by Clement Escoffier · 15 years ago
  73. 01f1b15 Use externalized helpers by Clement Escoffier · 15 years ago
  74. c9c352e Externalize test helpers by Clement Escoffier · 15 years ago
  75. ca21ff1 updated to osgi.org dependencies, fixed several small mistakes with previous checkin by Marcel Offermans · 15 years ago
  76. c854d1a moving around some of the code in preparation for some extensions by Marcel Offermans · 15 years ago
  77. c1ff872 refactored existing tests to use static inner classes to avoid potential name clashes between tests, added a new test by Marcel Offermans · 15 years ago
  78. 266e4a9 FELIX-1841 Prevent updating the service registration if service properties did not change as of the configuration update (this may be the case if the configuration update only contains modified private properties not propagated to service registration properties) (Thanks Pierre de Rop for providing the patch) by Felix Meschberger · 15 years ago
  79. d3f0f29 FELIX-1546 added a missing file, and an integration test that validates the working of the temporal dependency by Marcel Offermans · 15 years ago
  80. 74363c3 FELIX-1546 applied the patch with some modifications by Marcel Offermans · 15 years ago
  81. 32fb4ff FELIX-1888: The karaf client hangs if the authentication fails by Guillaume Nodet · 15 years ago
  82. 55e1053 FELIX-1887: The stop script can't be used if the user or password has been changed by Guillaume Nodet · 15 years ago
  83. 4f488a2 enable source classpath in debug breakpoints by David Morgan Spencer Savage · 15 years ago
  84. 4792d60 Extended the test. by Marcel Offermans · 15 years ago
  85. 8556026 Added a test to validate configuration dependencies. Added standard header files. by Marcel Offermans · 15 years ago
  86. 4bcd2cb Updated all poms. by Marcel Offermans · 15 years ago
  87. 66eddd4 Removing extra sources. by Marcel Offermans · 15 years ago
  88. 76586ff Removing integration tests. by Marcel Offermans · 15 years ago
  89. f494303 Copied core to test as first step of separation between bundle and integration tests. by Marcel Offermans · 15 years ago
  90. 1e1233e Moving dependencymanager.temp to submodule. by Marcel Offermans · 15 years ago
  91. 8f480e6 Moving shell to submodule. by Marcel Offermans · 15 years ago
  92. 1210ae1 Preparing move... by Marcel Offermans · 15 years ago
  93. 38cc0aa Preparing move... by Marcel Offermans · 15 years ago
  94. a962bc9 Preparing move. by Marcel Offermans · 15 years ago
  95. 14af702 Removed the dependencymanager.shell module as that will be merged inside dependencymanager. by Marcel Offermans · 15 years ago
  96. 238c5cb Added the first set of integration tests based on Pax Exam. by Marcel Offermans · 15 years ago
  97. ac5adc9 FELIX-1878: karaf.main.Main possible resource leaks and ignored exceptions from mkdirs() by Guillaume Nodet · 15 years ago
  98. 43bdf83 Update to current sshd snapshot version by Guillaume Nodet · 15 years ago
  99. d511915 FELIX-1882: karaf-client should have the option to retry connection establishment by Guillaume Nodet · 15 years ago
  100. 9a99508 update to throw full stack trace vs just result of getMessage for debug purposes by David Morgan Spencer Savage · 15 years ago