- 2745e8e FELIX-4357: Support types beside String/String[] in @Property annotation. by Pierre De Rop · 11 years ago
- ce67677 FELIX-3996: Upgrade to latest bnd version. by Pierre De Rop · 12 years ago
- c764de3 Removed useless checks. by Pierre De Rop · 12 years ago
- 1943776 [FELIX-3866] Added support for swap attribute in AspectService and AdpaterService annotations. by Pierre De Rop · 12 years ago
- 1ce1b0b [FELIX-3865] - Update DependencyManager annotation plugin with latest bndlb 1.50 by Pierre De Rop · 12 years ago
- 5dd77b2 [FELIX-3863] - Generate DependencyManager Annotation MetaData In Project Folder. by Pierre De Rop · 12 years ago
- 1aead89 fixed some javadocs by Pierre De Rop · 13 years ago
- ba7157d [FELIX-2965] - Apply @Registered/@Unregistered annotation on composition instances. by Pierre De Rop · 13 years ago
- d7fb539 [FELIX-2966] Maven plugin generates by default Import-Service and Export-Service headers. by Pierre De Rop · 13 years ago
- 2d119b1 [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers. by Pierre De Rop · 13 years ago
- 17ff637 [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers. by Pierre De Rop · 13 years ago
- 9226349 FELIX-2954 (annotated component factory does not allow to provide a component instance explicitly) by Pierre De Rop · 13 years ago
- 71113b0 added last missing apache license header by Pierre De Rop · 14 years ago
- 106dd1f Added missing apache headers by Pierre De Rop · 14 years ago
- 93fb37d Fixed javadoc. by Pierre De Rop · 14 years ago
- 6d7d1f4 fixed javadoc by Pierre De Rop · 14 years ago
- 427d268 Added @author. Added some comments. by Pierre De Rop · 14 years ago
- 0507f14 - aligned AspectService and AdapterService with new added/changed/removed callbacks introdoced in the API. by Pierre De Rop · 14 years ago
- 7f4ff11 fixed javadoc by Pierre De Rop · 14 years ago
- 79e5f70 FELIX-2828: Allows a ResourceDependency annotation to inject the resource on a class field by Pierre De Rop · 14 years ago
- e986d15 javadoc by Pierre De Rop · 14 years ago
- f32bcd0 Fixed javadoc. Cleaned imports. by Pierre De Rop · 14 years ago
- ee1c807 Renamed @Service annotation into @Component annotation. by Pierre De Rop · 14 years ago
- 3a219e6 added propagate attribute in ServiceDependency annotation. Also added corresponding testcase. by Pierre De Rop · 14 years ago
- e4a15d9 re-fixed comments ... by Pierre De Rop · 14 years ago
- 704806f fixed javadoc by Pierre De Rop · 14 years ago
- 748c62b forgot to add this file in the previous commit by Pierre De Rop · 14 years ago
- 7cb41fa Replaced the publisher/unpublisher Service attributes by a new LifecycelControler annotation, which can apply to any kind of Services by Pierre De Rop · 14 years ago
- 8cfbbb8 fixed inconsistency in the api, where Services were not using the same 'provides' attribute when specifying the provided service interfaces by Pierre De Rop · 14 years ago
- d498713 replaced misspelled provide attribute by provides attribute by Pierre De Rop · 14 years ago
- f9f2101 improved javadoc by Pierre De Rop · 14 years ago
- 92ca37e Added two new publisher/unpublisher attributes in the Service annotation in order to allow a Service to take control over service exposition. Allow Start annotation to return an optional Map of properties which can be appended into the provided service properties by Pierre De Rop · 14 years ago
- 09b799f added a "changed" attribute in the ResourceAdapterService annotation. Fixed some javadocs by Pierre De Rop · 14 years ago
- c599b6c javadoc by Pierre De Rop · 14 years ago
- 7d3f754 Fixed bug when parsing aspect service annotation. Added a factoryMethod attribute in order to allow the creation of the service implementation from a static method. Renamed factory attribute into factorySet by Pierre De Rop · 14 years ago
- cf65f01 added a factoryMethod attribute in order to allow the creation of the service implementation from a static method. Renamed factory attribute into factorySet by Pierre De Rop · 14 years ago
- e121e18 added a factoryMethod attribute in order to allow the creation of the service implementation from a static method. Fixed javadoc. Renamed factory attribute into factorySet by Pierre De Rop · 14 years ago
- df1a958 added a factoryMethod attribute in order to allow the creation of the service implementation from a static method by Pierre De Rop · 14 years ago
- f49d7e5 added a factoryMethod attribute in order to allow the creation of the service implementation from a static method by Pierre De Rop · 14 years ago
- 713a2e4 Fixed issue FELIX-2403: the dependencymanager annotation scanner is not working under windows by Pierre De Rop · 14 years ago
- ddf1035 fixed javadoc by Pierre De Rop · 14 years ago
- 3fffd04 fixed javadoc by Pierre De Rop · 14 years ago
- 7329eb9 added a new name attribute, allowing to dynamically configure the service dependency filter/required attributes by Pierre De Rop · 14 years ago
- a6acf07 added a new name attribute, allowing to dynamically configure the service dependency filter/required attributes by Pierre De Rop · 14 years ago
- 4432a75 fixed javadoc by Pierre De Rop · 14 years ago
- 2f824c0 For consistency reasons, removed org.apache.felix.dm.annotation.api.dependency and org.apache.felix.dm.annotation.api.adapter sub-packages. by Pierre De Rop · 14 years ago
- 4e06b5a Removed TemporalServiceDependency, but added a timeout attribute in the ServiceDependency annotation by Pierre De Rop · 14 years ago
- 16b5126 added field attribute in Aspect annotation by Pierre De Rop · 14 years ago
- 575a2f7 - Reworked design of the runtime bundle. by Pierre De Rop · 14 years ago
- ef14a50 fixed javadoc by Pierre De Rop · 14 years ago
- ff2f5d1 Added component factory feature in Service annotation - Reorganized annotation packages - Fixed javadoc - Removed static factory methods from annotations by Pierre De Rop · 14 years ago
- f99da0c added annotation support for factory configuration adapter service by Pierre De Rop · 15 years ago
- 88de29a avoid NPE when invoking Bnd's error method by Pierre De Rop · 15 years ago
- 24f48b2 fixed bug in adapter annotations: the services provided by adapters were specified as a Class, instead of a Class array. Removed checkClassImplements in AnnotationCollector.java by Pierre De Rop · 15 years ago
- d264688 fixed findbug warning: Integer was not parsed using String.valueOf by Pierre De Rop · 15 years ago
- faea8e8 fixed findbugs warning: File.exists() and File.delete() return value was not checked by Pierre De Rop · 15 years ago
- 56fdf1b fixed inconsistency in ConfigurationDependency annotation API: renamed the "properties" attribute to "metadata" by Pierre De Rop · 15 years ago
- 699948d Aligned MetaType annotations on DependencyManager API: the configuration metadata is now specified when declaring the ConfigurationDependency annotation. Renamed "Param" annotation to "Property" annotation for consistency and clarity reasons by Pierre De Rop · 15 years ago
- f76f624 added ResourceAdapter and ResourceDependency annotations. by Pierre De Rop · 15 years ago
- 625cbda added factory and factoryMethod attributes in AspectService annotation by Pierre De Rop · 15 years ago
- c379b1f fixed javadoc by Pierre De Rop · 15 years ago
- 96be254 fixed javadoc by Pierre De Rop · 15 years ago
- 362ac2a added annotation support for BundleAdapterService by Pierre De Rop · 15 years ago
- 0bb2ce3 Implemented the ranking property of aspects. by Marcel Offermans · 15 years ago
- 8b85c35 added BundleDependency annotation parsing by Pierre De Rop · 15 years ago
- 7132c5c added BundleDependency annotation by Pierre De Rop · 15 years ago
- 50b7d53 fixed comments by Pierre De Rop · 15 years ago
- 609e08c added support for annotated adapter services by Pierre De Rop · 15 years ago
- f42c0d9 fixed regresion introduced by aspect annotation. Fixed aspect parsing, where callback lifecycle and composition parameters were not parsed by Pierre De Rop · 15 years ago
- 1855681 Verify Aspect filter syntax by Pierre De Rop · 15 years ago
- c2058de Generate DependencyManager annotation descriptors under OSGI-INF/dependencymanager/ directory. Don't limit the Bnd class analyzer and parse every classes. by Pierre De Rop · 15 years ago
- 419bc4c Support for Aspect annotation by Pierre De Rop · 15 years ago
- f25bad4 added annotation for Aspects by Pierre De Rop · 15 years ago
- 8cb83de Fixed javadoc, indentation. Removed dependency over XStream third party library by Pierre De Rop · 15 years ago
- 1db5feb metatype support by Pierre De Rop · 15 years ago
- 1a76837 metatype support. fixed logging by Pierre De Rop · 15 years ago
- 9467354 removed localization attribute. fixed javadoc by Pierre De Rop · 15 years ago
- a2949d9 fixed javadoc by Pierre De Rop · 15 years ago
- 11f2f48 fixed javadoc by Pierre De Rop · 15 years ago
- 76a9583 added helper class which allows to generation metatype XML descriptor by Pierre De Rop · 15 years ago
- 1474701 fixed property metadata annotation names by Pierre De Rop · 15 years ago
- 3e58dde reworked property metadata annotations by Pierre De Rop · 15 years ago
- 10ea37d Annotation renamed to Param by Pierre De Rop · 15 years ago
- b7340d0 renamed Property to Param for consistency purpose by Pierre De Rop · 15 years ago
- 7ca77bf fixed javadoc by Pierre De Rop · 15 years ago
- 6ce01ad added annotation for metatype support (work in progress) by Pierre De Rop · 15 years ago
- 220e281 Use the Property annotation for declaring service properties by Pierre De Rop · 15 years ago
- 2944728 removed "changed/removed" callbacks from temporal service dependency annotation by Pierre De Rop · 15 years ago
- d325261 fixed javadoc by Pierre De Rop · 15 years ago
- 8313de3 fixed license headers by Pierre De Rop · 15 years ago
- 76ffc50 added support for temporal service dependency annotations by Pierre De Rop · 15 years ago
- e6f6d77 code cleanup by Pierre De Rop · 15 years ago
- f2b2212 Fixed logging. Don't generate temporary file from /tmp. Fixed bug: the target bundle was not deleted before copy by Pierre De Rop · 15 years ago
- 299320c Fixed javadoc. Simplified Info.addClassParam method by Pierre De Rop · 15 years ago
- 59526ec Fixed javadoc by Pierre De Rop · 15 years ago
- 17b6b8d initial commit of the DependencyManager Annotation project which contains DM annotation API, and corresponding Bnd/Maven plugins used to parse annotations at compilation time. by Pierre De Rop · 15 years ago