1. 8350751 Updates doc folders with new changelog files and update embedded documentation by Clement Escoffier · 16 years ago
  2. f68d90f A bunch of cosmetic fixes. by Clement Escoffier · 16 years ago
  3. c444e73 Fixes several cosmetic bugs (error messages). by Clement Escoffier · 16 years ago
  4. 4e3feed Forget to add the internal event dispatcher in my previous commit. by Clement Escoffier · 16 years ago
  5. 1f77396 Improves javadoc and fixes some cosmetic bugs by Clement Escoffier · 16 years ago
  6. 1e66fdf Improve javadoc of the instance creator by Clement Escoffier · 16 years ago
  7. 5fc535c Add documentations to the XSD files. by Clement Escoffier · 16 years ago
  8. e23945a Some (a lot of) cosmetic bug fix : format the javadoc. by Clement Escoffier · 16 years ago
  9. 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
  10. 5454d10 Enable dynamic reconfiguration of service dependencies (for primitive types). by Clement Escoffier · 16 years ago
  11. 3269efa Fix issue Felix-716 by Clement Escoffier · 16 years ago
  12. e7e10d3 Fix issue Felix-688 and Felix-689 by Clement Escoffier · 16 years ago
  13. 5a7bd72 Fix the issue Felix-686. by Clement Escoffier · 16 years ago
  14. 0062348 Fix the Felix-683 issue. by Clement Escoffier · 16 years ago
  15. d55d17c Fix issue Felix-655 by Clement Escoffier · 16 years ago
  16. 65158f8 Fix the issue Felix-637 about stack size error when a composite uses a long. by Clement Escoffier · 16 years ago
  17. 069d46d Fix issue Felix-632: by Clement Escoffier · 16 years ago
  18. 51a196b Fix the issue Felix-631 by Clement Escoffier · 16 years ago
  19. 39522c9 Fix the issue Felix-629 by Clement Escoffier · 16 years ago
  20. 2b334ed Fix the Felix-628 issue. by Clement Escoffier · 16 years ago
  21. 80ca860 Fix the issue Felix-626. by Clement Escoffier · 16 years ago
  22. 22ebd98 Fix the issue Felix-621. by Clement Escoffier · 16 years ago
  23. 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
  24. e67dd3c Fix the issue FELIX-558 by catching the NoClassDefFound error and providing an explanation message. by Clement Escoffier · 17 years ago
  25. 0140101 Allows the early discovery of manipulation error and stops the factory as soon as detected. by Clement Escoffier · 17 years ago
  26. b08b1b3 Add a missing file. by Clement Escoffier · 17 years ago
  27. a88d2cf Add the HandlerFactory interface to avoid the ClassCastException when proxying factories (Issue Felix-552) by Clement Escoffier · 17 years ago
  28. 5fc3416 Improve error messages when the bundle context lookup failed (issue #Felix-555). by Clement Escoffier · 17 years ago
  29. 9c6dd35 Fix a synchronization bug in the instance manager. Refactor the factory classes. by Clement Escoffier · 17 years ago
  30. 8428e9d Change version number to be 0.8.0-SNAPSHOT Add LICENCE and NOTICE files by Clement Escoffier · 17 years ago
  31. 6df463a Update annotations to add latest added feature on dependency management by Clement Escoffier · 17 years ago
  32. ac84ae1 Add missing attributes in annotations (binding policy, nullable, default-implementation) by Clement Escoffier · 17 years ago
  33. e8bba17 Avoid calling Filter.match(ServiceReference) to avoid ClassCastException on Equinox. by Clement Escoffier · 17 years ago
  34. f6d1a1a Fix some minor formatting issue by Clement Escoffier · 17 years ago
  35. 0460ea4 - Modify the level of the two messages displayed when iPOJO is starting. by Clement Escoffier · 17 years ago
  36. 8faeeec Avoid the architecture service to publish non-service interfaces (FieldInterceptor and MethodInterceptor) by Clement Escoffier · 17 years ago
  37. 65fd734 Modify pom files to use correct version. by Clement Escoffier · 17 years ago
  38. e50ede5 Commit the new iPOJO version (0.7.6). by Clement Escoffier · 17 years ago
  39. 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
  40. 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
  41. b9f2df7 Fix the issue #Felix-427. by Clement Escoffier · 17 years ago
  42. 08f860a Fix a synchronization bug in the component instance manager. by Clement Escoffier · 17 years ago
  43. a237288 Invalidate instance instead of stopping them after InvocationTargetException (which allow to restart automatically after an external event) by Clement Escoffier · 17 years ago
  44. 7395aad Refactor nullable object system. by Clement Escoffier · 17 years ago
  45. 1f94934 Add static and dynamic-priority binding policy. by Clement Escoffier · 17 years ago
  46. 339b5b6 Remove an assignation in the manipulator to avoid unexpected references. by Clement Escoffier · 17 years ago
  47. 5cf9b71 Fix a bug if the property has no field (forget one method) by Clement Escoffier · 17 years ago
  48. eb49dfc Fix a bug if the property has no field. by Clement Escoffier · 17 years ago
  49. 04f2391 Instances can now customize their requirement filters (both on primitive and composite components) by Clement Escoffier · 17 years ago
  50. 3fc3a01 Add a service.pid inside factories. by Clement Escoffier · 17 years ago
  51. 91325d3 Fix a bug in the Dependency Handler Description when the "instance.name" property is not set. by Clement Escoffier · 17 years ago
  52. 6c6ae8d Commit the base of the new iPOJO version. by Clement Escoffier · 17 years ago
  53. 1761964 Properties can use method from parent class to be setted : by Clement Escoffier · 17 years ago
  54. 3d5ee8e Add the lifecycle controller handler. by Clement Escoffier · 17 years ago
  55. 949e4f3 Solve a bug in synchronization stuff. IPOJO released services when exiting methods. However, for service factory, it must not released services as the binding can be stateful. by Clement Escoffier · 17 years ago
  56. ddb4912 Improve iPOJO to manage synchronization when a POJO uses service objects. by Clement Escoffier · 17 years ago
  57. e0a8cb5 Modify a little automatic requirement resolution on composite when the service specification contains service requirement.(Felix-311) by Clement Escoffier · 17 years ago
  58. 13afe1c Add scoping features for service requirement resolving. by Clement Escoffier · 17 years ago
  59. 758d1d1 Improve LDAP filter in InstanceCreator.java Some cosmetic fixes by Clement Escoffier · 17 years ago
  60. 0f2d764 Remove dependency on Java 1.4 inside the iPOJO Runtime. by Clement Escoffier · 17 years ago
  61. 201a6ef Commit a small change on architecture (Felix-311). by Clement Escoffier · 17 years ago
  62. 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
  63. 5026136 Improve method invocation for Lifecycle Callbacks. Allow the invocation of method from parent classes.(Felix-315). by Clement Escoffier · 17 years ago
  64. 18a6a80 Remove dependency on Java 5 (Felix-312) Format code consistently by Clement Escoffier · 17 years ago
  65. ace86c5 Commit the new iPOJO Version (Felix-311) by Clement Escoffier · 17 years ago
  66. d312acc Move Felix Project Team mail address form incubator to the new top-level dev list. by Karl Pauls · 17 years ago
  67. a721c96 Applied patch (FELIX-300) to change iPOJO to use ASM 3. by Richard S. Hall · 18 years ago
  68. 78c340e Applied patch (FELIX-292) to modify the iPOJO Callback class to return the by Richard S. Hall · 18 years ago
  69. 376e83e Refactored the iPOJO-related subproject to reside in the same trunk directory. by Richard S. Hall · 18 years ago