1. f2366bc [FELIX-1994]improve fix to handle more generic case by Freeman Yue Fang · 14 years ago
  2. 1419f08 FELIX-1993 : Enhance configuration printer support by Carsten Ziegeler · 14 years ago
  3. 8fd0a8f FELIX-1993 : Enhance configuration printer support by Carsten Ziegeler · 14 years ago
  4. 967a3c1 [FELIX-2018]features-maven-plugin add-features-to-repo should suport the bundle start with wrap: in features.xml by Freeman Yue Fang · 14 years ago
  5. 620d51e FELIX-2017 prevent NullPointerException if URLConnection.getInputStream() returns by Felix Meschberger · 14 years ago
  6. 4b6d5d9 Fix issue FELIX-2014 by Clement Escoffier · 14 years ago
  7. b1da588 FELIX-1993 : Enhance configuration printer support by Carsten Ziegeler · 14 years ago
  8. 81f8525 FELIX-1501 ResourceBundle file stub -- to be filled as the Web Console is being localized by Felix Meschberger · 14 years ago
  9. 4d7beb1 FELIX-1501 Provide Locale in the ResourceBundle by Felix Meschberger · 14 years ago
  10. 0511b76 FELIX-1501 Refactor VariableResolver infrastructure: The resolver relates to a request not to a bundle and thus must be provided by request. Also a default resolver implementation based on HashMap is provided. by Felix Meschberger · 14 years ago
  11. a64a9f8 Fix javadoc. by Carsten Ziegeler · 14 years ago
  12. 9629913 FELIX-1993 : Enhance configuration printer support by Carsten Ziegeler · 14 years ago
  13. 3242020 FELIX-2010 Missing descriptor for the test components ... by Felix Meschberger · 14 years ago
  14. ed21c03 FELIX-2010 Testcases ensuring various visibility and argument options for the activate method are respected for DS 1.1 components. by Felix Meschberger · 14 years ago
  15. 39c1a40 decreased sleep delay in annotated temporal service dependency test by Pierre De Rop · 14 years ago
  16. 2944728 removed "changed/removed" callbacks from temporal service dependency annotation by Pierre De Rop · 14 years ago
  17. bfd76b7 Composite Architecture displays internal services. by Clement Escoffier · 14 years ago
  18. c5891a0 FELIX-2009 ensure console servlet is rebound to the HttpService only if required and also unbound with the old location and then bound with the new location by Felix Meschberger · 14 years ago
  19. 3b0c688 FELIX-2005 Prevent console failure in the absence of the Metatype Service API. by Felix Meschberger · 14 years ago
  20. 2d8c1df Reset writer state if $ is not followed with { by Felix Meschberger · 14 years ago
  21. 70c3704 Prevent NullPointerException if the bundle has no locale properties file by Felix Meschberger · 14 years ago
  22. af2536d FELIX-2007 : JavaScript error on bundle page by Carsten Ziegeler · 14 years ago
  23. c4d4719 FELIX-2006 Catch Throwable instead of Exception to properly handle instantiation failure if loading the implementation class fails. by Felix Meschberger · 14 years ago
  24. d325261 fixed javadoc by Pierre De Rop · 14 years ago
  25. 7f1d7f5 added missing annotation for the stop method by Pierre De Rop · 14 years ago
  26. e205d85 Fix bug in patch which was always causing boot delegation. (FELIX-1991) by Richard S. Hall · 14 years ago
  27. 84cab25 fixed improper filter regarding Sequencer service dependency by Pierre De Rop · 14 years ago
  28. 8ea71e0 FELIX-1975: Add Oracle database support to Karaf locking feature by Gert Vanthienen · 14 years ago
  29. 83ba00d FELIX-1979 Fixed test case (getPathInfo was not mocked) by Felix Meschberger · 14 years ago
  30. 8313de3 fixed license headers by Pierre De Rop · 14 years ago
  31. 96b6cd5 fixed license headers by Pierre De Rop · 14 years ago
  32. f846bef Reorganized annotation tests. Added tests for annotated temporal service dependencies by Pierre De Rop · 14 years ago
  33. 76ffc50 added support for temporal service dependency annotations by Pierre De Rop · 14 years ago
  34. cd517a5 code cleanup by Pierre De Rop · 14 years ago
  35. 4781a01 FELIX-1979 Apply improved patch based on servlet container's path info (dropping the need for decoding and cutting of servlet path) by Felix Meschberger · 14 years ago
  36. ecb6707 Fixed some bugs and improved fragment version range intersection. (FELIX-1919) by Richard S. Hall · 15 years ago
  37. 1228637 Allow fragment requirement version ranges to differ from hosts by by Richard S. Hall · 15 years ago
  38. 3e0d098 Improve error message slightly. by Richard S. Hall · 15 years ago
  39. 3f3ad3f FELIX-1051 Add Localization Support based on Bundle-Localization header. Also included is a first shot at trying to implement some templating support. See issue for details. by Felix Meschberger · 15 years ago
  40. f68f4e1 FELIX-1993 : Enhance configuration printer support - add mode support for configuration printers. by Carsten Ziegeler · 15 years ago
  41. 75dced5 Ignore Eclipse project files by Felix Meschberger · 15 years ago
  42. 2bd660c FELIX-1999 Handle ServletRequest.getPathInfo() possibly being null. For both filters and servlets, we assume the path info is "/" in case the actual path info is reported as null from the servlet container. by Felix Meschberger · 15 years ago
  43. 421b0cb updated todos by Pierre De Rop · 15 years ago
  44. c629982 oops, use bnd 0.0.392 instead of 390 version by Pierre De Rop · 15 years ago
  45. 7acf3fe fixed javadoc by Pierre De Rop · 15 years ago
  46. 7d04903 fixed javadoc by Pierre De Rop · 15 years ago
  47. 3abf9a3 use bnd 0.0.390, which fixes a bug in the OSGi filter verifier by Pierre De Rop · 15 years ago
  48. 078792a Remove unneeded classes. by Richard S. Hall · 15 years ago
  49. 6b5f9af FELIX-1997 : Actual configuration might not be reflected in the web console by Carsten Ziegeler · 15 years ago
  50. d2db2f3 Missed this file. (FELIX-1991) by Richard S. Hall · 15 years ago
  51. 5f4a4f2 Use UTF-8 when decoding URLs. (FELIX-1998) by Richard S. Hall · 15 years ago
  52. 39ad7b2 FELIX-1992 Replace special character with a Character constant by Felix Meschberger · 15 years ago
  53. 30a4d10 Applied patch (FELIX-1991) to make boot delegation class loader configurable. by Richard S. Hall · 15 years ago
  54. 798c8ec Fix to work with Maven 3 by Chris Custine · 15 years ago
  55. 040e6ec FELIX-1995: Spring status does not show properly after osgi:list command by Guillaume Nodet · 15 years ago
  56. 2fdcd61 [FELIX-1994]Web Console admin,features and gogo plugins do not work with Equinox by Freeman Yue Fang · 15 years ago
  57. 279edae Update copyright year .... by Felix Meschberger · 15 years ago
  58. 1761e26 removed useless invocation of config.setBundleLocation(null) by Pierre De Rop · 15 years ago
  59. 2b6d2aa don't log in addDictionary callback, because the logger may not be injected yet by Pierre De Rop · 15 years ago
  60. a8163d2 FELIX-1970: the stop script should always work even if the default user / password / host has been changed by Guillaume Nodet · 15 years ago
  61. 3eaa643 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  62. d8170a5 [maven-release-plugin] prepare release org.apache.felix.webconsole-2.0.6 by Felix Meschberger · 15 years ago
  63. 7e966f1 FELIX-1957 Replace use of String.replaceAll not available in OSGi/Minimum-1.0 EE by using a StringTokenizer to replace all occurrences of "<" in strings by "&lt;". by Felix Meschberger · 15 years ago
  64. 43f894f FELIX-1957 Replace use String.matches by using a regular string match. First this makes this method usable in a OSGi/Minimum-1.0 EE evnironment this should also make this method faster: Previously the list was iterated and for each pattern, the JAR file was opened and scanned. Now the JAR file is opened and scanned once and for each entry, the list of "prefixes" is matched. by Felix Meschberger · 15 years ago
  65. 591fa29 FELIX-1957 Replace use of LinkedHashMap not available in OSGi/Minimum-1.0 EE by TreeMap. by Felix Meschberger · 15 years ago
  66. 66b844c FELIX-1957 Remove String.split method not available in OSGi/Minimum-1.0 EE by Felix Meschberger · 15 years ago
  67. 6dcc01e Remove unneeded comma in Embed-Dependency element and clearly mark "import everything else" in the Import-Package element by Felix Meschberger · 15 years ago
  68. f0ea274 added notice by Pierre De Rop · 15 years ago
  69. df56ba1 fixed ant script by Pierre De Rop · 15 years ago
  70. f5793eb changed the annotation sample code with a SpellCheck Felix Shell command: the command uses two dictionaries in order to check spelling (english dictionary, and french dictionary) by Pierre De Rop · 15 years ago
  71. 97d3aac fixed bug when creating a ConfigurationDependency (the pid was not set) by Pierre De Rop · 15 years ago
  72. 140e521 Remove unneeded imports. by Richard S. Hall · 15 years ago
  73. 9f26a06 register the FelixDMCommand instead of the DMCommand command by Pierre De Rop · 15 years ago
  74. 5dd2424 fixed symbolic name by Pierre De Rop · 15 years ago
  75. 9957f9f import dependencymanager packages using version range by Pierre De Rop · 15 years ago
  76. 0e0ca3c revert to previous version: this is the FelixDMCommand which properly implements the Command interface by Pierre De Rop · 15 years ago
  77. bf7b5a6 fixed the DMCommand which must implement the Felix Command interface by Pierre De Rop · 15 years ago
  78. 1a9f4d4 added new testcase regarding annotations and dependencymanager service factories by Pierre De Rop · 15 years ago
  79. 2babd06 fixed bug when handling dependencymanager service factory parameters by Pierre De Rop · 15 years ago
  80. d3df256 added missing license by Pierre De Rop · 15 years ago
  81. 8f24ac5 moved samples.annotation into samples/annotation subproject for consistency purpose by Pierre De Rop · 15 years ago
  82. 8132730 moved samples.annotation into samples/annotation subproject for consistency purpose by Pierre De Rop · 15 years ago
  83. 952a61c moved samples.annotation into samples/annotation subproject for consistency purpose by Pierre De Rop · 15 years ago
  84. 316495e moved test.annotation into test/annotation subproject for consistency purpose by Pierre De Rop · 15 years ago
  85. a659e48 moved test.annotation into test/annotation subproject for consistency purpose by Pierre De Rop · 15 years ago
  86. 541da99 moved test.annotation into test/annotation subproject for consistency purpose by Pierre De Rop · 15 years ago
  87. 4c3fbd3 Fix javadoc. (FELIX-1982) by Richard S. Hall · 15 years ago
  88. 2be2bd2 Fixed logic error where a Resource was being removed from the list by Richard S. Hall · 15 years ago
  89. 19bbc49 Updated javadoc. (FELIX-1982) by Richard S. Hall · 15 years ago
  90. 98de329 FELIX-1957 apply slightly modified patch by Valentin Valchev (thanks) by Felix Meschberger · 15 years ago
  91. 7aaae36 FELIX-1977 Better wording: "enabled" instead of "installed" by Felix Meschberger · 15 years ago
  92. a778cc7 FELIX-1983 redo sending the 401/UNAUTHORIZED status to just use setStatus and then flush the response. Don't use sendError to prevent any error handlers to kick in -- we really want the 401 status to be sent to the client. by Felix Meschberger · 15 years ago
  93. 8877720 reactivated annotation test by Pierre De Rop · 15 years ago
  94. 7f73274 temporarily turn off AnnotationTest because it seems that it prevents the correct execution of the AspectTest testcase by Pierre De Rop · 15 years ago
  95. e6f6d77 code cleanup by Pierre De Rop · 15 years ago
  96. f2b2212 Fixed logging. Don't generate temporary file from /tmp. Fixed bug: the target bundle was not deleted before copy by Pierre De Rop · 15 years ago
  97. 1da514f FELIX-1979 Applying proposed patch, which seems to fix this issue. by Felix Meschberger · 15 years ago
  98. 41cb85b FELIX-1977 Improved log message if a plugin class cannot be loaded. by Felix Meschberger · 15 years ago
  99. 1336045 FELIX-1976 Oops: wrong reference to the bare NOTICE file and remove the reference to embedded OSGi software (nothing from osgi.org is embedded in the bare bundle) by Felix Meschberger · 15 years ago
  100. 299320c Fixed javadoc. Simplified Info.addClassParam method by Pierre De Rop · 15 years ago