1. 67ded9f Re-work on Felix-1518 Apply Guillaume patch, Fix the potential NPE by Clement Escoffier · 15 years ago
  2. c89194f Fix FELIX-1518 by Clement Escoffier · 15 years ago
  3. a5111ca Avoid using java 1.5 methods. by Clement Escoffier · 15 years ago
  4. ece73de Fix issue FELIX-1411 by Clement Escoffier · 15 years ago
  5. cab4480 Fix issue FELIX-1319. by Clement Escoffier · 15 years ago
  6. c20221f Fix issue FELIX-1302. The ignoreAnnotation argument was ignored. by Clement Escoffier · 15 years ago
  7. c80b73d Fix version number consistently by Clement Escoffier · 15 years ago
  8. 49aa450 Fix some missing space in the license headers. by Clement Escoffier · 15 years ago
  9. da0de3b Improve FELIX-1159 by providing annotation support. by Clement Escoffier · 16 years ago
  10. cd01927 Reduce drastically the size of the manipulator. by Clement Escoffier · 16 years ago
  11. 3237d13 Fix Felix-1114. by Clement Escoffier · 16 years ago
  12. 1aabcb2 Add license and notice file to the online-manipulator by Clement Escoffier · 16 years ago
  13. fcaa1bb Fix a NPE in the manipulator when a synthetized method is not found (during annotations migration). by Clement Escoffier · 16 years ago
  14. 2b58536 Fix issue Felix-1024 iPOJO creates a suitable constructor if none found. by Clement Escoffier · 16 years ago
  15. 6017887 Remove dependencies on java 1.5. by Clement Escoffier · 16 years ago
  16. e1a6cf1 Fix issue Felix-966. by Clement Escoffier · 16 years ago
  17. 573b7bf Fix issue Felix-943. by Clement Escoffier · 16 years ago
  18. 9a97d70 Update iPOJO Package version to 1.2.0 for the next iPOJO version. by Clement Escoffier · 16 years ago
  19. a6be793 - Update the iPOJO Package Version to 1.1.0 by Clement Escoffier · 16 years ago
  20. 0304dab Fix issue Felix-866 by Clement Escoffier · 16 years ago
  21. aa8bd86 Fix issue Felix-846. by Clement Escoffier · 16 years ago
  22. 8368d92 Fix XSD locations. by Clement Escoffier · 16 years ago
  23. 85da109 Update XSD Schemas to integrate latest temporal dependencies improvements (proxy and specification attributes) by Clement Escoffier · 16 years ago
  24. 354be55 Fix issue Felix-853. by Clement Escoffier · 16 years ago
  25. 23e4adf - Change bundle symbolic name to avoid "org.apache.felix.org.apache.felix.ipojo..." by Clement Escoffier · 16 years ago
  26. d2ce898 Fix issue Felix-834. by Clement Escoffier · 16 years ago
  27. b8fe137 Fix issue Felix-828 by Clement Escoffier · 16 years ago
  28. f406faa Commit a missing file (core.xsd in the manipulator). by Clement Escoffier · 16 years ago
  29. 69eb900 Fix issue Felix-815. by Clement Escoffier · 16 years ago
  30. 6c54635 Fix issue Felix-813. by Clement Escoffier · 16 years ago
  31. 131630d Fix issue Felix-795. by Clement Escoffier · 16 years ago
  32. 204d15c Fix issue Felix-788 Allows passing the bundle context to a super constructor. by Clement Escoffier · 16 years ago
  33. a951408 Fix issue Felix-787. by Clement Escoffier · 16 years ago
  34. 818e692 Prepares for next development iteration (1.1.0-SNAPSHOT) by Clement Escoffier · 16 years ago
  35. f68d90f A bunch of cosmetic fixes. by Clement Escoffier · 16 years ago
  36. e6e7be6 Fix the issue Felix-739. by Clement Escoffier · 16 years ago
  37. 958c778 Fix the FELIX-751 issue. by Clement Escoffier · 16 years ago
  38. 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
  39. 785196a Fix the issue Felix-697 by Clement Escoffier · 16 years ago
  40. 3269efa Fix issue Felix-716 by Clement Escoffier · 16 years ago
  41. 53bbc4f Add the inner class support (Felix-687). by Clement Escoffier · 16 years ago
  42. ad274b2 Fix the issue Felix-678. by Clement Escoffier · 16 years ago
  43. d55d17c Fix issue Felix-655 by Clement Escoffier · 16 years ago
  44. eb915eb Fix the Felix-649 issue. by Clement Escoffier · 16 years ago
  45. 65158f8 Fix the issue Felix-637 about stack size error when a composite uses a long. by Clement Escoffier · 16 years ago
  46. 83cc7ed Fix versions to point on the actual (under-development) version. by Clement Escoffier · 16 years ago
  47. 8428e9d Change version number to be 0.8.0-SNAPSHOT Add LICENCE and NOTICE files by Clement Escoffier · 17 years ago
  48. 6df463a Update annotations to add latest added feature on dependency management by Clement Escoffier · 17 years ago
  49. ac84ae1 Add missing attributes in annotations (binding policy, nullable, default-implementation) by Clement Escoffier · 17 years ago
  50. e50ede5 Commit the new iPOJO version (0.7.6). by Clement Escoffier · 17 years ago
  51. e71366f Fix a bug on field delegation. by Clement Escoffier · 17 years ago
  52. b9f2df7 Fix the issue #Felix-427. by Clement Escoffier · 17 years ago
  53. 97f4814 Commit the patch for the FELIX-398 issue. by Clement Escoffier · 17 years ago
  54. 1f94934 Add static and dynamic-priority binding policy. by Clement Escoffier · 17 years ago
  55. 339b5b6 Remove an assignation in the manipulator to avoid unexpected references. by Clement Escoffier · 17 years ago
  56. 04f2391 Instances can now customize their requirement filters (both on primitive and composite components) by Clement Escoffier · 17 years ago
  57. 046c1b1 New annotation processor. The manipulator manages custom annotations (provided by external handlers). by Clement Escoffier · 17 years ago
  58. 1daee03 Change the iPOJO Plugin name to be "Maven compliant" (org.apache.felix.ipojo becomes maven-ipojo-plugin) by Clement Escoffier · 17 years ago
  59. 6c6ae8d Commit the base of the new iPOJO version. by Clement Escoffier · 17 years ago
  60. b28f53d Solve the Felix-372 bugs about static method manipulation. by Clement Escoffier · 17 years ago
  61. f5fc556 Add annotation support in iPOJO. It is now possible to define component-type with Java 5 annotations. by Clement Escoffier · 17 years ago
  62. e993bf4 Solve a simple bug in the iPOJO Manipulator when a class is already manipulated. by Clement Escoffier · 17 years ago
  63. c11a415 Some cosmetic improvements by Clement Escoffier · 17 years ago
  64. 758d1d1 Improve LDAP filter in InstanceCreator.java Some cosmetic fixes by Clement Escoffier · 17 years ago
  65. 0f2d764 Remove dependency on Java 1.4 inside the iPOJO Runtime. by Clement Escoffier · 17 years ago
  66. 4b877f4 Fix org.osgi.service.cm package version in manipulated bundle. by Clement Escoffier · 17 years ago
  67. d296521 Solve a bug about local variable inside constructor manipulation. by Clement Escoffier · 17 years ago
  68. 2e35112 Add iPOJO Extender and solve a bug on LogService delegation. This commit is a part of the iPOJO new version issue (Felix-311). by Clement Escoffier · 17 years ago
  69. 18a6a80 Remove dependency on Java 5 (Felix-312) Format code consistently by Clement Escoffier · 17 years ago
  70. 042a0ec Add the new manipulator project (Felix-311) by Clement Escoffier · 17 years ago