1. 51571f6 FELIX-4482 - Use scope=provided for OSGi APIs dependencies by Guillaume Sauthier · 10 years ago
  2. c87cc5d switch version to dev (after release) by Clement Escoffier · 10 years ago
  3. ab16b07 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 10 years ago
  4. 181a59f [maven-release-plugin] prepare release org.apache.felix.ipojo.runtime-project-1.11.2 by Clement Escoffier · 10 years ago
  5. e89ddd6 upgrade manipulator version to 1.11.2, and fix @since tags by Clement Escoffier · 10 years ago
  6. d2da482 fix timeouts to make tests a bit more robust by Clement Escoffier · 10 years ago
  7. d0f912a Increase timeouts by Clement Escoffier · 10 years ago
  8. c7d834c Add test about the @Context handler by Clement Escoffier · 10 years ago
  9. e946a38 Provide the @Context handler Fix FELIX-4229, FELIX-4272 and FELIX-4273 by Clement Escoffier · 10 years ago
  10. 2d9a666 remove the Time Factor in the delayed provider by Clement Escoffier · 10 years ago
  11. 8c89618 reduce the stricteness of log tests, fix timeout issue by Clement Escoffier · 10 years ago
  12. b18db3b Update equinox and KF versions by Clement Escoffier · 10 years ago
  13. 0d21e63 Oops, accidentally committed some comments for disabling tests by Guillaume Sauthier · 10 years ago
  14. 6143926 FELIX-4419 Open access to InstanceDeclaration and TypeDeclaration by Guillaume Sauthier · 10 years ago
  15. e6c01dc [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 11 years ago
  16. 949d612 [maven-release-plugin] prepare release org.apache.felix.ipojo.runtime-project-1.11.1 by Clement Escoffier · 11 years ago
  17. 0695494 revert the version of the osgi helpers to a released version by Clement Escoffier · 11 years ago
  18. 6314757 update versions to cut the release by Clement Escoffier · 11 years ago
  19. c9f800f Test using latest manipulator by Clement Escoffier · 11 years ago
  20. b2545cb Test interceptor combination by Clement Escoffier · 11 years ago
  21. a6ecb1c Avoid conflicts between the tests. by Clement Escoffier · 11 years ago
  22. 147d9a2 Check FELIX-4380 (https://issues.apache.org/jira/browse/FELIX-4380) by Clement Escoffier · 11 years ago
  23. 0d215e2 Add a test checking an interceptor implementing both tracking and ranking. by Clement Escoffier · 11 years ago
  24. 2a5102b Improve failure management in test by Clement Escoffier · 11 years ago
  25. d84914a [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 11 years ago
  26. 9471199 [maven-release-plugin] prepare release org.apache.felix.ipojo.runtime-project-1.11.0 by Clement Escoffier · 11 years ago
  27. cc18202 Update version by Clement Escoffier · 11 years ago
  28. 9404798 Remove properties from tests. Remove snapshot versions by Clement Escoffier · 11 years ago
  29. 7cf400c Print reconfigurations to hunt a timing issue on the CI. by Clement Escoffier · 11 years ago
  30. cd42905 Forgot to ignore a test on KF. by Clement Escoffier · 11 years ago
  31. e02f77d Fix equinox detection in the compatibility tests. by Clement Escoffier · 11 years ago
  32. 11a1a1d Fix: by Clement Escoffier · 11 years ago
  33. 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
  34. bd85bc7 Fix FELIX-4261 NPE when an instance is declared without a configuration using the @ConfigurationTracker by Clement Escoffier · 11 years ago
  35. 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
  36. 9178b07 Fix FELIX-4240 and FELIX-4242: by Clement Escoffier · 11 years ago
  37. 0d6e3c6 Fix exclusion of some tests on Felix and KF (Equinox SCR works only on Equinox) by Clement Escoffier · 11 years ago
  38. 4e82207 Fix FELIX-4236 Unvalued properties should be part of the instance's architecture by Clement Escoffier · 11 years ago
  39. d07060f Fix FELIX-4232 Service Dependency Interceptors should be indicated in the instance architecture by Clement Escoffier · 11 years ago
  40. c1fe8d8 Refactor the integration-test pom file and fix dependency conflicts. by Clement Escoffier · 11 years ago
  41. f77b29e Add compatibility tests against Equinox Declarative Services 1.4.100 by Clement Escoffier · 11 years ago
  42. f4fc7e6 Improve robustness on the compatibility tests by Clement Escoffier · 11 years ago
  43. de7cc91 Fix FELIX-4217 Ensure compatibility between Aries Blueprint and iPOJO by Clement Escoffier · 11 years ago
  44. 9fa9fe8 Fix FELIX-4231 Provide service binding interceptors by Clement Escoffier · 11 years ago
  45. 3c0f952 Use dictionaries instead of properties. by Clement Escoffier · 11 years ago
  46. df8771b Replace Properties usage by Dictionary when possible. by Clement Escoffier · 11 years ago
  47. ea857d0 update manipulator version by Clement Escoffier · 11 years ago
  48. b17c970 FELIX-4216 Allow @Property without name in constructors by Clement Escoffier · 11 years ago
  49. d3bc2bc Fix FELIX-4172 Updated method called twice at the bundle start by Clement Escoffier · 11 years ago
  50. 36bd2a6 Fix FELIX-4207 ipojo @Component with propagation set to true doesn't propagate properties by Clement Escoffier · 11 years ago
  51. 7cafcf5 Fix FELIX-4204 by Clement Escoffier · 11 years ago
  52. 4c9cc37 Fix FELIX-4151 - Fix mistakes in the javadoc tags by Clement Escoffier · 11 years ago
  53. 4ecd978 Fix the NPE in the DependencyModel by Clement Escoffier · 11 years ago
  54. d3656a9 FELIX-4146 Add getInstances and getInstanceNames in the Factory interface by Clement Escoffier · 11 years ago
  55. f1f9628 Forgot a file during the last commit. by Clement Escoffier · 11 years ago
  56. d3b68ee Continue the work about FELIX-4134 Migrate api-it to the core-it. by Clement Escoffier · 11 years ago
  57. e46023f Avoid executing integration tests when launching the regular build. by Clement Escoffier · 11 years ago
  58. 9031c44 Fix parent relativePaths. by Clement Escoffier · 11 years ago
  59. d550b80 Add missing dependency by Clement Escoffier · 11 years ago
  60. 5640720 Update annotation versions by Clement Escoffier · 11 years ago
  61. a243586 Continue the work about FELIX-4134 Migrate all core-it tests to the reactor. by Clement Escoffier · 11 years ago
  62. d15b144 Fix versions. by Clement Escoffier · 11 years ago
  63. 6dc8de1 Fix manipulator version in tests by Clement Escoffier · 11 years ago
  64. 2dbcd55 Fix version (post-release) by Clement Escoffier · 11 years ago
  65. 73842a1 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 11 years ago
  66. c241073 [maven-release-plugin] prepare release org.apache.felix.ipojo.runtime-project-1.10.1 by Clement Escoffier · 11 years ago
  67. d4f6808 Fix FELIX-4130 by Clement Escoffier · 11 years ago
  68. 180d02f FELIX-4116 Ability to listen for component service dependencies providings configuration properties by Clement Escoffier · 11 years ago
  69. e050be0 Provide interceptors mechanism as described in FELIX-4120 by Clement Escoffier · 11 years ago
  70. 2c47f5f Fixing FELIX-4104 and FELIX-4103 by Clement Escoffier · 11 years ago
  71. 8c8c7c2 FELIX-4092 Move 'annotation' module from 'runtime' to 'manipulator' project by Guillaume Sauthier · 11 years ago
  72. faa4bd0 Fix FELIX-4072 by Clement Escoffier · 11 years ago
  73. c34ba5c Update manipulator version to development version by Clement Escoffier · 11 years ago
  74. c959a1a Update it projects parent pom version by Clement Escoffier · 11 years ago
  75. a5649bd [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 11 years ago
  76. ab39783 [maven-release-plugin] prepare release org.apache.felix.ipojo.runtime-project-1.10.0 by Clement Escoffier · 11 years ago
  77. fc26c54 Rollback release and fix composite metadata by Clement Escoffier · 11 years ago
  78. ae546ab [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 11 years ago
  79. 4a061b9 [maven-release-plugin] prepare release org.apache.felix.ipojo.runtime-project-1.10.0 by Clement Escoffier · 11 years ago
  80. 9888f53 update versions before release by Clement Escoffier · 11 years ago
  81. fe1775d Update changelog files Update release profile of 'it' projects by Clement Escoffier · 11 years ago
  82. 6c15d23 Fix FELIX-3932 - Allow dependency filters to get context-source variables by Clement Escoffier · 11 years ago
  83. 85095e3 Check the config admin support on the latest Felix's config admin by Clement Escoffier · 11 years ago
  84. cfae791 FELIX-3895 (https://issues.apache.org/jira/browse/FELIX-3895) - iPOJO instance is not shown (with the "arch" commands) if constructor is failing by Clement Escoffier · 11 years ago
  85. 3f5d879 Define the release profile in integration-tests by Clement Escoffier · 11 years ago
  86. 75bba6a Test refactoring. by Clement Escoffier · 11 years ago
  87. f8f3d8f Make tests compiled on KF by Clement Escoffier · 11 years ago
  88. dc197b3 Support TIME_FACTOR configuration in reactor mode. by Clement Escoffier · 11 years ago
  89. bb01a8c Fix tests on KF by Clement Escoffier · 11 years ago
  90. f1dbd48 Fix FELIX-4048 (https://issues.apache.org/jira/browse/FELIX-4048) by Clement Escoffier · 11 years ago
  91. 28ca617 Avoid test overlapping. by Clement Escoffier · 11 years ago
  92. 0b907fb Fix FELIX-4053 https://issues.apache.org/jira/browse/FELIX-4053 by Clement Escoffier · 11 years ago
  93. c19244d Fix FELIX-4052 https://issues.apache.org/jira/browse/FELIX-4052 by Clement Escoffier · 11 years ago
  94. ac3e951 Add a grace period to wait until the configuration is pushed. by Clement Escoffier · 11 years ago
  95. e28ec56 Test cleanup by Clement Escoffier · 11 years ago
  96. 92410c3 Reduce the version of the event admin used in test to avoid issues on KF by Clement Escoffier · 11 years ago
  97. f281917 Test cleanup by Clement Escoffier · 11 years ago
  98. f3e4514 fix test failure on equinox by Clement Escoffier · 11 years ago
  99. 0c6924b Refactor tests by Clement Escoffier · 11 years ago
  100. 8da95c8 Refactor tests by Clement Escoffier · 11 years ago