1. ddf6731 Aligned singleContextLog system property with naming convention of all other dm system properties. by Xander Uiterlinden · 11 years ago
  2. 5f9bab1 ServiceTracker did note take the trackAllAspects setting into account in the setInitial method causing the ServiceDependencyImpl to remove rather than swap services in some occasions. by Xander Uiterlinden · 11 years ago
  3. b10636c FELIX-4279, FELIX-4280: by Jan Willem Janssen · 11 years ago
  4. 0a63531 pax-exam 3.0.0 migration (work in progress ...). by Pierre De Rop · 11 years ago
  5. 7b70ec1 added more maven bundles in Configuration by Pierre De Rop · 11 years ago
  6. 4bca33c Removed svn:mime-type property, which was wrongly set to application/xml. by Pierre De Rop · 11 years ago
  7. 968695e Added comments. by Pierre De Rop · 11 years ago
  8. 214ef87 Reduce pax-exam log level. by Pierre De Rop · 11 years ago
  9. bb10cc3 Configure thread pools with 10 by default. by Pierre De Rop · 11 years ago
  10. acc5fb0 Update version to use the development version. by Clement Escoffier · 11 years ago
  11. 8e38f88 pax exam 3.0.0 migration by Pierre De Rop · 11 years ago
  12. d84914a [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 11 years ago
  13. 9471199 [maven-release-plugin] prepare release org.apache.felix.ipojo.runtime-project-1.11.0 by Clement Escoffier · 11 years ago
  14. cc18202 Update version by Clement Escoffier · 11 years ago
  15. f28c931 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 11 years ago
  16. 917a0c2 [maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-project-1.11.0 by Clement Escoffier · 11 years ago
  17. 9404798 Remove properties from tests. Remove snapshot versions by Clement Escoffier · 11 years ago
  18. 52ddb28 Release preparation - Fix versions in tests. by Clement Escoffier · 11 years ago
  19. e0f59ed Update changelogs. by Clement Escoffier · 11 years ago
  20. 625949c pax exam 3.0.0 migration by Pierre De Rop · 11 years ago
  21. 6257627 pax exam 3.0.0 migration by Pierre De Rop · 11 years ago
  22. 3829f5a Reuse BundleContext from the "context" attribute (from superclass). by Pierre De Rop · 11 years ago
  23. 9183bc5 Migrated old test/.../AspectBaseTest into new test2/ module. by Pierre De Rop · 11 years ago
  24. 5ab26d8 FELIX-3910: pax-exam 3.0.0 migration tests (work in progress). Added new AspectRaceTest for by Pierre De Rop · 11 years ago
  25. 93b7b1c removed this test (will be replaced by a new AspectRaceTest in the new upcoming dependency manager test2 subproject) by Pierre De Rop · 11 years ago
  26. 16bf533 Let the getRequiredHandlerList method throw ConfigurationException. by Clement Escoffier · 11 years ago
  27. 0b2863e Updated ignore properties. by Jan Willem Janssen · 11 years ago
  28. e5b8b53 Upgraded to Jetty 9.0.5: by Jan Willem Janssen · 11 years ago
  29. 2d66597 Solved compiler warnings. by Jan Willem Janssen · 11 years ago
  30. 10bebd8 Removed unused import. by Xander Uiterlinden · 11 years ago
  31. 7f99810 Small performance improvement in SerialExecutor trough preventing exceptions. by Xander Uiterlinden · 11 years ago
  32. c11f06e Try to stabilize concurrent TestCase by Guillaume Sauthier · 11 years ago
  33. c1c8b85 Fix typo by Guillaume Sauthier · 11 years ago
  34. 90ec4c6 Skip the maven-ianal-plugin in the karat-feature project. by Clement Escoffier · 11 years ago
  35. 2ed091c Update the changelog files. by Clement Escoffier · 11 years ago
  36. c74607a Build a zip file containing the Karaf feature and legal files. by Clement Escoffier · 11 years ago
  37. d6c0690 Fix the native test on KF (the test bundle has to be deployed to get the probe bundle resolved). by Clement Escoffier · 11 years ago
  38. 7cf400c Print reconfigurations to hunt a timing issue on the CI. by Clement Escoffier · 11 years ago
  39. cd42905 Forgot to ignore a test on KF. by Clement Escoffier · 11 years ago
  40. 072f6af Avoid infinite recursion. by Clement Escoffier · 11 years ago
  41. 7e95146 Ignore the native test on KF. by Clement Escoffier · 11 years ago
  42. 96cf0ae pom parent missing in the karat-feature pom, breaking the deployment by Clement Escoffier · 11 years ago
  43. e02f77d Fix equinox detection in the compatibility tests. by Clement Escoffier · 11 years ago
  44. 54a6b00 Fix frame generation error in the inner class manipulation. This commit is related to FELIX-4255 Extend the inner class manipulation to allow method interception, by Clement Escoffier · 11 years ago
  45. 1997491 Reduce the check to determine if the class was already manipulated or not. by Clement Escoffier · 11 years ago
  46. 24b42a7 Fix FELIX-4270 Bump iPOJO package version to 1.11.0 by Clement Escoffier · 11 years ago
  47. 11a1a1d Fix: by Clement Escoffier · 11 years ago
  48. b1b2a5c FELIX-4268 Duplicated name errors always happen when there are 2 factories with the same name by Guillaume Sauthier · 11 years ago
  49. 5d7f5b8 Fix error in the 10 minutes tutorial package generation : the java.home was not correctly set. by Clement Escoffier · 11 years ago
  50. 639c71a Fix FELIX-4267 Define Apache Karaf features for iPOJO by Clement Escoffier · 11 years ago
  51. f444011 FELIX-4265 Provides a recorder for startup events by Guillaume Sauthier · 11 years ago
  52. 5af5846 Quick fix: executionTime counter was still running after exception by Guillaume Sauthier · 11 years ago
  53. e4aea0b FELIX-4264 JobInfo should provide a way to identify the kind of task by Guillaume Sauthier · 11 years ago
  54. c5c3a73 Fix FELIX-4263 iPOJO Core should use ranged imports by Clement Escoffier · 11 years ago
  55. 92c98a4 Add a test about FELIX-4247 Memory leak with ServiceUsage and inner class (Listener style) to confirm the fix. by Clement Escoffier · 11 years ago
  56. f45fca1 Fix: by Clement Escoffier · 11 years ago
  57. bed5db2 FELIX-4262 QueueServices should be observable by Guillaume Sauthier · 11 years ago
  58. 9d1b9c1 Typo by Guillaume Sauthier · 11 years ago
  59. bd85bc7 Fix FELIX-4261 NPE when an instance is declared without a configuration using the @ConfigurationTracker by Clement Escoffier · 11 years ago
  60. f86bfb4 Switch back to snapshot by Carsten Ziegeler · 11 years ago
  61. 14d3781 Switch back to snapshot by Carsten Ziegeler · 11 years ago
  62. 20a6a4f Switch back to snapshot by Carsten Ziegeler · 11 years ago
  63. bee55c8 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 11 years ago
  64. 053a105 [maven-release-plugin] prepare release org.apache.felix.scr.ant-1.9.0 by Carsten Ziegeler · 11 years ago
  65. c40d120 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 11 years ago
  66. 93af901 [maven-release-plugin] prepare release maven-scr-plugin-1.15.0 by Carsten Ziegeler · 11 years ago
  67. 9cfc8a9 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 11 years ago
  68. c7c1f96 [maven-release-plugin] prepare release org.apache.felix.scr.generator-1.8.2 by Carsten Ziegeler · 11 years ago
  69. e7ebc87 Prepare for release by Carsten Ziegeler · 11 years ago
  70. 602bd43 Prepare for release by Carsten Ziegeler · 11 years ago
  71. cc53b54 Removed unused field by Guillaume Sauthier · 11 years ago
  72. 4f49db1 FELIX-4252 Make Extender's ThreadPool size configurable by Guillaume Sauthier · 11 years ago
  73. ffc9c7f Fix FELIX-4253 Add methods from inner classes in the metadata collected during the manipulation by Clement Escoffier · 11 years ago
  74. 83e6155 Start working on FELIX-4253 Add methods from inner classes in the metadata collected during the manipulation by Clement Escoffier · 11 years ago
  75. 10ec65e Fix FELIX-4256 Avoid manipulation native and static methods from inner classes by Clement Escoffier · 11 years ago
  76. abaaa2b FELIX-4252 Make Extender's ThreadPool size configurable by Guillaume Sauthier · 11 years ago
  77. 406754b Improve configuration error detection and reporting of service dependency (FELIX-4243 Define the dependency configuration matrix and improve error detection) by Clement Escoffier · 11 years ago
  78. 67ae839 FELIX-4249 - Make the default error location 1,1 instead of 0,0. Apply patch from Robert Munteanu by Carsten Ziegeler · 11 years ago
  79. 6f98fee FELIX-4246 : SCR and Metatype descriptor files get deleted on subsequent (incremental) eclipse build by Carsten Ziegeler · 11 years ago
  80. aafeefe FELIX-4010 : SCR Plugin aborts when scanning a Java 8 class file by Carsten Ziegeler · 11 years ago
  81. 2d32365 FELIX-4241 : Change default output directory for SCR annotations to ${project.build.directory}/classes by Carsten Ziegeler · 11 years ago
  82. 53fc0a9 Fix FELIX-4245 Deadlock in Dependency by Clement Escoffier · 11 years ago
  83. 9178b07 Fix FELIX-4240 and FELIX-4242: by Clement Escoffier · 11 years ago
  84. 87b4e0f [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 11 years ago
  85. 8bac5e2 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.8.0 by Felix Meschberger · 11 years ago
  86. 615514f Update change log by Felix Meschberger · 11 years ago
  87. f748bfb FELIX-4238 The pmtCount field must keep the tracking count not the number of tracked services. Otherwise the list of services is updated on each access to configuration. by Felix Meschberger · 11 years ago
  88. 0d6e3c6 Fix exclusion of some tests on Felix and KF (Equinox SCR works only on Equinox) by Clement Escoffier · 11 years ago
  89. 8903b0a Reflect the change we did last week on the core integration-tests to the manipulation integration-tests by Clement Escoffier · 11 years ago
  90. 4e82207 Fix FELIX-4236 Unvalued properties should be part of the instance's architecture by Clement Escoffier · 11 years ago
  91. 2c5854c Added FELIX-4233. by Pierre De Rop · 11 years ago
  92. b0be04f FELIX-4233: Race condition where two threads are able to execute tasks from the serial queue. by Pierre De Rop · 11 years ago
  93. bbd2516 [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 11 years ago
  94. 1bf9583 [maven-release-plugin] prepare release org.apache.felix.http-2.2.1 by Jan Willem Janssen · 11 years ago
  95. d07060f Fix FELIX-4232 Service Dependency Interceptors should be indicated in the instance architecture by Clement Escoffier · 11 years ago
  96. c1fe8d8 Refactor the integration-test pom file and fix dependency conflicts. by Clement Escoffier · 11 years ago
  97. f77b29e Add compatibility tests against Equinox Declarative Services 1.4.100 by Clement Escoffier · 11 years ago
  98. f4fc7e6 Improve robustness on the compatibility tests by Clement Escoffier · 11 years ago
  99. de7cc91 Fix FELIX-4217 Ensure compatibility between Aries Blueprint and iPOJO by Clement Escoffier · 11 years ago
  100. 7598b30 [maven-release-plugin] rollback the release of org.apache.felix.http-2.2.1 by Jan Willem Janssen · 11 years ago