1. 41ebc78 FELIX-3526 Applied the patch, merged two very similar static methods into one. by Marcel Offermans · 12 years ago
  2. 8c2cd67 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
  3. b243ae8 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
  4. 74c3e11 Updates to make file handling more robust. Attempt to resolve an issue that only surfaces on Windows. by Marcel Offermans · 13 years ago
  5. 08efb34 Fixed export/import for deploymentadmin. by Marcel Offermans · 13 years ago
  6. fd3ae76 FELIX-3400 applied the patch with some small changes to keep it 1.3 compatible by Marcel Offermans · 13 years ago
  7. b152127 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 · 13 years ago
  8. cd72abe FELIX-3329 FELIX-3330 Added a couple of test cases to validate some of the basic operations in this resource processor. by Marcel Offermans · 13 years ago
  9. ac28a8a 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 · 13 years ago
  10. a5d96bf FELIX-3336 Finalized the patch after finally understanding exactly what was going on. by Marcel Offermans · 13 years ago
  11. 376059b 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
  12. aacf5f5 FELIX-3336 Added a test case while trying to hunt down a potential bug. by Marcel Offermans · 13 years ago
  13. 557acd8 FELIX-3243 applied the patch by Marcel Offermans · 13 years ago
  14. 8beeec4 FELIX-3272 applied the patch by Marcel Offermans · 13 years ago
  15. f48fc53 FELIX-3245 applied the patch by Marcel Offermans · 13 years ago
  16. e16960c FELIX-3270 fixed as suggested in the issue by Marcel Offermans · 13 years ago
  17. c99f351 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
  18. 347cbbf FELIX-1828 Applied the suggested fix. by Marcel Offermans · 13 years ago
  19. 85cb8f0 Apache-developed software shouldn't be incluced in third-party software by Richard S. Hall · 14 years ago
  20. 756810a [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  21. b3eec68 [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.0 by Marcel Offermans · 14 years ago
  22. 6e1dff5 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  23. 0bcf228 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.0 by Marcel Offermans · 14 years ago
  24. 0f42043 Rolled back the 2nd release attempt. by Marcel Offermans · 14 years ago
  25. cf13ebe [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  26. c2a2ba3 [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.0 by Marcel Offermans · 14 years ago
  27. 12c5dbe [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  28. 3d5197e [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.0 by Marcel Offermans · 14 years ago
  29. 28625e2 Added changelog.txt's. by Marcel Offermans · 14 years ago
  30. ebb039e Fixed DEPENDENCIES files. by Marcel Offermans · 14 years ago
  31. 337d5ee [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  32. 85cfabf [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.0 by Marcel Offermans · 14 years ago
  33. fee2abb Even more release prep. by Marcel Offermans · 14 years ago
  34. 0182860 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 14 years ago
  35. d6219c5 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.0 by Marcel Offermans · 14 years ago
  36. 1f63063 Release prep. by Marcel Offermans · 14 years ago
  37. 10c6d60 More fixes in preparation of a release. by Marcel Offermans · 14 years ago
  38. 6f82a27 Updated NOTICE, added DEPENDENCIES, updated pom. by Marcel Offermans · 14 years ago
  39. 5fad762 Updated NOTICE, added DEPENDENCIES and LICENSE.kxml2, updated pom. by Marcel Offermans · 14 years ago
  40. 4cd5442 Small upgrade to the R4.2 API. Modernized the pom in preparation for a release. by Marcel Offermans · 14 years ago
  41. 57f2c23 Renamed a directory. by Marcel Offermans · 14 years ago
  42. 0539e27 Updated the pom to the latest Felix parent pom. by Marcel Offermans · 14 years ago
  43. 7795353 Properly renamed the name of an internal thread. by Marcel Offermans · 14 years ago
  44. 5785484 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
  45. 6c68a23 FELIX-2776 Fixed a concurrent modification exception, and the order in which individual commands were executed. by Marcel Offermans · 14 years ago
  46. 2c35c74 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
  47. e50782d Fixed the autoconf bundle activator to work with the latest snapshot of the dependency manager again. by Marcel Offermans · 14 years ago
  48. 9b3198b Updated to latest DM snapshot. by Marcel Offermans · 14 years ago
  49. 8422cd3 Updated to the latest dependency manager snapshot. Misc fixes for EE compatibility. by Marcel Offermans · 15 years ago
  50. 0377183 Cleanup some stale dependencies by Stuart McCulloch · 15 years ago
  51. f4f0937 Replaced some @author tags with the Felix project...plenty more still need it. by Richard S. Hall · 15 years ago
  52. 93a9ba7 FELIX-1306 implemented the patch by Marcel Offermans · 15 years ago
  53. fb7c3cb FELIX-1305 applied the supplied fix by Marcel Offermans · 15 years ago
  54. df602eb updated to more recent versions of dependencies by Marcel Offermans · 15 years ago
  55. a3a6204 Update pom files to use the 1.0.4 parent pom (bulk change). by Clement Escoffier · 16 years ago
  56. 1853ea9 broken build seems because version was not upgraded on dependencymanager dependency by Alex Karasulu · 16 years ago
  57. ffcc453 broken build seems because version was not upgraded on dependencymanager dependency by Alex Karasulu · 16 years ago
  58. 85d71b4 Fed up seeing build failures on Bamboo by Stuart McCulloch · 16 years ago
  59. 7d28a59 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
  60. 288fc36 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
  61. 9e4042b FELIX-454 Initial version of the Autoconf Resource Processor by Christian van Spaandonk · 16 years ago
  62. c1617b9 FELIX-658 Optionally skip stopping unaffected bundles when updating a deployment package by Christian van Spaandonk · 16 years ago
  63. 11831d9 FELIX-590 Removed compendium interfaces from deployment admin bundle, the compendium bundle can be used now that it is updated to spec 4.1 by Christian van Spaandonk · 16 years ago
  64. 3d198fc Moved deployment admin to trunk/deploymentadmin/service in preparation for the autoconf resource processor. by Christian van Spaandonk · 16 years ago
  65. 90f0b9f Add/Update bundle vendor. by Carsten Ziegeler · 17 years ago
  66. 5f48e57 Fixed issue preventing bundles from being updated correctly if their file/entry-name changes between versions. by Christian van Spaandonk · 17 years ago
  67. 65fbb3a - Fixed issue where resource processors could close the underlying deployment package stream by closing the resource specific stream by Christian van Spaandonk · 17 years ago
  68. eaafa69 MetaType: by Christian van Spaandonk · 17 years ago
  69. 17d3138 Updated parent POM to include "deploymentadmin" module by Stefano Lenzi · 17 years ago
  70. 1ea9b66 Minor deployment admin fixes: by Christian van Spaandonk · 17 years ago
  71. e947c16 Added the initial version of DeploymentAdmin as donated in FELIX-452 (IP clearance posted to dev-felix on january 15th). by Marcel Offermans · 17 years ago