1. 26cfa9c Slight code cleanup (FELIX-2035) by Guillaume Nodet · 15 years ago
  2. 3851159 Generify CandidateComparator (FELIX-2035) by Guillaume Nodet · 15 years ago
  3. 4829f8f Refactor duplicated code (FELIX-2035) by Guillaume Nodet · 15 years ago
  4. edd08d9 Slight code cleanup wrt generics (FELIX-2035) by Guillaume Nodet · 15 years ago
  5. 49e332e FELIX-2344 After feedback from Pierre, added yet another test scenario and fixed it by reversing the order in which callbacks were invoked and the service was started to ensure callbacks of required dependencies will be invoked before the service is started. by Marcel Offermans · 15 years ago
  6. 53b6671 Use latest parent pom. by Richard S. Hall · 15 years ago
  7. 700d91b Use latest parent pom. by Richard S. Hall · 15 years ago
  8. 08945d0 Modify framework distribution to include Gogo shell. by Richard S. Hall · 15 years ago
  9. e52146d Add support for parameter aliases. (FELIX-2363) by Richard S. Hall · 15 years ago
  10. 11fd469 Merge @Flag and @Option annotations into a single @Parameter annotation. (FELIX-2363) by Richard S. Hall · 15 years ago
  11. 561c305 Various debugging cleanup. (FELIX-2035) by Richard S. Hall · 15 years ago
  12. 7a93506 Remove mutable method from Module interface. (FELIX-2035) by Richard S. Hall · 15 years ago
  13. 4d1d735 Remove some debugging-related code. (FELIX-2035) by Richard S. Hall · 15 years ago
  14. 2adbd42 The handling of updated fragments was not correct, which resulted by Richard S. Hall · 15 years ago
  15. 2894460 To pass the OSGi CT we must let an exception bubble up. (FELIX-2039) by Richard S. Hall · 15 years ago
  16. ca1f6ad Minor edit of System.exit() value. by Richard S. Hall · 15 years ago
  17. 3c0c156 FELIX-2344 Extended the test case and fixed the bug. by Marcel Offermans · 15 years ago
  18. 63b8e0b moved dependency/adapter annotations to org.apache.felix.dm.annotation.api top level package by Pierre De Rop · 15 years ago
  19. da9b2dd Logic error; incorrectly checking for empty bundle array. (FELIX-2042) by Richard S. Hall · 15 years ago
  20. 57ce09a For consistency reasons, removed org.apache.felix.dm.annotation.api.dependency and org.apache.felix.dm.annotation.api.adapter sub-packages. by Pierre De Rop · 15 years ago
  21. 81983d1 minor fix/javadoc by Pierre De Rop · 15 years ago
  22. 91bac3b added json in bnd classpath by Pierre De Rop · 15 years ago
  23. d9c4e3c reworked the sample in order to show a FactoryConfigurationAdapterService annotation usage example by Pierre De Rop · 15 years ago
  24. dc6d233 No print a banner. (FELIX-1797) by Richard S. Hall · 15 years ago
  25. c0f5942 Removed TemporalServiceDependency, but added a timeout attribute in the ServiceDependency annotation by Pierre De Rop · 15 years ago
  26. 8714569 Simplify wiring debug info. (FELIX-2035) by Richard S. Hall · 15 years ago
  27. 57add71 Don't throw a ConfigurationException when the updated callback method does not exist. by Pierre De Rop · 15 years ago
  28. 9ac465b Align command module version number with other Gogo modules, even by Richard S. Hall · 15 years ago
  29. c8e3510 Use new module names. (FELIX-2042) by Richard S. Hall · 15 years ago
  30. 501fd3c Remove unneeded directory. (FELIX-2042) by Richard S. Hall · 15 years ago
  31. 81be373 Rename command module. (FELIX-2042) by Richard S. Hall · 15 years ago
  32. 17f2302 Modified gogo modules to use org.apache.felix groupId. (FELIX-2334) by Richard S. Hall · 15 years ago
  33. 8e6e0e2 Change the scope for our commands and display scope in help message. (FELIX-2042) by Richard S. Hall · 15 years ago
  34. 9fe88cc Avoid mentioning help command until we decide how to do it. (FELIX-2042) by Richard S. Hall · 15 years ago
  35. 0de6a9d [FELIX-2354]NPE when using Felix features maven validate plugin by Freeman Yue Fang · 15 years ago
  36. 3a0fa22 fixed javadoc by Pierre De Rop · 15 years ago
  37. 08f8dac don't provide MetaTypeProvide along with a ManagedServiceFactory service by Pierre De Rop · 15 years ago
  38. 2938d81 reworked FactoryConfigurationAdapter API by Pierre De Rop · 15 years ago
  39. 48a641e added a work around for issue FELIX-1545 by Pierre De Rop · 15 years ago
  40. e612684 avoid possible IllegalStateException if framework is stopped during CommandProxy method execution. by Derek Baum · 15 years ago
  41. ade36ce removed wrong import by Pierre De Rop · 15 years ago
  42. de3984d reworked BundleAdapter API in order to allow to provide adapter parameters by reusing the Service interface methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 15 years ago
  43. 61aaf12 register state listeners in Adapter/ResourceAdapter service by Pierre De Rop · 15 years ago
  44. 3d6564f reworked ResourceAdapter API in order to allow to provide adapter parameters by reusing the Service interface methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 15 years ago
  45. b0cb4d1 reworked the Adapter API in order to allow to provide adapter parameters by reusing the Service methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 15 years ago
  46. 9323e8b added field attribute in Aspect annotation by Pierre De Rop · 15 years ago
  47. 4912f61 m_logService not static anymore by Pierre De Rop · 15 years ago
  48. fc76672 added field attribute in Aspect annotation by Pierre De Rop · 15 years ago
  49. b45fb6d reworked the Adapter API in order to allow to provide adapter parameters by reusing the Service methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 15 years ago
  50. 89aa2bf reworked the Adapter API in order to allow to provide adapter parameters by reusing the Service methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 15 years ago
  51. 295a4b4 - Reworked design of the runtime bundle. by Pierre De Rop · 15 years ago
  52. f5ccfc4 - Reworked the aspect API in order to allow to provide aspect parameters by by Pierre De Rop · 15 years ago
  53. 4e68379 Remove a blank m_extensionsCache write (FELIX-2332). by Karl Pauls · 15 years ago
  54. b653720 moved FELIX2344_ExtraDependencyWithCallback.java into FELIX2344_ExtraDependencyWithCallbackTest.java by Pierre De Rop · 15 years ago
  55. 3107d11 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  56. 3f1e0cb [maven-release-plugin] prepare release karaf-1.6.0 by Guillaume Nodet · 15 years ago
  57. 358f6a6 [FELIX-2280] To much code duplication in DefaultJDBCLock, OracleJDBCLock and MySQLJDBCLock. by Jamie Mark Goodyear · 15 years ago
  58. 8987398 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  59. 3e93380 [maven-release-plugin] prepare release karaf-1.6.0 by Guillaume Nodet · 15 years ago
  60. de4377c Initial service project by Peter Kriens · 15 years ago
  61. e541dcf [karaf] fix manual generation by Guillaume Nodet · 15 years ago
  62. 5a6e5ab Completed support for using dynamic proxies as generic aspects. Added a test to validate this behaviour. by Marcel Offermans · 15 years ago
  63. a65c77b [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  64. 1df301e [maven-release-plugin] prepare release karaf-1.6.0 by Guillaume Nodet · 15 years ago
  65. e44fcbb FELIX-2348 Not all resources have a filter, so the code and the test now handle that case correctly. by Marcel Offermans · 15 years ago
  66. 283a536 FELIX-2191: Drop-in deployment of feature descriptor with spring-dm bundles fails by Guillaume Nodet · 15 years ago
  67. adbff5d [karaf] add the deploy dir in the assembly by Guillaume Nodet · 15 years ago
  68. a55d05b Added testcase for issue FELIX-2348 by Pierre De Rop · 15 years ago
  69. d2d7ae0 FELIX-2333 : service.ranking property type should be Integer by default by Carsten Ziegeler · 15 years ago
  70. da07b50 FELIX-2347: Configurations on features should not override existing configurations by Guillaume Nodet · 15 years ago
  71. 9960838 Added test case for issue FELIX-2344 by Pierre De Rop · 15 years ago
  72. 9cc7aae FELIX-2329: Improve the URL handling in features-maven-plugin regarding the add-features-to-repo goal by Guillaume Nodet · 15 years ago
  73. 8d64157 FELIX-2327: Disable and delay Jline terminal initialization by Guillaume Nodet · 15 years ago
  74. 97ce7c7 FELIX-2326: NullPointerException thrown from PropertiesLoginModule if a user doesn't exist in the properties file by Guillaume Nodet · 15 years ago
  75. 91c8631 FELIX-2330: Uninstall, refresh, and resolve osgi shell commands do not support multiple bundle ids by Guillaume Nodet · 15 years ago
  76. 857cb15 update to new versions. by Clement Escoffier · 15 years ago
  77. 1b83f43 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  78. 430a9e0 [maven-release-plugin] prepare release org.apache.felix.ipojo.handler.temporal-1.6.0 by Clement Escoffier · 15 years ago
  79. 949e0ef use releases by Clement Escoffier · 15 years ago
  80. 84562b9 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  81. f08ae44 [maven-release-plugin] prepare release org.apache.felix.ipojo.handler.eventadmin-1.6.0 by Clement Escoffier · 15 years ago
  82. d32eab0 use releases by Clement Escoffier · 15 years ago
  83. c0416fd use releases by Clement Escoffier · 15 years ago
  84. ca56199 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  85. d3f07b4 [maven-release-plugin] prepare release org.apache.felix.ipojo.annotations-1.6.2 by Clement Escoffier · 15 years ago
  86. b8c34af Add missing license header by Clement Escoffier · 15 years ago
  87. c608f45 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  88. 844a1a7 [maven-release-plugin] prepare release org.apache.felix.ipojo-1.6.2 by Clement Escoffier · 15 years ago
  89. c534b9c use releases by Clement Escoffier · 15 years ago
  90. d020a2b [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 15 years ago
  91. c1bd2e7 [maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-1.6.2 by Clement Escoffier · 15 years ago
  92. 3a6c68e More build fixes for Maven 3. by Chris Custine · 15 years ago
  93. 8764d8f Fixing deprecated pom.* property references for Maven 3. by Chris Custine · 15 years ago
  94. b8426a7 Fix relative path for fileinstall parent pom by Chris Custine · 15 years ago
  95. 3b7d478 FELIX-2343 - Features maven plugin does not honor local and remote repository overrides by Chris Custine · 15 years ago
  96. 8a5ce84 Try to permutate all imports associated with uses constraints that conflict by Richard S. Hall · 15 years ago
  97. e11ea1d Improve exception messages. (FELIX-2035) by Richard S. Hall · 15 years ago
  98. 815cc2f More code cleanup. (FELIX-2035) by Richard S. Hall · 15 years ago
  99. d4031a4 Closure and CommandProxy unnecessarily extend Reflective, just so they can access its 'method()' method. (FELIX-2328). by Derek Baum · 15 years ago
  100. 487a65e moved gogo.runtime.shell sub-package in Runtime bundle up into gogo.runtime package to avoid possible confusion with the gogo.shell package in the new Shell bundle (FELIX-2328). by Derek Baum · 15 years ago