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