1. 39afe96 Add a method to check if a value is contained in an array. This method is used because sometimes the service interface arrays not have always the same order (depending on the VM). So, this allow to launch the test suites on any VM. by Clement Escoffier · 16 years ago
  2. dcf306a - Modify the level of the two messages displayed when iPOJO is starting. by Clement Escoffier · 16 years ago
  3. 71822ec Avoid the architecture service to publish non-service interfaces (FieldInterceptor and MethodInterceptor) by Clement Escoffier · 16 years ago
  4. 4a12e33 Modify pom files to use correct version. by Clement Escoffier · 16 years ago
  5. 7d116ff Add missing header in pom file. by Clement Escoffier · 16 years ago
  6. ce0e1e5 Commit the new iPOJO version (0.7.6). by Clement Escoffier · 16 years ago
  7. 876ca72 Use 1.4.0 bundleplugin, and enable jdk13 classifier build in UPNP basedriver by Stuart McCulloch · 16 years ago
  8. cb8192f Upgrade to release 1.2.1 of the maven-bundle-plugin (improved uses calculation) by Stuart McCulloch · 16 years ago
  9. c340ecf Use released version of compendium. by Carsten Ziegeler · 16 years ago
  10. 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 · 16 years ago
  11. 78bcc77 Use released version of maven bundle plugin. by Carsten Ziegeler · 17 years ago
  12. e5cfd9f Use released version of maven bundle plugin. by Carsten Ziegeler · 17 years ago
  13. b7251fa Use latest released parent pom. by Carsten Ziegeler · 17 years ago
  14. c19e17c Update to releast version of parent pom and add missing licence headers. by Carsten Ziegeler · 17 years ago
  15. e71366f Fix a bug on field delegation. by Clement Escoffier · 17 years ago
  16. 521c286 Commit the patch on the issue FELIX-432. by Clement Escoffier · 17 years ago
  17. 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
  18. b9f2df7 Fix the issue #Felix-427. by Clement Escoffier · 17 years ago
  19. 08f860a Fix a synchronization bug in the component instance manager. by Clement Escoffier · 17 years ago
  20. a237288 Invalidate instance instead of stopping them after InvocationTargetException (which allow to restart automatically after an external event) by Clement Escoffier · 17 years ago
  21. 18ecd68 Update the JMX handler pom file to add iPOJO configuration. by Clement Escoffier · 17 years ago
  22. 7395aad Refactor nullable object system. by Clement Escoffier · 17 years ago
  23. fea5f96 Commit the JMX handler allowing to expose an JMX MBean to monitor & control an iPOJO instance remotely. by Clement Escoffier · 17 years ago
  24. dbddbbe Commit the Event Admin handler. by Clement Escoffier · 17 years ago
  25. 97f4814 Commit the patch for the FELIX-398 issue. by Clement Escoffier · 17 years ago
  26. 1f94934 Add static and dynamic-priority binding policy. by Clement Escoffier · 17 years ago
  27. 339b5b6 Remove an assignation in the manipulator to avoid unexpected references. by Clement Escoffier · 17 years ago
  28. 5cf9b71 Fix a bug if the property has no field (forget one method) by Clement Escoffier · 17 years ago
  29. eb49dfc Fix a bug if the property has no field. by Clement Escoffier · 17 years ago
  30. 04f2391 Instances can now customize their requirement filters (both on primitive and composite components) by Clement Escoffier · 17 years ago
  31. 3fc3a01 Add a service.pid inside factories. by Clement Escoffier · 17 years ago
  32. 91325d3 Fix a bug in the Dependency Handler Description when the "instance.name" property is not set. by Clement Escoffier · 17 years ago
  33. 046c1b1 New annotation processor. The manipulator manages custom annotations (provided by external handlers). by Clement Escoffier · 17 years ago
  34. 1daee03 Change the iPOJO Plugin name to be "Maven compliant" (org.apache.felix.ipojo becomes maven-ipojo-plugin) by Clement Escoffier · 17 years ago
  35. b9c5e65 Change the iPOJO Plugin name to be "Maven compliant" (org.apache.felix.ipojo becomes maven-ipojo-plugin) by Clement Escoffier · 17 years ago
  36. bf5f1fd Change the iPOJO Plugin name to be "Maven compliant" (org.apache.felix.ipojo becomes maven-ipojo-plugin) by Clement Escoffier · 17 years ago
  37. ce688ee Change the iPOJO Plugin name to be "Maven compliant" (org.apache.felix.ipojo becomes maven-ipojo-plugin) by Clement Escoffier · 17 years ago
  38. 1bcd6c3 Change the iPOJO Plugin name to be "Maven compliant" (org.apache.felix.ipojo becomes maven-ipojo-plugin) by Clement Escoffier · 17 years ago
  39. 0979ebb Add the iPOJO Pom file containing all iPOJO modules. by Clement Escoffier · 17 years ago
  40. b5715b1 Externalize iPOJO modules in a separate pom file (ipojo/pom.xml) instead of listing all modules. by Clement Escoffier · 17 years ago
  41. b5b86e4 Add the Controller annotations by Clement Escoffier · 17 years ago
  42. 6c6ae8d Commit the base of the new iPOJO version. by Clement Escoffier · 17 years ago
  43. 1761964 Properties can use method from parent class to be setted : by Clement Escoffier · 17 years ago
  44. 0267436 Fix the warning messages about split-packages when compiling. by Clement Escoffier · 17 years ago
  45. b28f53d Solve the Felix-372 bugs about static method manipulation. by Clement Escoffier · 17 years ago
  46. 3d5ee8e Add the lifecycle controller handler. by Clement Escoffier · 17 years ago
  47. 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
  48. 42ef155 Defines an Ant Task to create iPOJO Bundles. by Clement Escoffier · 17 years ago
  49. f5fc556 Add annotation support in iPOJO. It is now possible to define component-type with Java 5 annotations. by Clement Escoffier · 17 years ago
  50. ddb4912 Improve iPOJO to manage synchronization when a POJO uses service objects. by Clement Escoffier · 17 years ago
  51. e0a8cb5 Modify a little automatic requirement resolution on composite when the service specification contains service requirement.(Felix-311) by Clement Escoffier · 17 years ago
  52. 13afe1c Add scoping features for service requirement resolving. by Clement Escoffier · 17 years ago
  53. e993bf4 Solve a simple bug in the iPOJO Manipulator when a class is already manipulated. by Clement Escoffier · 17 years ago
  54. c11a415 Some cosmetic improvements by Clement Escoffier · 17 years ago
  55. 014025e Some cosmetic improvements by Clement Escoffier · 17 years ago
  56. 0a3858c Move to the next version by Karl Pauls · 17 years ago
  57. 758d1d1 Improve LDAP filter in InstanceCreator.java Some cosmetic fixes by Clement Escoffier · 17 years ago
  58. 589e2b3 Move the parent pom.xml into it's own subproject and fix some minor issues by Karl Pauls · 17 years ago
  59. 0f2d764 Remove dependency on Java 1.4 inside the iPOJO Runtime. by Clement Escoffier · 17 years ago
  60. 201a6ef Commit a small change on architecture (Felix-311). by Clement Escoffier · 17 years ago
  61. 4b877f4 Fix org.osgi.service.cm package version in manipulated bundle. by Clement Escoffier · 17 years ago
  62. d296521 Solve a bug about local variable inside constructor manipulation. by Clement Escoffier · 17 years ago
  63. 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
  64. 5026136 Improve method invocation for Lifecycle Callbacks. Allow the invocation of method from parent classes.(Felix-315). by Clement Escoffier · 17 years ago
  65. 2974be1 Solve a architecture bug (to get the metadata file) by Clement Escoffier · 17 years ago
  66. 18a6a80 Remove dependency on Java 5 (Felix-312) Format code consistently by Clement Escoffier · 17 years ago
  67. ace86c5 Commit the new iPOJO Version (Felix-311) by Clement Escoffier · 17 years ago
  68. c547cfe Update new iPOJO Metadata (Felix-311) by Clement Escoffier · 17 years ago
  69. 042a0ec Add the new manipulator project (Felix-311) by Clement Escoffier · 17 years ago
  70. d312acc Move Felix Project Team mail address form incubator to the new top-level dev list. by Karl Pauls · 17 years ago
  71. a721c96 Applied patch (FELIX-300) to change iPOJO to use ASM 3. by Richard S. Hall · 17 years ago
  72. 797bc98 Renamed the artifactId of the bundle plugin back to maven-bundle-plugin. by Richard S. Hall · 17 years ago
  73. 78c340e Applied patch (FELIX-292) to modify the iPOJO Callback class to return the by Richard S. Hall · 17 years ago
  74. 376e83e Refactored the iPOJO-related subproject to reside in the same trunk directory. by Richard S. Hall · 17 years ago
  75. d9efffe Applied patch (FELIX-291) to cache component metadata during packaging. by Richard S. Hall · 17 years ago
  76. 48b1427 Continued to svn repo refactoring, specifically moved and renamed the by Richard S. Hall · 17 years ago
  77. 0b8ba0f Applied patch (FELIX-289) to add support for having "glue code" components by Richard S. Hall · 17 years ago
  78. 40223f1 Applied patch (FELIX-278) to provide support for unnamed component instances. by Richard S. Hall · 17 years ago
  79. f2be773 Applied patch (FELIX-227) to enable callbacks for properties and service by Richard S. Hall · 17 years ago
  80. 22cb763 Applied patch (FELIX-273) to correctly dispose created component by Richard S. Hall · 17 years ago
  81. 92885b1 Mixed part of patch (FELIX-270)...I needed to do an "svn add". by Richard S. Hall · 17 years ago
  82. 8c011c6 Applied patch (FELIX-270) to add the composite component "provider" by Richard S. Hall · 17 years ago
  83. f46b9e8 Applied patch (FELIX-266) to add support to iPOJO for composite services. by Richard S. Hall · 17 years ago
  84. 0cfee79 Applied patches (FELIX-251) to add more support for reflecting on the POJOs. by Richard S. Hall · 17 years ago
  85. 6d2ee1a Applied patch (FELIX-222) to allow properties to be reconfigured and by Richard S. Hall · 17 years ago
  86. 6e5ad4a Applied patch (FELIX-244) to allow external handlers to participate in by Richard S. Hall · 17 years ago
  87. 04f0530 Applied patch (FELIX-220) to allow callbacks to be private/protected and by Richard S. Hall · 17 years ago
  88. dfa52ba Applied patch (FELIX-214) to fix a bug that was not updating the by Richard S. Hall · 17 years ago
  89. 6d77d2a Applied patch (FELIX-202) to resolve a synchronization bug. by Richard S. Hall · 17 years ago
  90. 2bddf8c Applied patch (FELIX-200) to add support for XML property configuration by Richard S. Hall · 17 years ago
  91. 6b9385a Applied patch (FELIX-196) to throw an exception when a configuration is by Richard S. Hall · 18 years ago
  92. 6351d27 Applied patch (FELIX-192) to fix several small bugs in iPOJO core. by Richard S. Hall · 18 years ago
  93. de6eb1f Applied patch (FELIX-190) to enable the display of additional by Richard S. Hall · 18 years ago
  94. f2be196 Updated version numbers to 0.9.0-incubator-SNAPSHOT. by Richard S. Hall · 18 years ago
  95. d2148da Final portion of patch (FELIX-184). by Richard S. Hall · 18 years ago
  96. 5e68bdb Trying to delete file to resolve md5 mismatch. by Richard S. Hall · 18 years ago
  97. f5931c1 Applied patch (FELIX-184) to restructure iPOJO and add some new features. by Richard S. Hall · 18 years ago
  98. b6ab9c2 Applied patch (FELIX-175) to fix some iPOJO bugs as well as introduce by Richard S. Hall · 18 years ago
  99. 7d1b922 Applied major patch to iPOJO (FELIX-166). by Richard S. Hall · 18 years ago
  100. 705b164 Shortened the names of iPOJO subproject directories. by Richard S. Hall · 18 years ago[Renamed from org.apache.felix.ipojo]