1. 94e552a Add License and Notice file. by Clement Escoffier · 15 years ago
  2. 1b46ec1 FELIX-992 fixed the signature, fixed some typos in the docs. by Marcel Offermans · 15 years ago
  3. 2096fca [maven-release-plugin] prepare release org.apache.felix.dependencymanager-2.0.2 by Marcel Offermans · 15 years ago
  4. a2e23ff Forgot to remove these files. by Marcel Offermans · 15 years ago
  5. 17b1ce1 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 15 years ago
  6. f885215 [maven-release-plugin] prepare release org.apache.felix.dependencymanager-2.0.1 by Marcel Offermans · 15 years ago
  7. cda4e5b Remove out of date information from the pom file by Clement Escoffier · 15 years ago
  8. e24b5f6 FELIX-987 implemented the request as documented, FELIX-992 merged the patch, resolved some issues findbugs found in the code. by Marcel Offermans · 15 years ago
  9. 11cb31b Add a parent in the API pom by Clement Escoffier · 15 years ago
  10. 01b3eff Remove dependencies on java 1.5. by Clement Escoffier · 15 years ago
  11. b5dbcd9 Applied patch (FELIX-976) to add a command to refresh repository URLs. by Richard S. Hall · 15 years ago
  12. 0c3b79a Before actually leaving the stop() method, makes sure that the background thread running Jetty has actually stopped. Not doing so caused dereferencing of invalid objects (service references, ..). by Marcel Offermans · 15 years ago
  13. 9542937 Add utilities method to get the package admin, install/start/uninstall bundles, wait for service arrivals... by Clement Escoffier · 15 years ago
  14. 9fc3d91 Implement "requires" and "requirers" commands. (FELIX-1009) by Richard S. Hall · 15 years ago
  15. cb4d581 Renamed "packages" command to "exports" and made it more consistent with by Richard S. Hall · 15 years ago
  16. 4d2d43d Added command to list a bundle's imported packages. (FELIX-1006) by Richard S. Hall · 15 years ago
  17. cfe74d7 The importing bundles for an exported package were being calculated by Richard S. Hall · 15 years ago
  18. 0ed35ae Make ExtensionManager openConnection(URL) public (FELIX-1004). by Karl Pauls · 15 years ago
  19. 6ed437a Fix issue Felix-1002 by Clement Escoffier · 15 years ago
  20. 2c2a5be FELIX-979 Prevent bundle event handling after the bundle activator's stop method has terminated by Felix Meschberger · 15 years ago
  21. f09d3ed Applied patch (FELIX-999) to avoid starting fragment bundles. by Richard S. Hall · 15 years ago
  22. 0e1cd1a Add patch (FELIX-998) to add metatype information to File Install. by Richard S. Hall · 15 years ago
  23. 8df625b Applied patch (FELIX-983) to support variable substitution in config file. by Richard S. Hall · 15 years ago
  24. cd3b388 Fix unit tests on Windows by Stuart McCulloch · 15 years ago
  25. 8e042fb Fix issue Felix-996. by Clement Escoffier · 15 years ago
  26. 0afe643 Fix issue 994. by Clement Escoffier · 15 years ago
  27. 7e4250d Declare iPOJO as a singleton bundle (Felix-982). by Clement Escoffier · 15 years ago
  28. f81d2c4 Improve error handling in the Composite Service Context by Clement Escoffier · 15 years ago
  29. 0ce1d0d Try latest QDox version to see if this fixes problems mentioned on the user list. by Carsten Ziegeler · 15 years ago
  30. 9cc94a8 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  31. 2065069 [maven-release-plugin] prepare release org.apache.felix.webconsole-1.2.8 by Carsten Ziegeler · 15 years ago
  32. f7db3c3 Add creative commons license to summary. by Carsten Ziegeler · 15 years ago
  33. 98b7b48 Update copyright. by Carsten Ziegeler · 15 years ago
  34. 286c34e Applied patch (FELIX-986) to show symbolic in verbose listing; also removed by Richard S. Hall · 15 years ago
  35. 7129443 Fix extension bundles (FELIX-969). by Karl Pauls · 15 years ago
  36. 14d5b41 Turned off JAR verification. by Richard S. Hall · 15 years ago
  37. 7cffcaf Fix license header by Felix Meschberger · 15 years ago
  38. 3d9762b Applied patch (FELIX-962) to further improve our class loading delegation hack. by Richard S. Hall · 15 years ago
  39. 27d357b [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  40. 2f28365 [maven-release-plugin] prepare release maven-scr-plugin-1.0.10 by Carsten Ziegeler · 15 years ago
  41. a189b44 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  42. 33640bf [maven-release-plugin] prepare release org.apache.felix.webconsole-1.2.6 by Carsten Ziegeler · 15 years ago
  43. 985cacb Use latest parent pom for release. by Carsten Ziegeler · 15 years ago
  44. 613a620 Imported the initial version of the device manager code, as donated by Dennis Geurts, into the repository. Made some minor modifications to the pom.xml, but otherwise it's exactly the ZIP attached to FELIX-10. by Marcel Offermans · 15 years ago
  45. 9f8c1dd Applied patch (FELIX-895) to fix configuration property handling. by Richard S. Hall · 15 years ago
  46. a845c77 Remove modules from parent pom and create new reactor pom in the root dir; add file install to reactor. by Carsten Ziegeler · 15 years ago
  47. ea975fd Moved bundle context invalidation after all other bundle shutdown tasks. by Richard S. Hall · 15 years ago
  48. fd3a2b0 An unresolvable module should have its candidates removed from the candidates by Richard S. Hall · 15 years ago
  49. 9f0067c Applying patch for RFC-126 service hooks. (FELIX-905, FELIX-906) by Richard S. Hall · 15 years ago
  50. 50ff1da Moved method definition. (FELIX-969) by Richard S. Hall · 15 years ago
  51. c4cb336 Modified system bundle exports to include bundle symbolic name and bundle by Richard S. Hall · 15 years ago
  52. be73253 Remove a reference to IURLPolicy which has been deleted as part of (FELIX-851). by Karl Pauls · 15 years ago
  53. 2afc6c1 Symbolic name is now available from manifest parser. (FELIX-851) by Richard S. Hall · 15 years ago
  54. f4ceef0 This is no longer needed. (FELIX-851) by Richard S. Hall · 15 years ago
  55. 664d4ad [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  56. 24f958d [maven-release-plugin] prepare release felix-1.0.4 by Carsten Ziegeler · 15 years ago
  57. 9cef1f9 Revert to older assembly plugin version as the latest version creates wrong archives for bin and project. by Carsten Ziegeler · 15 years ago
  58. bd5b501 FELIX-975 : Fix for checkboxes in IE6,IE7: They can only be checked after they've been added to the DOM. by Carsten Ziegeler · 15 years ago
  59. e626d30 SLING-975 : Fix multi-values in all browsers. by Carsten Ziegeler · 15 years ago
  60. 2d009d4 FELIX-975 : IE requires uppercase POST to submit the values. by Carsten Ziegeler · 15 years ago
  61. 21e5402 FELIX-975 : Unify used javascript used throughout bundles and correctly align buttons in event table for IE by Carsten Ziegeler · 15 years ago
  62. a39e7d4 Fix issue Felix-966. by Clement Escoffier · 15 years ago
  63. 2135944 FELIX-975 : Add jquery as standard javascript library to all plugins, make us of jquery for manipulating the dom to get cross-browser compatibility. Fix bundle and components plugins for IE by Carsten Ziegeler · 15 years ago
  64. 92f1ffe Applied patch (FELIX-962) to improve our attempts to determine when it is by Richard S. Hall · 15 years ago
  65. a5ba160 Modified Felix' constructor so that it no longer throws an exception so by Richard S. Hall · 15 years ago
  66. 6a75a29 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  67. 7cb51f6 [maven-release-plugin] prepare release org.apache.felix.webconsole-1.2.4 by Carsten Ziegeler · 15 years ago
  68. c581153 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  69. b876a4f [maven-release-plugin] prepare release maven-scr-plugin-1.0.9 by Carsten Ziegeler · 15 years ago
  70. dbcdded Update to latest parent pom. by Carsten Ziegeler · 15 years ago
  71. 37cce6d FELIX-970 : Check if the @scr.component tag is used more than once for a single class and throw an exception otherwise. by Carsten Ziegeler · 15 years ago
  72. b5c76f7 File containing framework factory provider class name; temporary location. by Richard S. Hall · 15 years ago
  73. 64b2804 Felix implementation of the framework factory for META-INF/services. by Richard S. Hall · 15 years ago
  74. db7a6eb Update the framework launching API to support the latest version of the spec by Richard S. Hall · 15 years ago
  75. 99c445e Further improvements to locking protocol. (FELIX-851) by Richard S. Hall · 15 years ago
  76. c914b08 Begin the work about the issue Felix-968. by Clement Escoffier · 15 years ago
  77. 174dc3e Test case about Felix-967. (a default constructor delegates to another one with an argument) by Clement Escoffier · 15 years ago
  78. ce08279 Applied patch to add some unit tests to File Install. (FELIX-942) by Richard S. Hall · 15 years ago
  79. 79029d9 Applied patch to improve error handling of managed bundles (FELIX-937), to by Richard S. Hall · 15 years ago
  80. 6a75440 Fix issue Felix-925. by Clement Escoffier · 15 years ago
  81. 28e7135 Modifed the resolver to try to be a little smarter in how it permutates by Richard S. Hall · 15 years ago
  82. 935cbe8 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 15 years ago
  83. f1d8917 [maven-release-plugin] prepare release maven-bundle-plugin-2.0.0 by Stuart McCulloch · 15 years ago
  84. 2eb6112 Update doc wrt version 2 changes by Stuart McCulloch · 15 years ago
  85. 1bcd795 Rollback to use 1.0.2 parent pom, update docs and copyright dates by Stuart McCulloch · 15 years ago
  86. ad01906 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 15 years ago
  87. 8d42a42 [maven-release-plugin] prepare release maven-bundle-plugin-2.0.0 by Stuart McCulloch · 15 years ago
  88. 5fbfbe4 Update to latest parent pom in preparation for next release by Stuart McCulloch · 15 years ago
  89. 2e7c5bd bndlib 0.0.311 has reached the central Maven repo, thanks Carlos! by Stuart McCulloch · 15 years ago
  90. 762f0af System bundle should throw CNFE when it doesn't have the class. (FELIX-953) by Richard S. Hall · 15 years ago
  91. a0b3aa7 Extension manager module should throw CNFE exception, not log it. A few other by Richard S. Hall · 15 years ago
  92. 9aaf09c Add version to the package export by Felix Meschberger · 15 years ago
  93. b446563 Include "Apache Felix" in the configuration title by Felix Meschberger · 15 years ago
  94. aeb5f3b FELIX-956 Use requirement filter in the log message for failed by Felix Meschberger · 15 years ago
  95. 9dbc86a Use latest jquery. by Carsten Ziegeler · 15 years ago
  96. 852d759 FELIX-955 Reorganize resource listing and allow selection by Bundle-Category by Felix Meschberger · 15 years ago
  97. c5fc058 Added JavaDoc to IWire. (FELIX-953) by Richard S. Hall · 15 years ago
  98. 6aa183c FELIX-948 : Correct integer handling by bringing the statements in the right order. by Carsten Ziegeler · 15 years ago
  99. e029a8e When updating a bundle, the global lock is now acquired to check if the bundle by Richard S. Hall · 15 years ago
  100. c7c0b51 When unregistering all services for a bundle, verify each registration is by Richard S. Hall · 15 years ago