1. 2c95f24 tidy up npe for project bundles by David Morgan Spencer Savage · 14 years ago
  2. 4b87873 added license by Pierre De Rop · 14 years ago
  3. 4d727b5 added integration test for BundleDependency annotation by Pierre De Rop · 14 years ago
  4. 78dc0fb added integration test for BundleDependency annotation by Pierre De Rop · 14 years ago
  5. 630ab8c cleaned imports by Pierre De Rop · 14 years ago
  6. 53a1ebe fixed javadoc by Pierre De Rop · 14 years ago
  7. 01e2a18 added BundleDependency annotation by Pierre De Rop · 14 years ago
  8. 8b85c35 added BundleDependency annotation parsing by Pierre De Rop · 14 years ago
  9. 7132c5c added BundleDependency annotation by Pierre De Rop · 14 years ago
  10. 9615b73 added org.osgi.core for BundleDependency annotation by Pierre De Rop · 14 years ago
  11. 50b7d53 fixed comments by Pierre De Rop · 14 years ago
  12. 5f7d5a8 Fix issue FELIX-2132 by Clement Escoffier · 14 years ago
  13. 5caf369 update bundle manifest data after synchronizing from repository (FELIX-1740) by David Morgan Spencer Savage · 14 years ago
  14. bdeead5 further tidy up of use of HashSets to improve memory profile (FELIX-2092) by David Morgan Spencer Savage · 14 years ago
  15. 8533da6 Update to release plugin 2.0 by Chris Custine · 14 years ago
  16. e7f6718 FELIX-2106, FELIX-692: remove unneeded outer loop in ResolverImpl#searchResources() by Guillaume Nodet · 14 years ago
  17. a3fbff1 FELIX-2126: add a test case by Guillaume Nodet · 14 years ago
  18. 30677f5 FELIX-2126: Dependencies of optional resources should be optional by Guillaume Nodet · 14 years ago
  19. 66b87bd FELIX-2106, FELIX-692: Control which repositories are used for a given resolver by Guillaume Nodet · 14 years ago
  20. 7b9f751 FELIX-2118 Load the license data wrapped in <pre>-</pre> tages into a <div> to ensure IE can properly render the fixed-format data; in addition provide a WebConsoleUtil.setNoCache method to provide a means to inform the client to not cache the response. by Felix Meschberger · 14 years ago
  21. 9ff67c2 FELIX-2122 Prevent NullPointerException if NoClassDefFoundError does not provide a message by Felix Meschberger · 14 years ago
  22. 9c28c1d Fixed an apparent type. (FELIX-2115) by Richard S. Hall · 14 years ago
  23. 979357f [bundlerepository] remove an unneeded import and ';' by Guillaume Nodet · 14 years ago
  24. 686cb9b FELIX-2083: bundlerepository should mark dependencies it includes as optional by Guillaume Nodet · 14 years ago
  25. b64ee73 FELIX-1951: The SchemaObr.xsd in bundleplugin is incomplete by Guillaume Nodet · 14 years ago
  26. 6c58a37 FELIX-1007: OBR search doesn't take 'categories' into account by Guillaume Nodet · 14 years ago
  27. 130dcaa removed org.apache.felix.dependencymanager.test.annotation artifact, which is not used anymore by Pierre De Rop · 14 years ago
  28. a1c749d FELIX-1988 Apply 22.assorted3.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  29. 17f7f79 FELIX-1988 Add bulgarian translations provided by Valentin Valchev (thanks) and ensure they are converted to ISO-8859-1 encoding during the build using the native2ascii plugin by Felix Meschberger · 14 years ago
  30. c0b74d7 FELIX-2113: leverage FELIX-2110 to implement obr:resolve and obr:find commands by Guillaume Nodet · 14 years ago
  31. a6f375e FELIX-2115: The api offers no way to have a timeout or cancel the resolution if it takes too long by Guillaume Nodet · 14 years ago
  32. fa28e07 Very minor formatting change. by Richard S. Hall · 14 years ago
  33. 91c6bff Minor formatting changes. by Richard S. Hall · 14 years ago
  34. bbcc4b9 FELIX-1988 Apply 21.assorted2.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  35. 26444e2 FELIX-1988 Apply 20.obr_plugin.patch by Valentin Valchev (thanks) (fixed license header of BundleRepositoryRender) by Felix Meschberger · 14 years ago
  36. 321618f FELIX-1910 Refactored LicenseServlet to use regular URLs to address resources instead of request parameters; ensure bundles are displayed in bundle-name sort order (as intended) by Felix Meschberger · 14 years ago
  37. 4ff5c7a FELIX-2109: OBR should support matching resources for a given requirement by Guillaume Nodet · 14 years ago
  38. cd87ae5 FELIX-2110: The resolver should be able to resolve for some requirements in addition to resources by Guillaume Nodet · 14 years ago
  39. b8ec044 Fix issue FELIX-2093 : iPOJO doesn't always use the correct class loader to load Nullable classes by Clement Escoffier · 14 years ago
  40. 82a7508 Remove debug print. (FELIX-2107) by Richard S. Hall · 14 years ago
  41. 4705e0e Fix another issue with substring matching add test case. (FELIX-2107) by Richard S. Hall · 14 years ago
  42. c694d8a added integration tests for annotated adapter services by Pierre De Rop · 14 years ago
  43. 707c386 fixed javadoc by Pierre De Rop · 14 years ago
  44. 9f0cbab check if the system tmpdir already exists by Pierre De Rop · 14 years ago
  45. 1a8c2e3 added support for annotated adapter services by Pierre De Rop · 14 years ago
  46. 609e08c added support for annotated adapter services by Pierre De Rop · 14 years ago
  47. 741329b FELIX-2113: Add obr:find and obr:resolve to find matching resources and show resolution output by Guillaume Nodet · 14 years ago
  48. cf99b61 FELIX-1990: Use aries blueprint / jmx by Guillaume Nodet · 14 years ago
  49. 9efe9ae FELIX-1988 Modify license display to use the JQuery load() function thus not requiring an <iframe>. Load the details into a <pre> element with rounded corner and dynamic height. by Felix Meschberger · 14 years ago
  50. 05692ef FELIX-1988 Apply 19.assorted1.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  51. fc0f013 Improve security checks by Clement Escoffier · 14 years ago
  52. eb1a4df The substring matching algorithm had a couple bugs in it. (FELIX-2107) by Richard S. Hall · 14 years ago
  53. 3f981f9 Reformat according to Felix code style. by Richard S. Hall · 14 years ago
  54. 6701f52 FELIX-2114: The reasons for adding a resource may contain the same requirement several times by Guillaume Nodet · 14 years ago
  55. 4eb49be FELIX-2112: Carriage returns are removed from instructions, but the lines should be trimmed alltogether by Guillaume Nodet · 14 years ago
  56. aa2a306 FELIX-1988 Apply 18.configuration_printer_load_on_demand.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  57. 8a05197 FELIX-1988 Fix zebra background for tablesorter operated tables by Felix Meschberger · 14 years ago
  58. 389b81a FELIX-2104: Add an optional faster stax based parser by Guillaume Nodet · 14 years ago
  59. 4f590af FELIX-1988 Apply 17.finishing_touches.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  60. 24f5803 FELIX-1988 Ensure the default local file "xyz.properties" is assigned to the DEFAULT_LOCALE to have the default translations by Felix Meschberger · 14 years ago
  61. d219cc7 FELIX-1988 Apply 16.license_plugin.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  62. f6a85b3 [maven-release-plugin] prepare for next development iteration by Chris Custine · 14 years ago
  63. 49ce940 [maven-release-plugin] prepare release karaf-1.4.0 by Chris Custine · 14 years ago
  64. d88acf9 Update to Felix framework to 2.0.4 release. by Chris Custine · 14 years ago
  65. caef587 The package used to get the path of the bundle's classes must be searched either from Private-Package or from Export-Package directive by Pierre De Rop · 14 years ago
  66. 0396617 FELIX-2102, FELIX-2103: Improve the obr url handler to support installing bundles by their symbolicname and version by Guillaume Nodet · 14 years ago
  67. 16b5383 moved sample/annotation sub-project into sample.annotation toplevel project by Pierre De Rop · 14 years ago
  68. 64642a1 moved sample/annotation sub-project into sample.annotation toplevel project by Pierre De Rop · 14 years ago
  69. f10691c FELIX-2105 Multiple OSGi/Minimum-1.1 issues: by Felix Meschberger · 14 years ago
  70. faebf92 added missing license by Pierre De Rop · 14 years ago
  71. ae2e209 removed test/annotation subproject by Pierre De Rop · 14 years ago
  72. 56c06c3 reworked annotation junit tests by Pierre De Rop · 14 years ago
  73. 61e91a4 added bnd and dm annotation dependencies by Pierre De Rop · 14 years ago
  74. 40618d6 reworked annotation junit tests by Pierre De Rop · 14 years ago
  75. 51d4d32 added helper class used to generate a bundle dynamically by Pierre De Rop · 14 years ago
  76. a664fa5 reworked annotation junit tests by Pierre De Rop · 14 years ago
  77. 74debcf added a junit base class in order to ensure that all temporary tiny bundles are removed once a junit test is done by Pierre De Rop · 14 years ago
  78. 19c9f3e reworked annotation junit tests by Pierre De Rop · 14 years ago
  79. 2569e9b FELIX-1988 Apply 15.config_render_plugin.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  80. 8d7d4e0 [karaf] Fix NPE in the OBR refreshUrl command by Guillaume Nodet · 14 years ago
  81. 6d72924 FELIX-1621: OBR fails to take bundles into account that are already available in the framework by Guillaume Nodet · 14 years ago
  82. fb70882 FELIX-1988 Apply 13.components_plugin.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  83. b812b2e FELIX-1988 Apply 14.configmgr_plugin.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  84. 63d692a FELIX-1988 Apply 12.bundles_plugin.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  85. 9cd5bc8 FELIX-2098 Remove unused AssemblyListRender by Felix Meschberger · 14 years ago
  86. 3e3f41e FELIX-1988 Better handle situation where ShellService class is not available by Felix Meschberger · 14 years ago
  87. 699ad2e FELIX-1988 Apply 11.shell_plugin.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  88. 1e5c126 FELIX-1988 Apply 10.deployment_plugin.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  89. afcbd60 FELIX-1988 Apply 9.logs_plugin.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  90. ab1b817 FELIX-1988 Apply 8.abstractconsolefix_and_props.patch by Valentin Valchev (thanks, excellent point about the getHeader/getFooter loading, thanks) by Felix Meschberger · 14 years ago
  91. 18000d9 FELIX-2097 Improve internal storage of available locales (this is only used for the getLocales() method and thus may be a simple string[]) by Felix Meschberger · 14 years ago
  92. 85a69e2 FELIX-2097 do not return an empty locale name from the DefaultMetaTypeProvider.getLocales() method by Felix Meschberger · 14 years ago
  93. fc30620 FELIX-2094 Ensure empty default value attribute in <AD> element gives String[]{ "" }. by Felix Meschberger · 14 years ago
  94. 8e2cedc FELIX-1988 use AbstractWebConsolePlugin.readTemplateFile to load the template files by Felix Meschberger · 14 years ago
  95. 2fc6a6e FELIX-1988 Apply 7.services.patch by Valentin Valchev (thanks) with the following change: make readTemplateFile method of AbstractWebConsole protected for use by extending plugins and fix a minor issue in the services.js script preventing mutliple service details to be opened at the same time by Felix Meschberger · 14 years ago
  96. 6107fc1 FELIX-1988 Fix an issue where multiple bundle details cannot be shown at the same time by Felix Meschberger · 14 years ago
  97. 6d15eb5 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 14 years ago
  98. 3fd678d [maven-release-plugin] prepare release org.apache.felix.eventadmin-1.2.2 by Carsten Ziegeler · 14 years ago
  99. 00da3f5 Catch npe if -bundles not set by David Morgan Spencer Savage · 14 years ago
  100. b7d00a5 Change API for checking if packages are part of bundle - use package fragments vs roots to improve performance by David Morgan Spencer Savage · 14 years ago