1. 25f7dbc Stick Java 1.4 or less methods. by Richard S. Hall · 14 years ago
  2. 201abad Properly set the exception type when installing a non-unique bundle. (FELIX-2321) by Richard S. Hall · 14 years ago
  3. 6ab9f8f Check for JAR files without manifests. (FELIX-2317) by Richard S. Hall · 14 years ago
  4. 74f5b55 Fix bug in "which" command and other improvements to command by Richard S. Hall · 14 years ago
  5. 452ea4c Improve handling of case insensitive keys. (FELIX-2039) by Richard S. Hall · 14 years ago
  6. 220d9f6 continue tidy-up: move SCOPE path handling into CommandProcessorImpl. FELIX-2328 by Derek Baum · 14 years ago
  7. 13dddbb fix to FELIX-1487 to report correct error location for defaulted commands. by Derek Baum · 14 years ago
  8. 0426f89 Added a test that validates service dependency injection of both normal and named members. by Marcel Offermans · 14 years ago
  9. 9afe2f5 Slightly relaxed the rules for member injection when using a named field. In that case it is now enough to have a field that is of an assignable type, instead of requiring an exact type. by Marcel Offermans · 14 years ago
  10. 6888bf8 fix NPE in session.execute("a = $b x") when $b evaluates to null; by Derek Baum · 14 years ago
  11. 6a12d3e Included proper ASL headers. by Marcel Offermans · 14 years ago
  12. bec5419 Added a new test that validates listening to services with aspects whiteboard style. by Marcel Offermans · 14 years ago
  13. 7f68748 Improved support for aspects and tracking them using whiteboard style listeners. Extended our internal ServiceTracker to make it aware of aspects. by Marcel Offermans · 14 years ago
  14. 9fedbfb Changed the pom back so it does not include sources by default (commented out that line). by Marcel Offermans · 14 years ago
  15. c4ee116 Added some parameter checks. by Marcel Offermans · 14 years ago
  16. bde9a43 FELIX-2078 Fixes to resolve this bug. by Marcel Offermans · 14 years ago
  17. b8af5d0 Update to released bundle plugin by Chris Custine · 14 years ago
  18. 97f1b85 Use project version property to avoid maintenance issues. by Chris Custine · 14 years ago
  19. 18776cc fixed bug where the service factory is not reset before parsing a dependency descriptor file by Pierre De Rop · 14 years ago
  20. ef14a50 fixed javadoc by Pierre De Rop · 14 years ago
  21. 590e7ad Reorganized annotation packages by Pierre De Rop · 14 years ago
  22. b492259 Improve ls command. (FELIX-2042) by Karl Pauls · 14 years ago
  23. 624fec8 Reorganized annotation packages by Pierre De Rop · 14 years ago
  24. 44258c5 added tests for service factory feature by Pierre De Rop · 14 years ago
  25. 1060e05 Removed static factory methods from annotations by Pierre De Rop · 14 years ago
  26. c0b9e2a Added test for new Service factory annotation feature by Pierre De Rop · 14 years ago
  27. 7324c93 Removed static factory methods from annotations by Pierre De Rop · 14 years ago
  28. b3adf83 Reorganized annotation packages - Avoid bug from CM (FELIX-1545), which may miss some conf updates. by Pierre De Rop · 14 years ago
  29. 22f4901 Reorganized annotation packages - Avoid bug from CM (FELIX-1545), which may miss some conf updates. by Pierre De Rop · 14 years ago
  30. ff2f5d1 Added component factory feature in Service annotation - Reorganized annotation packages - Fixed javadoc - Removed static factory methods from annotations by Pierre De Rop · 14 years ago
  31. 555d6a7 Temporarily copied SerialExecutor.java from dependencymanager/core to dependencymanager/runtime, until we decide to store this class in utils. Also slightly modified the scheduleNext() method in order to avoid unecessary NoSuchElementException. by Pierre De Rop · 14 years ago
  32. 419a5ab Update to released version of OBR by Chris Custine · 14 years ago
  33. 6f36a8f Improve/simplify "ls" command. (FELIX-2042) by Richard S. Hall · 14 years ago
  34. d258767 Removed useless imports by Pierre De Rop · 14 years ago
  35. e7e043b Add "cd" command. (FELIX-2042) by Richard S. Hall · 14 years ago
  36. a50eb1a Add the license header and javadoc. by Clement Escoffier · 14 years ago
  37. 4fc651e iPOJO Arch Command for Gogo. by Clement Escoffier · 14 years ago
  38. 616f5a5 Add support for OBR command. (FELIX-2042) by Richard S. Hall · 14 years ago
  39. 921b76e Clean up dependencies. (FELIX-2042) by Richard S. Hall · 14 years ago
  40. 531b54b Modify JRE package version numbering scheme to sort correctly. (FELIX-995) by Richard S. Hall · 14 years ago
  41. f392c97 Stop registering the bundle object as a command since it interferes by Richard S. Hall · 14 years ago
  42. da5c97c Add more missing commands and do a little refactoring. (FELIX-2042) by Richard S. Hall · 14 years ago
  43. 68e2d63 clean up runtime code. FELIX-2328 by Derek Baum · 14 years ago
  44. a0c3004 Until we change the Gogo groupId we need to use it. by Richard S. Hall · 14 years ago
  45. 7969123 updated dependency versions and excluded servlet and foundation from compendium. by Derek Baum · 14 years ago
  46. 685fea4 FELIX-2325 Return the implementation class name from the getName method if the component name has not been explicitly set with the name attribute. by Felix Meschberger · 14 years ago
  47. 03d8e60 Try to reproduce FELIX-2296, the configuration seems to work correctly. by Clement Escoffier · 14 years ago
  48. 6d12e3b fix setLocation to always map EOFError by Derek Baum · 14 years ago
  49. 3ed7beb fix wrong exception: OperationNotSupportedException -> UnsupportedOperationException by Derek Baum · 14 years ago
  50. c578f44 refactor Parser - create explicit Tokenizer to enable fix for: by Derek Baum · 14 years ago
  51. f4d681e Add a "which" command to determine from where a bundle gets a class. (FELIX-2042) by Richard S. Hall · 14 years ago
  52. f8dccb4 Add descriptive information to commands. (FELIX-2042) by Richard S. Hall · 14 years ago
  53. 633716d Add some basic support for descriptive info; this will likely need to by Richard S. Hall · 14 years ago
  54. 1837170 Change parent pom. by Richard S. Hall · 14 years ago
  55. 2bc5092 Improve rudimentary "help" command and change some exception handling by Richard S. Hall · 14 years ago
  56. f65896e Modify main to use the Gogo shell. (FELIX-2042) by Richard S. Hall · 14 years ago
  57. 395d6af Initial porting of some Felix shell commands to Gogo; a lot of this is still by Richard S. Hall · 14 years ago
  58. 25a10db [karaf] improve the obr:find command by Guillaume Nodet · 14 years ago
  59. 9477371 FELIX-2314: upgrade to pax-logging 1.5.0 by Guillaume Nodet · 14 years ago
  60. f4d8477 Fix FELIX-2323 : Unbind method are no more called during the invalidation process if this process is not triggered by a service departure by Clement Escoffier · 14 years ago
  61. d4c7d47 FELIX-2292 - update both http implementations to latest jetty 6 (6.1.24) as an interim step so that we have a "latest jetty 6" version prior to migration to jetty 7 by Rob Walker · 14 years ago
  62. 517f76a FELIX-1921: fix missing sshHost properties by Guillaume Nodet · 14 years ago
  63. 55dd22e Reformat code according to style guide. by Richard S. Hall · 14 years ago
  64. 14629c8 Fix processing of flags; options not tested yet. by Richard S. Hall · 14 years ago
  65. ef24fa3 FELIX-2320: Override default Karaf shell prompt in branding by Guillaume Nodet · 14 years ago
  66. da0d2fd Touching the heart: coercing by Peter Kriens · 14 years ago
  67. a2a7b14 Annotations for parameters by Peter Kriens · 14 years ago
  68. ff9bf63 FELIX-2319: he order of the list of boot features is not used when installing the features by Guillaume Nodet · 14 years ago
  69. ffb0eb6 [fileinstall] Update changelog and copyright year by Guillaume Nodet · 14 years ago
  70. 134b006 Replace ${pom.*} by ${project.*} by Clement Escoffier · 14 years ago
  71. 03e1db7 Re-structure the test suites, use withiPOJO and OSGi test helpers. by Clement Escoffier · 14 years ago
  72. f94f346 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  73. c668e59 [maven-release-plugin] prepare release org.apache.felix.fileinstall-3.0.0 by Guillaume Nodet · 14 years ago
  74. e04dac9 FELIX-2313: fileinstall does not recognize jars if it does not have Bundle-SymbolicName and Bundle-Version by Guillaume Nodet · 14 years ago
  75. 5bf3cfd Logic bug, incorrect ! expression. (FELIX-2281) by Richard S. Hall · 14 years ago
  76. 8755cff Synthesize missing directories in JAR files for entry-related methods. (FELIX-1210) by Richard S. Hall · 14 years ago
  77. ae89ee6 FELIX-2315: Upgrade to felix web console 3.0.0 by Guillaume Nodet · 14 years ago
  78. 87d0b5f FELIX-2314: Improve logging support by Guillaume Nodet · 14 years ago
  79. 37339ea FELIX-2312: Support for ext and endorsed directories by Guillaume Nodet · 14 years ago
  80. 484fa65 [karaf] remove the woodstox feature which is not needed anymore by Guillaume Nodet · 14 years ago
  81. 70af141 FELIX-2311: Remove the Bootstrap class which is not needed anymore by Guillaume Nodet · 14 years ago
  82. 5355e8c FELIX-2310: Karaf framework environment is not set correctly by Guillaume Nodet · 14 years ago
  83. 66e70e9 FELIX-1921: Provide a way to configure the host used for karaf ssh server by Guillaume Nodet · 14 years ago
  84. 5550164 FELIX-2270: Do not pass the proxy login module options to the real jaas module by Guillaume Nodet · 14 years ago
  85. 2c745bf FELIX-2130: Karaf] Failover Clustering Mechanism - Database shutdown / loss results in all Karaf instances becoming Active on restart of that DB by Guillaume Nodet · 14 years ago
  86. ba13cb9 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  87. 597f188 [maven-release-plugin] prepare release org.apache.felix.fileinstall-3.0.0 by Guillaume Nodet · 14 years ago
  88. aa83cca [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  89. e376322 [maven-release-plugin] prepare release gogo-0.4.0 by Guillaume Nodet · 14 years ago
  90. 6d26983 [gogo] upgrade to latest felix-parent by Guillaume Nodet · 14 years ago
  91. dc8c929 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  92. 1c87731 [maven-release-plugin] prepare release maven-bundle-plugin-2.1.0 by Guillaume Nodet · 14 years ago
  93. 5c0d6ce [bundleplugin] upgrade to latest felix-parent and bundlerepository by Guillaume Nodet · 14 years ago
  94. f083801 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  95. d9f1642 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.2 by Guillaume Nodet · 14 years ago
  96. 9c777e9 [bundlerepository] upgrade to latest felix-parent by Guillaume Nodet · 14 years ago
  97. 4ba4fe9 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  98. 7989aec [maven-release-plugin] prepare release org.apache.felix.fileinstall-2.0.10 by Guillaume Nodet · 14 years ago
  99. 65e06ac [fileinstall] upgrade to latest felix-parent by Guillaume Nodet · 14 years ago
  100. 2fdda12 Fix FELIX-2308 Fix FELIX-2309 Update versions by Clement Escoffier · 14 years ago