1. d7e3af8 Use latest parent pom. by Richard S. Hall · 14 years ago
  2. 8c66b17 Use latest parent pom. by Richard S. Hall · 14 years ago
  3. d6db1d0 Modify framework distribution to include Gogo shell. by Richard S. Hall · 14 years ago
  4. 5bd2ce6 Add support for parameter aliases. (FELIX-2363) by Richard S. Hall · 14 years ago
  5. 8602df4 Merge @Flag and @Option annotations into a single @Parameter annotation. (FELIX-2363) by Richard S. Hall · 14 years ago
  6. 51a310f Various debugging cleanup. (FELIX-2035) by Richard S. Hall · 14 years ago
  7. 2057acf Remove mutable method from Module interface. (FELIX-2035) by Richard S. Hall · 14 years ago
  8. 23a242a Remove some debugging-related code. (FELIX-2035) by Richard S. Hall · 14 years ago
  9. 2548360 The handling of updated fragments was not correct, which resulted by Richard S. Hall · 14 years ago
  10. 9f24669 To pass the OSGi CT we must let an exception bubble up. (FELIX-2039) by Richard S. Hall · 14 years ago
  11. 6d960c8 Minor edit of System.exit() value. by Richard S. Hall · 14 years ago
  12. 08459ba FELIX-2344 Extended the test case and fixed the bug. by Marcel Offermans · 14 years ago
  13. 7787a9c moved dependency/adapter annotations to org.apache.felix.dm.annotation.api top level package by Pierre De Rop · 14 years ago
  14. feb306b Logic error; incorrectly checking for empty bundle array. (FELIX-2042) by Richard S. Hall · 14 years ago
  15. 2f824c0 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 · 14 years ago
  16. d4cb83e minor fix/javadoc by Pierre De Rop · 14 years ago
  17. 39e3abf added json in bnd classpath by Pierre De Rop · 14 years ago
  18. a97580d reworked the sample in order to show a FactoryConfigurationAdapterService annotation usage example by Pierre De Rop · 14 years ago
  19. d8f6921 No print a banner. (FELIX-1797) by Richard S. Hall · 14 years ago
  20. 4e06b5a Removed TemporalServiceDependency, but added a timeout attribute in the ServiceDependency annotation by Pierre De Rop · 14 years ago
  21. bad8425 Simplify wiring debug info. (FELIX-2035) by Richard S. Hall · 14 years ago
  22. 1f06478 Don't throw a ConfigurationException when the updated callback method does not exist. by Pierre De Rop · 14 years ago
  23. 6805849 Align command module version number with other Gogo modules, even by Richard S. Hall · 14 years ago
  24. c0e3ef7 Use new module names. (FELIX-2042) by Richard S. Hall · 14 years ago
  25. 260c4db Remove unneeded directory. (FELIX-2042) by Richard S. Hall · 14 years ago
  26. cd909ea Rename command module. (FELIX-2042) by Richard S. Hall · 14 years ago
  27. df4169f Modified gogo modules to use org.apache.felix groupId. (FELIX-2334) by Richard S. Hall · 14 years ago
  28. 59d5e14 Change the scope for our commands and display scope in help message. (FELIX-2042) by Richard S. Hall · 14 years ago
  29. bb28883 Avoid mentioning help command until we decide how to do it. (FELIX-2042) by Richard S. Hall · 14 years ago
  30. b76542c [FELIX-2354]NPE when using Felix features maven validate plugin by Freeman Yue Fang · 14 years ago
  31. c3dfbb7 fixed javadoc by Pierre De Rop · 14 years ago
  32. df66070 don't provide MetaTypeProvide along with a ManagedServiceFactory service by Pierre De Rop · 14 years ago
  33. 3e10037 reworked FactoryConfigurationAdapter API by Pierre De Rop · 14 years ago
  34. 414e602 added a work around for issue FELIX-1545 by Pierre De Rop · 14 years ago
  35. e44d952 avoid possible IllegalStateException if framework is stopped during CommandProxy method execution. by Derek Baum · 14 years ago
  36. 3f06f7c removed wrong import by Pierre De Rop · 14 years ago
  37. 13dd63d reworked BundleAdapter API in order to allow to provide adapter parameters by reusing the Service interface methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 14 years ago
  38. c128b17 register state listeners in Adapter/ResourceAdapter service by Pierre De Rop · 14 years ago
  39. 445ddec reworked ResourceAdapter API in order to allow to provide adapter parameters by reusing the Service interface methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 14 years ago
  40. 7ba67b3 reworked the Adapter API in order to allow to provide adapter parameters by reusing the Service methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 14 years ago
  41. 5d7226c added field attribute in Aspect annotation by Pierre De Rop · 14 years ago
  42. a027fe4 m_logService not static anymore by Pierre De Rop · 14 years ago
  43. 16b5126 added field attribute in Aspect annotation by Pierre De Rop · 14 years ago
  44. c3eed52 reworked the Adapter API in order to allow to provide adapter parameters by reusing the Service methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 14 years ago
  45. 3423158 reworked the Adapter API in order to allow to provide adapter parameters by reusing the Service methods (setInterface, setImplementation, etc ...) by Pierre De Rop · 14 years ago
  46. 575a2f7 - Reworked design of the runtime bundle. by Pierre De Rop · 14 years ago
  47. 19476fe - Reworked the aspect API in order to allow to provide aspect parameters by by Pierre De Rop · 14 years ago
  48. 13ea05f Remove a blank m_extensionsCache write (FELIX-2332). by Karl Pauls · 14 years ago
  49. fa6eacb moved FELIX2344_ExtraDependencyWithCallback.java into FELIX2344_ExtraDependencyWithCallbackTest.java by Pierre De Rop · 14 years ago
  50. e21429b [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  51. 2750c14 [maven-release-plugin] prepare release karaf-1.6.0 by Guillaume Nodet · 14 years ago
  52. 1f65e5a [FELIX-2280] To much code duplication in DefaultJDBCLock, OracleJDBCLock and MySQLJDBCLock. by Jamie Mark Goodyear · 14 years ago
  53. ee2349c [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  54. 0e8423d [maven-release-plugin] prepare release karaf-1.6.0 by Guillaume Nodet · 14 years ago
  55. de0b31b Initial service project by Peter Kriens · 14 years ago
  56. 1ec14fe [karaf] fix manual generation by Guillaume Nodet · 14 years ago
  57. a6ffb99 Completed support for using dynamic proxies as generic aspects. Added a test to validate this behaviour. by Marcel Offermans · 14 years ago
  58. 9b61208 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  59. b21cadf [maven-release-plugin] prepare release karaf-1.6.0 by Guillaume Nodet · 14 years ago
  60. af8fb27 FELIX-2348 Not all resources have a filter, so the code and the test now handle that case correctly. by Marcel Offermans · 14 years ago
  61. 8179d3b FELIX-2191: Drop-in deployment of feature descriptor with spring-dm bundles fails by Guillaume Nodet · 14 years ago
  62. 021bf88 [karaf] add the deploy dir in the assembly by Guillaume Nodet · 14 years ago
  63. 8b97dd7 Added testcase for issue FELIX-2348 by Pierre De Rop · 14 years ago
  64. 148ee29 FELIX-2333 : service.ranking property type should be Integer by default by Carsten Ziegeler · 14 years ago
  65. 7e8f9d6 FELIX-2347: Configurations on features should not override existing configurations by Guillaume Nodet · 14 years ago
  66. a378e86 Added test case for issue FELIX-2344 by Pierre De Rop · 14 years ago
  67. 7df63d8 FELIX-2329: Improve the URL handling in features-maven-plugin regarding the add-features-to-repo goal by Guillaume Nodet · 14 years ago
  68. 367c329 FELIX-2327: Disable and delay Jline terminal initialization by Guillaume Nodet · 14 years ago
  69. 76828b5 FELIX-2326: NullPointerException thrown from PropertiesLoginModule if a user doesn't exist in the properties file by Guillaume Nodet · 14 years ago
  70. d2ff068 FELIX-2330: Uninstall, refresh, and resolve osgi shell commands do not support multiple bundle ids by Guillaume Nodet · 14 years ago
  71. 3012052 update to new versions. by Clement Escoffier · 14 years ago
  72. 5a1b231 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 14 years ago
  73. d8f608d [maven-release-plugin] prepare release org.apache.felix.ipojo.handler.temporal-1.6.0 by Clement Escoffier · 14 years ago
  74. 48a85df use releases by Clement Escoffier · 14 years ago
  75. 2a6f62f [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 14 years ago
  76. 9823d0d [maven-release-plugin] prepare release org.apache.felix.ipojo.handler.eventadmin-1.6.0 by Clement Escoffier · 14 years ago
  77. 10c91fd use releases by Clement Escoffier · 14 years ago
  78. a06694c use releases by Clement Escoffier · 14 years ago
  79. 40e0d28 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 14 years ago
  80. fdd9aec [maven-release-plugin] prepare release org.apache.felix.ipojo.annotations-1.6.2 by Clement Escoffier · 14 years ago
  81. 28f3da4 Add missing license header by Clement Escoffier · 14 years ago
  82. 9f135fe [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 14 years ago
  83. b188ad5 [maven-release-plugin] prepare release org.apache.felix.ipojo-1.6.2 by Clement Escoffier · 14 years ago
  84. ccf5f9e use releases by Clement Escoffier · 14 years ago
  85. ae7a65e [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 14 years ago
  86. 5cf4520 [maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-1.6.2 by Clement Escoffier · 14 years ago
  87. 60ecb33 More build fixes for Maven 3. by Chris Custine · 14 years ago
  88. 80977a9 Fixing deprecated pom.* property references for Maven 3. by Chris Custine · 14 years ago
  89. a1178f5 Fix relative path for fileinstall parent pom by Chris Custine · 14 years ago
  90. 39f649f FELIX-2343 - Features maven plugin does not honor local and remote repository overrides by Chris Custine · 14 years ago
  91. 7642aec Try to permutate all imports associated with uses constraints that conflict by Richard S. Hall · 14 years ago
  92. 4f41a1a Improve exception messages. (FELIX-2035) by Richard S. Hall · 14 years ago
  93. afb6f64 More code cleanup. (FELIX-2035) by Richard S. Hall · 14 years ago
  94. 40af43e Closure and CommandProxy unnecessarily extend Reflective, just so they can access its 'method()' method. (FELIX-2328). by Derek Baum · 14 years ago
  95. 85026c5 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 · 14 years ago
  96. a46987d [karaf] upgrade remaining snapshots to the released dependencies by Guillaume Nodet · 14 years ago
  97. 3758ddc [karaf] upgrade to the newly released dependencies by Guillaume Nodet · 14 years ago
  98. d513ee4 [karaf] update copyright by Guillaume Nodet · 14 years ago
  99. 939dfea removed legacy felix command adaptor. (FELIX-2342) by Derek Baum · 14 years ago
  100. 560b0c6 register telnetd command directly, rather than via Shell. by Derek Baum · 14 years ago