- e5bda8f Add Apache Licence header inside obr.xml files. by Clement Escoffier · 16 years ago
- f1df950 Fix the issue Felix-673 by Clement Escoffier · 16 years ago
- 69cb62d Fix issue Felix-655 by Clement Escoffier · 16 years ago
- 17f8e81 Fix the issue Felix-637 about stack size error when a composite uses a long. by Clement Escoffier · 16 years ago
- 4cedbe6 Fix issue Felix-632: by Clement Escoffier · 16 years ago
- 9acac84 Fix the issue Felix-631 by Clement Escoffier · 16 years ago
- 000d3d5 Fix the issue Felix-629 by Clement Escoffier · 16 years ago
- e5abeba Fix the Felix-628 issue. by Clement Escoffier · 16 years ago
- f2e7ec9 Fix the issue Felix-626. by Clement Escoffier · 16 years ago
- 8ea4848 Fix the issue Felix-621. by Clement Escoffier · 16 years ago
- c9e6d25 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
- 218dbd1 Modify version number to be 0.9.0-SNAPSHOT everywhere by Clement Escoffier · 16 years ago
- 2ca814e Update dependency to point on the new version (0.9.0-SNAPSHOT) by Clement Escoffier · 16 years ago
- 02fb44b [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
- 8a10957 [maven-release-plugin] prepare release org.apache.felix.ipojo-0.8.0 by Clement Escoffier · 16 years ago
- 03b5118 Commit changelog.txt files by Clement Escoffier · 16 years ago
- 5025402 Commit the documentation of core, ant task, maven plugin and arch by Clement Escoffier · 16 years ago
- 322e366 Fix the issue FELIX-558 by catching the NoClassDefFound error and providing an explanation message. by Clement Escoffier · 16 years ago
- c1ae739 Allows the early discovery of manipulation error and stops the factory as soon as detected. by Clement Escoffier · 16 years ago
- a111384 Add a missing file. by Clement Escoffier · 16 years ago
- 5261890 Add the HandlerFactory interface to avoid the ClassCastException when proxying factories (Issue Felix-552) by Clement Escoffier · 16 years ago
- e5a7598 Improve error messages when the bundle context lookup failed (issue #Felix-555). by Clement Escoffier · 16 years ago
- 598b315 Fix a synchronization bug in the instance manager. Refactor the factory classes. by Clement Escoffier · 16 years ago
- 9d7a005 Change version number to be 0.8.0-SNAPSHOT Add LICENCE and NOTICE files by Clement Escoffier · 17 years ago
- 83db4a0 Update annotations to add latest added feature on dependency management by Clement Escoffier · 17 years ago
- cf88c87 Add missing attributes in annotations (binding policy, nullable, default-implementation) by Clement Escoffier · 17 years ago
- 93eb2c7 Avoid calling Filter.match(ServiceReference) to avoid ClassCastException on Equinox. by Clement Escoffier · 17 years ago
- cf6e51b Add/Update bundle vendor. by Carsten Ziegeler · 17 years ago
- 16bb672 Fix some minor formatting issue by Clement Escoffier · 17 years ago
- dcf306a - Modify the level of the two messages displayed when iPOJO is starting. by Clement Escoffier · 17 years ago
- 71822ec Avoid the architecture service to publish non-service interfaces (FieldInterceptor and MethodInterceptor) by Clement Escoffier · 17 years ago
- 4a12e33 Modify pom files to use correct version. by Clement Escoffier · 17 years ago
- 7d116ff Add missing header in pom file. by Clement Escoffier · 17 years ago
- ce0e1e5 Commit the new iPOJO version (0.7.6). by Clement Escoffier · 17 years ago
- 876ca72 Use 1.4.0 bundleplugin, and enable jdk13 classifier build in UPNP basedriver by Stuart McCulloch · 17 years ago
- cb8192f Upgrade to release 1.2.1 of the maven-bundle-plugin (improved uses calculation) by Stuart McCulloch · 17 years ago
- c340ecf Use released version of compendium. by Carsten Ziegeler · 17 years ago
- 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
- 78bcc77 Use released version of maven bundle plugin. by Carsten Ziegeler · 17 years ago
- b7251fa Use latest released parent pom. by Carsten Ziegeler · 17 years ago
- c19e17c Update to releast version of parent pom and add missing licence headers. by Carsten Ziegeler · 17 years ago
- 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
- b9f2df7 Fix the issue #Felix-427. by Clement Escoffier · 17 years ago
- 08f860a Fix a synchronization bug in the component instance manager. by Clement Escoffier · 17 years ago
- a237288 Invalidate instance instead of stopping them after InvocationTargetException (which allow to restart automatically after an external event) by Clement Escoffier · 17 years ago
- 7395aad Refactor nullable object system. by Clement Escoffier · 17 years ago
- 97f4814 Commit the patch for the FELIX-398 issue. by Clement Escoffier · 17 years ago
- 1f94934 Add static and dynamic-priority binding policy. by Clement Escoffier · 17 years ago
- 339b5b6 Remove an assignation in the manipulator to avoid unexpected references. by Clement Escoffier · 17 years ago
- 5cf9b71 Fix a bug if the property has no field (forget one method) by Clement Escoffier · 17 years ago
- eb49dfc Fix a bug if the property has no field. by Clement Escoffier · 17 years ago
- 04f2391 Instances can now customize their requirement filters (both on primitive and composite components) by Clement Escoffier · 17 years ago
- 3fc3a01 Add a service.pid inside factories. by Clement Escoffier · 17 years ago
- 91325d3 Fix a bug in the Dependency Handler Description when the "instance.name" property is not set. by Clement Escoffier · 17 years ago
- 1bcd6c3 Change the iPOJO Plugin name to be "Maven compliant" (org.apache.felix.ipojo becomes maven-ipojo-plugin) by Clement Escoffier · 17 years ago
- 6c6ae8d Commit the base of the new iPOJO version. by Clement Escoffier · 17 years ago
- 1761964 Properties can use method from parent class to be setted : by Clement Escoffier · 17 years ago
- b28f53d Solve the Felix-372 bugs about static method manipulation. by Clement Escoffier · 17 years ago
- 3d5ee8e Add the lifecycle controller handler. by Clement Escoffier · 17 years ago
- 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
- ddb4912 Improve iPOJO to manage synchronization when a POJO uses service objects. by Clement Escoffier · 17 years ago
- e0a8cb5 Modify a little automatic requirement resolution on composite when the service specification contains service requirement.(Felix-311) by Clement Escoffier · 17 years ago
- 13afe1c Add scoping features for service requirement resolving. by Clement Escoffier · 17 years ago
- 0a3858c Move to the next version by Karl Pauls · 17 years ago
- 758d1d1 Improve LDAP filter in InstanceCreator.java Some cosmetic fixes by Clement Escoffier · 17 years ago
- 589e2b3 Move the parent pom.xml into it's own subproject and fix some minor issues by Karl Pauls · 17 years ago
- 0f2d764 Remove dependency on Java 1.4 inside the iPOJO Runtime. by Clement Escoffier · 17 years ago
- 201a6ef Commit a small change on architecture (Felix-311). by Clement Escoffier · 17 years ago
- 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
- 5026136 Improve method invocation for Lifecycle Callbacks. Allow the invocation of method from parent classes.(Felix-315). by Clement Escoffier · 17 years ago
- 18a6a80 Remove dependency on Java 5 (Felix-312) Format code consistently by Clement Escoffier · 17 years ago
- ace86c5 Commit the new iPOJO Version (Felix-311) by Clement Escoffier · 17 years ago
- d312acc Move Felix Project Team mail address form incubator to the new top-level dev list. by Karl Pauls · 17 years ago
- a721c96 Applied patch (FELIX-300) to change iPOJO to use ASM 3. by Richard S. Hall · 17 years ago
- 797bc98 Renamed the artifactId of the bundle plugin back to maven-bundle-plugin. by Richard S. Hall · 17 years ago
- 78c340e Applied patch (FELIX-292) to modify the iPOJO Callback class to return the by Richard S. Hall · 17 years ago
- 376e83e Refactored the iPOJO-related subproject to reside in the same trunk directory. by Richard S. Hall · 17 years ago