1. 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
  2. 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
  3. 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
  4. 0956306 FELIX-3336 Finalized the patch after finally understanding exactly what was going on. by Marcel Offermans · 12 years ago
  5. 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
  6. adcb658 FELIX-3336 Added a test case while trying to hunt down a potential bug. by Marcel Offermans · 12 years ago
  7. 8caf1c4 FELIX-3243 applied the patch by Marcel Offermans · 12 years ago
  8. f535246 FELIX-3272 applied the patch by Marcel Offermans · 12 years ago
  9. dc8dbf9 FELIX-3245 applied the patch by Marcel Offermans · 13 years ago
  10. 7d258ad FELIX-3270 fixed as suggested in the issue by Marcel Offermans · 13 years ago
  11. 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
  12. 1e8749c FELIX-1828 Applied the suggested fix. by Marcel Offermans · 13 years ago
  13. f5527d5 Apache-developed software shouldn't be incluced in third-party software by Richard S. Hall · 13 years ago
  14. 71a80cc [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  15. c8bb94c [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.0 by Marcel Offermans · 13 years ago
  16. 5f2c860 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  17. b3f41fb [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.0 by Marcel Offermans · 13 years ago
  18. 4fb36aa Rolled back the 2nd release attempt. by Marcel Offermans · 13 years ago
  19. e565f37 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  20. 0c5a23e [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.0 by Marcel Offermans · 13 years ago
  21. c5c003c [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  22. 999ef86 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.0 by Marcel Offermans · 13 years ago
  23. 6e441fb Added changelog.txt's. by Marcel Offermans · 13 years ago
  24. 083a970 Fixed DEPENDENCIES files. by Marcel Offermans · 13 years ago
  25. 15b87c2 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  26. 955a483 [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.0 by Marcel Offermans · 13 years ago
  27. e588928 Even more release prep. by Marcel Offermans · 13 years ago
  28. cd25485 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 13 years ago
  29. 9b54293 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.0 by Marcel Offermans · 13 years ago
  30. fdf0921 Release prep. by Marcel Offermans · 13 years ago
  31. 1c8e408 More fixes in preparation of a release. by Marcel Offermans · 13 years ago
  32. 8564633 Updated NOTICE, added DEPENDENCIES, updated pom. by Marcel Offermans · 13 years ago
  33. a8f5d67 Updated NOTICE, added DEPENDENCIES and LICENSE.kxml2, updated pom. by Marcel Offermans · 13 years ago
  34. 4ce8669 Small upgrade to the R4.2 API. Modernized the pom in preparation for a release. by Marcel Offermans · 13 years ago
  35. 5b50934 Renamed a directory. by Marcel Offermans · 13 years ago
  36. 88e62be Updated the pom to the latest Felix parent pom. by Marcel Offermans · 13 years ago
  37. 2b23071 Properly renamed the name of an internal thread. by Marcel Offermans · 13 years ago
  38. 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
  39. e489bcf FELIX-2776 Fixed a concurrent modification exception, and the order in which individual commands were executed. by Marcel Offermans · 13 years ago
  40. 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
  41. f91b4a6 Fixed the autoconf bundle activator to work with the latest snapshot of the dependency manager again. by Marcel Offermans · 14 years ago
  42. a7e83a7 Updated to latest DM snapshot. by Marcel Offermans · 14 years ago
  43. 7f95bc1 Updated to the latest dependency manager snapshot. Misc fixes for EE compatibility. by Marcel Offermans · 14 years ago
  44. f6bd608 Cleanup some stale dependencies by Stuart McCulloch · 15 years ago
  45. 3bc8afd Replaced some @author tags with the Felix project...plenty more still need it. by Richard S. Hall · 15 years ago
  46. 7a5b718 FELIX-1306 implemented the patch by Marcel Offermans · 15 years ago
  47. d09fb05 FELIX-1305 applied the supplied fix by Marcel Offermans · 15 years ago
  48. c2d8716 updated to more recent versions of dependencies by Marcel Offermans · 15 years ago
  49. 4ae8697 Update pom files to use the 1.0.4 parent pom (bulk change). by Clement Escoffier · 15 years ago
  50. 500d1c3 broken build seems because version was not upgraded on dependencymanager dependency by Alex Karasulu · 15 years ago
  51. 3bff3ca broken build seems because version was not upgraded on dependencymanager dependency by Alex Karasulu · 15 years ago
  52. 6c60f93 Fed up seeing build failures on Bamboo by Stuart McCulloch · 15 years ago
  53. 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
  54. 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
  55. b42978c FELIX-454 Initial version of the Autoconf Resource Processor by Christian van Spaandonk · 16 years ago
  56. 3aa5b82 FELIX-658 Optionally skip stopping unaffected bundles when updating a deployment package by Christian van Spaandonk · 16 years ago
  57. 761f103 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
  58. b5faa2a Moved deployment admin to trunk/deploymentadmin/service in preparation for the autoconf resource processor. by Christian van Spaandonk · 16 years ago
  59. cf6e51b Add/Update bundle vendor. by Carsten Ziegeler · 16 years ago
  60. 677bb25 Fixed issue preventing bundles from being updated correctly if their file/entry-name changes between versions. by Christian van Spaandonk · 16 years ago
  61. 65fbb3a - Fixed issue where resource processors could close the underlying deployment package stream by closing the resource specific stream by Christian van Spaandonk · 16 years ago
  62. eaafa69 MetaType: by Christian van Spaandonk · 16 years ago
  63. 17d3138 Updated parent POM to include "deploymentadmin" module by Stefano Lenzi · 16 years ago
  64. 1ea9b66 Minor deployment admin fixes: by Christian van Spaandonk · 16 years ago
  65. e947c16 Added the initial version of DeploymentAdmin as donated in FELIX-452 (IP clearance posted to dev-felix on january 15th). by Marcel Offermans · 16 years ago