1. fe6af90 [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 11 years ago
  2. 33a2fd9 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.5 by Jan Willem Janssen · 11 years ago
  3. 776e334 [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 11 years ago
  4. 8605263 [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.5 by Jan Willem Janssen · 11 years ago
  5. 3999617 Revert incorrect release action. by Jan Willem Janssen · 11 years ago
  6. 631ce08 [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 11 years ago
  7. 142600a [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.5 by Jan Willem Janssen · 11 years ago
  8. 830c94c FELIX-4184 Fixed the issue that was already identified, which also makes the test pass. by Marcel Offermans · 11 years ago
  9. 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
  10. 579b0ad FELIX-3355 Added the metatype API as a substitutable exported package. by Marcel Offermans · 11 years ago
  11. df0ef6e FELIX-4314 Accidentally committed a small experiment I did in the pom. Undoing. by Marcel Offermans · 11 years ago
  12. 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
  13. 25376b3 FELIX-4167: added integration test for fragment bundles. by Jan Willem Janssen · 11 years ago
  14. 0baaf75 FELIX-4167: add fragment bundle for testing purposes. by Jan Willem Janssen · 11 years ago
  15. 56628ec FELIX-4167: do not try to start or stop fragment bundles. by Jan Willem Janssen · 11 years ago
  16. 49a00e5 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  17. cef87ec [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.4 by Marcel Offermans · 11 years ago
  18. bc2a308 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  19. 51fe81a [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.4 by Marcel Offermans · 11 years ago
  20. 18724ed Updated changelogs. by Marcel Offermans · 11 years ago
  21. 4a45f44 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  22. a48e62e [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.4 by Marcel Offermans · 11 years ago
  23. 0486b09 Bumped version number of dependency for release. by Marcel Offermans · 11 years ago
  24. 244b226 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  25. 67557f4 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.4 by Marcel Offermans · 11 years ago
  26. e6edb99 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  27. 6049018 [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.2 by Marcel Offermans · 11 years ago
  28. ce65cc0 Updated to release version. by Marcel Offermans · 11 years ago
  29. 5cd3ac5 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 11 years ago
  30. 101770a [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.2 by Marcel Offermans · 11 years ago
  31. c146def Preparing for release, updated copyright messages, some metadata and the changelogs. by Marcel Offermans · 11 years ago
  32. a45f5de Updated DM to latest release. by Marcel Offermans · 11 years ago
  33. 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
  34. b6ec78c Removed more @since 1.6 by Marcel Offermans · 12 years ago
  35. 068a63a Removed a constructor that was @since 1.6 by Marcel Offermans · 12 years ago
  36. 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
  37. 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
  38. 4c841df Cleaned up some redundant code. by Marcel Offermans · 12 years ago
  39. 6b29c35 Various smaller improvements and fixes. by Marcel Offermans · 12 years ago
  40. 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
  41. 7d70520 FELIX-3526 Applied the patch, merged two very similar static methods into one. by Marcel Offermans · 12 years ago
  42. 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
  43. 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
  44. 604553a Updates to make file handling more robust. Attempt to resolve an issue that only surfaces on Windows. by Marcel Offermans · 12 years ago
  45. 90107cd Fixed export/import for deploymentadmin. by Marcel Offermans · 12 years ago
  46. 0d1c4cb FELIX-3400 applied the patch with some small changes to keep it 1.3 compatible by Marcel Offermans · 12 years ago
  47. 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
  48. 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
  49. 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
  50. 0956306 FELIX-3336 Finalized the patch after finally understanding exactly what was going on. by Marcel Offermans · 12 years ago
  51. 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
  52. adcb658 FELIX-3336 Added a test case while trying to hunt down a potential bug. by Marcel Offermans · 12 years ago
  53. 8caf1c4 FELIX-3243 applied the patch by Marcel Offermans · 12 years ago
  54. f535246 FELIX-3272 applied the patch by Marcel Offermans · 12 years ago
  55. dc8dbf9 FELIX-3245 applied the patch by Marcel Offermans · 13 years ago
  56. 7d258ad FELIX-3270 fixed as suggested in the issue by Marcel Offermans · 13 years ago
  57. 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
  58. 1e8749c FELIX-1828 Applied the suggested fix. by Marcel Offermans · 13 years ago
  59. f5527d5 Apache-developed software shouldn't be incluced in third-party software by Richard S. Hall · 13 years ago
  60. 71a80cc [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  61. c8bb94c [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.0 by Marcel Offermans · 13 years ago
  62. 5f2c860 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  63. b3f41fb [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.0 by Marcel Offermans · 13 years ago
  64. 4fb36aa Rolled back the 2nd release attempt. by Marcel Offermans · 13 years ago
  65. e565f37 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  66. 0c5a23e [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.0 by Marcel Offermans · 13 years ago
  67. c5c003c [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  68. 999ef86 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.0 by Marcel Offermans · 13 years ago
  69. 6e441fb Added changelog.txt's. by Marcel Offermans · 13 years ago
  70. 083a970 Fixed DEPENDENCIES files. by Marcel Offermans · 13 years ago
  71. 15b87c2 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  72. 955a483 [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.0 by Marcel Offermans · 13 years ago
  73. e588928 Even more release prep. by Marcel Offermans · 13 years ago
  74. cd25485 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  75. 9b54293 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.0 by Marcel Offermans · 13 years ago
  76. fdf0921 Release prep. by Marcel Offermans · 13 years ago
  77. 1c8e408 More fixes in preparation of a release. by Marcel Offermans · 13 years ago
  78. 8564633 Updated NOTICE, added DEPENDENCIES, updated pom. by Marcel Offermans · 13 years ago
  79. a8f5d67 Updated NOTICE, added DEPENDENCIES and LICENSE.kxml2, updated pom. by Marcel Offermans · 13 years ago
  80. 4ce8669 Small upgrade to the R4.2 API. Modernized the pom in preparation for a release. by Marcel Offermans · 13 years ago
  81. 5b50934 Renamed a directory. by Marcel Offermans · 13 years ago
  82. 88e62be Updated the pom to the latest Felix parent pom. by Marcel Offermans · 13 years ago
  83. 2b23071 Properly renamed the name of an internal thread. by Marcel Offermans · 13 years ago
  84. 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 · 13 years ago
  85. e489bcf FELIX-2776 Fixed a concurrent modification exception, and the order in which individual commands were executed. by Marcel Offermans · 13 years ago
  86. b38a92d FELIX-2719 Updated auto config to use the new snapshot version of metatype. Also, add a header so we can easily recognize what resource processor is present in this bundle. by Marcel Offermans · 14 years ago
  87. f91b4a6 Fixed the autoconf bundle activator to work with the latest snapshot of the dependency manager again. by Marcel Offermans · 14 years ago
  88. a7e83a7 Updated to latest DM snapshot. by Marcel Offermans · 14 years ago
  89. 7f95bc1 Updated to the latest dependency manager snapshot. Misc fixes for EE compatibility. by Marcel Offermans · 14 years ago
  90. f6bd608 Cleanup some stale dependencies by Stuart McCulloch · 15 years ago
  91. 3bc8afd Replaced some @author tags with the Felix project...plenty more still need it. by Richard S. Hall · 15 years ago
  92. 7a5b718 FELIX-1306 implemented the patch by Marcel Offermans · 15 years ago
  93. d09fb05 FELIX-1305 applied the supplied fix by Marcel Offermans · 15 years ago
  94. c2d8716 updated to more recent versions of dependencies by Marcel Offermans · 15 years ago
  95. 4ae8697 Update pom files to use the 1.0.4 parent pom (bulk change). by Clement Escoffier · 15 years ago
  96. 500d1c3 broken build seems because version was not upgraded on dependencymanager dependency by Alex Karasulu · 15 years ago
  97. 3bff3ca broken build seems because version was not upgraded on dependencymanager dependency by Alex Karasulu · 15 years ago
  98. 6c60f93 Fed up seeing build failures on Bamboo by Stuart McCulloch · 15 years ago
  99. f5a813c Downgraded the dependency on org.osgi.core from 1.2.0 to 1.0.1 to be more by Richard S. Hall · 16 years ago
  100. b4efd97 Moved all dependencies on org.osgi.core-1.1.0-SNAPSHOT to org.osgi.core-1.2.0, by Richard S. Hall · 16 years ago