1. 798c8ec Fix to work with Maven 3 by Chris Custine · 14 years ago
  2. 040e6ec FELIX-1995: Spring status does not show properly after osgi:list command by Guillaume Nodet · 14 years ago
  3. 2fdcd61 [FELIX-1994]Web Console admin,features and gogo plugins do not work with Equinox by Freeman Yue Fang · 14 years ago
  4. 279edae Update copyright year .... by Felix Meschberger · 14 years ago
  5. 1761e26 removed useless invocation of config.setBundleLocation(null) by Pierre De Rop · 14 years ago
  6. 2b6d2aa don't log in addDictionary callback, because the logger may not be injected yet by Pierre De Rop · 14 years ago
  7. a8163d2 FELIX-1970: the stop script should always work even if the default user / password / host has been changed by Guillaume Nodet · 14 years ago
  8. 3eaa643 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  9. d8170a5 [maven-release-plugin] prepare release org.apache.felix.webconsole-2.0.6 by Felix Meschberger · 14 years ago
  10. 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 · 14 years ago
  11. 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 · 14 years ago
  12. 591fa29 FELIX-1957 Replace use of LinkedHashMap not available in OSGi/Minimum-1.0 EE by TreeMap. by Felix Meschberger · 14 years ago
  13. 66b844c FELIX-1957 Remove String.split method not available in OSGi/Minimum-1.0 EE by Felix Meschberger · 14 years ago
  14. 6dcc01e Remove unneeded comma in Embed-Dependency element and clearly mark "import everything else" in the Import-Package element by Felix Meschberger · 14 years ago
  15. f0ea274 added notice by Pierre De Rop · 14 years ago
  16. df56ba1 fixed ant script by Pierre De Rop · 14 years ago
  17. 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 · 14 years ago
  18. 97d3aac fixed bug when creating a ConfigurationDependency (the pid was not set) by Pierre De Rop · 14 years ago
  19. 140e521 Remove unneeded imports. by Richard S. Hall · 14 years ago
  20. 9f26a06 register the FelixDMCommand instead of the DMCommand command by Pierre De Rop · 14 years ago
  21. 5dd2424 fixed symbolic name by Pierre De Rop · 14 years ago
  22. 9957f9f import dependencymanager packages using version range by Pierre De Rop · 14 years ago
  23. 0e0ca3c revert to previous version: this is the FelixDMCommand which properly implements the Command interface by Pierre De Rop · 14 years ago
  24. bf7b5a6 fixed the DMCommand which must implement the Felix Command interface by Pierre De Rop · 14 years ago
  25. 1a9f4d4 added new testcase regarding annotations and dependencymanager service factories by Pierre De Rop · 14 years ago
  26. 2babd06 fixed bug when handling dependencymanager service factory parameters by Pierre De Rop · 14 years ago
  27. d3df256 added missing license by Pierre De Rop · 14 years ago
  28. 8f24ac5 moved samples.annotation into samples/annotation subproject for consistency purpose by Pierre De Rop · 14 years ago
  29. 8132730 moved samples.annotation into samples/annotation subproject for consistency purpose by Pierre De Rop · 14 years ago
  30. 952a61c moved samples.annotation into samples/annotation subproject for consistency purpose by Pierre De Rop · 14 years ago
  31. 316495e moved test.annotation into test/annotation subproject for consistency purpose by Pierre De Rop · 14 years ago
  32. a659e48 moved test.annotation into test/annotation subproject for consistency purpose by Pierre De Rop · 14 years ago
  33. 541da99 moved test.annotation into test/annotation subproject for consistency purpose by Pierre De Rop · 14 years ago
  34. 4c3fbd3 Fix javadoc. (FELIX-1982) by Richard S. Hall · 14 years ago
  35. 2be2bd2 Fixed logic error where a Resource was being removed from the list by Richard S. Hall · 14 years ago
  36. 19bbc49 Updated javadoc. (FELIX-1982) by Richard S. Hall · 14 years ago
  37. 98de329 FELIX-1957 apply slightly modified patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  38. 7aaae36 FELIX-1977 Better wording: "enabled" instead of "installed" by Felix Meschberger · 14 years ago
  39. 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 · 14 years ago
  40. 8877720 reactivated annotation test by Pierre De Rop · 14 years ago
  41. 7f73274 temporarily turn off AnnotationTest because it seems that it prevents the correct execution of the AspectTest testcase by Pierre De Rop · 14 years ago
  42. e6f6d77 code cleanup by Pierre De Rop · 14 years ago
  43. f2b2212 Fixed logging. Don't generate temporary file from /tmp. Fixed bug: the target bundle was not deleted before copy by Pierre De Rop · 14 years ago
  44. 1da514f FELIX-1979 Applying proposed patch, which seems to fix this issue. by Felix Meschberger · 14 years ago
  45. 41cb85b FELIX-1977 Improved log message if a plugin class cannot be loaded. by Felix Meschberger · 14 years ago
  46. 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 · 14 years ago
  47. 299320c Fixed javadoc. Simplified Info.addClassParam method by Pierre De Rop · 14 years ago
  48. 59526ec Fixed javadoc by Pierre De Rop · 14 years ago
  49. c17f2d1 FELIX-1976 Create build profile to generate a bundle without embedded dependencies which can be imported by Felix Meschberger · 14 years ago
  50. 624e49f Added annotation, runtime, samples.annotation, and test.annotation by Pierre De Rop · 14 years ago
  51. d9c1daa Added test case regarding annotation support (this requires the new test.annotation bundle) by Pierre De Rop · 14 years ago
  52. 1892994 initial commit of DependencyManager annotation test project by Pierre De Rop · 14 years ago
  53. 689f152 initial commit of DependencyManager annotation sample project. Can be used with maven, or with ant (and bnd) by Pierre De Rop · 14 years ago
  54. 17b6b8d 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 · 14 years ago
  55. cd1e58e 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 · 14 years ago
  56. 1836b0c Update to latest parent. by Richard S. Hall · 15 years ago
  57. a4775c3 Fix a small oversight for extension bundles. by Karl Pauls · 15 years ago
  58. 23287bd 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
  59. d0b364e Implement all required security checks (FELIX-1973). by Karl Pauls · 15 years ago
  60. d3a0e0a Minor reformatting. (FELIX-1969) by Richard S. Hall · 15 years ago
  61. 41292b1 [FELIX-1969] include Windows 7 and 2003 in OS name handling by Rob Walker · 15 years ago
  62. eb4802e Enhance JavaDoc to list the actual numeric values for MIN_INT and MAX_INT. by Felix Meschberger · 15 years ago
  63. 2e46b6f added support for "changed" callbacks in resources by Marcel Offermans · 15 years ago
  64. 6592ef3 added a commented line to include source code in the bundle in a way that Eclipse understands by Marcel Offermans · 15 years ago
  65. c343c4b Fix issue FELIX-1965 by Clement Escoffier · 15 years ago
  66. a1a287e Minor code simplification. by Richard S. Hall · 15 years ago
  67. 6358e05 fixed a shutdown issue where sometimes services were unregistered twice by Marcel Offermans · 15 years ago
  68. 4bc8c54 FELIX-1964: unable to choose the framework using system properties by Guillaume Nodet · 15 years ago
  69. 6cb7ac2 bugfix for instance bound service dependencies by Marcel Offermans · 15 years ago
  70. ee8bd6b Update to released fileinstaller bundle. by Chris Custine · 15 years ago
  71. e93c4df Add missing ASL2 header by Felix Meschberger · 15 years ago
  72. 84a43ad experimental bugfix, needs more testing by Marcel Offermans · 15 years ago
  73. f1eb32f Go back to released version. by Carsten Ziegeler · 15 years ago
  74. 4fd903f added documentation, bugfixed a scenario where multiple instance bound dependencies did not work correctly by Marcel Offermans · 15 years ago
  75. e49478f some textual changes to comments by Marcel Offermans · 15 years ago
  76. 5985aa4 FELIX-1961 : NPE when invoking install/update panel by Carsten Ziegeler · 15 years ago
  77. 0506956 Really execute the Instantiate annotation test suite by Clement Escoffier · 15 years ago
  78. 0888a84 SVN-Ignore Eclipse project files by Felix Meschberger · 15 years ago
  79. bc930b3 Fix FELIX-1426 by Clement Escoffier · 15 years ago
  80. 769c994 * Fix FELIX-1427 by Clement Escoffier · 15 years ago
  81. cac806f small bugfixes by Marcel Offermans · 15 years ago
  82. fad2000 [maven-release-plugin] prepare for next development iteration by Chris Custine · 15 years ago
  83. 90d2c31 [maven-release-plugin] prepare release org.apache.felix.fileinstall-2.0.8 by Chris Custine · 15 years ago
  84. c326cd4 Update changelog for 2.0.8 release by Chris Custine · 15 years ago
  85. b8405a5 somehow a single import statement got lost :) by Marcel Offermans · 15 years ago
  86. c8d39b3 added a project that contains all samples used in the documentation: this is just a collection of code snippets, it's not meant to be deployed or run by Marcel Offermans · 15 years ago
  87. 626260c exposed setting of properties for a resource adapter by Marcel Offermans · 15 years ago
  88. a83c25a added a method to specify a service dependency that is based only on a filter condition by Marcel Offermans · 15 years ago
  89. a66b9bf fixed an issue with the EntryResource in BundleResourceRepository, path + name calculation where wrong by Marcel Offermans · 15 years ago
  90. f8bdcb3 increased all test timeouts from typically 1-3 seconds to 15 seconds by Marcel Offermans · 15 years ago
  91. 54f86e0 refactored resources to include a unique identifier by Marcel Offermans · 15 years ago
  92. ae1f0f7 Add test on the instantiate annotation (FELIX-1940). by Clement Escoffier · 15 years ago
  93. 85dd3be Add the processing of the Instantiate annotation (FELIX-1940) by Clement Escoffier · 15 years ago
  94. 597773e Add the instantiate annotation (FELIX-1940) by Clement Escoffier · 15 years ago
  95. c75f84c added blank line to force bamboo rebuild, to fix spurious failure FELIX-DEF-3041 by Derek Baum · 15 years ago
  96. 137d340 reformat code using felix eclipse template. FELIX-1953. by Derek Baum · 15 years ago
  97. ae80fb7 change priority of ; and | to match bash. resolves FELIX-1500. by Derek Baum · 15 years ago
  98. 4719273 make closure arguments start at $1 (rather than $0). FELIX-1494. by Derek Baum · 15 years ago
  99. 12d8c10 FELIX-1952 Ensure components created for factory configurations are not disposed when configuration is updated (or some binding changes). Also include a testcase validating this. by Felix Meschberger · 15 years ago
  100. 0624d63 added the same optimization I added to resource adapters to the aspect and adapter by Marcel Offermans · 15 years ago