1. 60aff87 Fixed an issue with invoking methods on instances that have been implemented using a dynamic proxy. We already handled injection properly, but now callbacks work fine too. by Marcel Offermans · 14 years ago
  2. 1c97ef5 Extended the test to include a second consumer that uses a dynamic proxy in its implementation. by Marcel Offermans · 14 years ago
  3. 5194340 [maven-release-plugin] prepare release karaf-1.6.2 by Guillaume Nodet · 14 years ago
  4. ab3896d [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  5. f67c2ad [maven-release-plugin] prepare release org.apache.felix.webconsole-3.1.0 by Guillaume Nodet · 14 years ago
  6. cc036d0 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  7. bf8bc36 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.4 by Guillaume Nodet · 14 years ago
  8. 4ee8ae5 FELIX-2306: ClassCastException in Wrapper.unwrap() when calling Resolver.add(x implements Resource) by Guillaume Nodet · 14 years ago
  9. c4f2a94 Clean-up after release by Karl Pauls · 14 years ago
  10. 16c72ca [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  11. 12149d5 [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.0.1 by Karl Pauls · 14 years ago
  12. cdc769a Prepare for release by Karl Pauls · 14 years ago
  13. f795280 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  14. 2170c63 [maven-release-plugin] prepare release org.apache.felix.main-3.0.1 by Karl Pauls · 14 years ago
  15. 32e0f58 Prepare for release by Karl Pauls · 14 years ago
  16. 1011442 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  17. 02f3b39 [maven-release-plugin] prepare release org.apache.felix.framework-3.0.1 by Karl Pauls · 14 years ago
  18. a5171c2 Update changelog for release by Karl Pauls · 14 years ago
  19. 5cf2813 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  20. c536471 [maven-release-plugin] prepare release karaf-1.6.2 by Guillaume Nodet · 14 years ago
  21. d4699bd [karaf] update the ConfigAdmin config in the feature descriptor for the webconsole to correctly reflect the use of the JAAS realm by Guillaume Nodet · 14 years ago
  22. 35a58fa Use 3.1.0 version for webconsole by Guillaume Nodet · 14 years ago
  23. 7faa397 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  24. f2f34cb [maven-release-plugin] prepare release org.apache.felix.webconsole-3.1.0 by Guillaume Nodet · 14 years ago
  25. 3d19938 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  26. fe6d062 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.4 by Guillaume Nodet · 14 years ago
  27. 1c3f3af Added a work around regarding the bug from CM FELIX-1545 issue by Pierre De Rop · 14 years ago
  28. 154fb3b moved sleep method from AnnotationBase to Base class by Pierre De Rop · 14 years ago
  29. 4c05121 fixed bug: configuration dependencies were added twice in the service by Pierre De Rop · 14 years ago
  30. b43d0ae Fixed issue FELIX-2403: the dependencymanager annotation scanner is not working under windows by Pierre De Rop · 14 years ago
  31. fa74e31 Modify the NOTICE file and ad the dependencies file. by Clement Escoffier · 14 years ago
  32. 9cec3d5 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  33. 4ce0900 [maven-release-plugin] prepare release karaf-1.6.2 by Guillaume Nodet · 14 years ago
  34. d0d5425 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  35. e0ff178 [maven-release-plugin] prepare release karaf-1.6.2 by Guillaume Nodet · 14 years ago
  36. 8c8fff1 Remove empty dirs and add svn:ignore on exception module by Guillaume Nodet · 14 years ago
  37. 8a1fbf7 [karaf] Upgrade to (being) released versions by Guillaume Nodet · 14 years ago
  38. fa9bd74 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  39. f5932f6 [maven-release-plugin] prepare release org.apache.felix.webconsole-3.0.2 by Guillaume Nodet · 14 years ago
  40. 06e9f4e [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  41. 26ae162 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.4 by Guillaume Nodet · 14 years ago
  42. ab3231c fixed bug: unamed dependencies must be injected before the init() method, not after. by Pierre De Rop · 14 years ago
  43. b4a83c5 fixed javadoc by Pierre De Rop · 14 years ago
  44. 4a57226 FELIX-2382: do not refresh host bundles that have just been installed by Guillaume Nodet · 14 years ago
  45. 6c206e5 FELIX-2404: Use felix utils instead of various classes from karaf by Guillaume Nodet · 14 years ago
  46. 734f8d3 fixed javadoc by Pierre De Rop · 14 years ago
  47. cdf3ab9 FELIX-2079: Add missing metatype files to document the configurations by Guillaume Nodet · 14 years ago
  48. f36d8bc Added the ability to dynamically configure service dependency "required" and "filter" attributes from the Service's init method by Pierre De Rop · 14 years ago
  49. 45ff607 javadoc by Pierre De Rop · 14 years ago
  50. 1c2c567 added a new name attribute, allowing to dynamically configure the service dependency filter/required attributes by Pierre De Rop · 14 years ago
  51. c37e9b6 added a new name attribute, allowing to dynamically configure the service dependency filter/required attributes by Pierre De Rop · 14 years ago
  52. 6b66bb7 fixed javadoc by Pierre De Rop · 14 years ago
  53. e9b2c6e Added comments. In addedService: invoke added callback if the dependency is made available and if the dependency is not required by Pierre De Rop · 14 years ago
  54. fbc2a0f Accumulate all extra dependencies defined from init() method, before calculating state changes. by Pierre De Rop · 14 years ago
  55. 3c85ae2 Added step method. Added comments by Pierre De Rop · 14 years ago
  56. 58fcebe cleanup by Pierre De Rop · 14 years ago
  57. 54c6e92 Replaced destroy callback, by stop callback. by Pierre De Rop · 14 years ago
  58. 44d7287 added logs. Replaced destroy callback, by stop callback. by Pierre De Rop · 14 years ago
  59. ee8a9d3 removed useless comments by Pierre De Rop · 14 years ago
  60. 6495ef4 cleaned logs by Pierre De Rop · 14 years ago
  61. 1284719 modified the test in order to check if optional dependency callbacks are invoked after the start method by Pierre De Rop · 14 years ago
  62. 24c675f Modified annotation service factory test in order to validate that dependency filters are properly configured from init methods. by Pierre De Rop · 14 years ago
  63. 6d8699a Modified annotation service factory test in order to validate that dependency filters are properly configured from init methods. by Pierre De Rop · 14 years ago
  64. 62229f2 Added more tests regarding multiple dependencies combination, and dependencies defined from init methods. by Pierre De Rop · 14 years ago
  65. c24d4ef added license by Pierre De Rop · 14 years ago
  66. e180fbb Added a new test for the FELIX2344 issue: the test validates that extra-autoconfig dependencies by Pierre De Rop · 14 years ago
  67. 8639595 FELIX-2101: Exception in grep command by Guillaume Nodet · 14 years ago
  68. e7c63e6 FELIX-2360: Error message from bin/karaf script by Guillaume Nodet · 14 years ago
  69. 3736f27 FELIX-2381: The default log exception renderer does not print inner exceptions anymore by Guillaume Nodet · 14 years ago
  70. 7574bc3 [karaf] Upgrade to OBR snapshot by Guillaume Nodet · 14 years ago
  71. 1322396 Add gogo to main pom, add gogo-parent to gogo reactor by Clement Escoffier · 14 years ago
  72. 6930fdc FELIX-2358: Hot undeployment of features does not uninstall all bundles by Guillaume Nodet · 14 years ago
  73. 9d44078 Update to latest gogo by Clement Escoffier · 14 years ago
  74. 3f2bdb4 Make sure case insensitive keys are found before doing dictionary by Richard S. Hall · 14 years ago
  75. 85cd703 Update with latest change to the security interface for the webconsole by Guillaume Nodet · 14 years ago
  76. 024ddde FELIX-1764: remove the use of the GeneralSecurityException by Guillaume Nodet · 14 years ago
  77. 0c29039 Update to new NOTICE/DEPENDENCIES files. by Richard S. Hall · 14 years ago
  78. 161de07 FELIX-2352: The web console should delegate to JAAS when deployed in Karaf by Guillaume Nodet · 14 years ago
  79. b22fb13 FELIX-1764: Add support for pluggable access control by Guillaume Nodet · 14 years ago
  80. 2a69a53 FELIX-2399 Be lenient to types of the ds.loglevel and ds.factory.enabled configuration properties. by Felix Meschberger · 14 years ago
  81. 5ce7f8c FELIX-2364, FELIX-2365: The width and height of the terminal should be available on the command session, The help command printer should line wrap the text according to the terminal width by Guillaume Nodet · 14 years ago
  82. 11ddca4 FELIX-2341: the gogo-commands module should be moved back to karaf by Guillaume Nodet · 14 years ago
  83. e262742 FELIX-2349: JMX notifications by Guillaume Nodet · 14 years ago
  84. 6f0d9b4 FELIX-2382: Installing a feature with a fragment should refresh the host by Guillaume Nodet · 14 years ago
  85. 463c4a0 FELIX-2371: features-maven-plugin cannot handle classifiers by Guillaume Nodet · 15 years ago
  86. 7af0308 FELIX-2377: info - Should output the exact JRE version used by Guillaume Nodet · 15 years ago
  87. 00585e7 FELIX-2385: Execution environment property is not correctly exposed by Guillaume Nodet · 15 years ago
  88. 2c95f17 FELIX-2310: Karaf framework environment is not set correctly by Guillaume Nodet · 15 years ago
  89. 377dc45 FELIX-2395: The client jar Class-Path manifest entry does not work anymore by Guillaume Nodet · 15 years ago
  90. 119e439 FELIX-2310: Karaf framework environment is not set correctly by Guillaume Nodet · 15 years ago
  91. 9747acc FELIX-2373: wrapper service is not configured properly in karaf 1.6.0 by Guillaume Nodet · 15 years ago
  92. 4694470 Clean-up after release by Karl Pauls · 15 years ago
  93. 12537ea [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  94. 310fa42 [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.0.0 by Karl Pauls · 15 years ago
  95. 99849a4 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  96. 98f946c [maven-release-plugin] prepare release org.apache.felix.main-3.0.0 by Karl Pauls · 15 years ago
  97. 2c62685 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  98. be452d0 [maven-release-plugin] prepare release org.apache.felix.framework.security-1.2.0 by Karl Pauls · 15 years ago
  99. eef5aca [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  100. 1d6af79 [maven-release-plugin] prepare release org.apache.felix.framework-3.0.0 by Karl Pauls · 15 years ago