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