1. ed4ca02 FELIX-3921 - Migrate to the Felix parent 2.1 by Clement Escoffier · 12 years ago
  2. fce5b44 Remove top-level resources by Clement Escoffier · 13 years ago
  3. c010a65 Fixed FELIX-3244 by Clement Escoffier · 13 years ago
  4. 31b2840 Remove duplicated XSD files: the XSD files must be in the xsd directory. by Clement Escoffier · 13 years ago
  5. 91532db Fixed FELIX-3204 by Clement Escoffier · 13 years ago
  6. 643f4d9 Fixed FELIX-3145 by Clement Escoffier · 13 years ago
  7. 30cf796 Disables the test checking inner classes until I have time for a deeper look. by Clement Escoffier · 13 years ago
  8. 35dfdd8 Re-enables disabled tests. Adds a test about constructor parameters. by Clement Escoffier · 13 years ago
  9. c2b5928 Removed unused import statement by Clement Escoffier · 13 years ago
  10. de01a8c Fixed FELIX-3131 by Clement Escoffier · 13 years ago
  11. f3a7e3d Fixed FELIX-3098 by Clement Escoffier · 13 years ago
  12. 7195b39 Adapted the code style to match the overall code style of iPOJO by Clement Escoffier · 13 years ago
  13. 6e46e89 Small adaptation of the code to use Java 5 generics. by Clement Escoffier · 13 years ago
  14. 6925791 Fixed FELIX-3078 and FELIX-3079 by Clement Escoffier · 13 years ago
  15. 1c5940c Fixed FELIX-3012. by Clement Escoffier · 13 years ago
  16. 2d95f46 Fixed FELIX-3017 : return the original class if the class is already manipulated by Clement Escoffier · 13 years ago
  17. 95c83b1 [FELIX-2825] - The maven-ipojo-plugin does not replace component classes in WAR files by Clement Escoffier · 14 years ago
  18. 879f0f0 Update the exported package version and the imported ones. by Clement Escoffier · 14 years ago
  19. 0482bcb Fix FELIX-2779 iPOJO manipulator badly supports custom annotation attributes of type Class by Clement Escoffier · 14 years ago
  20. 71ff463 Avoid a potential NPE in arch by Clement Escoffier · 14 years ago
  21. 9286871 Configure the RAT plugin for the webconsole-plugin project by Clement Escoffier · 14 years ago
  22. 9048d97 Fix FELIX-2755 Allow the manipulator and the different front end to use several metadata files by Clement Escoffier · 14 years ago
  23. 28bf508 FELIX-2743 Modify Pojoization to be more easily customizable by Clement Escoffier · 14 years ago
  24. f2e2747 Integrate the constructor-injection branch into the trunk. by Clement Escoffier · 14 years ago
  25. e5176bf Fix FELIX-2732 by Clement Escoffier · 14 years ago
  26. 1f0a416 Lookup component classes in WEB-INF/classes if not found in the root. by Clement Escoffier · 14 years ago
  27. 520d1fa Fix FELIX-2664 Native methods should not be manipulated by Clement Escoffier · 14 years ago
  28. 39c69ba Fix FELIX-2630 Rename @Component attributes to follow the java naming conventions by Clement Escoffier · 14 years ago
  29. 23a1e84 Fix FELIX-2622 Support static service properties that are not mirrored into fields by Clement Escoffier · 14 years ago
  30. 834560a remove useless import by Clement Escoffier · 14 years ago
  31. af409f5 Fix FELIX-2542 - Annotations on methods parameters are not moved on public methods after manipulation by Clement Escoffier · 14 years ago
  32. cfa777c Fix Felix-2487 by Clement Escoffier · 14 years ago
  33. 611bbee FELIX-2485 Improve the performance of the manipulator on large files by Clement Escoffier · 14 years ago
  34. 040e01d Fix FELIX-2461 by Clement Escoffier · 14 years ago
  35. 6f94c7c Fix FELIX-2430 by Clement Escoffier · 14 years ago
  36. 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
  37. 9e4e85a Prepare the release process: by Clement Escoffier · 15 years ago
  38. 5f7d5a8 Fix issue FELIX-2132 by Clement Escoffier · 15 years ago
  39. 0506956 Really execute the Instantiate annotation test suite by Clement Escoffier · 15 years ago
  40. 769c994 * Fix FELIX-1427 by Clement Escoffier · 15 years ago
  41. 85dd3be Add the processing of the Instantiate annotation (FELIX-1940) by Clement Escoffier · 15 years ago
  42. c0db3a8 Fix issue FELIX-1906 by Clement Escoffier · 15 years ago
  43. d54c50e Close an unclosed input stream by Clement Escoffier · 15 years ago
  44. 919e886 Update junit4osgi to use Felix 2.0 by Clement Escoffier · 15 years ago
  45. 2f3613a Fix a link issue in the web console plugin. by Clement Escoffier · 15 years ago
  46. a403389 Re-work on Felix-1518 Apply Guillaume patch, Fix the potential NPE by Clement Escoffier · 15 years ago
  47. d22d901 Fix FELIX-1518 by Clement Escoffier · 15 years ago
  48. 8ec8aaf Avoid using java 1.5 methods. by Clement Escoffier · 15 years ago
  49. 1f7180f Fix issue FELIX-1411 by Clement Escoffier · 15 years ago
  50. 63fdf72 Fix issue FELIX-1319. by Clement Escoffier · 15 years ago
  51. 36940f9 Fix issue FELIX-1302. The ignoreAnnotation argument was ignored. by Clement Escoffier · 15 years ago
  52. 0b93f38 Fix version number consistently by Clement Escoffier · 15 years ago
  53. ce15211 Fix some missing space in the license headers. by Clement Escoffier · 15 years ago
  54. 93847f3 Improve FELIX-1159 by providing annotation support. by Clement Escoffier · 15 years ago
  55. 19b08fc Reduce drastically the size of the manipulator. by Clement Escoffier · 15 years ago
  56. beb6194 Fix Felix-1114. by Clement Escoffier · 15 years ago
  57. 821ad05 Add license and notice file to the online-manipulator by Clement Escoffier · 15 years ago
  58. b07f7f1 Fix a NPE in the manipulator when a synthetized method is not found (during annotations migration). by Clement Escoffier · 16 years ago
  59. d552cb2 Fix issue Felix-1024 iPOJO creates a suitable constructor if none found. by Clement Escoffier · 16 years ago
  60. 01b3eff Remove dependencies on java 1.5. by Clement Escoffier · 16 years ago
  61. a39e7d4 Fix issue Felix-966. by Clement Escoffier · 16 years ago
  62. 8562ff6 Fix issue Felix-943. by Clement Escoffier · 16 years ago
  63. dc4c118 Update iPOJO Package version to 1.2.0 for the next iPOJO version. by Clement Escoffier · 16 years ago
  64. 25137e3 - Update the iPOJO Package Version to 1.1.0 by Clement Escoffier · 16 years ago
  65. df788b4 Fix issue Felix-866 by Clement Escoffier · 16 years ago
  66. d912854 Fix issue Felix-846. by Clement Escoffier · 16 years ago
  67. afaeb3d Fix XSD locations. by Clement Escoffier · 16 years ago
  68. 2a4d4e0 Update XSD Schemas to integrate latest temporal dependencies improvements (proxy and specification attributes) by Clement Escoffier · 16 years ago
  69. 422057d Fix issue Felix-853. by Clement Escoffier · 16 years ago
  70. 8d88835 - Change bundle symbolic name to avoid "org.apache.felix.org.apache.felix.ipojo..." by Clement Escoffier · 16 years ago
  71. 0b07ca4 Fix issue Felix-834. by Clement Escoffier · 16 years ago
  72. 31f25df Fix issue Felix-828 by Clement Escoffier · 16 years ago
  73. 50b8a10 Commit a missing file (core.xsd in the manipulator). by Clement Escoffier · 16 years ago
  74. aa52ee3 Fix issue Felix-815. by Clement Escoffier · 16 years ago
  75. 541ce70 Fix issue Felix-813. by Clement Escoffier · 16 years ago
  76. d4a6593 Fix issue Felix-795. by Clement Escoffier · 16 years ago
  77. a9afaab Fix issue Felix-788 Allows passing the bundle context to a super constructor. by Clement Escoffier · 16 years ago
  78. d5066ef Fix issue Felix-787. by Clement Escoffier · 16 years ago
  79. 2e9f4b3 Prepares for next development iteration (1.1.0-SNAPSHOT) by Clement Escoffier · 16 years ago
  80. 69eb9eb A bunch of cosmetic fixes. by Clement Escoffier · 16 years ago
  81. 684c484 Fix the issue Felix-739. by Clement Escoffier · 16 years ago
  82. d1b07cc Fix the FELIX-751 issue. by Clement Escoffier · 16 years ago
  83. 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
  84. 3a1b770 Fix the issue Felix-697 by Clement Escoffier · 16 years ago
  85. f58887c Fix issue Felix-716 by Clement Escoffier · 16 years ago
  86. 99f135d Add the inner class support (Felix-687). by Clement Escoffier · 16 years ago
  87. a4b9822 Fix the issue Felix-678. by Clement Escoffier · 16 years ago
  88. 69cb62d Fix issue Felix-655 by Clement Escoffier · 16 years ago
  89. 0af8fe8 Fix the Felix-649 issue. by Clement Escoffier · 16 years ago
  90. 17f8e81 Fix the issue Felix-637 about stack size error when a composite uses a long. by Clement Escoffier · 16 years ago
  91. 9c1c87f Fix versions to point on the actual (under-development) version. by Clement Escoffier · 16 years ago
  92. 9d7a005 Change version number to be 0.8.0-SNAPSHOT Add LICENCE and NOTICE files by Clement Escoffier · 16 years ago
  93. 83db4a0 Update annotations to add latest added feature on dependency management by Clement Escoffier · 16 years ago
  94. cf88c87 Add missing attributes in annotations (binding policy, nullable, default-implementation) by Clement Escoffier · 16 years ago
  95. ce0e1e5 Commit the new iPOJO version (0.7.6). by Clement Escoffier · 17 years ago
  96. e71366f Fix a bug on field delegation. by Clement Escoffier · 17 years ago
  97. b9f2df7 Fix the issue #Felix-427. by Clement Escoffier · 17 years ago
  98. 97f4814 Commit the patch for the FELIX-398 issue. by Clement Escoffier · 17 years ago
  99. 1f94934 Add static and dynamic-priority binding policy. by Clement Escoffier · 17 years ago
  100. 339b5b6 Remove an assignation in the manipulator to avoid unexpected references. by Clement Escoffier · 17 years ago