1. d88acf9 Update to Felix framework to 2.0.4 release. by Chris Custine · 14 years ago
  2. 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
  3. 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
  4. 16b5383 moved sample/annotation sub-project into sample.annotation toplevel project by Pierre De Rop · 14 years ago
  5. 64642a1 moved sample/annotation sub-project into sample.annotation toplevel project by Pierre De Rop · 14 years ago
  6. f10691c FELIX-2105 Multiple OSGi/Minimum-1.1 issues: by Felix Meschberger · 14 years ago
  7. faebf92 added missing license by Pierre De Rop · 14 years ago
  8. ae2e209 removed test/annotation subproject by Pierre De Rop · 14 years ago
  9. 56c06c3 reworked annotation junit tests by Pierre De Rop · 14 years ago
  10. 61e91a4 added bnd and dm annotation dependencies by Pierre De Rop · 14 years ago
  11. 40618d6 reworked annotation junit tests by Pierre De Rop · 14 years ago
  12. 51d4d32 added helper class used to generate a bundle dynamically by Pierre De Rop · 14 years ago
  13. a664fa5 reworked annotation junit tests by Pierre De Rop · 14 years ago
  14. 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
  15. 19c9f3e reworked annotation junit tests by Pierre De Rop · 14 years ago
  16. 2569e9b FELIX-1988 Apply 15.config_render_plugin.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  17. 8d7d4e0 [karaf] Fix NPE in the OBR refreshUrl command by Guillaume Nodet · 14 years ago
  18. 6d72924 FELIX-1621: OBR fails to take bundles into account that are already available in the framework by Guillaume Nodet · 14 years ago
  19. fb70882 FELIX-1988 Apply 13.components_plugin.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  20. b812b2e FELIX-1988 Apply 14.configmgr_plugin.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  21. 63d692a FELIX-1988 Apply 12.bundles_plugin.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  22. 9cd5bc8 FELIX-2098 Remove unused AssemblyListRender by Felix Meschberger · 14 years ago
  23. 3e3f41e FELIX-1988 Better handle situation where ShellService class is not available by Felix Meschberger · 14 years ago
  24. 699ad2e FELIX-1988 Apply 11.shell_plugin.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  25. 1e5c126 FELIX-1988 Apply 10.deployment_plugin.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  26. afcbd60 FELIX-1988 Apply 9.logs_plugin.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  27. 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
  28. 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
  29. 85a69e2 FELIX-2097 do not return an empty locale name from the DefaultMetaTypeProvider.getLocales() method by Felix Meschberger · 14 years ago
  30. fc30620 FELIX-2094 Ensure empty default value attribute in <AD> element gives String[]{ "" }. by Felix Meschberger · 14 years ago
  31. 8e2cedc FELIX-1988 use AbstractWebConsolePlugin.readTemplateFile to load the template files by Felix Meschberger · 14 years ago
  32. 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
  33. 6107fc1 FELIX-1988 Fix an issue where multiple bundle details cannot be shown at the same time by Felix Meschberger · 14 years ago
  34. 6d15eb5 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 14 years ago
  35. 3fd678d [maven-release-plugin] prepare release org.apache.felix.eventadmin-1.2.2 by Carsten Ziegeler · 14 years ago
  36. 00da3f5 Catch npe if -bundles not set by David Morgan Spencer Savage · 14 years ago
  37. 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
  38. d9cd16e Update internal values that use sets etc to use null objects or arrays to improve memory profile FELIX-2092 by David Morgan Spencer Savage · 14 years ago
  39. c8fb0ac Open jar file with verify off to improve performance by David Morgan Spencer Savage · 14 years ago
  40. fed4637 Usage of VersionTable FELIX-2085 by David Morgan Spencer Savage · 14 years ago
  41. 0a3717a tidy up by David Morgan Spencer Savage · 14 years ago
  42. a4e092c Tidy up unused imports and implement hashCode algorithm by David Morgan Spencer Savage · 14 years ago
  43. 141c7c0 FELIX-2091 Properly handle cases when the ComponentActivatorTask checks whether a component task should be executed but the component has already been disposed off. by Felix Meschberger · 14 years ago
  44. e2ea038 fixed qualifier oversite by David Morgan Spencer Savage · 14 years ago
  45. 2b09d48 FELIX-2089 "unset" the bundle context on stop for the LogWrapper to not cause an IllegalStateException when logging after the bundle has already stopped by Felix Meschberger · 14 years ago
  46. e1833c2 FELIX-2086 Make sure the bare Web Console bundle has a different symbolic name. by Felix Meschberger · 14 years ago
  47. cc8adbb only log an error if there is no implementation set AND creating an instance using a factory did not work by Marcel Offermans · 14 years ago
  48. b425286 Use VersionTable to reduce memory foot print and Object creation (FELIX-2085) by David Morgan Spencer Savage · 14 years ago
  49. fbdfa02 FELIX-1988 Apply 6.vmstat.patch by Valentin Valchev (thanks) with the following change: The WebConsoleUtil.getVariableResolver now presets the default resolver created with the appRoot and pluginRoot properties from the respective request attributes by Felix Meschberger · 14 years ago
  50. 86fcd01 Update NOTICE file and include Sun license. by Richard S. Hall · 14 years ago
  51. 7c107a3 FELIX-1988 Apply 5.main_template.patch by Valentin Valchev (thanks) with the following changes: (1) also externalize the footer as a template (for consistency), (2) create a readTemplateFile method to read the file, (3) return an empty string (instead of using null) of the file fails to be read by Felix Meschberger · 14 years ago
  52. 3f1af0e FELIX-1988 fix GIF image media types and ensure i18n resource file is transmitted and provided in UTF-8 encoding (contains non-ISO-8859-1 characters) by Felix Meschberger · 14 years ago
  53. 45c9caa FELIX-1988 Apply 4.webconsole_src_main_resources_res_lib.zip by Valentin Valchev (thanks) plus adding required NOTICEs and LICENSE files by Felix Meschberger · 14 years ago
  54. a62de69 FELIX-2084: Make the display of exception stack traces available through a variable in the shell by Guillaume Nodet · 14 years ago
  55. 0351cee Append ":" to directive names. (FELIX-2081) by Richard S. Hall · 14 years ago
  56. 7dccd5a Use karaf in the manual name to be more intuitive by Guillaume Nodet · 14 years ago
  57. fda4904 FELIX-2082: Local resources should really be preferred over remote resources by Guillaume Nodet · 14 years ago
  58. b687118 FELIX-2081: Attribtues and directives and not used on local resources by Guillaume Nodet · 14 years ago
  59. 9ace4f4 Tested filter for null before using it. by Marcel Offermans · 14 years ago
  60. d665eaf Fixes for bundle adapters. Added missing methods to DAB. by Marcel Offermans · 14 years ago
  61. 2c99aa5 Update notice file. by Carsten Ziegeler · 14 years ago
  62. 62dcde8 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 14 years ago
  63. 857ff58 [maven-release-plugin] prepare release org.apache.felix.eventadmin-1.2.0 by Carsten Ziegeler · 14 years ago
  64. 0720399 Remove version info from export again; bnd seems to add it by Carsten Ziegeler · 14 years ago
  65. 84cc79b Add version information to export by Carsten Ziegeler · 14 years ago
  66. b87f974 Applied patch to address some NPEs. (FELIX-1809) by Richard S. Hall · 14 years ago
  67. 7cb3bc5 FELIX-2074: Bring back the history command by Guillaume Nodet · 14 years ago
  68. 2f60f11 FELIX-2075: Add a 'new' command to create java objects from the command line by Guillaume Nodet · 14 years ago
  69. 69c9cc7 FELIX-2078 Added a test case that exposes the bug. by Marcel Offermans · 14 years ago
  70. 3ddabd3 Update framework dependency to snapshot by Karl Pauls · 14 years ago
  71. 3616b3a Update framework dependency to snapshot by Karl Pauls · 14 years ago
  72. bd61ea2 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  73. 2e827f7 [maven-release-plugin] prepare release org.apache.felix.main.distribution-2.0.4 by Karl Pauls · 14 years ago
  74. 83b4988 Update to framework 2.0.4 by Karl Pauls · 14 years ago
  75. ddbce62 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  76. 7f0d4b3 [maven-release-plugin] prepare release org.apache.felix.main-2.0.4 by Karl Pauls · 14 years ago
  77. 7f188a4 Update to framework 2.0.4 by Karl Pauls · 14 years ago
  78. fa3f4f5 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  79. 220f711 [maven-release-plugin] prepare release org.apache.felix.framework-2.0.4 by Karl Pauls · 14 years ago
  80. 92f9a4b [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  81. 1d130b4 [maven-release-plugin] prepare release org.apache.felix.framework-2.0.4 by Karl Pauls · 14 years ago
  82. 680b11e Update main changelog by Karl Pauls · 14 years ago
  83. c6eda45 Add framework distribution. by Karl Pauls · 14 years ago
  84. eef9416 Update changelog and delete not related docs by Karl Pauls · 14 years ago
  85. 9662996 Remove assembly from main project. by Karl Pauls · 14 years ago
  86. 1da2961 Update changelog by Karl Pauls · 14 years ago
  87. a033039 Fix an oversight where we don't get URLStreamHandlers from frameworks inside different classloaders (FELIX-2056). by Karl Pauls · 14 years ago
  88. 7c627bf added new AspectWithLifecycleAnnotation test by Pierre De Rop · 14 years ago
  89. f6cb134 fixed bug in ServiceProvider inner class by Pierre De Rop · 14 years ago
  90. 1968b54 added start/stop methods by Pierre De Rop · 14 years ago
  91. f42c0d9 fixed regresion introduced by aspect annotation. Fixed aspect parsing, where callback lifecycle and composition parameters were not parsed by Pierre De Rop · 14 years ago
  92. 6bae039 fixed aspect service parsing (the lifecycle callbacks, and composition method name was not parsed) by Pierre De Rop · 14 years ago
  93. 77cb1c5 Check for null or empty class name. (FELIX-2071) by Richard S. Hall · 14 years ago
  94. 4a2d373 Missing javax.xml.ws.wsaddressing system bundle export for JDK 1.6. (FELIX-2073) by Richard S. Hall · 14 years ago
  95. 4253f7a FELIX-2072: OracleJDBCLock filling UNDO segment by Guillaume Nodet · 14 years ago
  96. 71195fe Catch exceptions while iterating over bundles entries by Guillaume Nodet · 14 years ago
  97. 51c1973 Remove the javax.script package which is causing problems when using an external java scripting api by Guillaume Nodet · 14 years ago
  98. ed88d13 FELIX-1995: Fix synchronization issue which cause two spring osgi listeners to be registered and created by Guillaume Nodet · 14 years ago
  99. 744626c FELIX-2070: Upgrade to felix framework 2.0.3 by Guillaume Nodet · 14 years ago
  100. 7ba2001 Calculating aggregate module requirements incorrectly. Was not handling different by Richard S. Hall · 14 years ago