1. e24b8ae [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  2. 92cb8bb [maven-release-plugin] prepare release org.apache.felix.webconsole-2.0.6 by Felix Meschberger · 15 years ago
  3. 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
  4. 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
  5. 259289b FELIX-1957 Replace use of LinkedHashMap not available in OSGi/Minimum-1.0 EE by TreeMap. by Felix Meschberger · 15 years ago
  6. 235b80a FELIX-1957 Remove String.split method not available in OSGi/Minimum-1.0 EE by Felix Meschberger · 15 years ago
  7. 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
  8. 37283e1 added notice by Pierre De Rop · 15 years ago
  9. 9d1bd8b fixed ant script by Pierre De Rop · 15 years ago
  10. 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
  11. 159eef8 fixed bug when creating a ConfigurationDependency (the pid was not set) by Pierre De Rop · 15 years ago
  12. c051dde Remove unneeded imports. by Richard S. Hall · 15 years ago
  13. d70ec0e register the FelixDMCommand instead of the DMCommand command by Pierre De Rop · 15 years ago
  14. e521a5d fixed symbolic name by Pierre De Rop · 15 years ago
  15. 77b9583 import dependencymanager packages using version range by Pierre De Rop · 15 years ago
  16. 3181840 revert to previous version: this is the FelixDMCommand which properly implements the Command interface by Pierre De Rop · 15 years ago
  17. 4b70e7f fixed the DMCommand which must implement the Felix Command interface by Pierre De Rop · 15 years ago
  18. 9bd413c added new testcase regarding annotations and dependencymanager service factories by Pierre De Rop · 15 years ago
  19. 4124179 fixed bug when handling dependencymanager service factory parameters by Pierre De Rop · 15 years ago
  20. 1ed9fa7 added missing license by Pierre De Rop · 15 years ago
  21. 4261e0a moved samples.annotation into samples/annotation subproject for consistency purpose by Pierre De Rop · 15 years ago
  22. 4629cbd moved samples.annotation into samples/annotation subproject for consistency purpose by Pierre De Rop · 15 years ago
  23. 2238368 moved samples.annotation into samples/annotation subproject for consistency purpose by Pierre De Rop · 15 years ago
  24. df66947 moved test.annotation into test/annotation subproject for consistency purpose by Pierre De Rop · 15 years ago
  25. 500f130 moved test.annotation into test/annotation subproject for consistency purpose by Pierre De Rop · 15 years ago
  26. 6bcf941 moved test.annotation into test/annotation subproject for consistency purpose by Pierre De Rop · 15 years ago
  27. 52d7409 Fix javadoc. (FELIX-1982) by Richard S. Hall · 15 years ago
  28. 379f2d9 Fixed logic error where a Resource was being removed from the list by Richard S. Hall · 15 years ago
  29. c588a3c Updated javadoc. (FELIX-1982) by Richard S. Hall · 15 years ago
  30. fcf06cc FELIX-1957 apply slightly modified patch by Valentin Valchev (thanks) by Felix Meschberger · 15 years ago
  31. f980d6b FELIX-1977 Better wording: "enabled" instead of "installed" by Felix Meschberger · 15 years ago
  32. 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
  33. 993b5b8 reactivated annotation test by Pierre De Rop · 15 years ago
  34. 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
  35. d657f54 code cleanup by Pierre De Rop · 15 years ago
  36. 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
  37. 5d0cbf9 FELIX-1979 Applying proposed patch, which seems to fix this issue. by Felix Meschberger · 15 years ago
  38. 87f6013 FELIX-1977 Improved log message if a plugin class cannot be loaded. by Felix Meschberger · 15 years ago
  39. 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
  40. 7a96b51 Fixed javadoc. Simplified Info.addClassParam method by Pierre De Rop · 15 years ago
  41. b207999 Fixed javadoc by Pierre De Rop · 15 years ago
  42. 90777f4 FELIX-1976 Create build profile to generate a bundle without embedded dependencies which can be imported by Felix Meschberger · 15 years ago
  43. d8ead1b Added annotation, runtime, samples.annotation, and test.annotation by Pierre De Rop · 15 years ago
  44. bfa79f8 Added test case regarding annotation support (this requires the new test.annotation bundle) by Pierre De Rop · 15 years ago
  45. aaae6cf initial commit of DependencyManager annotation test project by Pierre De Rop · 15 years ago
  46. 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
  47. 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
  48. 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
  49. c2c5d9c Update to latest parent. by Richard S. Hall · 15 years ago
  50. 47a6d55 Fix a small oversight for extension bundles. by Karl Pauls · 15 years ago
  51. 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
  52. f63e63f Implement all required security checks (FELIX-1973). by Karl Pauls · 15 years ago
  53. de679fa Minor reformatting. (FELIX-1969) by Richard S. Hall · 15 years ago
  54. 8d34e1b [FELIX-1969] include Windows 7 and 2003 in OS name handling by Rob Walker · 15 years ago
  55. fca3199 Enhance JavaDoc to list the actual numeric values for MIN_INT and MAX_INT. by Felix Meschberger · 15 years ago
  56. 24e5c66 added support for "changed" callbacks in resources by Marcel Offermans · 15 years ago
  57. 63e969f added a commented line to include source code in the bundle in a way that Eclipse understands by Marcel Offermans · 15 years ago
  58. 1aa6d6c Fix issue FELIX-1965 by Clement Escoffier · 15 years ago
  59. afb6434 Minor code simplification. by Richard S. Hall · 15 years ago
  60. fbc1971 fixed a shutdown issue where sometimes services were unregistered twice by Marcel Offermans · 15 years ago
  61. f1748ea FELIX-1964: unable to choose the framework using system properties by Guillaume Nodet · 15 years ago
  62. fa01bf1 bugfix for instance bound service dependencies by Marcel Offermans · 15 years ago
  63. 516a9ad Update to released fileinstaller bundle. by Chris Custine · 15 years ago
  64. 1925ceb Add missing ASL2 header by Felix Meschberger · 15 years ago
  65. 329c9f3 experimental bugfix, needs more testing by Marcel Offermans · 15 years ago
  66. 22fbccc Go back to released version. by Carsten Ziegeler · 15 years ago
  67. 721d2bd added documentation, bugfixed a scenario where multiple instance bound dependencies did not work correctly by Marcel Offermans · 15 years ago
  68. 82f3455 some textual changes to comments by Marcel Offermans · 15 years ago
  69. b364843 FELIX-1961 : NPE when invoking install/update panel by Carsten Ziegeler · 15 years ago
  70. 3cc5d2d Really execute the Instantiate annotation test suite by Clement Escoffier · 15 years ago
  71. 8b91a98 SVN-Ignore Eclipse project files by Felix Meschberger · 15 years ago
  72. c086dbc Fix FELIX-1426 by Clement Escoffier · 15 years ago
  73. 6e5fb60 * Fix FELIX-1427 by Clement Escoffier · 15 years ago
  74. 8d95bbe small bugfixes by Marcel Offermans · 15 years ago
  75. 7a606e2 [maven-release-plugin] prepare for next development iteration by Chris Custine · 15 years ago
  76. 9b31d8a [maven-release-plugin] prepare release org.apache.felix.fileinstall-2.0.8 by Chris Custine · 15 years ago
  77. bbeae7f Update changelog for 2.0.8 release by Chris Custine · 15 years ago
  78. 495970d somehow a single import statement got lost :) by Marcel Offermans · 15 years ago
  79. 406c14e 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
  80. 1bbbcde exposed setting of properties for a resource adapter by Marcel Offermans · 15 years ago
  81. b012135 added a method to specify a service dependency that is based only on a filter condition by Marcel Offermans · 15 years ago
  82. cd045f5 fixed an issue with the EntryResource in BundleResourceRepository, path + name calculation where wrong by Marcel Offermans · 15 years ago
  83. 413052c increased all test timeouts from typically 1-3 seconds to 15 seconds by Marcel Offermans · 15 years ago
  84. 1581388 refactored resources to include a unique identifier by Marcel Offermans · 15 years ago
  85. 6acd911 Add test on the instantiate annotation (FELIX-1940). by Clement Escoffier · 15 years ago
  86. ab539b9 Add the processing of the Instantiate annotation (FELIX-1940) by Clement Escoffier · 15 years ago
  87. 640df13 Add the instantiate annotation (FELIX-1940) by Clement Escoffier · 15 years ago
  88. 3e9a51b added blank line to force bamboo rebuild, to fix spurious failure FELIX-DEF-3041 by Derek Baum · 15 years ago
  89. 2ee6cba reformat code using felix eclipse template. FELIX-1953. by Derek Baum · 15 years ago
  90. 7950bb7 change priority of ; and | to match bash. resolves FELIX-1500. by Derek Baum · 15 years ago
  91. e5b391a make closure arguments start at $1 (rather than $0). FELIX-1494. by Derek Baum · 15 years ago
  92. 0c6b87b 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
  93. 80dd106 added the same optimization I added to resource adapters to the aspect and adapter by Marcel Offermans · 15 years ago
  94. b9649d6 removed a duplicate dependency for resource adapters, where only the most strict one now remains by Marcel Offermans · 15 years ago
  95. 72df921 fixed a startup ordering issue, added a test to make sure it stays fixed by Marcel Offermans · 15 years ago
  96. 0f1f671 throw parsing exception if top level element is not <repository> (FELIX-1948) by David Morgan Spenser Savage · 15 years ago
  97. d85f971 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  98. d91a3d9 [maven-release-plugin] prepare release org.apache.felix.fileinstall-2.0.6 by Guillaume Nodet · 15 years ago
  99. ae1a576 Update changelog for 2.0.6 release by Guillaume Nodet · 15 years ago
  100. 018639a FELIX-1862: fileinstall thread name as printed in log messages need to be less verbose by Guillaume Nodet · 15 years ago