1. 1d6dc4e Fix issue FELIX-2132 by Clement Escoffier · 15 years ago
  2. c667355 Fix issue FELIX-2093 : iPOJO doesn't always use the correct class loader to load Nullable classes by Clement Escoffier · 15 years ago
  3. f6e8caf Improve security checks by Clement Escoffier · 15 years ago
  4. b2a17d4 Fix issue FELIX-2052. Call onCreation during the starting process of handlers by Clement Escoffier · 15 years ago
  5. b5ddba2 Fix issue FELIX-2019. by Clement Escoffier · 15 years ago
  6. 9b0a368 Fix issue FELIX-2014 by Clement Escoffier · 15 years ago
  7. 1aa6d6c Fix issue FELIX-1965 by Clement Escoffier · 15 years ago
  8. 3cc5d2d Really execute the Instantiate annotation test suite by Clement Escoffier · 15 years ago
  9. c086dbc Fix FELIX-1426 by Clement Escoffier · 15 years ago
  10. 6e5fb60 * Fix FELIX-1427 by Clement Escoffier · 15 years ago
  11. 0f18155 Fix issue FELIX-1906 by Clement Escoffier · 15 years ago
  12. 9108eb2 Cosmetic fixes (update the code to be compliant with the checkstyle) by Clement Escoffier · 15 years ago
  13. d1def08 Fix issue FELIX-1885 Simplify how to create a service object policy. by Clement Escoffier · 15 years ago
  14. f3f6476 Cosmetic fix by Clement Escoffier · 15 years ago
  15. 83773a3 Fix issue FELIX-1854 Ease the usage of service.* properties by Clement Escoffier · 15 years ago
  16. ca106e4 Fix issue Felix-1533: by Clement Escoffier · 15 years ago
  17. 480beaa Fix issue Felix-1318. by Clement Escoffier · 15 years ago
  18. c20221f Fix issue FELIX-1302. The ignoreAnnotation argument was ignored. by Clement Escoffier · 15 years ago
  19. c80b73d Fix version number consistently by Clement Escoffier · 15 years ago
  20. 464575f Fix issue Felix-1182. by Clement Escoffier · 15 years ago
  21. a55a730 Fix issue Felix-1159 by Clement Escoffier · 16 years ago
  22. e7610a0 Fix issue Felix-1163. by Clement Escoffier · 16 years ago
  23. d69a35f Fix issue Felix-1114. by Clement Escoffier · 16 years ago
  24. 3237d13 Fix Felix-1114. by Clement Escoffier · 16 years ago
  25. ce12339 Use the latest Felix pom by Clement Escoffier · 16 years ago
  26. f686151 Fix issue Felix-1002 by Clement Escoffier · 16 years ago
  27. 01bcefd Improve error handling in the Composite Service Context by Clement Escoffier · 16 years ago
  28. e1a6cf1 Fix issue Felix-966. by Clement Escoffier · 16 years ago
  29. 6f687bb Begin the work about the issue Felix-968. by Clement Escoffier · 16 years ago
  30. a17def3 Fix Felix-944 by Clement Escoffier · 16 years ago
  31. adc3bdd Improve error handling in the ProvidedService handler by Clement Escoffier · 16 years ago
  32. b7145db Fix issue Felix-936. by Clement Escoffier · 16 years ago
  33. 7abd701 Migrate the test suite to iPOJO 1.3.0-SNAPSHOT by Clement Escoffier · 16 years ago
  34. 59d8fab Update dependency to 1.2.0 Update XSD location by Clement Escoffier · 16 years ago
  35. 9f14227 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
  36. a6be793 - Update the iPOJO Package Version to 1.1.0 by Clement Escoffier · 16 years ago
  37. 00b868e Implement the new iPOJO introspection API. by Clement Escoffier · 16 years ago
  38. 48c99d6 - 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
  39. 0304dab Fix issue Felix-866 by Clement Escoffier · 16 years ago
  40. 354be55 Fix issue Felix-853. by Clement Escoffier · 16 years ago
  41. 23e4adf - Change bundle symbolic name to avoid "org.apache.felix.org.apache.felix.ipojo..." by Clement Escoffier · 16 years ago
  42. 605beab Begin the work about new creation policies. by Clement Escoffier · 16 years ago
  43. d2ce898 Fix issue Felix-834. by Clement Escoffier · 16 years ago
  44. b8fe137 Fix issue Felix-828 by Clement Escoffier · 16 years ago
  45. 69eb900 Fix issue Felix-815. by Clement Escoffier · 16 years ago
  46. 6afaa7b * Fix issue Felix-803: by Clement Escoffier · 16 years ago
  47. 36d6796 Fix issue Felix-801 by Clement Escoffier · 16 years ago
  48. 180ba92 Decreases the log level of some messages (WARNING => INFO, INFO => DEBUG) reducing the number of useless traces. by Clement Escoffier · 16 years ago
  49. 647595b Fix issue Felix-797. by Clement Escoffier · 16 years ago
  50. 96aff26 Fix issue Felix-796. by Clement Escoffier · 16 years ago
  51. aae612a Fix the Felix-794 issue by Clement Escoffier · 16 years ago
  52. a951408 Fix issue Felix-787. by Clement Escoffier · 16 years ago
  53. 818e692 Prepares for next development iteration (1.1.0-SNAPSHOT) by Clement Escoffier · 16 years ago
  54. 8350751 Updates doc folders with new changelog files and update embedded documentation by Clement Escoffier · 16 years ago
  55. f68d90f A bunch of cosmetic fixes. by Clement Escoffier · 16 years ago
  56. c444e73 Fixes several cosmetic bugs (error messages). by Clement Escoffier · 16 years ago
  57. 4e3feed Forget to add the internal event dispatcher in my previous commit. by Clement Escoffier · 16 years ago
  58. 1f77396 Improves javadoc and fixes some cosmetic bugs by Clement Escoffier · 16 years ago
  59. 1e66fdf Improve javadoc of the instance creator by Clement Escoffier · 16 years ago
  60. 5fc535c Add documentations to the XSD files. by Clement Escoffier · 16 years ago
  61. e23945a Some (a lot of) cosmetic bug fix : format the javadoc. by Clement Escoffier · 16 years ago
  62. 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
  63. 5454d10 Enable dynamic reconfiguration of service dependencies (for primitive types). by Clement Escoffier · 16 years ago
  64. 3269efa Fix issue Felix-716 by Clement Escoffier · 16 years ago
  65. e7e10d3 Fix issue Felix-688 and Felix-689 by Clement Escoffier · 16 years ago
  66. 5a7bd72 Fix the issue Felix-686. by Clement Escoffier · 16 years ago
  67. 0062348 Fix the Felix-683 issue. by Clement Escoffier · 16 years ago
  68. d55d17c Fix issue Felix-655 by Clement Escoffier · 16 years ago
  69. 65158f8 Fix the issue Felix-637 about stack size error when a composite uses a long. by Clement Escoffier · 16 years ago
  70. 069d46d Fix issue Felix-632: by Clement Escoffier · 16 years ago
  71. 51a196b Fix the issue Felix-631 by Clement Escoffier · 16 years ago
  72. 39522c9 Fix the issue Felix-629 by Clement Escoffier · 16 years ago
  73. 2b334ed Fix the Felix-628 issue. by Clement Escoffier · 16 years ago
  74. 80ca860 Fix the issue Felix-626. by Clement Escoffier · 16 years ago
  75. 22ebd98 Fix the issue Felix-621. by Clement Escoffier · 16 years ago
  76. 4ed3b5d Fix the issue Felix-603. Allow arch to display all the available information on a service dependency such as the state, the binding-policy, the comparator ... by Clement Escoffier · 16 years ago
  77. e67dd3c Fix the issue FELIX-558 by catching the NoClassDefFound error and providing an explanation message. by Clement Escoffier · 17 years ago
  78. 0140101 Allows the early discovery of manipulation error and stops the factory as soon as detected. by Clement Escoffier · 17 years ago
  79. b08b1b3 Add a missing file. by Clement Escoffier · 17 years ago
  80. a88d2cf Add the HandlerFactory interface to avoid the ClassCastException when proxying factories (Issue Felix-552) by Clement Escoffier · 17 years ago
  81. 5fc3416 Improve error messages when the bundle context lookup failed (issue #Felix-555). by Clement Escoffier · 17 years ago
  82. 9c6dd35 Fix a synchronization bug in the instance manager. Refactor the factory classes. by Clement Escoffier · 17 years ago
  83. 8428e9d Change version number to be 0.8.0-SNAPSHOT Add LICENCE and NOTICE files by Clement Escoffier · 17 years ago
  84. 6df463a Update annotations to add latest added feature on dependency management by Clement Escoffier · 17 years ago
  85. ac84ae1 Add missing attributes in annotations (binding policy, nullable, default-implementation) by Clement Escoffier · 17 years ago
  86. e8bba17 Avoid calling Filter.match(ServiceReference) to avoid ClassCastException on Equinox. by Clement Escoffier · 17 years ago
  87. f6d1a1a Fix some minor formatting issue by Clement Escoffier · 17 years ago
  88. 0460ea4 - Modify the level of the two messages displayed when iPOJO is starting. by Clement Escoffier · 17 years ago
  89. 8faeeec Avoid the architecture service to publish non-service interfaces (FieldInterceptor and MethodInterceptor) by Clement Escoffier · 17 years ago
  90. 65fd734 Modify pom files to use correct version. by Clement Escoffier · 17 years ago
  91. e50ede5 Commit the new iPOJO version (0.7.6). by Clement Escoffier · 17 years ago
  92. 95fbce2 Fix a bug when the configuration admin send configurations containing Strings (Objects was expected). In this case, the objects are re-created from the Strings (arrays are parsed by according to the iPOJO syntax). This change impacts both service properties and instance properties. by Clement Escoffier · 17 years ago
  93. 1a31809 Resolve an issue introduced in the previous commit. The class need to be loaded before creating the proxy. by Clement Escoffier · 17 years ago
  94. b9f2df7 Fix the issue #Felix-427. by Clement Escoffier · 17 years ago
  95. 08f860a Fix a synchronization bug in the component instance manager. by Clement Escoffier · 17 years ago
  96. a237288 Invalidate instance instead of stopping them after InvocationTargetException (which allow to restart automatically after an external event) by Clement Escoffier · 17 years ago
  97. 7395aad Refactor nullable object system. by Clement Escoffier · 17 years ago
  98. 1f94934 Add static and dynamic-priority binding policy. by Clement Escoffier · 17 years ago
  99. 339b5b6 Remove an assignation in the manipulator to avoid unexpected references. by Clement Escoffier · 17 years ago
  100. 5cf9b71 Fix a bug if the property has no field (forget one method) by Clement Escoffier · 17 years ago