1. 3cc5d2d Really execute the Instantiate annotation test suite by Clement Escoffier · 15 years ago
  2. c086dbc Fix FELIX-1426 by Clement Escoffier · 15 years ago
  3. 6e5fb60 * Fix FELIX-1427 by Clement Escoffier · 15 years ago
  4. 6acd911 Add test on the instantiate annotation (FELIX-1940). by Clement Escoffier · 15 years ago
  5. 0f18155 Fix issue FELIX-1906 by Clement Escoffier · 15 years ago
  6. d1def08 Fix issue FELIX-1885 Simplify how to create a service object policy. by Clement Escoffier · 15 years ago
  7. ef975ac Use externalized helpers by Clement Escoffier · 15 years ago
  8. 91c889c Externalize test helpers by Clement Escoffier · 15 years ago
  9. e4463f3 Add test about Felix-1854 by Clement Escoffier · 15 years ago
  10. 624a133 Provide test about FELIX-1741. by Clement Escoffier · 15 years ago
  11. 2475aee Add a test on service providing inheritance. by Clement Escoffier · 15 years ago
  12. 5bdd77a Update junit4osgi to use Felix 2.0 by Clement Escoffier · 15 years ago
  13. 3ffae67 Update pax:exam version to 1.1.0 by Clement Escoffier · 15 years ago
  14. 7b21864 Fixed author tag. by Richard S. Hall · 15 years ago
  15. 330919a Add tests about logger configuration. by Clement Escoffier · 15 years ago
  16. ca106e4 Fix issue Felix-1533: by Clement Escoffier · 15 years ago
  17. 4cb4ff3 Update versions. by Clement Escoffier · 15 years ago
  18. e756944 Create a profile for some long........ tests by Clement Escoffier · 15 years ago
  19. 0630c6b Fix license issue by Clement Escoffier · 15 years ago
  20. ba784c1 Create an integration-test profile by Clement Escoffier · 15 years ago
  21. 480beaa Fix issue Felix-1318. by Clement Escoffier · 15 years ago
  22. c80b73d Fix version number consistently by Clement Escoffier · 15 years ago
  23. 1b7225c Add the bundleAsiPOJO tinybundles extension to the iPOJO Tests by Clement Escoffier · 15 years ago
  24. 035daba Provide transaction handler annotations Add test using annotations by Clement Escoffier · 15 years ago
  25. 46be6be Copy transaction handler test suite to the trunk by Clement Escoffier · 15 years ago
  26. 464575f Fix issue Felix-1182. by Clement Escoffier · 15 years ago
  27. da0de3b Improve FELIX-1159 by providing annotation support. by Clement Escoffier · 16 years ago
  28. a55a730 Fix issue Felix-1159 by Clement Escoffier · 16 years ago
  29. cd01927 Reduce drastically the size of the manipulator. by Clement Escoffier · 16 years ago
  30. d69a35f Fix issue Felix-1114. by Clement Escoffier · 16 years ago
  31. 3237d13 Fix Felix-1114. by Clement Escoffier · 16 years ago
  32. 64ff2b1 Commit online-manipulator tests. by Clement Escoffier · 16 years ago
  33. 1aabcb2 Add license and notice file to the online-manipulator by Clement Escoffier · 16 years ago
  34. 211a6e8 The iPOJO API now supports external handlers. To use them, the handler provider has to implements HandlerConfiguration that returns the Element-Attribute structure representing the handler configuration. by Clement Escoffier · 16 years ago
  35. b900612 Improve tests. by Clement Escoffier · 16 years ago
  36. 9eed185 Commit API test suite (composite) by Clement Escoffier · 16 years ago
  37. 2b58536 Fix issue Felix-1024 iPOJO creates a suitable constructor if none found. by Clement Escoffier · 16 years ago
  38. f686151 Fix issue Felix-1002 by Clement Escoffier · 16 years ago
  39. 01bcefd Improve error handling in the Composite Service Context by Clement Escoffier · 16 years ago
  40. e1a6cf1 Fix issue Felix-966. by Clement Escoffier · 16 years ago
  41. 907d54e Test case about Felix-967. (a default constructor delegates to another one with an argument) by Clement Escoffier · 16 years ago
  42. adc3bdd Improve error handling in the ProvidedService handler by Clement Escoffier · 16 years ago
  43. 7abd701 Migrate the test suite to iPOJO 1.3.0-SNAPSHOT by Clement Escoffier · 16 years ago
  44. 2769dc8 Update dependencies to point on iPOJO 1.2.0. by Clement Escoffier · 16 years ago
  45. f71a7bc Fix the issue Felix-860. by Clement Escoffier · 16 years ago
  46. 9f14227 Update Property.java. The TYPE[].class construction is not supported by Apache Harmony. So, an empty array has to be created and the .getClass() method called. by Clement Escoffier · 16 years ago
  47. 00b868e Implement the new iPOJO introspection API. by Clement Escoffier · 16 years ago
  48. 48c99d6 - Refactor instance descriptions to fit with the new introspection and reconfiguration API (instances will be reconfigurable directly from their instance description). by Clement Escoffier · 16 years ago
  49. 0304dab Fix issue Felix-866 by Clement Escoffier · 16 years ago
  50. aa8bd86 Fix issue Felix-846. by Clement Escoffier · 16 years ago
  51. 8368d92 Fix XSD locations. by Clement Escoffier · 16 years ago
  52. fdb8f3e Fix issue Felix-855 and Felix-860 by Clement Escoffier · 16 years ago
  53. 354be55 Fix issue Felix-853. by Clement Escoffier · 16 years ago
  54. 23e4adf - Change bundle symbolic name to avoid "org.apache.felix.org.apache.felix.ipojo..." by Clement Escoffier · 16 years ago
  55. 91fad49 The test suites now use the new junit4osgi (the group id has changed). by Clement Escoffier · 16 years ago
  56. 3d80419 Migrate the test suites to the new junit4osgi development model (use getContext() to get the bundle context instead of context). by Clement Escoffier · 16 years ago
  57. d2ce898 Fix issue Felix-834. by Clement Escoffier · 16 years ago
  58. b9a24ee Add the dependency comparator test suite to the pom file. by Clement Escoffier · 16 years ago
  59. 1c4a408 Commit the integration-test project embedding iPOJO Integration test by Clement Escoffier · 16 years ago
  60. 272bad2 Add session to junit4osgi: by Clement Escoffier · 16 years ago
  61. b8fe137 Fix issue Felix-828 by Clement Escoffier · 16 years ago
  62. 69eb900 Fix issue Felix-815. by Clement Escoffier · 16 years ago
  63. 6afaa7b * Fix issue Felix-803: by Clement Escoffier · 16 years ago
  64. 36d6796 Fix issue Felix-801 by Clement Escoffier · 16 years ago
  65. ac80a6e Export the helper package of junit4osgi. by Clement Escoffier · 16 years ago
  66. aae612a Fix the Felix-794 issue by Clement Escoffier · 16 years ago
  67. b417a85 Add tests on the invocation of super contructors with the bundle context in parameter. by Clement Escoffier · 16 years ago
  68. 818e692 Prepares for next development iteration (1.1.0-SNAPSHOT) by Clement Escoffier · 16 years ago
  69. 3cf894b Updates the medata.xml file to remove an unused component type by Clement Escoffier · 16 years ago
  70. 8350751 Updates doc folders with new changelog files and update embedded documentation by Clement Escoffier · 16 years ago
  71. 73aeed8 Updates the test suite: by Clement Escoffier · 16 years ago
  72. 1e66fdf Improve javadoc of the instance creator by Clement Escoffier · 16 years ago
  73. c591dea Changes the 'interface' attribute of the service dependency handler to be 'specification'. This change remove a differentiation between service dependencies description. The 'interface' attribute stills supported but becomes deprecated. by Clement Escoffier · 16 years ago
  74. 785196a Fix the issue Felix-697 by Clement Escoffier · 16 years ago
  75. 3269efa Fix issue Felix-716 by Clement Escoffier · 16 years ago
  76. 1a25773 Improve test checking the inner class support by Clement Escoffier · 16 years ago
  77. 5d1a2b6 Update the test suite to refer to the 'name' => 'instance.name' change by Clement Escoffier · 16 years ago
  78. 5a7bd72 Fix the issue Felix-686. by Clement Escoffier · 16 years ago
  79. 0062348 Fix the Felix-683 issue. by Clement Escoffier · 16 years ago
  80. 6ed6c4e Change the maven-bundle-plugin version to use the 1.4.2. by Clement Escoffier · 16 years ago
  81. c0815a4 Add some tests checking that instances are consistently created and disposed according to their factories validity / invalidity. by Clement Escoffier · 16 years ago
  82. d55d17c Fix issue Felix-655 by Clement Escoffier · 16 years ago
  83. 3078be5 Rename the composite runtime test suite (from composite.runtime to composite-runtime). by Clement Escoffier · 16 years ago
  84. 3955871 Commit the event admin handler test suite by Clement Escoffier · 16 years ago
  85. 709682f Minor fixes in the bad lifecycle controller handler tests to reflect recent changes (factory attribute is now deprecated) by Clement Escoffier · 16 years ago
  86. 07b6b85 Add tests on super constructor arguments. by Clement Escoffier · 16 years ago
  87. 69774b6 Update test structure to reflect changes made on the ipojo sub-project structure by Clement Escoffier · 16 years ago
  88. 65158f8 Fix the issue Felix-637 about stack size error when a composite uses a long. by Clement Escoffier · 16 years ago
  89. d50c912 Add tests on instance configuration with complex types and new array syntax. by Clement Escoffier · 16 years ago
  90. bf84fe4 Modify the test suite according to the recent change on the Architecture service published properties. by Clement Escoffier · 16 years ago
  91. b89bd61 - Add temporal dependency tests about onTimeout policies by Clement Escoffier · 16 years ago
  92. 896e15e Add the temporal dependency handler in the parent pom. by Clement Escoffier · 16 years ago
  93. ea38135 Fix some minor bugs in tests: Some instances were not disposed when test ends. by Clement Escoffier · 16 years ago
  94. 356e629 Move the temporal dependency tests from the sandbox to the trunk (ipojo test folder) by Clement Escoffier · 16 years ago
  95. 8036bab Modify version number to be 0.9.0-SNAPSHOT everywhere by Clement Escoffier · 17 years ago
  96. 6b928e9 Commit the documentation of core, ant task, maven plugin and arch by Clement Escoffier · 17 years ago
  97. a88d2cf Add the HandlerFactory interface to avoid the ClassCastException when proxying factories (Issue Felix-552) by Clement Escoffier · 17 years ago
  98. a8e58ab Commit composite service providing test suite by Clement Escoffier · 17 years ago
  99. 8428e9d Change version number to be 0.8.0-SNAPSHOT Add LICENCE and NOTICE files by Clement Escoffier · 17 years ago
  100. cdb4b17 Split the composite test suite by Clement Escoffier · 17 years ago