1. 77fe8b7a [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.6.0 by Karl Pauls · 14 years ago
  2. 602e111 Set runtime dependency to 0.6.0 by Karl Pauls · 14 years ago
  3. 667ea96 Update to 0.6.0 parent pom. by Karl Pauls · 14 years ago
  4. 8ac4d06 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  5. 5ef9665 [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.6.0 by Karl Pauls · 14 years ago
  6. b6fe64c Set runtime dependency to 0.6.0 by Karl Pauls · 14 years ago
  7. 4a7e407 Update to 0.6.0 parent pom. by Karl Pauls · 14 years ago
  8. 150a1f7 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  9. 2ad8d29 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.6.0 by Karl Pauls · 14 years ago
  10. 72d4271 Update to 0.6.0 parent pom. by Karl Pauls · 14 years ago
  11. b882e3b [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  12. 00f3f3a [maven-release-plugin] prepare release gogo-parent-0.6.0 by Karl Pauls · 14 years ago
  13. 19a01b7 Add LICENSE and NOTICE by Karl Pauls · 14 years ago
  14. 14f14db Separate-out the parent pom so that we can release subprojects independently. by Karl Pauls · 14 years ago
  15. 54c2599 Prepare gogo 0.6.0 release by Karl Pauls · 14 years ago
  16. bedf369 FELIX-2344 FELIX-2369 bindService is now invoked with the new state on every relevant state change (instead of the old state which was wrong) and as part of the bindService implementation, the service is configured again (because the init() method might have added new dependencies) by Marcel Offermans · 14 years ago
  17. 05984ea FELIX-2369 committed the test case that Pierre provided in this issue by Marcel Offermans · 14 years ago
  18. d1f8d31 FELIX-2344 added more test steps to this case, which makes the test fail again as the issue is not completely solved yet by Marcel Offermans · 14 years ago
  19. e457447 When the active start level is changing, we need to keep track of the by Richard S. Hall · 14 years ago
  20. 82a758f Fixed FELIX-2390 /WebConsole Config Manager problem/ by Valentin Valchev · 14 years ago
  21. f2bd997 Fixed FELIX-2284 /Add common utility method for converting object (array) to string/ by Valentin Valchev · 14 years ago
  22. f4c5643 Fixed FELIX-2338 /Problem in the Configuration Render/ by Valentin Valchev · 14 years ago
  23. 7e09ef0 Remove obsolete package. by Richard S. Hall · 14 years ago
  24. f0ef76c fixed lock contention in piped writer when reader doesn't read all input (FELIX-2380) by Derek Baum · 14 years ago
  25. 77fd820 better message/exception when arguments can't be coerced (FELIX-2375) by Derek Baum · 14 years ago
  26. d22217a Use service tracker to correctly track command services and which also by Richard S. Hall · 14 years ago
  27. 45bcc33 Apply patch (FELIX-2378) to avoid coarse-grained synchronization. by Richard S. Hall · 14 years ago
  28. 091a48e FELIX-2372 Improve logging for IllegalStateException on service access by Felix Meschberger · 14 years ago
  29. fbb3257 Update to latest framework snapshot (FELIX-2294). by Karl Pauls · 14 years ago
  30. 0d4278d Do implicit bootdelegation in a doPriv and make extension manager openconnection use getresourcelocal to make security work again (FELIX-2273, FELIX-2271). by Karl Pauls · 14 years ago
  31. 5017014 Implicitly boot delegated classes (i.e., java.*) should not be by Richard S. Hall · 14 years ago
  32. 6747f88 FELIX-2370 For the delayed component manager replace set of using bundles by a simple counter and a simple lock; The set of bundles is not used and thus just overhead. For the service factory manager, synchronize access to the map. Additionally make two fields final in the AbstractComponentManager. by Felix Meschberger · 14 years ago
  33. c067c97 FELIX-2368 make component enablement, activation, deactivation, and disablement synchronous instead of asynchronous by Felix Meschberger · 14 years ago
  34. e123dce Use getResourceByDelegation instead of getEntry for loading from extension bundles (FELIX-2356). by Karl Pauls · 14 years ago
  35. fcba6e5 Set query component of urls correctly (FELIX-2150). by Karl Pauls · 14 years ago
  36. edd1974 Cleanup imports by Felix Meschberger · 14 years ago
  37. 39d6c58 Fix description indicating the bundle implements the Declarative Services Specification 1.1 by Felix Meschberger · 14 years ago
  38. b35c833 Introduce a Change Log by Felix Meschberger · 14 years ago
  39. d809202 Fix some headers. by Richard S. Hall · 14 years ago
  40. 2a4d8f5 Update NOTICE/DEPENDENCIES files. by Richard S. Hall · 14 years ago
  41. 1aaad8b Rename old NOTICE file to DEPENDENCIES and introduce a new NOTICE by Richard S. Hall · 14 years ago
  42. e4bf51c Minor formatting change. by Richard S. Hall · 14 years ago
  43. aa78217 Removed description from Parameter and use Descriptor instead. (FELIX-2363) by Richard S. Hall · 14 years ago
  44. 27d7012 Use org.apache.felix package namespace instead of org.osgi. (FELIX-2367) by Richard S. Hall · 14 years ago
  45. f937d16 Minor code format cleanup. by Richard S. Hall · 14 years ago
  46. a73fba7 don't automatically convert return values that are arrays to ArrayList (FELIX-2337) by Derek Baum · 14 years ago
  47. 954da52 FELIX-2366: Avoiding property substitution by escaping does not remove escape character by Guillaume Nodet · 14 years ago
  48. 9a10cc7 Make the resolver slightly more generic so that we can reuse it in OBR more easily (FELIX-2035) by Guillaume Nodet · 14 years ago
  49. aefcfa0 Slight code cleanup (FELIX-2035) by Guillaume Nodet · 14 years ago
  50. 9d3e8a0 Generify CandidateComparator (FELIX-2035) by Guillaume Nodet · 14 years ago
  51. cc40afd Refactor duplicated code (FELIX-2035) by Guillaume Nodet · 14 years ago
  52. 78a11d9 Slight code cleanup wrt generics (FELIX-2035) by Guillaume Nodet · 14 years ago
  53. c17a448 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 · 14 years ago
  54. d7e3af8 Use latest parent pom. by Richard S. Hall · 14 years ago
  55. 8c66b17 Use latest parent pom. by Richard S. Hall · 14 years ago
  56. d6db1d0 Modify framework distribution to include Gogo shell. by Richard S. Hall · 14 years ago
  57. 5bd2ce6 Add support for parameter aliases. (FELIX-2363) by Richard S. Hall · 14 years ago
  58. 8602df4 Merge @Flag and @Option annotations into a single @Parameter annotation. (FELIX-2363) by Richard S. Hall · 14 years ago
  59. 51a310f Various debugging cleanup. (FELIX-2035) by Richard S. Hall · 14 years ago
  60. 2057acf Remove mutable method from Module interface. (FELIX-2035) by Richard S. Hall · 14 years ago
  61. 23a242a Remove some debugging-related code. (FELIX-2035) by Richard S. Hall · 14 years ago
  62. 2548360 The handling of updated fragments was not correct, which resulted by Richard S. Hall · 14 years ago
  63. 9f24669 To pass the OSGi CT we must let an exception bubble up. (FELIX-2039) by Richard S. Hall · 14 years ago
  64. 6d960c8 Minor edit of System.exit() value. by Richard S. Hall · 14 years ago
  65. 08459ba FELIX-2344 Extended the test case and fixed the bug. by Marcel Offermans · 14 years ago
  66. 7787a9c moved dependency/adapter annotations to org.apache.felix.dm.annotation.api top level package by Pierre De Rop · 14 years ago
  67. feb306b Logic error; incorrectly checking for empty bundle array. (FELIX-2042) by Richard S. Hall · 14 years ago
  68. 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
  69. d4cb83e minor fix/javadoc by Pierre De Rop · 14 years ago
  70. 39e3abf added json in bnd classpath by Pierre De Rop · 14 years ago
  71. a97580d reworked the sample in order to show a FactoryConfigurationAdapterService annotation usage example by Pierre De Rop · 14 years ago
  72. d8f6921 No print a banner. (FELIX-1797) by Richard S. Hall · 14 years ago
  73. 4e06b5a Removed TemporalServiceDependency, but added a timeout attribute in the ServiceDependency annotation by Pierre De Rop · 14 years ago
  74. bad8425 Simplify wiring debug info. (FELIX-2035) by Richard S. Hall · 14 years ago
  75. 1f06478 Don't throw a ConfigurationException when the updated callback method does not exist. by Pierre De Rop · 14 years ago
  76. 6805849 Align command module version number with other Gogo modules, even by Richard S. Hall · 14 years ago
  77. c0e3ef7 Use new module names. (FELIX-2042) by Richard S. Hall · 14 years ago
  78. 260c4db Remove unneeded directory. (FELIX-2042) by Richard S. Hall · 14 years ago
  79. cd909ea Rename command module. (FELIX-2042) by Richard S. Hall · 14 years ago
  80. df4169f Modified gogo modules to use org.apache.felix groupId. (FELIX-2334) by Richard S. Hall · 14 years ago
  81. 59d5e14 Change the scope for our commands and display scope in help message. (FELIX-2042) by Richard S. Hall · 14 years ago
  82. bb28883 Avoid mentioning help command until we decide how to do it. (FELIX-2042) by Richard S. Hall · 14 years ago
  83. b76542c [FELIX-2354]NPE when using Felix features maven validate plugin by Freeman Yue Fang · 14 years ago
  84. c3dfbb7 fixed javadoc by Pierre De Rop · 14 years ago
  85. df66070 don't provide MetaTypeProvide along with a ManagedServiceFactory service by Pierre De Rop · 14 years ago
  86. 3e10037 reworked FactoryConfigurationAdapter API by Pierre De Rop · 14 years ago
  87. 414e602 added a work around for issue FELIX-1545 by Pierre De Rop · 14 years ago
  88. e44d952 avoid possible IllegalStateException if framework is stopped during CommandProxy method execution. by Derek Baum · 14 years ago
  89. 3f06f7c removed wrong import by Pierre De Rop · 14 years ago
  90. 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
  91. c128b17 register state listeners in Adapter/ResourceAdapter service by Pierre De Rop · 14 years ago
  92. 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
  93. 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
  94. 5d7226c added field attribute in Aspect annotation by Pierre De Rop · 14 years ago
  95. a027fe4 m_logService not static anymore by Pierre De Rop · 14 years ago
  96. 16b5126 added field attribute in Aspect annotation by Pierre De Rop · 14 years ago
  97. 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
  98. 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
  99. 575a2f7 - Reworked design of the runtime bundle. by Pierre De Rop · 14 years ago
  100. 19476fe - Reworked the aspect API in order to allow to provide aspect parameters by by Pierre De Rop · 14 years ago