1. 2a90b72 [karaf] update copyright by Guillaume Nodet · 15 years ago
  2. 1cddac4 removed legacy felix command adaptor. (FELIX-2342) by Derek Baum · 15 years ago
  3. 3053d19 register telnetd command directly, rather than via Shell. by Derek Baum · 15 years ago
  4. 59568a4 removed gosh:shutdown command. stop 0 works fine. by Derek Baum · 15 years ago
  5. 9f2f8f2 convert tokens that evaluate to CharSequence to String, to avoid variables by Derek Baum · 15 years ago
  6. 2fa59da make getCommands() public (again) by Derek Baum · 15 years ago
  7. e4dcbec Update to released bundle plugin by Chris Custine · 15 years ago
  8. ee1898e complete addition of scripting by renaming module from console to shell (FELIX-2339) by Derek Baum · 15 years ago
  9. 13df061 remove launcher bundle (FELIX-1670) by Derek Baum · 15 years ago
  10. c874095 ignore mvn eclipse:eclipse generated files by Derek Baum · 15 years ago
  11. 54e2f1d More code cleanup. (FELIX-2035) by Richard S. Hall · 15 years ago
  12. 6713568 Clean up some comments. (FELIX-2042) by Richard S. Hall · 15 years ago
  13. a549551 Include full attribution in MOTD. (FELIX-2339) by Richard S. Hall · 15 years ago
  14. ce3ef3d Add missing descriptor. (FELIX-2042) by Richard S. Hall · 15 years ago
  15. 2b46919 Fix typo. (FELIX-2042) by Richard S. Hall · 15 years ago
  16. 9944670 added scripting support (FELIX-2339). by Derek Baum · 15 years ago
  17. 127f10d Add a little bit of logging. (FELIX-2035) by Richard S. Hall · 15 years ago
  18. d0ed499 Edit a comment. by Richard S. Hall · 15 years ago
  19. 6d665d3 Fire event without bundle lock. (FELIX-2035) by Richard S. Hall · 15 years ago
  20. 73b66bf More cleanup. (FELIX-2035) by Richard S. Hall · 15 years ago
  21. a2b7618 Various cleanup. (FELIX-2035) by Richard S. Hall · 15 years ago
  22. 9967f8c fix ConcurrentModificationException caused by bad refactoring :-( by Derek Baum · 15 years ago
  23. e110954 Ignore mismatched variable delimiters. (FELIX-2336) by Richard S. Hall · 15 years ago
  24. 53cec3e Set default value for execution environment. (FELIX-2324) by Richard S. Hall · 15 years ago
  25. 9c33127 Bundle.loadClass() for the system bundle should obey boot delegation. (FELIX-2335) by Richard S. Hall · 15 years ago
  26. 9abd792 Minor improvement to "lb". (FELIX-2042) by Richard S. Hall · 15 years ago
  27. 39f856a Align bundle formatter with "lb" command. (FELIX-2042) by Richard S. Hall · 15 years ago
  28. de4b31f Make "lb" command output more compact. (FELIX-2042) by Richard S. Hall · 15 years ago
  29. abe87b9 disable packageadmin and other coomands to avoid conflict with bundlecontext commands by Derek Baum · 15 years ago
  30. 2bd81d1 Fix visibility issues in ExtensionManager.openConnection (FELIX-2332). by Karl Pauls · 15 years ago
  31. 253ed74 Update changelog in preparation of the next bug-fix release. by Clement Escoffier · 15 years ago
  32. 245e191 Handle NOTICE file like other subprojects. (FELIX-1144) by Richard S. Hall · 15 years ago
  33. e4b37ca Fix contention on ExtensionManager.openConnection (FELIX-2332). by Karl Pauls · 15 years ago
  34. 5a7553e Stick to Java 1.4 methods or earlier. by Richard S. Hall · 15 years ago
  35. 68e1f4c Stick Java 1.4 or less methods. by Richard S. Hall · 15 years ago
  36. 1a1dc55 Properly set the exception type when installing a non-unique bundle. (FELIX-2321) by Richard S. Hall · 15 years ago
  37. 79013bd Check for JAR files without manifests. (FELIX-2317) by Richard S. Hall · 15 years ago
  38. 4cd4c0f Fix bug in "which" command and other improvements to command by Richard S. Hall · 15 years ago
  39. b12be63 Improve handling of case insensitive keys. (FELIX-2039) by Richard S. Hall · 15 years ago
  40. f95b767 continue tidy-up: move SCOPE path handling into CommandProcessorImpl. FELIX-2328 by Derek Baum · 15 years ago
  41. cb297be fix to FELIX-1487 to report correct error location for defaulted commands. by Derek Baum · 15 years ago
  42. ed9228a Added a test that validates service dependency injection of both normal and named members. by Marcel Offermans · 15 years ago
  43. e878761 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 · 15 years ago
  44. b86cd1c fix NPE in session.execute("a = $b x") when $b evaluates to null; by Derek Baum · 15 years ago
  45. ebb6860 Included proper ASL headers. by Marcel Offermans · 15 years ago
  46. e491feb Added a new test that validates listening to services with aspects whiteboard style. by Marcel Offermans · 15 years ago
  47. 7d1a0f3 Improved support for aspects and tracking them using whiteboard style listeners. Extended our internal ServiceTracker to make it aware of aspects. by Marcel Offermans · 15 years ago
  48. 4096d34 Changed the pom back so it does not include sources by default (commented out that line). by Marcel Offermans · 15 years ago
  49. 5a85970 Added some parameter checks. by Marcel Offermans · 15 years ago
  50. 9a3d2b3 FELIX-2078 Fixes to resolve this bug. by Marcel Offermans · 15 years ago
  51. 67a9253 Update to released bundle plugin by Chris Custine · 15 years ago
  52. b798813 Use project version property to avoid maintenance issues. by Chris Custine · 15 years ago
  53. b9d8caa fixed bug where the service factory is not reset before parsing a dependency descriptor file by Pierre De Rop · 15 years ago
  54. 312f8c6 fixed javadoc by Pierre De Rop · 15 years ago
  55. e62a0c1 Reorganized annotation packages by Pierre De Rop · 15 years ago
  56. dcb273f Improve ls command. (FELIX-2042) by Karl Pauls · 15 years ago
  57. 2d24eac Reorganized annotation packages by Pierre De Rop · 15 years ago
  58. 01c063d added tests for service factory feature by Pierre De Rop · 15 years ago
  59. f9ea878 Removed static factory methods from annotations by Pierre De Rop · 15 years ago
  60. f28b2aa Added test for new Service factory annotation feature by Pierre De Rop · 15 years ago
  61. 15f97af Removed static factory methods from annotations by Pierre De Rop · 15 years ago
  62. 85ed2e3 Reorganized annotation packages - Avoid bug from CM (FELIX-1545), which may miss some conf updates. by Pierre De Rop · 15 years ago
  63. dc750ee Reorganized annotation packages - Avoid bug from CM (FELIX-1545), which may miss some conf updates. by Pierre De Rop · 15 years ago
  64. 75278b9 Added component factory feature in Service annotation - Reorganized annotation packages - Fixed javadoc - Removed static factory methods from annotations by Pierre De Rop · 15 years ago
  65. 8a45d38 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 · 15 years ago
  66. f6d49f0 Update to released version of OBR by Chris Custine · 15 years ago
  67. 24aaf08 Improve/simplify "ls" command. (FELIX-2042) by Richard S. Hall · 15 years ago
  68. dadf0e1 Removed useless imports by Pierre De Rop · 15 years ago
  69. 85075cf Add "cd" command. (FELIX-2042) by Richard S. Hall · 15 years ago
  70. 2b8cfff Add the license header and javadoc. by Clement Escoffier · 15 years ago
  71. 9d4939c iPOJO Arch Command for Gogo. by Clement Escoffier · 15 years ago
  72. 28f3950 Add support for OBR command. (FELIX-2042) by Richard S. Hall · 15 years ago
  73. cb3466a Clean up dependencies. (FELIX-2042) by Richard S. Hall · 15 years ago
  74. 107e4a1 Modify JRE package version numbering scheme to sort correctly. (FELIX-995) by Richard S. Hall · 15 years ago
  75. c8d570d Stop registering the bundle object as a command since it interferes by Richard S. Hall · 15 years ago
  76. a4018a0 Add more missing commands and do a little refactoring. (FELIX-2042) by Richard S. Hall · 15 years ago
  77. e9a8257 clean up runtime code. FELIX-2328 by Derek Baum · 15 years ago
  78. dfd1011 Until we change the Gogo groupId we need to use it. by Richard S. Hall · 15 years ago
  79. adb1730 updated dependency versions and excluded servlet and foundation from compendium. by Derek Baum · 15 years ago
  80. 917a4dc 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 · 15 years ago
  81. 920594f Try to reproduce FELIX-2296, the configuration seems to work correctly. by Clement Escoffier · 15 years ago
  82. 5700633 fix setLocation to always map EOFError by Derek Baum · 15 years ago
  83. 01aa0a8 fix wrong exception: OperationNotSupportedException -> UnsupportedOperationException by Derek Baum · 15 years ago
  84. c768352 refactor Parser - create explicit Tokenizer to enable fix for: by Derek Baum · 15 years ago
  85. e0f38d8 Add a "which" command to determine from where a bundle gets a class. (FELIX-2042) by Richard S. Hall · 15 years ago
  86. c12b633 Add descriptive information to commands. (FELIX-2042) by Richard S. Hall · 15 years ago
  87. b412dfc Add some basic support for descriptive info; this will likely need to by Richard S. Hall · 15 years ago
  88. de93139 Change parent pom. by Richard S. Hall · 15 years ago
  89. d38e807 Improve rudimentary "help" command and change some exception handling by Richard S. Hall · 15 years ago
  90. 22b907c Modify main to use the Gogo shell. (FELIX-2042) by Richard S. Hall · 15 years ago
  91. 887ba2c Initial porting of some Felix shell commands to Gogo; a lot of this is still by Richard S. Hall · 15 years ago
  92. 14020a2 [karaf] improve the obr:find command by Guillaume Nodet · 15 years ago
  93. 0f88d9e FELIX-2314: upgrade to pax-logging 1.5.0 by Guillaume Nodet · 15 years ago
  94. fc0ef7a 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 · 15 years ago
  95. e1b9224 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 · 15 years ago
  96. 5ff966e FELIX-1921: fix missing sshHost properties by Guillaume Nodet · 15 years ago
  97. b965d52 Reformat code according to style guide. by Richard S. Hall · 15 years ago
  98. a8fd227 Fix processing of flags; options not tested yet. by Richard S. Hall · 15 years ago
  99. 164aeb3 FELIX-2320: Override default Karaf shell prompt in branding by Guillaume Nodet · 15 years ago
  100. 966730a Touching the heart: coercing by Peter Kriens · 15 years ago