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