1. 5c21239 FELIX-2005 Prevent console failure in the absence of the Metatype Service API. by Felix Meschberger · 15 years ago
  2. 3dc2323 Reset writer state if $ is not followed with { by Felix Meschberger · 15 years ago
  3. 6a39c69 Prevent NullPointerException if the bundle has no locale properties file by Felix Meschberger · 15 years ago
  4. cefffcb FELIX-2007 : JavaScript error on bundle page by Carsten Ziegeler · 15 years ago
  5. 1f98ada FELIX-2006 Catch Throwable instead of Exception to properly handle instantiation failure if loading the implementation class fails. by Felix Meschberger · 15 years ago
  6. a489363 fixed javadoc by Pierre De Rop · 15 years ago
  7. aa7593c added missing annotation for the stop method by Pierre De Rop · 15 years ago
  8. 31062d0 Fix bug in patch which was always causing boot delegation. (FELIX-1991) by Richard S. Hall · 15 years ago
  9. edea96d fixed improper filter regarding Sequencer service dependency by Pierre De Rop · 15 years ago
  10. efa28dd FELIX-1975: Add Oracle database support to Karaf locking feature by Gert Vanthienen · 15 years ago
  11. 7b421f4 FELIX-1979 Fixed test case (getPathInfo was not mocked) by Felix Meschberger · 15 years ago
  12. 7364ff5 fixed license headers by Pierre De Rop · 15 years ago
  13. 233edc7 fixed license headers by Pierre De Rop · 15 years ago
  14. 6ce7300 Reorganized annotation tests. Added tests for annotated temporal service dependencies by Pierre De Rop · 15 years ago
  15. a050e9a added support for temporal service dependency annotations by Pierre De Rop · 15 years ago
  16. 53d3376 code cleanup by Pierre De Rop · 15 years ago
  17. 0bf1720 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 · 15 years ago
  18. 77b9a04 Fixed some bugs and improved fragment version range intersection. (FELIX-1919) by Richard S. Hall · 15 years ago
  19. 5d5dcc8 Allow fragment requirement version ranges to differ from hosts by by Richard S. Hall · 15 years ago
  20. 750d033 Improve error message slightly. by Richard S. Hall · 15 years ago
  21. 271e6f0 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
  22. 4c0bd32 FELIX-1993 : Enhance configuration printer support - add mode support for configuration printers. by Carsten Ziegeler · 15 years ago
  23. be6d1d1 Ignore Eclipse project files by Felix Meschberger · 15 years ago
  24. 49ef66c 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
  25. 8823b3f updated todos by Pierre De Rop · 15 years ago
  26. 329b8ec oops, use bnd 0.0.392 instead of 390 version by Pierre De Rop · 15 years ago
  27. 954c2f5 fixed javadoc by Pierre De Rop · 15 years ago
  28. d9ecf4f fixed javadoc by Pierre De Rop · 15 years ago
  29. efb92e2 use bnd 0.0.390, which fixes a bug in the OSGi filter verifier by Pierre De Rop · 15 years ago
  30. a49943a Remove unneeded classes. by Richard S. Hall · 15 years ago
  31. a3159bf FELIX-1997 : Actual configuration might not be reflected in the web console by Carsten Ziegeler · 15 years ago
  32. efa6d31 Missed this file. (FELIX-1991) by Richard S. Hall · 15 years ago
  33. 7a692d6 Use UTF-8 when decoding URLs. (FELIX-1998) by Richard S. Hall · 15 years ago
  34. 6482528 FELIX-1992 Replace special character with a Character constant by Felix Meschberger · 15 years ago
  35. 840bede Applied patch (FELIX-1991) to make boot delegation class loader configurable. by Richard S. Hall · 15 years ago
  36. f3288b8 Fix to work with Maven 3 by Chris Custine · 15 years ago
  37. e114117 FELIX-1995: Spring status does not show properly after osgi:list command by Guillaume Nodet · 15 years ago
  38. c1077dd [FELIX-1994]Web Console admin,features and gogo plugins do not work with Equinox by Freeman Yue Fang · 15 years ago
  39. b6a4296 Update copyright year .... by Felix Meschberger · 15 years ago
  40. 66ebdb7 removed useless invocation of config.setBundleLocation(null) by Pierre De Rop · 15 years ago
  41. 8de2fe4 don't log in addDictionary callback, because the logger may not be injected yet by Pierre De Rop · 15 years ago
  42. 1da9ce1 FELIX-1970: the stop script should always work even if the default user / password / host has been changed by Guillaume Nodet · 15 years ago
  43. e24b8ae [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  44. 92cb8bb [maven-release-plugin] prepare release org.apache.felix.webconsole-2.0.6 by Felix Meschberger · 15 years ago
  45. bd76be5 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
  46. ccdf523 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
  47. 259289b FELIX-1957 Replace use of LinkedHashMap not available in OSGi/Minimum-1.0 EE by TreeMap. by Felix Meschberger · 15 years ago
  48. 235b80a FELIX-1957 Remove String.split method not available in OSGi/Minimum-1.0 EE by Felix Meschberger · 15 years ago
  49. 5fc7079 Remove unneeded comma in Embed-Dependency element and clearly mark "import everything else" in the Import-Package element by Felix Meschberger · 15 years ago
  50. 37283e1 added notice by Pierre De Rop · 15 years ago
  51. 9d1bd8b fixed ant script by Pierre De Rop · 15 years ago
  52. 69b9cf3 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
  53. 159eef8 fixed bug when creating a ConfigurationDependency (the pid was not set) by Pierre De Rop · 15 years ago
  54. c051dde Remove unneeded imports. by Richard S. Hall · 15 years ago
  55. d70ec0e register the FelixDMCommand instead of the DMCommand command by Pierre De Rop · 15 years ago
  56. e521a5d fixed symbolic name by Pierre De Rop · 15 years ago
  57. 77b9583 import dependencymanager packages using version range by Pierre De Rop · 15 years ago
  58. 3181840 revert to previous version: this is the FelixDMCommand which properly implements the Command interface by Pierre De Rop · 15 years ago
  59. 4b70e7f fixed the DMCommand which must implement the Felix Command interface by Pierre De Rop · 15 years ago
  60. 9bd413c added new testcase regarding annotations and dependencymanager service factories by Pierre De Rop · 15 years ago
  61. 4124179 fixed bug when handling dependencymanager service factory parameters by Pierre De Rop · 15 years ago
  62. 1ed9fa7 added missing license by Pierre De Rop · 15 years ago
  63. 4261e0a moved samples.annotation into samples/annotation subproject for consistency purpose by Pierre De Rop · 15 years ago
  64. 4629cbd moved samples.annotation into samples/annotation subproject for consistency purpose by Pierre De Rop · 15 years ago
  65. 2238368 moved samples.annotation into samples/annotation subproject for consistency purpose by Pierre De Rop · 15 years ago
  66. df66947 moved test.annotation into test/annotation subproject for consistency purpose by Pierre De Rop · 15 years ago
  67. 500f130 moved test.annotation into test/annotation subproject for consistency purpose by Pierre De Rop · 15 years ago
  68. 6bcf941 moved test.annotation into test/annotation subproject for consistency purpose by Pierre De Rop · 15 years ago
  69. 52d7409 Fix javadoc. (FELIX-1982) by Richard S. Hall · 15 years ago
  70. 379f2d9 Fixed logic error where a Resource was being removed from the list by Richard S. Hall · 15 years ago
  71. c588a3c Updated javadoc. (FELIX-1982) by Richard S. Hall · 15 years ago
  72. fcf06cc FELIX-1957 apply slightly modified patch by Valentin Valchev (thanks) by Felix Meschberger · 15 years ago
  73. f980d6b FELIX-1977 Better wording: "enabled" instead of "installed" by Felix Meschberger · 15 years ago
  74. 7516ff0 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
  75. 993b5b8 reactivated annotation test by Pierre De Rop · 15 years ago
  76. d9c19a9 temporarily turn off AnnotationTest because it seems that it prevents the correct execution of the AspectTest testcase by Pierre De Rop · 15 years ago
  77. d657f54 code cleanup by Pierre De Rop · 15 years ago
  78. e01c7cf 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
  79. 5d0cbf9 FELIX-1979 Applying proposed patch, which seems to fix this issue. by Felix Meschberger · 15 years ago
  80. 87f6013 FELIX-1977 Improved log message if a plugin class cannot be loaded. by Felix Meschberger · 15 years ago
  81. 02fe056 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
  82. 7a96b51 Fixed javadoc. Simplified Info.addClassParam method by Pierre De Rop · 15 years ago
  83. b207999 Fixed javadoc by Pierre De Rop · 15 years ago
  84. 90777f4 FELIX-1976 Create build profile to generate a bundle without embedded dependencies which can be imported by Felix Meschberger · 15 years ago
  85. d8ead1b Added annotation, runtime, samples.annotation, and test.annotation by Pierre De Rop · 15 years ago
  86. bfa79f8 Added test case regarding annotation support (this requires the new test.annotation bundle) by Pierre De Rop · 15 years ago
  87. aaae6cf initial commit of DependencyManager annotation test project by Pierre De Rop · 15 years ago
  88. 4f606af initial commit of DependencyManager annotation sample project. Can be used with maven, or with ant (and bnd) by Pierre De Rop · 15 years ago
  89. 6ccf9b0 initial commit of the DependencyManager Annotation project which contains DM annotation API, and corresponding Bnd/Maven plugins used to parse annotations at compilation time. by Pierre De Rop · 15 years ago
  90. c21fa88 initial commit of the DependencyManager Component Runtime bundle which tracks started bundles and loads their corresponding component descriptors from OSGI-INF/*.dm by Pierre De Rop · 15 years ago
  91. c2c5d9c Update to latest parent. by Richard S. Hall · 15 years ago
  92. 47a6d55 Fix a small oversight for extension bundles. by Karl Pauls · 15 years ago
  93. bad56b5 Add support for the 4.2.0 security specifications. This includes implementations of the access flag and various other changes (FELIX-1904, FELIX-22). by Karl Pauls · 15 years ago
  94. f63e63f Implement all required security checks (FELIX-1973). by Karl Pauls · 15 years ago
  95. de679fa Minor reformatting. (FELIX-1969) by Richard S. Hall · 15 years ago
  96. 8d34e1b [FELIX-1969] include Windows 7 and 2003 in OS name handling by Rob Walker · 15 years ago
  97. fca3199 Enhance JavaDoc to list the actual numeric values for MIN_INT and MAX_INT. by Felix Meschberger · 15 years ago
  98. 24e5c66 added support for "changed" callbacks in resources by Marcel Offermans · 15 years ago
  99. 63e969f added a commented line to include source code in the bundle in a way that Eclipse understands by Marcel Offermans · 15 years ago
  100. 1aa6d6c Fix issue FELIX-1965 by Clement Escoffier · 15 years ago