1. 1d32c36 FELIX-433: must ensure directory exists before calling plexus unarchiver by Stuart McCulloch · 17 years ago
  2. 521c286 Commit the patch on the issue FELIX-432. by Clement Escoffier · 17 years ago
  3. dd0d9ba FELIX-433: add unpackBundle option that unpacks the bundle contents to the Maven output directory by Stuart McCulloch · 17 years ago
  4. 3dccda5 Add missing class loader java field implementation (although it's not needed right now) by Carsten Ziegeler · 17 years ago
  5. 266800a Correct javadocs. by Carsten Ziegeler · 17 years ago
  6. 9e6bee0 Correct javadocs. by Carsten Ziegeler · 17 years ago
  7. 0dd4166 FELIX-431 Replace backslashes also in the name, not just the path by Felix Meschberger · 17 years ago
  8. 1d665f6 FELIX-430 Default inherit attribute to true by Felix Meschberger · 17 years ago
  9. 491a123 Update to use the new Bindex version. Fix the Id bug. by Clement Escoffier · 17 years ago
  10. 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
  11. b9f2df7 Fix the issue #Felix-427. by Clement Escoffier · 17 years ago
  12. aed494d FELIX-425 Decrement service counter when a service is removed whose by Felix Meschberger · 17 years ago
  13. f07e094 FELIX-424: update bndlib to 0.0.213 (2nd attempt) by Stuart McCulloch · 17 years ago
  14. a313fdf Revert bndlib update, as there seems to be a problem using the newly uploaded artifact by Stuart McCulloch · 17 years ago
  15. 4e72df2 FELIX-424: update bndlib to 0.0.213 by Stuart McCulloch · 17 years ago
  16. 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
  17. 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
  18. 3dc5a9e FELIX-284 Missed adding the scr command for the Felix Shell by Felix Meschberger · 17 years ago
  19. d25a63d FELIX-284 Add Management API by Felix Meschberger · 17 years ago
  20. 970fcbc Fixed typo by Felix Meschberger · 17 years ago
  21. ae4ccc6 FELIX-418: Updated bundle-plugin pom to use bndlib 0.0.212 by Stuart McCulloch · 17 years ago
  22. 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
  23. 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
  24. 7c16d69 FELIX-400: map individual resources to correct locations by Stuart McCulloch · 17 years ago
  25. 44deaef FELIX-400: add resource code to properly handle Maven includes/excludes by Stuart McCulloch · 17 years ago
  26. 55332cf Clean up POM dependencies (using dependency:analyze to check) by Stuart McCulloch · 17 years ago
  27. 449b67d FELIX-419 Implementing new ds attribute for @scr.component JavaDoc tag allowing to prevent by Felix Meschberger · 17 years ago
  28. 2b107e9 Added a few more comments to the usage count methods. by Richard S. Hall · 17 years ago
  29. d8a604a Reorganized usage count methods to better handle null reference checking by Richard S. Hall · 17 years ago
  30. 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
  31. 5824871 Added a simple check to detect and work around a bug in J9 (FELIX-416) by Karl Pauls · 17 years ago
  32. 004a6b1 Mention included software in notice. by Carsten Ziegeler · 17 years ago
  33. fd2cbb5 Commit patch of the Felix-413 issue. by Clement Escoffier · 17 years ago
  34. b12e0df Make Embed-StripGroup default to true, as it is much more useful than the current default by Stuart McCulloch · 17 years ago
  35. 08f860a Fix a synchronization bug in the component instance manager. by Clement Escoffier · 17 years ago
  36. 5ba746b FELIX-417: fix project references by Stuart McCulloch · 17 years ago
  37. 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
  38. a237288 Invalidate instance instead of stopping them after InvocationTargetException (which allow to restart automatically after an external event) by Clement Escoffier · 17 years ago
  39. 9728dbf [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  40. 665572c [maven-release-plugin] prepare release maven-scr-plugin-0.4.0 by Carsten Ziegeler · 17 years ago
  41. beae9af [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 17 years ago
  42. f23a4bd [maven-release-plugin] prepare release maven-scr-plugin-0.3.0 by Carsten Ziegeler · 17 years ago
  43. 18ecd68 Update the JMX handler pom file to add iPOJO configuration. by Clement Escoffier · 17 years ago
  44. 26d3143 Removed some whitespace. by Richard S. Hall · 17 years ago
  45. e0dad3d Fix class cast exception reported in FELIX-411. by Carsten Ziegeler · 17 years ago
  46. 6787ce4 Better error messages (and detect difference between internal error and configuration error) by Stuart McCulloch · 17 years ago
  47. 82a81b5 Added support for "/" bundle resources as requested in FELIX-383. Not by Richard S. Hall · 17 years ago
  48. f7639f3 Applied patch (FELIX-410) to add support for zipped repository files. by Richard S. Hall · 17 years ago
  49. 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
  50. faa3d61 Use system bundle when firing a framework error event when an install error by Richard S. Hall · 17 years ago
  51. 7395aad Refactor nullable object system. by Clement Escoffier · 17 years ago
  52. f693a0c FELIX-401: update bndlib to fix incorrect imports bug by Stuart McCulloch · 17 years ago
  53. 0e8680b FELIX 406: fix Windows path entries in Bundle-ClassPath when embedding jars by Stuart McCulloch · 17 years ago
  54. e7b2cb8 Fix a NPE when getEntryPaths is called on the system bundle (FELIX-394). by Karl Pauls · 17 years ago
  55. 9699e45 Fix typo in error message. by Carsten Ziegeler · 17 years ago
  56. 6e57788 FELIX-405: support custom obr repository filenames, such as foo.xml by Stuart McCulloch · 17 years ago
  57. fea5f96 Commit the JMX handler allowing to expose an JMX MBean to monitor & control an iPOJO instance remotely. by Clement Escoffier · 17 years ago
  58. dbddbbe Commit the Event Admin handler. by Clement Escoffier · 17 years ago
  59. c674711 FELIX-403: be consistent with other code and replace line-break with empty string by Stuart McCulloch · 17 years ago
  60. fd6646e FELIX-403: replace line-breaks with spaces when using Maven project description in Bundle manifest by Stuart McCulloch · 17 years ago
  61. 0ab6389 FELIX-402: use correct manifest location when using reactor build by Stuart McCulloch · 17 years ago
  62. 97f4814 Commit the patch for the FELIX-398 issue. by Clement Escoffier · 17 years ago
  63. 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
  64. 4d18a85 Fixed an erroneous XML comment marker. by Richard S. Hall · 17 years ago
  65. f78c6b6 Applied Stuart's patch to use variable substitution via BND to define by Richard S. Hall · 17 years ago
  66. fa8b777 Modifies bundle resource URL handling such that if a resource URL points by Richard S. Hall · 17 years ago
  67. 1a862e9 FELIX-390: upgrade to BND 0.0.203, and remove redundant getPackages method by Stuart McCulloch · 17 years ago
  68. 1f94934 Add static and dynamic-priority binding policy. by Clement Escoffier · 17 years ago
  69. 455b082 Auto-property handling now installs bundles into the default bundle start by Richard S. Hall · 17 years ago
  70. 0e95885 Overwrite the URLStreamHandler.getHostAddress(URL) in the ExtensionManager to immediately return null to prevent DNS lookup (FELIX-388). by Karl Pauls · 17 years ago
  71. 339b5b6 Remove an assignation in the manipulator to avoid unexpected references. by Clement Escoffier · 17 years ago
  72. 23915b8 FELIX-392 Better handle unexpected issues when trying to get a activation or binding method by reflection by Felix Meschberger · 17 years ago
  73. f7f306c Fix NPE by returning an empty array. by Carsten Ziegeler · 17 years ago
  74. 0a6e85a Fix lookup on parent classes for fields and references. by Carsten Ziegeler · 17 years ago
  75. 02afa5f FELIX-360: recover from exceptions thrown by maven2OsgiConverter.getBundleSymbolicName by Stuart McCulloch · 17 years ago
  76. 00f7d69 FELIX-391: Applied a patch to fix this issue by Stefano Lenzi · 17 years ago
  77. de88f0c FELIX-360: apply the rest of Carlos' fixes by Stuart McCulloch · 17 years ago
  78. 081eb16 Updated OBR's VersionRange to match the Framework's VersionRange...duplication by Richard S. Hall · 17 years ago
  79. 28402bd Added support to the Main launcher to use a default embedded resource for by Richard S. Hall · 17 years ago
  80. 4b78273 Removed some extraneous control-M characters. by Richard S. Hall · 17 years ago
  81. 5cf9b71 Fix a bug if the property has no field (forget one method) by Clement Escoffier · 17 years ago
  82. eb49dfc Fix a bug if the property has no field. by Clement Escoffier · 17 years ago
  83. 7d193a3 FELIX-374 Register ManagedService on behalf of components to receive Configuration by Felix Meschberger · 17 years ago
  84. 444f5b1 FELIX-387 Fix support for reference service target properties by Felix Meschberger · 17 years ago
  85. 04f2391 Instances can now customize their requirement filters (both on primitive and composite components) by Clement Escoffier · 17 years ago
  86. f87f96e Update todo list by Felix Meschberger · 17 years ago
  87. 9b6b509 FELIX-387 Fix support for reference service target properties by Felix Meschberger · 17 years ago
  88. 0490262 FELIX-110 completion of the current Felix SCR implementation to take into account components <properties> elements by Felix Meschberger · 17 years ago
  89. 75258d2 Improved property and reference search mechanism: the fields are search starting from the inspected class and up the hierarchy. This allows to detect overwritten information and duplicate information in the same class. This fixes FELIX-386 by Carsten Ziegeler · 17 years ago
  90. c3fb97a FELIX-385 ReferenceMetadata.setTarget includes the interface name in the target filter by Felix Meschberger · 17 years ago
  91. e427122 FELIX-374 Register ManagedService on behalf of components to receive Configuration by Felix Meschberger · 17 years ago
  92. f72fba2 FELIX-384 Possible deadlock on framework startlevel change by Felix Meschberger · 17 years ago
  93. 5fb36fa Upgrade snapshot to BND 0.0.198 by Stuart McCulloch · 17 years ago
  94. 682e33f Resolved a concurrency issue that could result in the same bundle being by Richard S. Hall · 17 years ago
  95. 3820020 FELIX-382 ServletContext.getResource[AsStream] not working correctly by Felix Meschberger · 17 years ago
  96. 3fc3a01 Add a service.pid inside factories. by Clement Escoffier · 17 years ago
  97. b76cfdb FELIX-379 Registering multiple servlets may hide some by Felix Meschberger · 17 years ago
  98. 91325d3 Fix a bug in the Dependency Handler Description when the "instance.name" property is not set. by Clement Escoffier · 17 years ago
  99. 046c1b1 New annotation processor. The manipulator manages custom annotations (provided by external handlers). by Clement Escoffier · 17 years ago
  100. b7d551a Ensure any future OBR issues don't break the bundle life-cycle by Stuart McCulloch · 17 years ago