- f686151 Fix issue Felix-1002 by Clement Escoffier · 16 years ago
- c77310c Declare iPOJO as a singleton bundle (Felix-982). by Clement Escoffier · 16 years ago
- 01bcefd Improve error handling in the Composite Service Context by Clement Escoffier · 16 years ago
- e1a6cf1 Fix issue Felix-966. by Clement Escoffier · 16 years ago
- 6f687bb Begin the work about the issue Felix-968. by Clement Escoffier · 16 years ago
- a17def3 Fix Felix-944 by Clement Escoffier · 16 years ago
- adc3bdd Improve error handling in the ProvidedService handler by Clement Escoffier · 16 years ago
- b7145db Fix issue Felix-936. by Clement Escoffier · 16 years ago
- 7abd701 Migrate the test suite to iPOJO 1.3.0-SNAPSHOT by Clement Escoffier · 16 years ago
- dd09f19 Update dependencies to use snapshots. by Clement Escoffier · 16 years ago
- 521f93e [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
- fd285ea [maven-release-plugin] prepare release org.apache.felix.ipojo-1.2.0 by Clement Escoffier · 16 years ago
- 59d8fab Update dependency to 1.2.0 Update XSD location by Clement Escoffier · 16 years ago
- 9a97d70 Update iPOJO Package version to 1.2.0 for the next iPOJO version. by Clement Escoffier · 16 years ago
- 8251f60 Update documentation by Clement Escoffier · 16 years ago
- 1a86292 Update changelog files by Clement Escoffier · 16 years ago
- 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
- a6be793 - Update the iPOJO Package Version to 1.1.0 by Clement Escoffier · 16 years ago
- 00b868e Implement the new iPOJO introspection API. by Clement Escoffier · 16 years ago
- 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
- 0304dab Fix issue Felix-866 by Clement Escoffier · 16 years ago
- 354be55 Fix issue Felix-853. by Clement Escoffier · 16 years ago
- 23e4adf - Change bundle symbolic name to avoid "org.apache.felix.org.apache.felix.ipojo..." by Clement Escoffier · 16 years ago
- 605beab Begin the work about new creation policies. by Clement Escoffier · 16 years ago
- d2ce898 Fix issue Felix-834. by Clement Escoffier · 16 years ago
- b8fe137 Fix issue Felix-828 by Clement Escoffier · 16 years ago
- 69eb900 Fix issue Felix-815. by Clement Escoffier · 16 years ago
- 6afaa7b * Fix issue Felix-803: by Clement Escoffier · 16 years ago
- 36d6796 Fix issue Felix-801 by Clement Escoffier · 16 years ago
- 180ba92 Decreases the log level of some messages (WARNING => INFO, INFO => DEBUG) reducing the number of useless traces. by Clement Escoffier · 16 years ago
- 647595b Fix issue Felix-797. by Clement Escoffier · 16 years ago
- 96aff26 Fix issue Felix-796. by Clement Escoffier · 16 years ago
- aae612a Fix the Felix-794 issue by Clement Escoffier · 16 years ago
- a951408 Fix issue Felix-787. by Clement Escoffier · 16 years ago
- db12afb Modification of the NOTICE file: by Clement Escoffier · 16 years ago
- 818e692 Prepares for next development iteration (1.1.0-SNAPSHOT) by Clement Escoffier · 16 years ago
- 8aa13cb Re-add the licence header in the pom file by Clement Escoffier · 16 years ago
- b5244f7 [maven-release-plugin] prepare release org.apache.felix.ipojo-1.0.0 by Clement Escoffier · 16 years ago
- 8350751 Updates doc folders with new changelog files and update embedded documentation by Clement Escoffier · 16 years ago
- f68d90f A bunch of cosmetic fixes. by Clement Escoffier · 16 years ago
- c444e73 Fixes several cosmetic bugs (error messages). by Clement Escoffier · 16 years ago
- 4e3feed Forget to add the internal event dispatcher in my previous commit. by Clement Escoffier · 16 years ago
- 1f77396 Improves javadoc and fixes some cosmetic bugs by Clement Escoffier · 16 years ago
- 1e66fdf Improve javadoc of the instance creator by Clement Escoffier · 16 years ago
- 5fc535c Add documentations to the XSD files. by Clement Escoffier · 16 years ago
- e23945a Some (a lot of) cosmetic bug fix : format the javadoc. by Clement Escoffier · 16 years ago
- 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
- 5454d10 Enable dynamic reconfiguration of service dependencies (for primitive types). by Clement Escoffier · 16 years ago
- 3269efa Fix issue Felix-716 by Clement Escoffier · 16 years ago
- e7e10d3 Fix issue Felix-688 and Felix-689 by Clement Escoffier · 16 years ago
- 5a7bd72 Fix the issue Felix-686. by Clement Escoffier · 16 years ago
- 0062348 Fix the Felix-683 issue. by Clement Escoffier · 16 years ago
- 06c1d31 Add bundle-description and bundle-docURL inside bundle manifests. by Clement Escoffier · 16 years ago
- 6ed6c4e Change the maven-bundle-plugin version to use the 1.4.2. by Clement Escoffier · 16 years ago
- 1a035f4 Add Apache Licence header inside obr.xml files. by Clement Escoffier · 16 years ago
- 179109d Fix the issue Felix-673 by Clement Escoffier · 16 years ago
- d55d17c Fix issue Felix-655 by Clement Escoffier · 16 years ago
- 65158f8 Fix the issue Felix-637 about stack size error when a composite uses a long. by Clement Escoffier · 16 years ago
- 069d46d Fix issue Felix-632: by Clement Escoffier · 16 years ago
- 51a196b Fix the issue Felix-631 by Clement Escoffier · 16 years ago
- 39522c9 Fix the issue Felix-629 by Clement Escoffier · 16 years ago
- 2b334ed Fix the Felix-628 issue. by Clement Escoffier · 16 years ago
- 80ca860 Fix the issue Felix-626. by Clement Escoffier · 16 years ago
- 22ebd98 Fix the issue Felix-621. by Clement Escoffier · 16 years ago
- 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
- 8036bab Modify version number to be 0.9.0-SNAPSHOT everywhere by Clement Escoffier · 17 years ago
- f459e64 Update dependency to point on the new version (0.9.0-SNAPSHOT) by Clement Escoffier · 17 years ago
- 4e6e286 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 17 years ago
- c45a156 [maven-release-plugin] prepare release org.apache.felix.ipojo-0.8.0 by Clement Escoffier · 17 years ago
- 659471e Commit changelog.txt files by Clement Escoffier · 17 years ago
- 6b928e9 Commit the documentation of core, ant task, maven plugin and arch by Clement Escoffier · 17 years ago
- e67dd3c Fix the issue FELIX-558 by catching the NoClassDefFound error and providing an explanation message. by Clement Escoffier · 17 years ago
- 0140101 Allows the early discovery of manipulation error and stops the factory as soon as detected. by Clement Escoffier · 17 years ago
- b08b1b3 Add a missing file. by Clement Escoffier · 17 years ago
- a88d2cf Add the HandlerFactory interface to avoid the ClassCastException when proxying factories (Issue Felix-552) by Clement Escoffier · 17 years ago
- 5fc3416 Improve error messages when the bundle context lookup failed (issue #Felix-555). by Clement Escoffier · 17 years ago
- 9c6dd35 Fix a synchronization bug in the instance manager. Refactor the factory classes. by Clement Escoffier · 17 years ago
- 8428e9d Change version number to be 0.8.0-SNAPSHOT Add LICENCE and NOTICE files by Clement Escoffier · 17 years ago
- 6df463a Update annotations to add latest added feature on dependency management by Clement Escoffier · 17 years ago
- ac84ae1 Add missing attributes in annotations (binding policy, nullable, default-implementation) by Clement Escoffier · 17 years ago
- e8bba17 Avoid calling Filter.match(ServiceReference) to avoid ClassCastException on Equinox. by Clement Escoffier · 17 years ago
- 90f0b9f Add/Update bundle vendor. by Carsten Ziegeler · 17 years ago
- f6d1a1a Fix some minor formatting issue by Clement Escoffier · 17 years ago
- 0460ea4 - Modify the level of the two messages displayed when iPOJO is starting. by Clement Escoffier · 17 years ago
- 8faeeec Avoid the architecture service to publish non-service interfaces (FieldInterceptor and MethodInterceptor) by Clement Escoffier · 17 years ago
- 65fd734 Modify pom files to use correct version. by Clement Escoffier · 17 years ago
- a414211 Add missing header in pom file. by Clement Escoffier · 17 years ago
- e50ede5 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