1. 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
  2. 9542937 Add utilities method to get the package admin, install/start/uninstall bundles, wait for service arrivals... by Clement Escoffier · 15 years ago
  3. 9fc3d91 Implement "requires" and "requirers" commands. (FELIX-1009) by Richard S. Hall · 15 years ago
  4. cb4d581 Renamed "packages" command to "exports" and made it more consistent with by Richard S. Hall · 15 years ago
  5. 4d2d43d Added command to list a bundle's imported packages. (FELIX-1006) by Richard S. Hall · 15 years ago
  6. cfe74d7 The importing bundles for an exported package were being calculated by Richard S. Hall · 15 years ago
  7. 0ed35ae Make ExtensionManager openConnection(URL) public (FELIX-1004). by Karl Pauls · 15 years ago
  8. 6ed437a Fix issue Felix-1002 by Clement Escoffier · 15 years ago
  9. 2c2a5be FELIX-979 Prevent bundle event handling after the bundle activator's stop method has terminated by Felix Meschberger · 15 years ago
  10. f09d3ed Applied patch (FELIX-999) to avoid starting fragment bundles. by Richard S. Hall · 15 years ago
  11. 0e1cd1a Add patch (FELIX-998) to add metatype information to File Install. by Richard S. Hall · 15 years ago
  12. 8df625b Applied patch (FELIX-983) to support variable substitution in config file. by Richard S. Hall · 15 years ago
  13. cd3b388 Fix unit tests on Windows by Stuart McCulloch · 15 years ago
  14. 8e042fb Fix issue Felix-996. by Clement Escoffier · 15 years ago
  15. 0afe643 Fix issue 994. by Clement Escoffier · 15 years ago
  16. 7e4250d Declare iPOJO as a singleton bundle (Felix-982). by Clement Escoffier · 15 years ago
  17. f81d2c4 Improve error handling in the Composite Service Context by Clement Escoffier · 15 years ago
  18. 0ce1d0d Try latest QDox version to see if this fixes problems mentioned on the user list. by Carsten Ziegeler · 15 years ago
  19. 9cc94a8 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  20. 2065069 [maven-release-plugin] prepare release org.apache.felix.webconsole-1.2.8 by Carsten Ziegeler · 15 years ago
  21. f7db3c3 Add creative commons license to summary. by Carsten Ziegeler · 15 years ago
  22. 98b7b48 Update copyright. by Carsten Ziegeler · 15 years ago
  23. 286c34e Applied patch (FELIX-986) to show symbolic in verbose listing; also removed by Richard S. Hall · 15 years ago
  24. 7129443 Fix extension bundles (FELIX-969). by Karl Pauls · 15 years ago
  25. 14d5b41 Turned off JAR verification. by Richard S. Hall · 15 years ago
  26. 7cffcaf Fix license header by Felix Meschberger · 15 years ago
  27. 3d9762b Applied patch (FELIX-962) to further improve our class loading delegation hack. by Richard S. Hall · 15 years ago
  28. 27d357b [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  29. 2f28365 [maven-release-plugin] prepare release maven-scr-plugin-1.0.10 by Carsten Ziegeler · 15 years ago
  30. a189b44 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  31. 33640bf [maven-release-plugin] prepare release org.apache.felix.webconsole-1.2.6 by Carsten Ziegeler · 15 years ago
  32. 985cacb Use latest parent pom for release. by Carsten Ziegeler · 15 years ago
  33. 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
  34. 9f8c1dd Applied patch (FELIX-895) to fix configuration property handling. by Richard S. Hall · 15 years ago
  35. 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
  36. ea975fd Moved bundle context invalidation after all other bundle shutdown tasks. by Richard S. Hall · 15 years ago
  37. fd3a2b0 An unresolvable module should have its candidates removed from the candidates by Richard S. Hall · 15 years ago
  38. 9f0067c Applying patch for RFC-126 service hooks. (FELIX-905, FELIX-906) by Richard S. Hall · 15 years ago
  39. 50ff1da Moved method definition. (FELIX-969) by Richard S. Hall · 15 years ago
  40. c4cb336 Modified system bundle exports to include bundle symbolic name and bundle by Richard S. Hall · 15 years ago
  41. be73253 Remove a reference to IURLPolicy which has been deleted as part of (FELIX-851). by Karl Pauls · 15 years ago
  42. 2afc6c1 Symbolic name is now available from manifest parser. (FELIX-851) by Richard S. Hall · 15 years ago
  43. f4ceef0 This is no longer needed. (FELIX-851) by Richard S. Hall · 15 years ago
  44. 664d4ad [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  45. 24f958d [maven-release-plugin] prepare release felix-1.0.4 by Carsten Ziegeler · 15 years ago
  46. 9cef1f9 Revert to older assembly plugin version as the latest version creates wrong archives for bin and project. by Carsten Ziegeler · 15 years ago
  47. 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
  48. e626d30 SLING-975 : Fix multi-values in all browsers. by Carsten Ziegeler · 15 years ago
  49. 2d009d4 FELIX-975 : IE requires uppercase POST to submit the values. by Carsten Ziegeler · 15 years ago
  50. 21e5402 FELIX-975 : Unify used javascript used throughout bundles and correctly align buttons in event table for IE by Carsten Ziegeler · 15 years ago
  51. a39e7d4 Fix issue Felix-966. by Clement Escoffier · 15 years ago
  52. 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
  53. 92f1ffe Applied patch (FELIX-962) to improve our attempts to determine when it is by Richard S. Hall · 15 years ago
  54. a5ba160 Modified Felix' constructor so that it no longer throws an exception so by Richard S. Hall · 15 years ago
  55. 6a75a29 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  56. 7cb51f6 [maven-release-plugin] prepare release org.apache.felix.webconsole-1.2.4 by Carsten Ziegeler · 15 years ago
  57. c581153 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  58. b876a4f [maven-release-plugin] prepare release maven-scr-plugin-1.0.9 by Carsten Ziegeler · 15 years ago
  59. dbcdded Update to latest parent pom. by Carsten Ziegeler · 15 years ago
  60. 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
  61. b5c76f7 File containing framework factory provider class name; temporary location. by Richard S. Hall · 15 years ago
  62. 64b2804 Felix implementation of the framework factory for META-INF/services. by Richard S. Hall · 15 years ago
  63. db7a6eb Update the framework launching API to support the latest version of the spec by Richard S. Hall · 15 years ago
  64. 99c445e Further improvements to locking protocol. (FELIX-851) by Richard S. Hall · 15 years ago
  65. c914b08 Begin the work about the issue Felix-968. by Clement Escoffier · 15 years ago
  66. 174dc3e Test case about Felix-967. (a default constructor delegates to another one with an argument) by Clement Escoffier · 15 years ago
  67. ce08279 Applied patch to add some unit tests to File Install. (FELIX-942) by Richard S. Hall · 15 years ago
  68. 79029d9 Applied patch to improve error handling of managed bundles (FELIX-937), to by Richard S. Hall · 15 years ago
  69. 6a75440 Fix issue Felix-925. by Clement Escoffier · 15 years ago
  70. 28e7135 Modifed the resolver to try to be a little smarter in how it permutates by Richard S. Hall · 15 years ago
  71. 935cbe8 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 15 years ago
  72. f1d8917 [maven-release-plugin] prepare release maven-bundle-plugin-2.0.0 by Stuart McCulloch · 15 years ago
  73. 2eb6112 Update doc wrt version 2 changes by Stuart McCulloch · 15 years ago
  74. 1bcd795 Rollback to use 1.0.2 parent pom, update docs and copyright dates by Stuart McCulloch · 15 years ago
  75. ad01906 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 15 years ago
  76. 8d42a42 [maven-release-plugin] prepare release maven-bundle-plugin-2.0.0 by Stuart McCulloch · 15 years ago
  77. 5fbfbe4 Update to latest parent pom in preparation for next release by Stuart McCulloch · 15 years ago
  78. 2e7c5bd bndlib 0.0.311 has reached the central Maven repo, thanks Carlos! by Stuart McCulloch · 15 years ago
  79. 762f0af System bundle should throw CNFE when it doesn't have the class. (FELIX-953) by Richard S. Hall · 15 years ago
  80. a0b3aa7 Extension manager module should throw CNFE exception, not log it. A few other by Richard S. Hall · 15 years ago
  81. 9aaf09c Add version to the package export by Felix Meschberger · 15 years ago
  82. b446563 Include "Apache Felix" in the configuration title by Felix Meschberger · 15 years ago
  83. aeb5f3b FELIX-956 Use requirement filter in the log message for failed by Felix Meschberger · 15 years ago
  84. 9dbc86a Use latest jquery. by Carsten Ziegeler · 15 years ago
  85. 852d759 FELIX-955 Reorganize resource listing and allow selection by Bundle-Category by Felix Meschberger · 15 years ago
  86. c5fc058 Added JavaDoc to IWire. (FELIX-953) by Richard S. Hall · 15 years ago
  87. 6aa183c FELIX-948 : Correct integer handling by bringing the statements in the right order. by Carsten Ziegeler · 15 years ago
  88. e029a8e When updating a bundle, the global lock is now acquired to check if the bundle by Richard S. Hall · 15 years ago
  89. c7c0b51 When unregistering all services for a bundle, verify each registration is by Richard S. Hall · 15 years ago
  90. e956e03 FELIX-950 Replace bound service for non-multiple references if a new by Felix Meschberger · 15 years ago
  91. 6fdbec6 Change the dependency on framework to target version 1.4.1 since we need to port it to the current trunk first. by Karl Pauls · 15 years ago
  92. 3b53455 Need to double check for a cycle when creating wires for a fragment. (FELIX-852) by Richard S. Hall · 15 years ago
  93. 898f09c FELIX-948 : Remove casts to integer. by Carsten Ziegeler · 15 years ago
  94. 1850968 Modified service reference comparison to check whether rank is an Integer and by Richard S. Hall · 15 years ago
  95. fdad09f Applied patch (FELIX-947) to modify start level processing to do nothing if by Richard S. Hall · 15 years ago
  96. 839ca81 FELIX-323 Added support for ConfigAdmin. Also added a couple of extra configuration settings. Documented on the wiki. by Marcel Offermans · 15 years ago
  97. 6e0a303 More refactoring for FELIX-851: by Richard S. Hall · 15 years ago
  98. 99f4aa6 Fix missing component (use local version) by Stuart McCulloch · 15 years ago
  99. 3a33d6d Use local copy of maven-osgi until MSHARED-53 and MSHARED-86 are fixed (also clean up pom) by Stuart McCulloch · 15 years ago
  100. b371e7e FELIX-912: add all source-based packages to default Private-Package, set default Export-Package to include all non-internal packages by Stuart McCulloch · 15 years ago