1. ad71c7d Update changelog by Felix Meschberger · 12 years ago
  2. 930e3c6 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 12 years ago
  3. b3940dd [maven-release-plugin] prepare release org.apache.felix.webconsole-4.0.0 by Felix Meschberger · 12 years ago
  4. 9ad7eca Update changelog by Felix Meschberger · 12 years ago
  5. dfcaa84 change log updates by Felix Meschberger · 12 years ago
  6. f69954c FELIX-3410 Apply patch by David Jencks (thanks) and add by Felix Meschberger · 12 years ago
  7. 91bcfa5 FELIX-3016 Activator.log should also obey dynamically configured log level by Felix Meschberger · 12 years ago
  8. 2063740 FELIX-3527 Check against Java 1.4 API; fix some Java 5 API uses; by Felix Meschberger · 12 years ago
  9. d8108e7 Fix formatting by Felix Meschberger · 12 years ago
  10. 96c4193 FELIX-3456 Apply final patch #7 introducing locking by Felix Meschberger · 12 years ago
  11. 41ebc78 FELIX-3526 Applied the patch, merged two very similar static methods into one. by Marcel Offermans · 12 years ago
  12. 0ac95db Update copyright years. by Richard S. Hall · 12 years ago
  13. 1d26559 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 12 years ago
  14. 34bbabf [maven-release-plugin] prepare release org.apache.felix.configadmin-1.4.0 by Felix Meschberger · 12 years ago
  15. 79c99c9 Update changelog by Felix Meschberger · 12 years ago
  16. df7480e developerConnection must be https URL by Felix Meschberger · 12 years ago
  17. b236889 [maven-release-plugin] rollback the release of org.apache.felix.configadmin-1.4.0 by Felix Meschberger · 12 years ago
  18. bd1dc7d [maven-release-plugin] prepare release org.apache.felix.configadmin-1.4.0 by Felix Meschberger · 12 years ago
  19. 1db7be8 FELIX-3177 Replace temp. inclusion of OSGi source by offical class inclusion by Felix Meschberger · 12 years ago
  20. ffe148c Fixed FELIX-3503 The obr page in the webconsole does not update on refresh by Valentin Pavlov Valchev · 12 years ago
  21. 1664ced Port improved FELIX-3465 patch from resolver to framework. by Richard S. Hall · 13 years ago
  22. 2a7f1ba Fix FELIX-3465 patch which was too aggressive in short circuiting by Richard S. Hall · 13 years ago
  23. 45072be FELIX-3520: allow groupId to be a prefix of the artifactId without repetition when computing Bundle-SymbolicName by Stuart McCulloch · 13 years ago
  24. 9f27e98 Add tests from maven-osgi, updated to verify latest qualifier conversion rules (we already include patched copy of the maven-osgi component due to MSHARED-53 and MSHARED-86 which have still not yet been applied). by Stuart McCulloch · 13 years ago
  25. 83d0893 FELIX-3518 : Implement EventAdmin 1.3 (WiP) by Carsten Ziegeler · 13 years ago
  26. 8fa9a86 FELIX-3518 : Implement EventAdmin 1.3 by Carsten Ziegeler · 13 years ago
  27. 8c2cd67 FELIX-3515 Now closes the stream after trying to read any extra data at the end of a ZIP file from it. by Marcel Offermans · 13 years ago
  28. 61dacb3 Forgot to add this file in my last commit. by Clement Escoffier · 13 years ago
  29. b243ae8 Various fixes, the most important one was properly closing a stream that was reading a manifest in FileDeploymentPackage, to improve robustness when something goes wrong while manipulating files. The old code worked everywhere but on Windows, where a locked file prevented deletion, causing problems updating deployment packages. If you use Windows, you definitely need this fix. by Marcel Offermans · 13 years ago
  30. 86cb8d0 Fixed FELIX-3508 by Clement Escoffier · 13 years ago
  31. 3144a1e SLING-3507 Apply patch by David Jencks (thank you very much) and update the API export to 1.7 due to the new Reference.isReluctant() method by Felix Meschberger · 13 years ago
  32. 74c3e11 Updates to make file handling more robust. Attempt to resolve an issue that only surfaces on Windows. by Marcel Offermans · 13 years ago
  33. 9a37258 Fix FELIX-3501. by Clement Escoffier · 13 years ago
  34. 1cd8bd9 Fixed NOTICE and DEPENDENCIES files for the runtime project. by Clement Escoffier · 13 years ago
  35. 5a4812a Update copyright years. by Clement Escoffier · 13 years ago
  36. 141b20b FELIX-3506 Apply patch by David Jencks (thanks alot) by Felix Meschberger · 13 years ago
  37. aed90b6 Move framework to OSGi R5 API. (FELIX-3504) by Richard S. Hall · 13 years ago
  38. 7a74ce0 Fixed FELIX-3502 Improve Threads web console printer by Valentin Pavlov Valchev · 13 years ago
  39. 405fd37 Apply patch (FELIX-3458) to allow generic to hava a wire where the providing by Richard S. Hall · 13 years ago
  40. eba6a49 FELIX-3377 Commit my latest patch (FELIX-3377-4-fmeschbe.patch) including input from David Jencks (thanks alot). by Felix Meschberger · 13 years ago
  41. ee103dd FELIX-3377 Apply patch by David Jencks (thanks) not removing Configuration Admin properties (which are required after component activation). by Felix Meschberger · 13 years ago
  42. 2b6aed6 Adapt the URLHandlers to 4.0 refactoring by including the new name of the bundleclassloader (FELIX-3302) by Karl Pauls · 13 years ago
  43. 279832c Adapt the URLHandlers to 4.0 refactoring by including the new name of the bundleclassloader by Karl Pauls · 13 years ago
  44. 5acc641 Ask the provided handler factory (if any), then try to find class on current classloader, then try to find class on system classloader for built-in handlers (FELIX-3296). by Karl Pauls · 13 years ago
  45. d6a31db Override getHostAddress and return null for bundle stream handler as it doesn't have a host address (FELIX-3262). by Karl Pauls · 13 years ago
  46. fed8190 Added an IllegalStateException in ServiceDependencyImpl in case a swap is about to be performed with two services having the same service ranking. by Xander Uiterlinden · 13 years ago
  47. 0c74ff2 Created equals()/hashCode() methods for Wire (FELIX-3495), removed exception from by Richard S. Hall · 13 years ago
  48. 8fb9dfb Apply patch (FELIX-3492) to create wires for all non-payload fragment requirements. by Richard S. Hall · 13 years ago
  49. 58eb629 Fixed FELIX-3491 Better activity indication when pressing refresh/update bundle buttons by Valentin Pavlov Valchev · 13 years ago
  50. cc56afe Reverted wrong decorator fix. by Xander Uiterlinden · 13 years ago
  51. e3589ef Fixed FELIX-3484 Package admin plugin is missing German localization by Valentin Pavlov Valchev · 13 years ago
  52. 119d127 FELIX-3490 Add notice on included OSGi classes in NOTICE and DEPENDENCIES files by Felix Meschberger · 13 years ago
  53. f4634e8 FELIX-3486 Basic setup for class file and API compliance configuration by Felix Meschberger · 13 years ago
  54. ebd2191 Fixed FELIX-3485 ui-bg_glass_55_fbf9ee_1x400.png does not exist in admin_compat.css by Valentin Pavlov Valchev · 13 years ago
  55. 07897b7 Fixed FELIX-3476 Make package admin to use SimpleWebConsolePlugin by Valentin Pavlov Valchev · 13 years ago
  56. 28e3027 Fixed FELIX-3482 Text wrapping goes out of bounds in Configuration Status by Valentin Pavlov Valchev · 13 years ago
  57. de79447 FELIX-3475: added toString() method. by Pierre De Rop · 13 years ago
  58. 377598f Fixed FELIX-3473 web console config manager plugin no longer works with J9 by Valentin Pavlov Valchev · 13 years ago
  59. 7dfce0f [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 13 years ago
  60. 82d9390 [maven-release-plugin] prepare release org.apache.felix.ipojo.runtime-project-1.8.2 by Clement Escoffier · 13 years ago
  61. d2f47ea Added the DEPENDENCIES file to the composite 'sources' assembly by Clement Escoffier · 13 years ago
  62. 165ca25 Renamed class to fix typo. by Clement Escoffier · 13 years ago
  63. 674f365 Renamed class to fix typo. by Clement Escoffier · 13 years ago
  64. 621f374 Updated versions. by Clement Escoffier · 13 years ago
  65. 395a385 Add missing method to mocked factories by Clement Escoffier · 13 years ago
  66. 8120fea Update to latest iPOJO API by Clement Escoffier · 13 years ago
  67. 6545e51 Revert to the 1.8.0 embedded manipulator. by Clement Escoffier · 13 years ago
  68. 513e380 Remove system.out by Clement Escoffier · 13 years ago
  69. 18e0fa5 Added changelog for the new 'container' project by Clement Escoffier · 13 years ago
  70. 303894d Updated changelog by Clement Escoffier · 13 years ago
  71. a20138c Set svn:ignore by Clement Escoffier · 13 years ago
  72. 2a0af2f Fixed bug in swapped callback of AbstractDecorator. Instead of really swapping it re-added the old service instead of the new one. by Xander Uiterlinden · 13 years ago
  73. 1a025f0 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 13 years ago
  74. 6069c3e [maven-release-plugin] prepare release org.apache.felix.webconsole-3.4.0 by Felix Meschberger · 13 years ago
  75. 39e8a56 Update changelog by Felix Meschberger · 13 years ago
  76. 7f1492b FELIX-3469 Guard against undefined array element by Felix Meschberger · 13 years ago
  77. a60af91 Update target release by Felix Meschberger · 13 years ago
  78. db0c19f [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 13 years ago
  79. f4b73df [maven-release-plugin] prepare release org.apache.felix.fileinstall-3.2.2 by Guillaume Nodet · 13 years ago
  80. 754dcb3 Fix scm url for release by Guillaume Nodet · 13 years ago
  81. 289cb80 [maven-release-plugin] rollback the release of org.apache.felix.fileinstall-3.2.2 by Guillaume Nodet · 13 years ago
  82. 6accf1a [maven-release-plugin] prepare release org.apache.felix.fileinstall-3.2.2 by Guillaume Nodet · 13 years ago
  83. c713aa0 Use new felix parent to generate legal files by Guillaume Nodet · 13 years ago
  84. 202b0da Update changelog by Guillaume Nodet · 13 years ago
  85. 6fc1c43 [FELIX-3467] Configuration is not flush back to the file by Guillaume Nodet · 13 years ago
  86. 811504f Fix FELIX-3461 - Issue with collected metadata and manipulation metadata on re-manipulation by Clement Escoffier · 13 years ago
  87. 5d6c410 Fix FELIX-3461 - Issue with collected metadata and manipulation metadata on re-manipulation by Clement Escoffier · 13 years ago
  88. 931851c Fix FELIX-3461 - Issue with collected metadata and manipulation metadata on re-manipulation by Clement Escoffier · 13 years ago
  89. 898d56f Fixed FELIX-3454 Add German language support for Event and UPnP plugins by Valentin Pavlov Valchev · 13 years ago
  90. a282171 Apply patch to avoid calculating package space more than once. (FELIX-3465) by Richard S. Hall · 13 years ago
  91. 114bae4 Improve handling of "fragment" bundles that are not R4 bundles. (FELIX-3343) by Richard S. Hall · 13 years ago
  92. a5f640e Apply patch (FELIX-3463) to fix a bug in fragment handling. by Richard S. Hall · 13 years ago
  93. 9944de2 Re-organization of the source code: by Clement Escoffier · 13 years ago
  94. 2beb669 Update test to work in headless mode. by Clement Escoffier · 13 years ago
  95. 858bd0a Fix FELIX-3356 by Clement Escoffier · 13 years ago
  96. 650f720 Fix FELIX-3451 by Clement Escoffier · 13 years ago
  97. 143453c Fix FELIX-3374. by Clement Escoffier · 13 years ago
  98. ba617bf Fix typo by Clement Escoffier · 13 years ago
  99. a653df8 Updates changelog, pom and copyright years. by Clement Escoffier · 13 years ago
  100. c281232 Fix bug in Util.isOptional(). by Richard S. Hall · 13 years ago