1. fe21bfd FELIX-4402 remove some now dead code by David Jencks · 10 years ago
  2. bae4484 FELIX-4401 Update ServiceComponentRuntime to spec, enable/disable are async returhing Promise by David Jencks · 10 years ago
  3. 4f25b42a [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 10 years ago
  4. 0533026 [maven-release-plugin] prepare release maven-bundle-plugin-2.5.0 by Stuart McCulloch · 10 years ago
  5. c819c8a Update Copyright year by Stuart McCulloch · 10 years ago
  6. a633e3d Update local copy of wiki-based doc by Stuart McCulloch · 10 years ago
  7. e1a5f65 Update local copy of wiki-based doc by Stuart McCulloch · 10 years ago
  8. a568986 Add missing descriptions by Stuart McCulloch · 10 years ago
  9. 87b0432 Update local maven site docs in preparation for 2.5.0 by Stuart McCulloch · 10 years ago
  10. 68b7ef7 Update local maven site docs in preparation for 2.5.0 by Stuart McCulloch · 10 years ago
  11. 2c30ebc Update release notes and version in preparation for the release by Guillaume Nodet · 10 years ago
  12. b8f7a87 [maven-release-plugin] prepare for next development iteration by A. J. David Bosschaert · 10 years ago
  13. f61a519 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-2.0.0 by A. J. David Bosschaert · 10 years ago
  14. 28bb9f5 Prepare text changelog and other text files for release. by A. J. David Bosschaert · 10 years ago
  15. db57734 [obr] Update the org.apache.felix.utils dependency to 1.6.0 by A. J. David Bosschaert · 10 years ago
  16. 0290f49 [FELIX-4517] Fix possible exception by Guillaume Nodet · 10 years ago
  17. f1d0a1c [maven-release-plugin] prepare for next development iteration by A. J. David Bosschaert · 10 years ago
  18. 1f261d8 [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.14.0 by A. J. David Bosschaert · 10 years ago
  19. 86703f5 Revert parent for gogo-command back to 0.6.0. by A. J. David Bosschaert · 10 years ago
  20. 37f4ebc Revert gogo-parent back to 0.7.0-SNAPSHOT as the releasing failed again. by A. J. David Bosschaert · 10 years ago
  21. 72325fc [maven-release-plugin] prepare release gogo-parent-0.8.0 by A. J. David Bosschaert · 10 years ago
  22. 8558306 Fix path to parent in gogo-parent pom. by A. J. David Bosschaert · 10 years ago
  23. 50dd95a Revert back to 0.7.0-SNAPSHOT as the releasing failed. by A. J. David Bosschaert · 10 years ago
  24. 1991ad3 [maven-release-plugin] prepare release gogo-parent-0.8.0 by A. J. David Bosschaert · 10 years ago
  25. 8f29dd7 Update parent pom to gogo-parent 0.7.0-SNAPSHOT by A. J. David Bosschaert · 10 years ago
  26. 47fe697 Update gogo-parent pom to have felix-parent 2.1 as parent. by A. J. David Bosschaert · 10 years ago
  27. 3f7b3fd Prepare gogo command text files for releasing. by A. J. David Bosschaert · 10 years ago
  28. 2acc5b5 [FELIX-4517] Restore default for compatibility by Guillaume Nodet · 10 years ago
  29. da4289b [FELIX-4517] Fix service properties when using collections in blueprint by Guillaume Nodet · 10 years ago
  30. 09194e6 [FELIX-3381] Support for {maven-test-resources} and {maven-test-sources} placeholders by Guillaume Nodet · 10 years ago
  31. b13024d FELIX-4401 reimplement ScrInfo based on DTOs by David Jencks · 10 years ago
  32. 2c9b50c FELIX-4402 remove commented out code, improve generics, reduce eclipse warnings by David Jencks · 10 years ago
  33. e8e89b6 FELIX-4537 use bnd.bnd file, set versions in it, update versions, build passes by David Jencks · 10 years ago
  34. 125d377 FELIX-4402 reimplement how obsolete configurable component factory works by David Jencks · 10 years ago
  35. 2ca5793 FELIX-4401 Rewrite main factory component tests by David Jencks · 10 years ago
  36. b899d73 FELIX-4402 make the ServiceComponentRuntime work with factory components, and make tests pass by David Jencks · 10 years ago
  37. 2571616 FELIX-4401, FELIX-4402 Remove obsolete proprietary admin classes and split ComponentHolder interface into inward and outward facing pieces by David Jencks · 10 years ago
  38. 62b86a3 FELIX-4536 implement multivalued pid property by David Jencks · 10 years ago
  39. 9f3f02e FELIX-4402 separate ComponentHolder interface into 2 sides, one called from configuration support etc and one called from the component managers. Remove some unused methods from AbstractComponentManager. Some factory component tests currently fail. by David Jencks · 10 years ago
  40. d02418a FELIX-4402 don't enable a new ComponentManager until it's configuration is supplied to it by David Jencks · 10 years ago
  41. e5cf2bd FELIX-4402 minor logging improvements by David Jencks · 10 years ago
  42. c2357ed FELIX-4401 fix tests and test assumptions by David Jencks · 10 years ago
  43. 75768da FELIX-4406 fail validation with null provide by David Jencks · 10 years ago
  44. 339ad7f FELIX-4401 avoid NPE fetching a nonexistant DTO by David Jencks · 10 years ago
  45. c4b02c8 FELIX-4402 avoid some NPEs if for some reason the deleted config is not actually associated with a component manager by David Jencks · 10 years ago
  46. 8a2d686 FELIX-4402 Fix factory component to not think the factory is a configuration by David Jencks · 10 years ago
  47. 20b0e2a FELIX-4401 Make fetching DTO not 'activate' a dependency manager by David Jencks · 10 years ago
  48. 06d332c FELIX-4402 work towards CC exists only when all required configurations present. Always get the xml properties into the CC. Use a flag for pre-13 deleted config doesn't call modify behavior by David Jencks · 10 years ago
  49. c4773f2 FELIX-4401 Initial refactoring of integration tests to use ServiceComponentRuntime. Does not include factory component tests which do not compile by David Jencks · 10 years ago
  50. e165efc FELIX-4401 Temporarily add runtime spec packages to source by David Jencks · 10 years ago
  51. 400050a FELIX-4402 multiple pid support, parse pids by David Jencks · 10 years ago
  52. 457f430 [FELIX-2872] Provide a way to have an easier to read manifest by Guillaume Nodet · 10 years ago
  53. 7f2c244 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 10 years ago
  54. 2c6dbd5 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.12.1 by Guillaume Nodet · 10 years ago
  55. bf5450e Fix changelog for gogo-runtime 0.12.1 by Guillaume Nodet · 10 years ago
  56. 8a9faa6 Fix formatting and slightly expand comment. by A. J. David Bosschaert · 10 years ago
  57. 272bca3 [FELIX-4534] Addresses an issue with native code bundles on Windows 7 by A. J. David Bosschaert · 10 years ago
  58. d279301 [FELIX-4533] Gogo runtime does not advertise published services by Guillaume Nodet · 10 years ago
  59. 5328f49 Introduce a new property called felix.extensions.disable which (if set to true) disables framework extensions. This might be necessary for now in some envs like e.g. javaws (FELIX-4281). by Karl Pauls · 10 years ago
  60. 9c6fa9f [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 10 years ago
  61. ff8faba [maven-release-plugin] prepare release org.apache.felix.http-5 by Jan Willem Janssen · 10 years ago
  62. 231df6e [FELIX-4220] BundleException type not set to START_TRANSIENT_ERROR by A. J. David Bosschaert · 10 years ago
  63. ed3f126 [FELIX-3309] Incorrect replacement logic for dashes in framework version. by A. J. David Bosschaert · 10 years ago
  64. d420509 Apply patch (FELIX-4524) to fix index out of bounds exception. by Richard S. Hall · 10 years ago
  65. 2a478ae FELIX-3511 - Use java.concurrent from Java 6 by Carsten Ziegeler · 10 years ago
  66. 3cc0a18 FELIX-4420 - Implement sendRedirect: by Jan Willem Janssen · 10 years ago
  67. 5939d30 Update to Bndlib 2.3.0 (also update workaround for https://github.com/bndtools/bnd/pull/515 to base it off 2.3.0) by Stuart McCulloch · 10 years ago
  68. 5bdd5e7 [FELIX-3239] PackageAdmin#getExportedPackages does not work on packages exported by attached fragments by A. J. David Bosschaert · 10 years ago
  69. 284fb44 [FELIX-4512] Add a supportedProjectTypes for baseline plugin by Guillaume Nodet · 10 years ago
  70. 628828e [FELIX-4512] Fix possible NPE by Guillaume Nodet · 10 years ago
  71. 1d2f142 FELIX-4519 : Provide configuration option to disable sending of Server header by Carsten Ziegeler · 10 years ago
  72. ee23b28 FELIX-4330 - Make SSL headers configurable: by Jan Willem Janssen · 10 years ago
  73. 5ddb13c [FELIX-4518] Provide a way to disable some plugins by Guillaume Nodet · 10 years ago
  74. 1c9211a [FELIX-4517] Fix bbd verification problem with services exposing multiple interfaces by Guillaume Nodet · 10 years ago
  75. caa1516 Switch to latest snapshot by Carsten Ziegeler · 10 years ago
  76. 3c4d1e2 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 10 years ago
  77. 7bc4d23 [maven-release-plugin] prepare release maven-scr-plugin-1.17.0 by Carsten Ziegeler · 10 years ago
  78. 27e0109 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 10 years ago
  79. 77b6788 [maven-release-plugin] prepare release org.apache.felix.scr.ant-1.11.0 by Carsten Ziegeler · 10 years ago
  80. 125a423 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 10 years ago
  81. edbfe3f [maven-release-plugin] prepare release org.apache.felix.scr.bnd-1.1.0 by Carsten Ziegeler · 10 years ago
  82. 28b9770 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 10 years ago
  83. 1dd04e1 [maven-release-plugin] prepare release org.apache.felix.scr.generator-1.10.0 by Carsten Ziegeler · 10 years ago
  84. 4a4c1d9 Prepare for release by Carsten Ziegeler · 10 years ago
  85. cb28cc2 Prepare for release by Carsten Ziegeler · 10 years ago
  86. 22b6f3b Prepare for release by Carsten Ziegeler · 10 years ago
  87. 7bf509f [FELIX-4517] Generate generic capabilities and requirements for services from blueprint and scr descriptors by Guillaume Nodet · 10 years ago
  88. 46ebda8 Update version now that the 1.12.0 version is available. by Clement Escoffier · 10 years ago
  89. fcc61e6 FELIX-4489 : [Jetty] Ignore empty (string) entries in configuration arrays by Carsten Ziegeler · 10 years ago
  90. 70dbafd FELIX-4512 : Add a new Mojo to invoke the BND Baseline tool. Apply patch from Simone Tripodi. by Carsten Ziegeler · 10 years ago
  91. f59f6af [FELIX-4515] BundleRevision for system extension has no capabilities by A. J. David Bosschaert · 10 years ago
  92. 7ac3d73 Update description to R5 by Carsten Ziegeler · 10 years ago
  93. 1e35ff1 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 10 years ago
  94. 0babc1e [maven-release-plugin] prepare release org.apache.felix.ipojo.runtime-project-1.12.0 by Clement Escoffier · 10 years ago
  95. 06c61b1 Change the manipulator version in the 10 minute tutorial - also change it in the build.xml files by Clement Escoffier · 10 years ago
  96. 70e446b Change the manipulator version in the 10 minute tutorial by Clement Escoffier · 10 years ago
  97. d6fbba6 Update the dependencies on the manipulator to 1.12.0 version (under release) by Clement Escoffier · 10 years ago
  98. c984df1 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 10 years ago
  99. 3037b74 [maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-project-1.12.0 by Clement Escoffier · 10 years ago
  100. 0f0a019 revert the iPOJO core version using in integration-test to the last release version by Clement Escoffier · 10 years ago