1. c7a576d Modified framework to accept a Logger instance so that host applications by Richard S. Hall · 17 years ago
  2. d1059b6 Fixed repository definition by Stefano Lenzi · 17 years ago
  3. 0342030 Removed bundle dependencies between basedriver and extra by Stefano Lenzi · 17 years ago
  4. a9a6841 Use released parent pom, change core dependency to point to released Felix artifact by Stuart McCulloch · 17 years ago
  5. 6c37a31 Remove empty directory. by Carsten Ziegeler · 17 years ago
  6. 7053bf8 Add support for loading bundles on Google Android (FELIX-440). by Karl Pauls · 17 years ago
  7. fb846a4 Improve native code loading - bundle installation will now fail in case a native library is not in the jar and we only use the first library of a given name. Furthermore, we now support .dylib extensions on the mac as well as others (should make it possible to use .netmodules as well) FELIX-439. by Karl Pauls · 17 years ago
  8. d5e0c26 Make the win32 alias match any version of windows for native clauses (FELIX-438). by Karl Pauls · 17 years ago
  9. 0ada38a Use package import if more than 3 Classes are imported from the same package. by Carsten Ziegeler · 17 years ago
  10. 2e83593 Organize imports. by Carsten Ziegeler · 17 years ago
  11. e71366f Fix a bug on field delegation. by Clement Escoffier · 17 years ago
  12. 43109ce Mention codehaus in notice file. by Carsten Ziegeler · 17 years ago
  13. 93de649 Refresh bundleplugin documentation (from main website) by Stuart McCulloch · 17 years ago
  14. 6ac47a5 Add missing license to OBR schema by Stuart McCulloch · 17 years ago
  15. 881b6d1 Drop bundle+obr plugins from bundle packaging build now everything is back to normal by Stuart McCulloch · 17 years ago
  16. ac18759 Add kxml2 license by Stuart McCulloch · 17 years ago
  17. 3647bf9 Force maven to update the locally installed bundleplugin by Stuart McCulloch · 17 years ago
  18. b8241a6 Somehow these two files were missed by subversion in the refactoring by Stuart McCulloch · 17 years ago
  19. e210545 Add doc directory to collect plugin documentation by Stuart McCulloch · 17 years ago
  20. 07d194e Initial license files for the OBR Maven Plugin component by Stuart McCulloch · 17 years ago
  21. bdb8168 Remove sandbox from maven-obr-plugin package name, as it is no longer a sandboxed component by Stuart McCulloch · 17 years ago
  22. 7f94878 Add license files for org.osgi.service.obr component (copied and amended from org.osgi.core) by Stuart McCulloch · 17 years ago
  23. b86942f Add license files for org.osgi.service.obr component (copied and amended from org.osgi.core) by Stuart McCulloch · 17 years ago
  24. 7adef03 Removed auto-property processing out of the framework and into the default by Richard S. Hall · 17 years ago
  25. 00eaded Add release profile to parent pom by Carsten Ziegeler · 17 years ago
  26. b3c7c87 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  27. d9dd948 [maven-release-plugin] prepare release maven-scr-plugin-1.0.0 by Carsten Ziegeler · 17 years ago
  28. d7e1ab8 Update to latest gpg plugin. by Carsten Ziegeler · 17 years ago
  29. 0d2544e Fix a StackOverflowError in URLHandlers.createStreamHandler() when creating URL on jamvm and Mika. This patch resolves an unfortunate interaction between our ExtensionManager and the URLHandlers by making the URLHandlers aware of the extension protocol. Pretty much like we do already for the bundle protocol. (FELIX-435) by Karl Pauls · 17 years ago
  30. 3948bb8 Add LICENSE and NOTICE files by Felix Meschberger · 17 years ago
  31. e74e5a6 Add LICENSE and NOTICE files by Felix Meschberger · 17 years ago
  32. 2fd5b58 Some type safety in ManagedService[Factory] service configuration by Felix Meschberger · 17 years ago
  33. 1d32c36 FELIX-433: must ensure directory exists before calling plexus unarchiver by Stuart McCulloch · 17 years ago
  34. 521c286 Commit the patch on the issue FELIX-432. by Clement Escoffier · 17 years ago
  35. dd0d9ba FELIX-433: add unpackBundle option that unpacks the bundle contents to the Maven output directory by Stuart McCulloch · 17 years ago
  36. 3dccda5 Add missing class loader java field implementation (although it's not needed right now) by Carsten Ziegeler · 17 years ago
  37. 266800a Correct javadocs. by Carsten Ziegeler · 17 years ago
  38. 9e6bee0 Correct javadocs. by Carsten Ziegeler · 17 years ago
  39. 0dd4166 FELIX-431 Replace backslashes also in the name, not just the path by Felix Meschberger · 17 years ago
  40. 1d665f6 FELIX-430 Default inherit attribute to true by Felix Meschberger · 17 years ago
  41. 491a123 Update to use the new Bindex version. Fix the Id bug. by Clement Escoffier · 17 years ago
  42. 1a31809 Resolve an issue introduced in the previous commit. The class need to be loaded before creating the proxy. by Clement Escoffier · 17 years ago
  43. b9f2df7 Fix the issue #Felix-427. by Clement Escoffier · 17 years ago
  44. aed494d FELIX-425 Decrement service counter when a service is removed whose by Felix Meschberger · 17 years ago
  45. f07e094 FELIX-424: update bndlib to 0.0.213 (2nd attempt) by Stuart McCulloch · 17 years ago
  46. a313fdf Revert bndlib update, as there seems to be a problem using the newly uploaded artifact by Stuart McCulloch · 17 years ago
  47. 4e72df2 FELIX-424: update bndlib to 0.0.213 by Stuart McCulloch · 17 years ago
  48. b8de209 Fix a small oversight in the extension manager that could lead to a null pointer exception and save some memory by creating less objects. by Karl Pauls · 17 years ago
  49. 8da2c20 Degrate to version 0.0.0 if we can not find the Felix.properties for some reason and avoid a null pointer in this case. by Karl Pauls · 17 years ago
  50. 3dc5a9e FELIX-284 Missed adding the scr command for the Felix Shell by Felix Meschberger · 17 years ago
  51. d25a63d FELIX-284 Add Management API by Felix Meschberger · 17 years ago
  52. 970fcbc Fixed typo by Felix Meschberger · 17 years ago
  53. ae4ccc6 FELIX-418: Updated bundle-plugin pom to use bndlib 0.0.212 by Stuart McCulloch · 17 years ago
  54. 7f6575c FELIX-423: workaround for OBR code - PathFile appears to expects a decoded URI path (ie. with 'file' scheme, but without any encodings, such as %20) by Stuart McCulloch · 17 years ago
  55. bf35521 FELIX-423: fix OBR PathFile to encode spaces on all platforms, not just Windows and return absolute path when the basedir is not related to the file (instead of returning null which gets appended to various strings without checking) by Stuart McCulloch · 17 years ago
  56. 7c16d69 FELIX-400: map individual resources to correct locations by Stuart McCulloch · 17 years ago
  57. 44deaef FELIX-400: add resource code to properly handle Maven includes/excludes by Stuart McCulloch · 17 years ago
  58. 55332cf Clean up POM dependencies (using dependency:analyze to check) by Stuart McCulloch · 17 years ago
  59. 449b67d FELIX-419 Implementing new ds attribute for @scr.component JavaDoc tag allowing to prevent by Felix Meschberger · 17 years ago
  60. 2b107e9 Added a few more comments to the usage count methods. by Richard S. Hall · 17 years ago
  61. d8a604a Reorganized usage count methods to better handle null reference checking by Richard S. Hall · 17 years ago
  62. 4eab576 Avoid creating an unnecessary inner class by reusing an existing one and fix some thread safety issue in URLHandlersBundleURLConnection. by Karl Pauls · 17 years ago
  63. 5824871 Added a simple check to detect and work around a bug in J9 (FELIX-416) by Karl Pauls · 17 years ago
  64. 004a6b1 Mention included software in notice. by Carsten Ziegeler · 17 years ago
  65. fd2cbb5 Commit patch of the Felix-413 issue. by Clement Escoffier · 17 years ago
  66. b12e0df Make Embed-StripGroup default to true, as it is much more useful than the current default by Stuart McCulloch · 17 years ago
  67. 08f860a Fix a synchronization bug in the component instance manager. by Clement Escoffier · 17 years ago
  68. 5ba746b FELIX-417: fix project references by Stuart McCulloch · 17 years ago
  69. 8ab1f64 Change how the extension manager url stream handler handles request to the root path in order to make some tomcat issue go away (FELIX-414). by Karl Pauls · 17 years ago
  70. a237288 Invalidate instance instead of stopping them after InvocationTargetException (which allow to restart automatically after an external event) by Clement Escoffier · 17 years ago
  71. 9728dbf [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  72. 665572c [maven-release-plugin] prepare release maven-scr-plugin-0.4.0 by Carsten Ziegeler · 17 years ago
  73. beae9af [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  74. f23a4bd [maven-release-plugin] prepare release maven-scr-plugin-0.3.0 by Carsten Ziegeler · 17 years ago
  75. 18ecd68 Update the JMX handler pom file to add iPOJO configuration. by Clement Escoffier · 17 years ago
  76. 26d3143 Removed some whitespace. by Richard S. Hall · 17 years ago
  77. e0dad3d Fix class cast exception reported in FELIX-411. by Carsten Ziegeler · 17 years ago
  78. 6787ce4 Better error messages (and detect difference between internal error and configuration error) by Stuart McCulloch · 17 years ago
  79. 82a81b5 Added support for "/" bundle resources as requested in FELIX-383. Not by Richard S. Hall · 17 years ago
  80. f7639f3 Applied patch (FELIX-410) to add support for zipped repository files. by Richard S. Hall · 17 years ago
  81. c91ddad Fix FELIX-409 and fail building if an empty @scr.service tag is specified without the component implementing an interface. by Carsten Ziegeler · 17 years ago
  82. faa3d61 Use system bundle when firing a framework error event when an install error by Richard S. Hall · 17 years ago
  83. 7395aad Refactor nullable object system. by Clement Escoffier · 17 years ago
  84. f693a0c FELIX-401: update bndlib to fix incorrect imports bug by Stuart McCulloch · 17 years ago
  85. 0e8680b FELIX 406: fix Windows path entries in Bundle-ClassPath when embedding jars by Stuart McCulloch · 17 years ago
  86. e7b2cb8 Fix a NPE when getEntryPaths is called on the system bundle (FELIX-394). by Karl Pauls · 17 years ago
  87. 9699e45 Fix typo in error message. by Carsten Ziegeler · 17 years ago
  88. 6e57788 FELIX-405: support custom obr repository filenames, such as foo.xml by Stuart McCulloch · 17 years ago
  89. fea5f96 Commit the JMX handler allowing to expose an JMX MBean to monitor & control an iPOJO instance remotely. by Clement Escoffier · 17 years ago
  90. dbddbbe Commit the Event Admin handler. by Clement Escoffier · 17 years ago
  91. c674711 FELIX-403: be consistent with other code and replace line-break with empty string by Stuart McCulloch · 17 years ago
  92. fd6646e FELIX-403: replace line-breaks with spaces when using Maven project description in Bundle manifest by Stuart McCulloch · 17 years ago
  93. 0ab6389 FELIX-402: use correct manifest location when using reactor build by Stuart McCulloch · 17 years ago
  94. 97f4814 Commit the patch for the FELIX-398 issue. by Clement Escoffier · 17 years ago
  95. 972f8f0 FELIX-400: apply Carlos' patch to fix array out of bounds exception when the resource directory is the same as the basedir by Stuart McCulloch · 17 years ago
  96. 4d18a85 Fixed an erroneous XML comment marker. by Richard S. Hall · 17 years ago
  97. f78c6b6 Applied Stuart's patch to use variable substitution via BND to define by Richard S. Hall · 17 years ago
  98. fa8b777 Modifies bundle resource URL handling such that if a resource URL points by Richard S. Hall · 17 years ago
  99. 1a862e9 FELIX-390: upgrade to BND 0.0.203, and remove redundant getPackages method by Stuart McCulloch · 17 years ago
  100. 1f94934 Add static and dynamic-priority binding policy. by Clement Escoffier · 17 years ago