1. 1a71f83 renamed test2 into test by Pierre De Rop · 11 years ago
  2. 310814c removing old test, before renaming test2 into test ... by Pierre De Rop · 11 years ago
  3. 5838089 pax exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  4. 428a9f1 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  5. fa2a8ca pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  6. 98c42c0 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  7. ab2e5ed pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  8. 11501ff pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  9. 3abce08 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  10. 7364481 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  11. 14d3bd1 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  12. 6029682 pax exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  13. e226484 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  14. 1a71e55 pax-exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  15. fd27f56 pax exam 3.0.0 migration ... by Pierre De Rop · 11 years ago
  16. 8e38f88 pax exam 3.0.0 migration by Pierre De Rop · 11 years ago
  17. b777977 Added test case for FELIX-4050 issue. by Pierre De Rop · 11 years ago
  18. 54f0ef0 fixed javadoc by Pierre De Rop · 11 years ago
  19. 0279875 reworked and cleaned this test by Pierre De Rop · 11 years ago
  20. 5db2ab1 Made injected fields volatile. by Marcel Offermans · 12 years ago
  21. b4c5868 [FELIX-2970] - Factory Configuration Adapter Service does not copy adapter dependencies. by Pierre De Rop · 13 years ago
  22. ba7157d [FELIX-2965] - Apply @Registered/@Unregistered annotation on composition instances. by Pierre De Rop · 13 years ago
  23. 17ff637 [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers. by Pierre De Rop · 13 years ago
  24. 9226349 FELIX-2954 (annotated component factory does not allow to provide a component instance explicitly) by Pierre De Rop · 13 years ago
  25. e702f34 Temporarily removed tests for the adapter/aspect "changed" callbacks. by Pierre De Rop · 13 years ago
  26. 268f49b - added constant "LOG_LEVEL" in Base.jave, in order to enable/disable log level (by default, the level is LOG_WARNING) by Pierre De Rop · 13 years ago
  27. 79e5f70 FELIX-2828: Allows a ResourceDependency annotation to inject the resource on a class field by Pierre De Rop · 14 years ago
  28. 6400062 Cleaned imports by Pierre De Rop · 14 years ago
  29. ee1c807 Renamed @Service annotation into @Component annotation. by Pierre De Rop · 14 years ago
  30. 3a219e6 added propagate attribute in ServiceDependency annotation. Also added corresponding testcase. by Pierre De Rop · 14 years ago
  31. 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
  32. 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
  33. d498713 replaced misspelled provide attribute by provides attribute by Pierre De Rop · 14 years ago
  34. fd66947 Bug fix: when a Service uses a publisher attribute in order to take control of when the service is registeted into the OSGi registry, by Pierre De Rop · 14 years ago
  35. 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
  36. 455b977 fixed misspelling by Pierre De Rop · 14 years ago
  37. 8b93efa Refactored all exported packages into one, to simplify usage. by Marcel Offermans · 14 years ago
  38. a8c213f Refactored resource dependencies to use URLs instead of the Resource interface we used previously. Adapted all tests to reflect that. by Marcel Offermans · 14 years ago
  39. 6d1cc9d Added test for validating composition lifecycle callbaks, using annotation by Pierre De Rop · 14 years ago
  40. 9c63da4 added factoryMethod Service attribute by Pierre De Rop · 14 years ago
  41. 9204282 renamed factory attribute into factorySet by Pierre De Rop · 14 years ago
  42. 4781dae fixed wrong steps by Pierre De Rop · 14 years ago
  43. 919ebb3 added new test for annotated aspects based on dynamic proxies by Pierre De Rop · 14 years ago
  44. d5eeee6 Added step method. Added comments by Pierre De Rop · 14 years ago
  45. bf5c813 cleanup by Pierre De Rop · 14 years ago
  46. 430b789 Replaced destroy callback, by stop callback. by Pierre De Rop · 14 years ago
  47. 806fdc2 added logs. Replaced destroy callback, by stop callback. by Pierre De Rop · 14 years ago
  48. 908e305 Modified annotation service factory test in order to validate that dependency filters are properly configured from init methods. by Pierre De Rop · 14 years ago
  49. 366d77f Modified annotation service factory test in order to validate that dependency filters are properly configured from init methods. by Pierre De Rop · 14 years ago
  50. 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
  51. 4e06b5a Removed TemporalServiceDependency, but added a timeout attribute in the ServiceDependency annotation by Pierre De Rop · 14 years ago
  52. af8fb27 FELIX-2348 Not all resources have a filter, so the code and the test now handle that case correctly. by Marcel Offermans · 14 years ago
  53. 624fec8 Reorganized annotation packages by Pierre De Rop · 14 years ago
  54. 44258c5 added tests for service factory feature by Pierre De Rop · 14 years ago
  55. 1060e05 Removed static factory methods from annotations by Pierre De Rop · 14 years ago
  56. f99da0c added annotation support for factory configuration adapter service by Pierre De Rop · 14 years ago
  57. 7cd4af3 added comments by Pierre De Rop · 14 years ago
  58. 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
  59. 68df049 added ResourceAnnotation integration test (currently, the testResourceAdapterAnnotation fails because it sounds like there is a bug in ResourceAdapterImpl, which does not propagate the resource adapter filter. by Pierre De Rop · 15 years ago
  60. 1ecb340 validate factory/factoryMethod AspectService attributes by Pierre De Rop · 15 years ago
  61. 53155b0 added integration test for new BundleAdapterService annotation by Pierre De Rop · 15 years ago
  62. a35d191 Updated these test classes. by Marcel Offermans · 15 years ago
  63. 2ab73f8 fixed javadoc by Pierre De Rop · 15 years ago
  64. 4b87873 added license by Pierre De Rop · 15 years ago
  65. 4d727b5 added integration test for BundleDependency annotation by Pierre De Rop · 15 years ago
  66. c694d8a added integration tests for annotated adapter services by Pierre De Rop · 15 years ago
  67. faebf92 added missing license by Pierre De Rop · 15 years ago
  68. 40618d6 reworked annotation junit tests by Pierre De Rop · 15 years ago
  69. 66eddd4 Removing extra sources. by Marcel Offermans · 15 years ago
  70. f494303 Copied core to test as first step of separation between bundle and integration tests. by Marcel Offermans · 15 years ago