1. 0882181 Disabled failing unit test: by Jan Willem Janssen · 10 years ago
  2. 9057e73 FELIX-4486: fix possible thread leakage: by Jan Willem Janssen · 10 years ago
  3. 12396be Updated to use latest logback for itest. by Jan Willem Janssen · 10 years ago
  4. c6a46dc Removed logback as it appears to be a memory hog. by Jan Willem Janssen · 10 years ago
  5. 4402814 FELIX-4484 only mark DPs as stale after successful uninstall: by Jan Willem Janssen · 10 years ago
  6. c098eb7 Simplify the usage of the DA API: by Jan Willem Janssen · 10 years ago
  7. ab3b9b8 [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 10 years ago
  8. 55ab9e0 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.6 by Jan Willem Janssen · 10 years ago
  9. fce3efc Preparing for next release: by Jan Willem Janssen · 10 years ago
  10. c0211d8 Fixed failing itests. by Jan Willem Janssen · 10 years ago
  11. 010b20b Misc dings & dents: by Jan Willem Janssen · 10 years ago
  12. 19ffd35 FELIX-4471 - added missing license headers. by Jan Willem Janssen · 10 years ago
  13. 69cd899 FELIX-4466 - DA does not always fire events by Jan Willem Janssen · 10 years ago
  14. 7a61ea2 ACE-4463 - make sure DA does not try to install DPs with non-unique resources. by Jan Willem Janssen · 10 years ago
  15. 1f4d307 FELIX-4409/4410: by Jan Willem Janssen · 10 years ago
  16. fe6af90 [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 11 years ago
  17. 33a2fd9 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.5 by Jan Willem Janssen · 11 years ago
  18. 776e334 [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 11 years ago
  19. 8605263 [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.5 by Jan Willem Janssen · 11 years ago
  20. 3999617 Revert incorrect release action. by Jan Willem Janssen · 11 years ago
  21. 631ce08 [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 11 years ago
  22. 142600a [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.5 by Jan Willem Janssen · 11 years ago
  23. 830c94c FELIX-4184 Fixed the issue that was already identified, which also makes the test pass. by Marcel Offermans · 11 years ago
  24. a8dffe4 FELIX-4184 Added a test case that shows the failure described in the issue. Did not yet commit a fix, so it will now fail. by Marcel Offermans · 11 years ago
  25. 579b0ad FELIX-3355 Added the metatype API as a substitutable exported package. by Marcel Offermans · 11 years ago
  26. df0ef6e FELIX-4314 Accidentally committed a small experiment I did in the pom. Undoing. by Marcel Offermans · 11 years ago
  27. 37fa773 FELIX-4314 Fixed the code as described. Adapted the test cases as this affected some of the mock objects we were constructing. by Marcel Offermans · 11 years ago
  28. 25376b3 FELIX-4167: added integration test for fragment bundles. by Jan Willem Janssen · 11 years ago
  29. 0baaf75 FELIX-4167: add fragment bundle for testing purposes. by Jan Willem Janssen · 11 years ago
  30. 56628ec FELIX-4167: do not try to start or stop fragment bundles. by Jan Willem Janssen · 11 years ago
  31. 49a00e5 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  32. cef87ec [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.4 by Marcel Offermans · 11 years ago
  33. bc2a308 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  34. 51fe81a [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.4 by Marcel Offermans · 11 years ago
  35. 18724ed Updated changelogs. by Marcel Offermans · 11 years ago
  36. 4a45f44 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  37. a48e62e [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.4 by Marcel Offermans · 11 years ago
  38. 0486b09 Bumped version number of dependency for release. by Marcel Offermans · 11 years ago
  39. 244b226 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  40. 67557f4 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.4 by Marcel Offermans · 11 years ago
  41. e6edb99 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  42. 6049018 [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.2 by Marcel Offermans · 11 years ago
  43. ce65cc0 Updated to release version. by Marcel Offermans · 11 years ago
  44. 5cd3ac5 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  45. 101770a [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.2 by Marcel Offermans · 11 years ago
  46. c146def Preparing for release, updated copyright messages, some metadata and the changelogs. by Marcel Offermans · 11 years ago
  47. a45f5de Updated DM to latest release. by Marcel Offermans · 11 years ago
  48. c6e4c55 Updated to a stable metatype, which required a small code change. Small updates to the import statements, adding an attribute that can be used by a management agent. by Marcel Offermans · 11 years ago
  49. b6ec78c Removed more @since 1.6 by Marcel Offermans · 12 years ago
  50. 068a63a Removed a constructor that was @since 1.6 by Marcel Offermans · 12 years ago
  51. 3f2369f Removed an "unsafe" delete method from Utils and replaced invocations to it with a "safe" delete method (one that *does* check the return code from File.delete()). by Marcel Offermans · 12 years ago
  52. 90f0e9a Added a whole collection of tests to ensure that DeploymentAdmin conforms to the specification and works correctly. Refactored some of the code. Specifically modified the uninstall behavior to make it spec compliant. by Marcel Offermans · 12 years ago
  53. 4c841df Cleaned up some redundant code. by Marcel Offermans · 12 years ago
  54. 6b29c35 Various smaller improvements and fixes. by Marcel Offermans · 12 years ago
  55. debf5cb Various fixes and refactorings to ensure that the incoming stream always gets read completely (we missed some corner cases in a previous attempt to fix this). by Marcel Offermans · 12 years ago
  56. 7d70520 FELIX-3526 Applied the patch, merged two very similar static methods into one. by Marcel Offermans · 12 years ago
  57. 01e1fae 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 · 12 years ago
  58. e6a054e 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 · 12 years ago
  59. 604553a Updates to make file handling more robust. Attempt to resolve an issue that only surfaces on Windows. by Marcel Offermans · 12 years ago
  60. 90107cd Fixed export/import for deploymentadmin. by Marcel Offermans · 12 years ago
  61. 0d1c4cb FELIX-3400 applied the patch with some small changes to keep it 1.3 compatible by Marcel Offermans · 12 years ago
  62. e5fa4a8 FELIX-3329 FELIX-3330 Some small fixes and a lot of extra debug logging, added until we get coverage and confidence in the new code up. Renamed the TestUtils to Utils because they were being picked up as tests (having Test in the name). by Marcel Offermans · 12 years ago
  63. 39e2e00 FELIX-3329 FELIX-3330 Added a couple of test cases to validate some of the basic operations in this resource processor. by Marcel Offermans · 12 years ago
  64. 1760f80 FELIX-3329 FELIX-3330 Implemented support for deferred as well as multiple configuration admins. Deferred configuration admin services can be started and will be considered until the deployment session ends. Filtering can be done by adding an optional attribute to the <MetaData> tag with a filtercondition which will be applied on the configuration admin service. If it matches, or if there is no such filter, the configuration will be applied. by Marcel Offermans · 12 years ago
  65. 0956306 FELIX-3336 Finalized the patch after finally understanding exactly what was going on. by Marcel Offermans · 12 years ago
  66. 1f0ffdb FELIX-3336 Included a fix and some code that seems to solve the issue even though I'm not sure why. Committing this so others can review it. by Marcel Offermans · 12 years ago
  67. adcb658 FELIX-3336 Added a test case while trying to hunt down a potential bug. by Marcel Offermans · 12 years ago
  68. 8caf1c4 FELIX-3243 applied the patch by Marcel Offermans · 12 years ago
  69. f535246 FELIX-3272 applied the patch by Marcel Offermans · 13 years ago
  70. dc8dbf9 FELIX-3245 applied the patch by Marcel Offermans · 13 years ago
  71. 7d258ad FELIX-3270 fixed as suggested in the issue by Marcel Offermans · 13 years ago
  72. f4cf2d2 FELIX-3139 Implemented first version of uninstall. Does not follow the spec yet to the letter, but functionally does the right thing. by Marcel Offermans · 13 years ago
  73. 1e8749c FELIX-1828 Applied the suggested fix. by Marcel Offermans · 13 years ago
  74. f5527d5 Apache-developed software shouldn't be incluced in third-party software by Richard S. Hall · 13 years ago
  75. 71a80cc [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  76. c8bb94c [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.0 by Marcel Offermans · 13 years ago
  77. 5f2c860 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  78. b3f41fb [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.0 by Marcel Offermans · 13 years ago
  79. 4fb36aa Rolled back the 2nd release attempt. by Marcel Offermans · 13 years ago
  80. e565f37 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  81. 0c5a23e [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.0 by Marcel Offermans · 13 years ago
  82. c5c003c [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  83. 999ef86 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.0 by Marcel Offermans · 13 years ago
  84. 6e441fb Added changelog.txt's. by Marcel Offermans · 13 years ago
  85. 083a970 Fixed DEPENDENCIES files. by Marcel Offermans · 13 years ago
  86. 15b87c2 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  87. 955a483 [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.0 by Marcel Offermans · 13 years ago
  88. e588928 Even more release prep. by Marcel Offermans · 13 years ago
  89. cd25485 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  90. 9b54293 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.0 by Marcel Offermans · 13 years ago
  91. fdf0921 Release prep. by Marcel Offermans · 13 years ago
  92. 1c8e408 More fixes in preparation of a release. by Marcel Offermans · 13 years ago
  93. 8564633 Updated NOTICE, added DEPENDENCIES, updated pom. by Marcel Offermans · 13 years ago
  94. a8f5d67 Updated NOTICE, added DEPENDENCIES and LICENSE.kxml2, updated pom. by Marcel Offermans · 13 years ago
  95. 4ce8669 Small upgrade to the R4.2 API. Modernized the pom in preparation for a release. by Marcel Offermans · 13 years ago
  96. 5b50934 Renamed a directory. by Marcel Offermans · 13 years ago
  97. 88e62be Updated the pom to the latest Felix parent pom. by Marcel Offermans · 13 years ago
  98. 2b23071 Properly renamed the name of an internal thread. by Marcel Offermans · 14 years ago
  99. 3585845 When the resource processor gets a resource that contains no Designates, which might be a bit strange but is allowed according to the spec, the processor throws a NPE, when it should just not do any processing. This change does just that, and logs the fact that there are no Designates. by Marcel Offermans · 14 years ago
  100. e489bcf FELIX-2776 Fixed a concurrent modification exception, and the order in which individual commands were executed. by Marcel Offermans · 14 years ago