1. 12bbdd2 updated eah snapshot version to 1.9.0-SNAPSHOT by Clement Escoffier · 13 years ago
  2. 943c494 cosmetic fix. by Clement Escoffier · 13 years ago
  3. bf2124a Try to reproduce FELIX-2430. Seems to work in iPOJO 1.8.0 by Clement Escoffier · 13 years ago
  4. 513ce45 Clean up versions. by Clement Escoffier · 13 years ago
  5. 58c9b15 update maven-ipojo-plugin version by Clement Escoffier · 13 years ago
  6. e88213c Fix versions (snapshot vs release) by Clement Escoffier · 13 years ago
  7. 8407505 Externalize versions into the parent pom. by Clement Escoffier · 13 years ago
  8. 612297a Fix manipulator and composite version for tests. by Clement Escoffier · 13 years ago
  9. f42ca36 Fix FELIX-2781 Expose the implementation class as service when no interfaces are found in the hierachy by Clement Escoffier · 13 years ago
  10. 71ff463 Avoid a potential NPE in arch by Clement Escoffier · 13 years ago
  11. 9286871 Configure the RAT plugin for the webconsole-plugin project by Clement Escoffier · 14 years ago
  12. 9048d97 Fix FELIX-2755 Allow the manipulator and the different front end to use several metadata files by Clement Escoffier · 14 years ago
  13. dd85477 Fix FELIX-2746 Composite should support instance configuration by Clement Escoffier · 14 years ago
  14. 546f0a3 Fix FELIX-2666 Rename the temporal handler annotation to avoid collision by Clement Escoffier · 14 years ago
  15. 5059901 Tests should use the latest maven-ipojo-plugin. by Clement Escoffier · 14 years ago
  16. f2e2747 Integrate the constructor-injection branch into the trunk. by Clement Escoffier · 14 years ago
  17. fd1ec79 Try to reproduce the issue described in http://www.mail-archive.com/users@felix.apache.org/msg09205.html by Clement Escoffier · 14 years ago
  18. 8e02182 Fix FELIX-2705 Provide a way to extend the logger strategy by Clement Escoffier · 14 years ago
  19. 7e9a4a5 Work on FELIX-2694 Instance state not recomputed after reconfiguration when the instance is stopped by Clement Escoffier · 14 years ago
  20. cbee5cf Add two tests where the lifecycle controller is configured with the config admin by Clement Escoffier · 14 years ago
  21. bcf2cad add the config admin to the test configuration. by Clement Escoffier · 14 years ago
  22. f06fc74 Add test using the config admin and lifecycle controller by Clement Escoffier · 14 years ago
  23. 20598af Fix FELIX-2694 Instance state not recomputed after reconfiguration when the instance is stopped by Clement Escoffier · 14 years ago
  24. 8c0fcd4 Fix FELIX-2624 Support multiple whiteboards using annotations by Clement Escoffier · 14 years ago
  25. 82c72a1 Add the JMX Handler Test suite by Clement Escoffier · 14 years ago
  26. 2e0fd58 Delete the bundleAsiPOJO module by Clement Escoffier · 14 years ago
  27. dc30b13 Cleanup test environment after tests. by Clement Escoffier · 14 years ago
  28. 18398a2 Fix FELIX-2594 Have a way to create new custom iPojo handler without having to specify a handler usage by Clement Escoffier · 14 years ago
  29. 6341939 Start working on FELIX-2636 Cannot control the validity of an iPOJO instance using a configuration property by Clement Escoffier · 14 years ago
  30. 064a79e Fix FELIX-2634 Rename the @Publisher annotation into @Publishes annotation to avoid collision by Clement Escoffier · 14 years ago
  31. 906e8ee Refactor the JMX Handler Fix FELIX-2633 Rename JMX annotations by Clement Escoffier · 14 years ago
  32. f67938e improve the test checking the new attributes of the EAH. by Clement Escoffier · 14 years ago
  33. 6dc1234 Fix FELIX-2631 Rename @Publisher and @Subscriber attributes to follow the java naming conventions by Clement Escoffier · 14 years ago
  34. 39c69ba Fix FELIX-2630 Rename @Component attributes to follow the java naming conventions by Clement Escoffier · 14 years ago
  35. 6617c79 Fix FELIX-2623 @Update annotated methods should not require a Dictionary parameter. by Clement Escoffier · 14 years ago
  36. 23a1e84 Fix FELIX-2622 Support static service properties that are not mirrored into fields by Clement Escoffier · 14 years ago
  37. d411683 update versions by Clement Escoffier · 14 years ago
  38. f552222 update composite versions by Clement Escoffier · 14 years ago
  39. 001f096 Fix FELIX-2581 White Board Pattern onActivate called before @Validate by Clement Escoffier · 14 years ago
  40. a768bed transactionnal -> transactional by Clement Escoffier · 14 years ago
  41. 342a3de exclude javax.mail by Clement Escoffier · 14 years ago
  42. ef7e6b0 restore a deleted file by Clement Escoffier · 14 years ago
  43. 78c79b4 change the transaction service implementation by Clement Escoffier · 14 years ago
  44. a5fe397 exclude the javax.mail dependency by Clement Escoffier · 14 years ago
  45. 7641b16 update a pretty old dependency by Clement Escoffier · 14 years ago
  46. 93683df Fix FELIX-2568 Rename Transactionnal to Transactional by Clement Escoffier · 14 years ago
  47. ec6467b Fix FELIX-2580 iPOJO failed to create proxies on service which are not interface by Clement Escoffier · 14 years ago
  48. 32a294a Fix FELIX-2568 Rename Transactionnal to Transactional by Clement Escoffier · 14 years ago
  49. af409f5 Fix FELIX-2542 - Annotations on methods parameters are not moved on public methods after manipulation by Clement Escoffier · 14 years ago
  50. cfa777c Fix Felix-2487 by Clement Escoffier · 14 years ago
  51. b40f0bd Adapt the dependency handler test suite to fit the change made for FELIX-2472 [iPOJO] Proxies should throw the OSGi service exception. by Clement Escoffier · 14 years ago
  52. c2f69d8 Adapt the temporal dependency handler test suite to fit the change made for FELIX-2472 [iPOJO] Proxies should throw the OSGi service exception. by Clement Escoffier · 14 years ago
  53. 053e738 Fix composite tests by Clement Escoffier · 14 years ago
  54. 040e01d Fix FELIX-2461 by Clement Escoffier · 14 years ago
  55. 7a5248a Fix FELIX-2438. Temporal dependencies use proxies by default. by Clement Escoffier · 14 years ago
  56. 6f94c7c Fix FELIX-2430 by Clement Escoffier · 14 years ago
  57. 3012052 update to new versions. by Clement Escoffier · 14 years ago
  58. 162697b Update changelog in preparation of the next bug-fix release. by Clement Escoffier · 14 years ago
  59. 4fc651e iPOJO Arch Command for Gogo. by Clement Escoffier · 14 years ago
  60. 03d8e60 Try to reproduce FELIX-2296, the configuration seems to work correctly. by Clement Escoffier · 14 years ago
  61. f4d8477 Fix FELIX-2323 : Unbind method are no more called during the invalidation process if this process is not triggered by a service departure by Clement Escoffier · 14 years ago
  62. 134b006 Replace ${pom.*} by ${project.*} by Clement Escoffier · 14 years ago
  63. 03e1db7 Re-structure the test suites, use withiPOJO and OSGi test helpers. by Clement Escoffier · 14 years ago
  64. 2fdda12 Fix FELIX-2308 Fix FELIX-2309 Update versions by Clement Escoffier · 14 years ago
  65. 86215df Final steps before the release preparation: by Clement Escoffier · 14 years ago
  66. 9e4e85a Prepare the release process: by Clement Escoffier · 14 years ago
  67. 5f7d5a8 Fix issue FELIX-2132 by Clement Escoffier · 14 years ago
  68. b8ec044 Fix issue FELIX-2093 : iPOJO doesn't always use the correct class loader to load Nullable classes by Clement Escoffier · 14 years ago
  69. fc0f013 Improve security checks by Clement Escoffier · 14 years ago
  70. 29d9de1 Fix issue FELIX-2052. Call onCreation during the starting process of handlers by Clement Escoffier · 14 years ago
  71. 4b6d5d9 Fix issue FELIX-2014 by Clement Escoffier · 14 years ago
  72. c343c4b Fix issue FELIX-1965 by Clement Escoffier · 15 years ago
  73. 0506956 Really execute the Instantiate annotation test suite by Clement Escoffier · 15 years ago
  74. bc930b3 Fix FELIX-1426 by Clement Escoffier · 15 years ago
  75. 769c994 * Fix FELIX-1427 by Clement Escoffier · 15 years ago
  76. ae1f0f7 Add test on the instantiate annotation (FELIX-1940). by Clement Escoffier · 15 years ago
  77. c0db3a8 Fix issue FELIX-1906 by Clement Escoffier · 15 years ago
  78. 029880f Fix issue FELIX-1885 Simplify how to create a service object policy. by Clement Escoffier · 15 years ago
  79. 01f1b15 Use externalized helpers by Clement Escoffier · 15 years ago
  80. c9c352e Externalize test helpers by Clement Escoffier · 15 years ago
  81. 8a37cae Add test about Felix-1854 by Clement Escoffier · 15 years ago
  82. 420e419 Provide test about FELIX-1741. by Clement Escoffier · 15 years ago
  83. 162988d Add a test on service providing inheritance. by Clement Escoffier · 15 years ago
  84. 919e886 Update junit4osgi to use Felix 2.0 by Clement Escoffier · 15 years ago
  85. 2252e95 Update pax:exam version to 1.1.0 by Clement Escoffier · 15 years ago
  86. 74edab4 Fixed author tag. by Richard S. Hall · 15 years ago
  87. 49817b6 Add tests about logger configuration. by Clement Escoffier · 15 years ago
  88. 067a3a1 Fix issue Felix-1533: by Clement Escoffier · 15 years ago
  89. af9ad1b Update versions. by Clement Escoffier · 15 years ago
  90. 1066ab1 Create a profile for some long........ tests by Clement Escoffier · 15 years ago
  91. bfa74d0 Fix license issue by Clement Escoffier · 15 years ago
  92. 4803cbe Create an integration-test profile by Clement Escoffier · 15 years ago
  93. ca9ad34 Fix issue Felix-1318. by Clement Escoffier · 15 years ago
  94. 0b93f38 Fix version number consistently by Clement Escoffier · 15 years ago
  95. 3457169 Add the bundleAsiPOJO tinybundles extension to the iPOJO Tests by Clement Escoffier · 15 years ago
  96. f4dd2f2 Provide transaction handler annotations Add test using annotations by Clement Escoffier · 15 years ago
  97. ea9dac4 Copy transaction handler test suite to the trunk by Clement Escoffier · 15 years ago
  98. 6739886 Fix issue Felix-1182. by Clement Escoffier · 15 years ago
  99. 93847f3 Improve FELIX-1159 by providing annotation support. by Clement Escoffier · 15 years ago
  100. 97c8dca Fix issue Felix-1159 by Clement Escoffier · 15 years ago