1. 4c13848 fixed readme by Pierre De Rop · 14 years ago
  2. 7e98d67 indicates that trunk version of the http.jetty bundle has to be installed. Also fixed some mispelling in the README \! by Pierre De Rop · 14 years ago
  3. e931741 added a "changed" attribute in the ResourceAdapterService annotation. Fixed some javadocs by Pierre De Rop · 14 years ago
  4. 5e371bb don't import org.apache.felix.dm.management package anymore since the API is now in the same toplevel package by Pierre De Rop · 14 years ago
  5. 6d880d0 don't import org.apache.felix.dm.dependencies package anymore since the API is now in the same toplevel package by Pierre De Rop · 14 years ago
  6. 8cf1e9b Update changelogs by Clement Escoffier · 14 years ago
  7. f92aae7 Fix FELIX-2461 by Clement Escoffier · 14 years ago
  8. 4735ada Refactored all exported packages into one, to simplify usage. by Marcel Offermans · 14 years ago
  9. 1392d0d Refactored resource dependencies to use URLs instead of the Resource interface we used previously. Adapted all tests to reflect that. by Marcel Offermans · 14 years ago
  10. c2dccb2 When resolving a module, try to rethrow a deep exception when an error by Richard S. Hall · 14 years ago
  11. 224597c Used a Java 5 style for() loop by accident. Extended the signature for creating resource adapters so you can also specify a callback instance and name for the changed method. by Marcel Offermans · 14 years ago
  12. 33c1234 Forgot to remove a print statement, left over from debugging. by Marcel Offermans · 14 years ago
  13. 6145213 Added an extra test to ensure the bug I just fixed does not show up in the future anymore. by Marcel Offermans · 14 years ago
  14. 8e233a5 Fixed an issue with adapters and extra dependencies that had callbacks. Callbacks were not always invoked correctly for each new adapter instance. This has now been fixed and while at it, I also improved the shell output of several types of dependencies. by Marcel Offermans · 14 years ago
  15. 893ac89 FELIX-1657 by Guillaume Nodet · 14 years ago
  16. a68a6f2 (FELIX-1473) use alternative implementation for method calls on Strings by Derek Baum · 14 years ago
  17. 2753a2c FELIX-1657: Add option in fileinstall to start bundles transiently (START_TRANSIENT) by Guillaume Nodet · 14 years ago
  18. 66d9e5f change signature of runtime Activator's protected newProcessor() method to aid any future package renaming (FELIX-2441) by Derek Baum · 14 years ago
  19. 42ebf73 [karaf] move trunk to karaf svn tree by Guillaume Nodet · 14 years ago
  20. 20a9e9d javadoc/cleanup by Pierre De Rop · 14 years ago
  21. a0b58eb Use a constant for the "dm.runtime\.log" system property by Pierre De Rop · 14 years ago
  22. 5976b9f Changed "dm.log" property into "dm.runtime.log" property by Pierre De Rop · 14 years ago
  23. 4bfd4e0 Added test for validating composition lifecycle callbaks, using annotation by Pierre De Rop · 14 years ago
  24. c1634ce Invoke service lifecycle callbacks on composition (each init method can return a dependency customization map). by Pierre De Rop · 14 years ago
  25. 82c51bc FELIX-2448 Prevent WireAdmin and PermissionAdmin plugins from corrupting the Configuration Render output and improve Configuration Render to log ConfigurationPrinter failure instead of failing by Felix Meschberger · 14 years ago
  26. 5c7752c FELIX-2240 Move initial configuration to after loading the initial plugins. This is required since the HTTP Service is now started to be tracked when the console is configured. This may cause a race condition between the Http Service being bound and built-in plugins being registered but not initialized. by Felix Meschberger · 14 years ago
  27. dcd9515 FELIX-2447 Ensure loading script resources with an absolute path to prevent resource loading failure for detail pages such as /system/console/services/15. by Felix Meschberger · 14 years ago
  28. 33c635b FELIX-2240 Implement support to specify a selection filter for the HTTP Service to which the Web Console should bind. If the filter is empty or not set (the default), the Web Console binds to any HTTP Service provided by the framework. by Felix Meschberger · 14 years ago
  29. 772d077 FELIX-2446 eclose whole gosh_profile in try {} block to stop errors from aborting startup by Derek Baum · 14 years ago
  30. 2fe3b36 FELIX-2446: reference the bundle command using the context: scope; by Derek Baum · 14 years ago
  31. 15b8c53 FELIX-2444: Problems with logging bundle informations when a bundle is reinstalled or installed in multiple versions by Guillaume Nodet · 14 years ago
  32. d0240c7 changed comments. by Pierre De Rop · 14 years ago
  33. c5835f2 Relatively large refactoring of callback methods, cleaned up some code and made them more consistent. by Marcel Offermans · 14 years ago
  34. e550cce Bugfix, the adaptee filter condition was not applied. by Marcel Offermans · 14 years ago
  35. 8afc289 FELIX-2442: JDK 1.5 build issue by Guillaume Nodet · 14 years ago
  36. cf22ae3 FELIX-2442: JDK 1.5 build issue - StandardEmitterMBean is JDK 1.6 specific by Guillaume Nodet · 14 years ago
  37. 7a558e3 FELIX-2443: MDC information on logging events can't be displayed in the console by Guillaume Nodet · 14 years ago
  38. 0233f39 javadoc by Pierre De Rop · 14 years ago
  39. ae19e06 added missing license by Pierre De Rop · 14 years ago
  40. c70cbd9 Allow to define an Aspect Service implemented with a DynamicProxy. by Pierre De Rop · 14 years ago
  41. 8a29d2b Fixed bug when parsing aspect service annotation. Added a factoryMethod attribute in order to allow the creation of the service implementation from a static method. Renamed factory attribute into factorySet by Pierre De Rop · 14 years ago
  42. 956131e added a factoryMethod attribute in order to allow the creation of the service implementation from a static method. Renamed factory attribute into factorySet by Pierre De Rop · 14 years ago
  43. 066600b added a factoryMethod attribute in order to allow the creation of the service implementation from a static method. Fixed javadoc. Renamed factory attribute into factorySet by Pierre De Rop · 14 years ago
  44. d7ff5dc added a factoryMethod attribute in order to allow the creation of the service implementation from a static method by Pierre De Rop · 14 years ago
  45. 8905aa6 added a factoryMethod attribute in order to allow the creation of the service implementation from a static method by Pierre De Rop · 14 years ago
  46. bf7ae9f added factoryMethod Service attribute by Pierre De Rop · 14 years ago
  47. 4a06f59 renamed factory attribute into factorySet by Pierre De Rop · 14 years ago
  48. 1b25fce fixed wrong steps by Pierre De Rop · 14 years ago
  49. 3a6ecf2 don't stop bundle at the end of the test by Pierre De Rop · 14 years ago
  50. 281758b added new test for annotated aspects based on dynamic proxies by Pierre De Rop · 14 years ago
  51. ad5a486 [FELIX-2440] Karaf - JDK 1.5 build issue - FeaturesServiceTest failure by Jamie Mark Goodyear · 14 years ago
  52. 94c356d Removing extra } from xbean finder shaded version by Jamie Mark Goodyear · 14 years ago
  53. 1daa91b FELIX-2441: Restore backward compatibility on gogo by Guillaume Nodet · 14 years ago
  54. 3aaaf92 Add a test case for missing attributes in filters, which was previously by Richard S. Hall · 14 years ago
  55. a179f22 Fix FELIX-2438. Temporal dependencies use proxies by default. by Clement Escoffier · 14 years ago
  56. 567a7e6 Implement conditionalpermissioninfo encoding/decoding to match the spec. by Karl Pauls · 14 years ago
  57. 20b8884 FELIX-2433 allow "$(...)" expansion by Derek Baum · 14 years ago
  58. 218ef9b fix NPE/coercion error when passing null first argument FELIX-2432 by Derek Baum · 14 years ago
  59. 452f438 Modified the sample in order to use GOGO shell by Pierre De Rop · 14 years ago
  60. ef31619 Fixed Gogo command in order to keep the same syntax from other shells by Pierre De Rop · 14 years ago
  61. 10fcd11 FELIX-2415: Create a maven plugin to create the help for all commands in docbook format by Guillaume Nodet · 14 years ago
  62. 9f175ee FELIX-2141: Add features:info command by Guillaume Nodet · 14 years ago
  63. c50a1f7 [maven-release-plugin] prepare for next development iteration by Gert Vanthienen · 14 years ago
  64. 141a79d [maven-release-plugin] prepare release karaf-1.6.2 by Gert Vanthienen · 14 years ago
  65. d31a131 Added support for Gogo shell by Pierre De Rop · 14 years ago
  66. a196474 Fix FELIX-2430 by Clement Escoffier · 14 years ago
  67. faad198 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  68. 796807a [maven-release-plugin] prepare release karaf-1.6.2 by Guillaume Nodet · 14 years ago
  69. 9245f00 Refactored to use InvocationUtil which is dynamic proxy aware. by Marcel Offermans · 14 years ago
  70. bf474c0 Made the logging of invocation target exceptions more explicit. by Marcel Offermans · 14 years ago
  71. af2fb84 FELIX-2420 by Clement Escoffier · 14 years ago
  72. fd1ee39 Ignore classloaders which are inner classes when doing implicit bootdelegation (FELIX-2421). by Karl Pauls · 14 years ago
  73. 8da2c10 FELIX-2419: UnsupportedOperationException while installing features by Gert Vanthienen · 14 years ago
  74. a53a58e Method to access compositions of instances was not "proxy aware" because it did not yet use our InvocationUtil method. Now it does, and is. by Marcel Offermans · 14 years ago
  75. 8a2e805 FELIX-2391 Move initialization of console provided plugins to the constructor and only bind to the Http Service in the init method. Likewise move cleanup to the dispose method and only dispose off bound (external) services in the destroy method. Further improve concurrency behaviour with the registered plugins. by Felix Meschberger · 14 years ago
  76. 50d06c0 Remove unnecessary notice. by Richard S. Hall · 14 years ago
  77. 9aecb90 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  78. 6838fe6 [maven-release-plugin] prepare release karaf-1.6.2 by Guillaume Nodet · 14 years ago
  79. eafeb7a [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  80. 8d80e56 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.4 by Guillaume Nodet · 14 years ago
  81. aefcbdb [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  82. ebe4198 [maven-release-plugin] prepare release org.apache.felix.webconsole-3.1.0 by Guillaume Nodet · 14 years ago
  83. f45bf8f [webconsole] Make sure the version of the exported package is in sync with the project version by Guillaume Nodet · 14 years ago
  84. de8b0dd [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  85. 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
  86. 1c97ef5 Extended the test to include a second consumer that uses a dynamic proxy in its implementation. by Marcel Offermans · 14 years ago
  87. 5194340 [maven-release-plugin] prepare release karaf-1.6.2 by Guillaume Nodet · 14 years ago
  88. ab3896d [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  89. f67c2ad [maven-release-plugin] prepare release org.apache.felix.webconsole-3.1.0 by Guillaume Nodet · 14 years ago
  90. cc036d0 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  91. bf8bc36 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.4 by Guillaume Nodet · 14 years ago
  92. 4ee8ae5 FELIX-2306: ClassCastException in Wrapper.unwrap() when calling Resolver.add(x implements Resource) by Guillaume Nodet · 14 years ago
  93. c4f2a94 Clean-up after release by Karl Pauls · 14 years ago
  94. 16c72ca [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  95. 12149d5 [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.0.1 by Karl Pauls · 14 years ago
  96. cdc769a Prepare for release by Karl Pauls · 14 years ago
  97. f795280 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  98. 2170c63 [maven-release-plugin] prepare release org.apache.felix.main-3.0.1 by Karl Pauls · 14 years ago
  99. 32e0f58 Prepare for release by Karl Pauls · 14 years ago
  100. 1011442 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago