1. 5b106fb Apply the patch provided by Mario (FELIX-2711 The event admin handler should provides a Handler Description) by Clement Escoffier · 14 years ago
  2. 74c75c1 Fix FELIX-2711 The event admin handler should provides a Handler Description by Clement Escoffier · 14 years ago
  3. 925aaeb Fix javadoc. by Clement Escoffier · 14 years ago
  4. c9247cb Add a test checking that we don't create proxies for abstract and concrete classes. by Clement Escoffier · 14 years ago
  5. 2bba0b1 Fix FELIX-2716 [iPOJO] Failure when creating proxies for classes in java.* packages by Clement Escoffier · 14 years ago
  6. 9f65778 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 14 years ago
  7. cb9e763 [maven-release-plugin] prepare release org.apache.felix.ipojo-1.6.8 by Clement Escoffier · 14 years ago
  8. 6880bbd update the changelog (release preparation) by Clement Escoffier · 14 years ago
  9. 8e02182 Fix FELIX-2705 Provide a way to extend the logger strategy by Clement Escoffier · 14 years ago
  10. 7e9a4a5 Work on FELIX-2694 Instance state not recomputed after reconfiguration when the instance is stopped by Clement Escoffier · 14 years ago
  11. cbee5cf Add two tests where the lifecycle controller is configured with the config admin by Clement Escoffier · 14 years ago
  12. bcf2cad add the config admin to the test configuration. by Clement Escoffier · 14 years ago
  13. f06fc74 Add test using the config admin and lifecycle controller by Clement Escoffier · 14 years ago
  14. 20598af Fix FELIX-2694 Instance state not recomputed after reconfiguration when the instance is stopped by Clement Escoffier · 14 years ago
  15. c6a453d Fix FELIX-2688 iPojo "requires.filters" - Array object instead of Dictionary object by Clement Escoffier · 14 years ago
  16. 39bf869 Second attempt to fix FELIX-2685 Wrong Element name when XML namespace contains ':' by Clement Escoffier · 14 years ago
  17. 8c0fcd4 Fix FELIX-2624 Support multiple whiteboards using annotations by Clement Escoffier · 14 years ago
  18. 0c28a37 Add missing license header. by Clement Escoffier · 14 years ago
  19. 4c12481 Fix FELIX-2685 Wrong Element name when XML namespace contains ':' by Clement Escoffier · 14 years ago
  20. bd4349c [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 14 years ago
  21. 7b5dcd1 [maven-release-plugin] prepare release org.apache.felix.ipojo-1.6.6 by Clement Escoffier · 14 years ago
  22. 9d20486 update the changelog (release preparation) by Clement Escoffier · 14 years ago
  23. 82c72a1 Add the JMX Handler Test suite by Clement Escoffier · 14 years ago
  24. e3a3e2e Fix FELIX-2633 Rename JMX annotations by Clement Escoffier · 14 years ago
  25. 2e0fd58 Delete the bundleAsiPOJO module by Clement Escoffier · 14 years ago
  26. 520d1fa Fix FELIX-2664 Native methods should not be manipulated by Clement Escoffier · 14 years ago
  27. 11d40af add comments. by Clement Escoffier · 14 years ago
  28. dc30b13 Cleanup test environment after tests. by Clement Escoffier · 14 years ago
  29. 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
  30. 6341939 Start working on FELIX-2636 Cannot control the validity of an iPOJO instance using a configuration property by Clement Escoffier · 14 years ago
  31. 064a79e Fix FELIX-2634 Rename the @Publisher annotation into @Publishes annotation to avoid collision by Clement Escoffier · 14 years ago
  32. 906e8ee Refactor the JMX Handler Fix FELIX-2633 Rename JMX annotations by Clement Escoffier · 14 years ago
  33. f67938e improve the test checking the new attributes of the EAH. by Clement Escoffier · 14 years ago
  34. 3758f97 re-add arch-gogo in the reactor by Clement Escoffier · 14 years ago
  35. 934d498 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 14 years ago
  36. 8cf2e52 [maven-release-plugin] prepare release org.apache.felix.ipojo.arch.gogo-1.0.1 by Clement Escoffier · 14 years ago
  37. 7855913 update changelog format by Clement Escoffier · 14 years ago
  38. 0948073 update changelog by Clement Escoffier · 14 years ago
  39. 6dc1234 Fix FELIX-2631 Rename @Publisher and @Subscriber attributes to follow the java naming conventions by Clement Escoffier · 14 years ago
  40. 39c69ba Fix FELIX-2630 Rename @Component attributes to follow the java naming conventions by Clement Escoffier · 14 years ago
  41. 2ee5cd5 Fix time in reports. by Clement Escoffier · 14 years ago
  42. 315ecb1 Fix surefire-reports. by Clement Escoffier · 14 years ago
  43. 6617c79 Fix FELIX-2623 @Update annotated methods should not require a Dictionary parameter. by Clement Escoffier · 14 years ago
  44. ca5bdec remove arch-gogo to make the CI happy, because it depends on an artifact not yet available (gogo 0.6.1). by Clement Escoffier · 14 years ago
  45. 23a1e84 Fix FELIX-2622 Support static service properties that are not mirrored into fields by Clement Escoffier · 14 years ago
  46. df3efbc use a released version of felix framework and iPOJO extender handler by Clement Escoffier · 14 years ago
  47. a23737a fix osgi core dependency, reenable internal junit4osgi tests by Clement Escoffier · 14 years ago
  48. 3cad63c update the arch command to the latest gogo command. Indeed, the recent gogo changes breaked the previous arch command. by Clement Escoffier · 14 years ago
  49. 834560a remove useless import by Clement Escoffier · 14 years ago
  50. d411683 update versions by Clement Escoffier · 14 years ago
  51. f552222 update composite versions by Clement Escoffier · 14 years ago
  52. f711b3f remove a pretty old TODO. by Clement Escoffier · 14 years ago
  53. 5d5258d Fix FELIX-2603 wrong behavior of InstanceManager.onSet(..) method by Clement Escoffier · 14 years ago
  54. 2af0ecc change the dependency on the transaction API. by Clement Escoffier · 14 years ago
  55. 7649065 Try a first approach to fix FELIX-2596 DependencyHandler.onObjectCreation throws NPE when bundle is refreshed. by Clement Escoffier · 14 years ago
  56. 001f096 Fix FELIX-2581 White Board Pattern onActivate called before @Validate by Clement Escoffier · 14 years ago
  57. a768bed transactionnal -> transactional by Clement Escoffier · 14 years ago
  58. 342a3de exclude javax.mail by Clement Escoffier · 14 years ago
  59. ef7e6b0 restore a deleted file by Clement Escoffier · 14 years ago
  60. 78c79b4 change the transaction service implementation by Clement Escoffier · 14 years ago
  61. a5fe397 exclude the javax.mail dependency by Clement Escoffier · 14 years ago
  62. 690c0b8 the transaction module was not built with jdk 1.6 by Clement Escoffier · 14 years ago
  63. 7641b16 update a pretty old dependency by Clement Escoffier · 14 years ago
  64. aeff99b Add profile for junit4osgi by Clement Escoffier · 14 years ago
  65. 93683df Fix FELIX-2568 Rename Transactionnal to Transactional by Clement Escoffier · 14 years ago
  66. ec6467b Fix FELIX-2580 iPOJO failed to create proxies on service which are not interface by Clement Escoffier · 14 years ago
  67. 32a294a Fix FELIX-2568 Rename Transactionnal to Transactional by Clement Escoffier · 14 years ago
  68. 194fa93 update DEPENDENCIES file (remove Apache from the Used 3rd-party software) by Clement Escoffier · 14 years ago
  69. ba0e3a5 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 14 years ago
  70. 574a361 [maven-release-plugin] prepare release org.apache.felix.ipojo-1.6.4 by Clement Escoffier · 14 years ago
  71. c262d1c [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 14 years ago
  72. 6427532 [maven-release-plugin] prepare release org.apache.felix.ipojo.annotations-1.6.4 by Clement Escoffier · 14 years ago
  73. ea8025b [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 14 years ago
  74. 1dcbb27 [maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-1.6.4 by Clement Escoffier · 14 years ago
  75. 6191b08 Modify dependencies files Update changelog by Clement Escoffier · 14 years ago
  76. c5a6019 Fix FELIX-2561. by Clement Escoffier · 14 years ago
  77. af409f5 Fix FELIX-2542 - Annotations on methods parameters are not moved on public methods after manipulation by Clement Escoffier · 14 years ago
  78. cfa777c Fix Felix-2487 by Clement Escoffier · 14 years ago
  79. 611bbee FELIX-2485 Improve the performance of the manipulator on large files by Clement Escoffier · 14 years ago
  80. 5d546ab [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 14 years ago
  81. f73d082 [maven-release-plugin] prepare release org.apache.felix.ipojo.arch.gogo-1.0.0 by Clement Escoffier · 14 years ago
  82. 8c05b5b release preparation by Clement Escoffier · 14 years ago
  83. bc8acee release preparation by Clement Escoffier · 14 years ago
  84. 1593ef5 Add DEPENDENCIES files (just copy the existing NOTICE files) by Clement Escoffier · 14 years ago
  85. 50c6254 update changelogs ([FELIX-2472] - Proxies should throw a runtime exception instead of a null point exception) by Clement Escoffier · 14 years ago
  86. 970b88b Add the JSON license and update the NOTICE. by Clement Escoffier · 14 years ago
  87. cff42f4 Add license headers by Clement Escoffier · 14 years ago
  88. 3a2ee3a Code refactoring (header, javadoc, cosmetic fixes...) by Clement Escoffier · 14 years ago
  89. 2e9caf0 Remove useless CSS by Clement Escoffier · 14 years ago
  90. 460d564 Modify the plugin label and name to be 'iPOJO' by Clement Escoffier · 14 years ago
  91. 21438da Delete the old plugin. by Clement Escoffier · 14 years ago
  92. 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
  93. 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
  94. 51daaba Fix FELIX-2472 [iPOJO] Proxies should throw the OSGi service exception for the temporal dependency handler. Just replaced the former NPE by a Runtime Exception. by Clement Escoffier · 14 years ago
  95. 3c7e98b Start working on FELIX-2472 [iPOJO] Proxies should throw the OSGi service exception by Clement Escoffier · 14 years ago
  96. e2b8a24 Add factory navigation by Clement Escoffier · 14 years ago
  97. 73eef57 Improve error handling by Clement Escoffier · 14 years ago
  98. f6dcf5a Add matchied services and used services links. by Clement Escoffier · 14 years ago
  99. 30e4691 Add filter in dependency requirements. (remove Id) by Clement Escoffier · 14 years ago
  100. 6f594dd Add created instance links by Clement Escoffier · 14 years ago