1. 6e0a82a Update dependencies to point on iPOJO 1.2.0. by Clement Escoffier · 15 years ago
  2. 8839821 Fix the issue Felix-860. by Clement Escoffier · 16 years ago
  3. 2e39918 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
  4. 1e5a59b Implement the new iPOJO introspection API. by Clement Escoffier · 16 years ago
  5. a42c291 - 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
  6. df788b4 Fix issue Felix-866 by Clement Escoffier · 16 years ago
  7. d912854 Fix issue Felix-846. by Clement Escoffier · 16 years ago
  8. afaeb3d Fix XSD locations. by Clement Escoffier · 16 years ago
  9. f5d8fae Fix issue Felix-855 and Felix-860 by Clement Escoffier · 16 years ago
  10. 422057d Fix issue Felix-853. by Clement Escoffier · 16 years ago
  11. 8d88835 - Change bundle symbolic name to avoid "org.apache.felix.org.apache.felix.ipojo..." by Clement Escoffier · 16 years ago
  12. 18bfd02 The test suites now use the new junit4osgi (the group id has changed). by Clement Escoffier · 16 years ago
  13. 88d7d6b 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
  14. 0b07ca4 Fix issue Felix-834. by Clement Escoffier · 16 years ago
  15. dad1350 Add the dependency comparator test suite to the pom file. by Clement Escoffier · 16 years ago
  16. a095881 Commit the integration-test project embedding iPOJO Integration test by Clement Escoffier · 16 years ago
  17. 1c15ed0 Add session to junit4osgi: by Clement Escoffier · 16 years ago
  18. 31f25df Fix issue Felix-828 by Clement Escoffier · 16 years ago
  19. aa52ee3 Fix issue Felix-815. by Clement Escoffier · 16 years ago
  20. 2bbf30b * Fix issue Felix-803: by Clement Escoffier · 16 years ago
  21. 8608913 Fix issue Felix-801 by Clement Escoffier · 16 years ago
  22. 2b7eba9 Export the helper package of junit4osgi. by Clement Escoffier · 16 years ago
  23. 534748b Fix the Felix-794 issue by Clement Escoffier · 16 years ago
  24. 7c26bce Add tests on the invocation of super contructors with the bundle context in parameter. by Clement Escoffier · 16 years ago
  25. 2e9f4b3 Prepares for next development iteration (1.1.0-SNAPSHOT) by Clement Escoffier · 16 years ago
  26. 1a0f412 Updates the medata.xml file to remove an unused component type by Clement Escoffier · 16 years ago
  27. 130ca57 Updates doc folders with new changelog files and update embedded documentation by Clement Escoffier · 16 years ago
  28. 39deaff Updates the test suite: by Clement Escoffier · 16 years ago
  29. 189fcab Improve javadoc of the instance creator by Clement Escoffier · 16 years ago
  30. c332fd1 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
  31. 3a1b770 Fix the issue Felix-697 by Clement Escoffier · 16 years ago
  32. f58887c Fix issue Felix-716 by Clement Escoffier · 16 years ago
  33. bf32958 Improve test checking the inner class support by Clement Escoffier · 16 years ago
  34. 6964a48 Update the test suite to refer to the 'name' => 'instance.name' change by Clement Escoffier · 16 years ago
  35. cd88c43 Fix the issue Felix-686. by Clement Escoffier · 16 years ago
  36. bbab55d Fix the Felix-683 issue. by Clement Escoffier · 16 years ago
  37. 9fc9a3c Change the maven-bundle-plugin version to use the 1.4.2. by Clement Escoffier · 16 years ago
  38. 947eb40 Add some tests checking that instances are consistently created and disposed according to their factories validity / invalidity. by Clement Escoffier · 16 years ago
  39. 69cb62d Fix issue Felix-655 by Clement Escoffier · 16 years ago
  40. 5005e92 Rename the composite runtime test suite (from composite.runtime to composite-runtime). by Clement Escoffier · 16 years ago
  41. dfce6b3 Commit the event admin handler test suite by Clement Escoffier · 16 years ago
  42. 77cbae7 Minor fixes in the bad lifecycle controller handler tests to reflect recent changes (factory attribute is now deprecated) by Clement Escoffier · 16 years ago
  43. 32de775 Add tests on super constructor arguments. by Clement Escoffier · 16 years ago
  44. eb15bc6 Update test structure to reflect changes made on the ipojo sub-project structure by Clement Escoffier · 16 years ago
  45. 17f8e81 Fix the issue Felix-637 about stack size error when a composite uses a long. by Clement Escoffier · 16 years ago
  46. a76c58f Add tests on instance configuration with complex types and new array syntax. by Clement Escoffier · 16 years ago
  47. 0a7bd65 Modify the test suite according to the recent change on the Architecture service published properties. by Clement Escoffier · 16 years ago
  48. a39317c - Add temporal dependency tests about onTimeout policies by Clement Escoffier · 16 years ago
  49. dae2840 Add the temporal dependency handler in the parent pom. by Clement Escoffier · 16 years ago
  50. 9d01202 Fix some minor bugs in tests: Some instances were not disposed when test ends. by Clement Escoffier · 16 years ago
  51. 6300723 Move the temporal dependency tests from the sandbox to the trunk (ipojo test folder) by Clement Escoffier · 16 years ago
  52. 218dbd1 Modify version number to be 0.9.0-SNAPSHOT everywhere by Clement Escoffier · 16 years ago
  53. 5025402 Commit the documentation of core, ant task, maven plugin and arch by Clement Escoffier · 16 years ago
  54. 5261890 Add the HandlerFactory interface to avoid the ClassCastException when proxying factories (Issue Felix-552) by Clement Escoffier · 16 years ago
  55. 1a49e09 Commit composite service providing test suite by Clement Escoffier · 16 years ago
  56. 9d7a005 Change version number to be 0.8.0-SNAPSHOT Add LICENCE and NOTICE files by Clement Escoffier · 16 years ago
  57. 7737483 Split the composite test suite by Clement Escoffier · 16 years ago
  58. ad6c555 Split the iPOJO test suite in several bundles. by Clement Escoffier · 16 years ago
  59. 16bb672 Fix some minor formatting issue by Clement Escoffier · 16 years ago
  60. 39afe96 Add a method to check if a value is contained in an array. This method is used because sometimes the service interface arrays not have always the same order (depending on the VM). So, this allow to launch the test suites on any VM. by Clement Escoffier · 16 years ago
  61. dcf306a - Modify the level of the two messages displayed when iPOJO is starting. by Clement Escoffier · 16 years ago
  62. 4a12e33 Modify pom files to use correct version. by Clement Escoffier · 16 years ago
  63. 7d116ff Add missing header in pom file. by Clement Escoffier · 16 years ago
  64. ce0e1e5 Commit the new iPOJO version (0.7.6). by Clement Escoffier · 16 years ago