1. 47225a4 Solved a small logical error in the stop command: by Jan Willem Janssen · 10 years ago
  2. ffa6d3d Close JAR stream as soon as possible: by Jan Willem Janssen · 10 years ago
  3. 8ba8081 Fixed incorrect property name: by Jan Willem Janssen · 10 years ago
  4. e981a8c FELIX-4719 - Fixed directory separator: by Jan Willem Janssen · 10 years ago
  5. c051883 Accidentally forgot to fix a compilation error. by Jan Willem Janssen · 10 years ago
  6. 2ae78f2 FELIX-3780 - alternative way of configuring DA: by Jan Willem Janssen · 10 years ago
  7. dec2c50 FELIX-4491, FELIX-4718, FELIX-4719: by Jan Willem Janssen · 10 years ago
  8. cb9dfba Applied code formatting and some minor cleanups to improve readability of the code. by Jan Willem Janssen · 11 years ago
  9. 9fbce8b FELIX-3780 - allow DA to be configured through ConfigAdmin: by Jan Willem Janssen · 11 years ago
  10. b42ef2d FELIX-3780 - allow DA to be configured by ConfigAdmin: by Jan Willem Janssen · 11 years ago
  11. 4ddc586 FELIX-4485: fix incorrect package export. by Jan Willem Janssen · 11 years ago
  12. b41b3dc Rewrote the test to include a manifest. by Jan Willem Janssen · 11 years ago
  13. 0882181 Disabled failing unit test: by Jan Willem Janssen · 11 years ago
  14. 9057e73 FELIX-4486: fix possible thread leakage: by Jan Willem Janssen · 11 years ago
  15. 4402814 FELIX-4484 only mark DPs as stale after successful uninstall: by Jan Willem Janssen · 11 years ago
  16. ab3b9b8 [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 11 years ago
  17. 55ab9e0 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.6 by Jan Willem Janssen · 11 years ago
  18. fce3efc Preparing for next release: by Jan Willem Janssen · 11 years ago
  19. 69cd899 FELIX-4466 - DA does not always fire events by Jan Willem Janssen · 11 years ago
  20. 7a61ea2 ACE-4463 - make sure DA does not try to install DPs with non-unique resources. by Jan Willem Janssen · 11 years ago
  21. 1f4d307 FELIX-4409/4410: by Jan Willem Janssen · 11 years ago
  22. fe6af90 [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 11 years ago
  23. 33a2fd9 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.5 by Jan Willem Janssen · 11 years ago
  24. 830c94c FELIX-4184 Fixed the issue that was already identified, which also makes the test pass. by Marcel Offermans · 11 years ago
  25. df0ef6e FELIX-4314 Accidentally committed a small experiment I did in the pom. Undoing. by Marcel Offermans · 11 years ago
  26. 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
  27. 56628ec FELIX-4167: do not try to start or stop fragment bundles. by Jan Willem Janssen · 11 years ago
  28. bc2a308 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 12 years ago
  29. 51fe81a [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.4 by Marcel Offermans · 12 years ago
  30. 18724ed Updated changelogs. by Marcel Offermans · 12 years ago
  31. 244b226 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 12 years ago
  32. 67557f4 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.4 by Marcel Offermans · 12 years ago
  33. 5cd3ac5 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 12 years ago
  34. 101770a [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.2 by Marcel Offermans · 12 years ago
  35. c146def Preparing for release, updated copyright messages, some metadata and the changelogs. by Marcel Offermans · 12 years ago
  36. a45f5de Updated DM to latest release. by Marcel Offermans · 12 years ago
  37. b6ec78c Removed more @since 1.6 by Marcel Offermans · 12 years ago
  38. 068a63a Removed a constructor that was @since 1.6 by Marcel Offermans · 12 years ago
  39. 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
  40. 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
  41. 6b29c35 Various smaller improvements and fixes. by Marcel Offermans · 12 years ago
  42. 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
  43. 7d70520 FELIX-3526 Applied the patch, merged two very similar static methods into one. by Marcel Offermans · 13 years ago
  44. 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 · 13 years ago
  45. 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 · 13 years ago
  46. 604553a Updates to make file handling more robust. Attempt to resolve an issue that only surfaces on Windows. by Marcel Offermans · 13 years ago
  47. 90107cd Fixed export/import for deploymentadmin. by Marcel Offermans · 13 years ago
  48. 0956306 FELIX-3336 Finalized the patch after finally understanding exactly what was going on. by Marcel Offermans · 13 years ago
  49. 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 · 13 years ago
  50. adcb658 FELIX-3336 Added a test case while trying to hunt down a potential bug. by Marcel Offermans · 13 years ago
  51. f535246 FELIX-3272 applied the patch by Marcel Offermans · 13 years ago
  52. 7d258ad FELIX-3270 fixed as suggested in the issue by Marcel Offermans · 13 years ago
  53. 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
  54. 1e8749c FELIX-1828 Applied the suggested fix. by Marcel Offermans · 13 years ago
  55. f5527d5 Apache-developed software shouldn't be incluced in third-party software by Richard S. Hall · 14 years ago
  56. 5f2c860 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  57. b3f41fb [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.0 by Marcel Offermans · 14 years ago
  58. 4fb36aa Rolled back the 2nd release attempt. by Marcel Offermans · 14 years ago
  59. c5c003c [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  60. 999ef86 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.0 by Marcel Offermans · 14 years ago
  61. 6e441fb Added changelog.txt's. by Marcel Offermans · 14 years ago
  62. 083a970 Fixed DEPENDENCIES files. by Marcel Offermans · 14 years ago
  63. cd25485 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  64. 9b54293 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.0 by Marcel Offermans · 14 years ago
  65. fdf0921 Release prep. by Marcel Offermans · 14 years ago
  66. 1c8e408 More fixes in preparation of a release. by Marcel Offermans · 14 years ago
  67. 8564633 Updated NOTICE, added DEPENDENCIES, updated pom. by Marcel Offermans · 14 years ago
  68. 4ce8669 Small upgrade to the R4.2 API. Modernized the pom in preparation for a release. by Marcel Offermans · 14 years ago
  69. 5b50934 Renamed a directory. by Marcel Offermans · 14 years ago