1. 2053bfb FELIX-3708 use java 5-isms in DS by David Jencks · 12 years ago
  2. 296970c FELIX-3754 Add tests for delayed and service factory service components by Felix Meschberger · 12 years ago
  3. aed970f FELIX-3754 Internally register the component instance before calling the activate method to make sure (dynamic) services can be bound during activation. In case of activation failure, the instance has to be unregistered again. Plus test case. by Felix Meschberger · 12 years ago
  4. 57557da FELIX-3680 use enable/disable counting in test, use restricted logging by David Jencks · 12 years ago
  5. a3f55ce FELIX-3680 fix test so it is might pass, and add shutdown logic by David Jencks · 12 years ago
  6. c5332c9 provide a way to only log last 1000 lines for lengthy tests by David Jencks · 12 years ago
  7. a491f4d FELIX-3680: Added a second integration test which concurrently register dependend services by Pierre De Rop · 12 years ago
  8. acd444d Improved the ComponentTestBase.Log class in order to flush logs when beeing handled by Pierre De Rop · 12 years ago
  9. 15d3cdb FELIX-3717 make sure unbind and updated methods get the service parameter if used even if the bind method didn't need it by David Jencks · 12 years ago
  10. 17a7744 FELIX-3700: Unregister ComponentFactory when configuration is lost and when by Pierre De Rop · 12 years ago
  11. 295d4de FELIX-3680: Don't use anymore a LogReaderService because the LogReaderService is handled in by Pierre De Rop · 12 years ago
  12. 8200056 FELIX-3680: Prefixed all test components name with the test package, in order to by Pierre De Rop · 12 years ago
  13. 88b350d FELIX-3680: Prefixed all test components name with the test package, in order to by Pierre De Rop · 12 years ago
  14. 8bb4a9e FELIX-37000: if configuration policy = require, then wait for configuration availability before registering the by Pierre De Rop · 12 years ago
  15. f322a87 FELIX-3557 resolve-circular-dependencies-later implementation by David Jencks · 12 years ago
  16. 27d54f2 Log performed test iterations every 500 loops. by Pierre De Rop · 12 years ago
  17. 2512aef - Flush logs. by Pierre De Rop · 12 years ago
  18. 384c5c6 Use warn level by default, in order to avoid displaying "ServiceEvent UNREGISTERING" logs. by Pierre De Rop · 12 years ago
  19. ece61b0 FELIX-3680 make test more likely to pass by shutting down activity before checking logs; reduce log level for this test by David Jencks · 12 years ago
  20. 909a85c FELIX-3680 fix test so it can pass by David Jencks · 12 years ago
  21. 98ecf7d FELIX-3708 update to java 5 for type safety during development by David Jencks · 12 years ago
  22. 08a55f7 FELIX-3680 move RefPair to its own class by David Jencks · 12 years ago
  23. 37c8019 Added missing license header which was causing rat-plugin to fail. by Göktürk Gezer · 12 years ago
  24. 769843f include milliseconds in test logging by David Jencks · 12 years ago
  25. 2cbc3f0 FELIX-3680: invoke latches from B/C/D/E/F/G/H/I/J/K start/stop methods. by Pierre De Rop · 12 years ago
  26. ee26d62 Uncommitted previous commit (latches are initialize to 11). by Pierre De Rop · 12 years ago
  27. 6eeb794 Simplified latch, which are now initialized to 1 instead of 11 by Pierre De Rop · 12 years ago
  28. 776bc81 The component should be disabled by default, since it is manually enabled from integration test by Pierre De Rop · 12 years ago
  29. 2b31b4c return from the run method instead of exiting, when a latch can't be acquired timely. by Pierre De Rop · 12 years ago
  30. 8b8237e Added integration test for the FELIX-3680 issue. by Pierre De Rop · 12 years ago
  31. d4c431d FELIX-3679 As of DS 1.1 component names need not be globablly unique but must be unique within a bundle. Introducing a ComponentRegistryKey allowing for registration of same named components from different bundles but preventing such registration from within the same bundle. by Felix Meschberger · 12 years ago
  32. 257ecb2 FELIX-3659 share method objects as much as possible by David Jencks · 12 years ago
  33. 99d48bf FELIX-3645 start of separating finding the bound services from creating the impl object. Most itests fail. Some confusion about how bound services are recorded. by David Jencks · 12 years ago
  34. f356bfd FELIX-3645 fix concurrency test to allow expected logged errors. Provide logging for all itests by David Jencks · 12 years ago
  35. 9245f03 FELIX-3648 Fail validation if an updated method is declared in a DS 1.0 or DS 1.1 namespaced declaration. by Felix Meschberger · 12 years ago
  36. e6e86b7 FELIX-3645: Tests which reproduces the "Could not obtain lock in 5000 milliseconds" Exception. by Pierre De Rop · 12 years ago
  37. 5cc9e04 FELIX-3639 fix up Factory instance behavior when component instance is registered as a service by David Jencks · 12 years ago
  38. 6391f0c FELIX-3559 Fix factory components whose newInstances are services referred to by other components by David Jencks · 12 years ago
  39. 259f27d FELIX-3557 more circular ref tests, for b 0..1 to A by David Jencks · 12 years ago
  40. 6305ba8 FELIX-3456 use Registered status to create component if missing by David Jencks · 12 years ago
  41. 3f966c6 FELIX-3559 Change immediate component manager to register service, then create implementation per spec by David Jencks · 12 years ago
  42. 1a6bdcd FELIX-3558 add code cribbed from ScrCommand to the base integration test to make it easy to print out the component state for test debugging by David Jencks · 12 years ago
  43. 88aed3e FELIX-3557 tests for circular dependency behavior by David Jencks · 12 years ago
  44. 74592b9 Modified getField(Class, String) method in order to be able to introspect by Pierre De Rop · 12 years ago
  45. 1eb6fc1 FELIX-3524: Added test_get_configuration_pid_method in order to validate that by Pierre De Rop · 12 years ago
  46. 4be8dcf FELIX-3536 split up spec and non-spec Factory component behavior into separate classes. Run spec-compliant tests with only spec behavior configured. Determine satisfied state from class rather than switch statement by David Jencks · 12 years ago
  47. 998e4da FELIX-3533 strip out private . properties when a lifecycle method returns service properties by David Jencks · 13 years ago
  48. 0af8d70 FELIX-3524: Added test_configuration_pid_use_ds12 for validation of configuration-pid usage in the proper ds12 namespace. by Pierre De Rop · 13 years ago
  49. f7d819e FELIX-3524: Added integration test for configuration pid support. by Pierre De Rop · 13 years ago
  50. f69954c FELIX-3410 Apply patch by David Jencks (thanks) and add by Felix Meschberger · 13 years ago
  51. 96c4193 FELIX-3456 Apply final patch #7 introducing locking by Felix Meschberger · 13 years ago
  52. 3144a1e SLING-3507 Apply patch by David Jencks (thank you very much) and update the API export to 1.7 due to the new Reference.isReluctant() method by Felix Meschberger · 13 years ago
  53. 141b20b FELIX-3506 Apply patch by David Jencks (thanks alot) by Felix Meschberger · 13 years ago
  54. eba6a49 FELIX-3377 Commit my latest patch (FELIX-3377-4-fmeschbe.patch) including input from David Jencks (thanks alot). by Felix Meschberger · 13 years ago
  55. 3ce511d FELIX-3377 Applied patch provided by David Jencks (thanks alot) slightly modified: by Felix Meschberger · 13 years ago
  56. 6ac3b02 FELIX-3371 Apply patch FELIX-3371-3.diff to update to newer pax-exam (patch provided by David Jencks, thanks alot) by Felix Meschberger · 13 years ago
  57. 0a9c6b0 FELIX-3090 Ensure target properties are properly considered when satisfying the ComponentFactory service by Felix Meschberger · 13 years ago
  58. 7a307e8 FELIX-3325 Apply patch by David Jencks (thanks!) to fix some issues with method resolution and code completeness in ReferenceMetadata. by Felix Meschberger · 13 years ago
  59. bdcaa33 FELIX-3039 Add new ds.delayed.keepInstances configuration property to prevent cleanup of unused delayed components. by Felix Meschberger · 13 years ago
  60. e03439d FELIX-2895 Don't use getResource any longer to find descriptors. The findEntry/findEntries methods are provided explicitly to access such configuration information. Also we do not want to use the class loaders to find the resource since these might also span imported packages - or worse - required bundles. by Felix Meschberger · 13 years ago
  61. 58db68b FELIX-3087 Fix wrong Character/Char type conversion; add unit tests; refactor value conversion to do it during validation, which allows to fail value conversion on a component-level instead of a descriptor file level. by Felix Meschberger · 13 years ago
  62. f1e8543 FELIX-3086 Missing support for DS 1.1 "Character" type name plus unit test by Felix Meschberger · 13 years ago
  63. e907aca FELIX-3093 Upgrade to TinyBundles 1.1.0 and adapt to modified TinyBundle API by Felix Meschberger · 13 years ago
  64. e7a8d2a FELIX-2944 Testcase for namespace handling by Felix Meschberger · 14 years ago
  65. b9c72d0 FELIX-2962 Ensure certain invalid XML is not accepted, particularly a subsequent open element instead of a closing element, as in "<a><a>" by Felix Meschberger · 14 years ago
  66. cf317b6 FELIX-2578 Refactor SCR configuration setup to support late wiring of Configuration Admin API by Felix Meschberger · 14 years ago
  67. 238a2c2 FELIX-2821 Apply patch by Stephen Flynn (thanks alot). Basically when closing the DependencyManagers, the manager list is copied, reversed and this reversed copy is iterated. And added an integration test to prove correctness. by Felix Meschberger · 14 years ago
  68. ebc3aa5 FELIX-2523 Fix test case for component reactivation after configuration deletion by Felix Meschberger · 14 years ago
  69. be9a81c FELIX-2521 Support separation between "no method to be called" and "method execution failure" situations to handle according specification: by Felix Meschberger · 14 years ago
  70. 56da17d FELIX-2519 Specification of activate, deactivate, modified, and configuration-policy attributes is not allowed for DS 1.0 descriptors. by Felix Meschberger · 14 years ago
  71. 5b919be FEKLIX-2288 Fix handling of the component ID: The ID is now only generated and assigned to a component while the component is enabled. To still access components without an assigned ID, ScrService gets a new method getComponent(String name) to access components by their name. by Felix Meschberger · 14 years ago
  72. b432c86 Cleanup imports by Felix Meschberger · 15 years ago
  73. 65bd35d FELIX-2233 Ensure new component instances (created for factory configurations) are not enabled if the component has been disabled by ComponentContext.disableComponent(String) by Felix Meschberger · 15 years ago
  74. c06caf0 FELIX-2010 Missing descriptor for the test components ... by Felix Meschberger · 15 years ago
  75. 8397688 FELIX-2010 Testcases ensuring various visibility and argument options for the activate method are respected for DS 1.1 components. by Felix Meschberger · 15 years ago
  76. 0c6b87b FELIX-1952 Ensure components created for factory configurations are not disposed when configuration is updated (or some binding changes). Also include a testcase validating this. by Felix Meschberger · 15 years ago
  77. 4486f75 FELIX-1943 Ensure components which are not satisfied any longer if a service is unregistered are deactivated. Before this would only happen if the component had the service bound, which is not always the case (for example for ComponentFactory components). by Felix Meschberger · 15 years ago
  78. 2e8a24d FELIX-1922 test ComponentFactory does not require configuration by Felix Meschberger · 15 years ago
  79. 1e5840c FELIX-1893 Add support for a configurable "updated" method by Felix Meschberger · 15 years ago
  80. 810ef0a FELIX-1841 Apply DependencyManager part of FELIX-1841.patch.2 supplied by Pierre de Rop (thanks) with the slight modification of guarding the rebind with a configuration setting. Also added integration tests validating this fix. by Felix Meschberger · 15 years ago
  81. 8b4eb05 FELIX-1826 Fix integration test still using the component instance by Felix Meschberger · 15 years ago
  82. 7de3e7d FELIX-1830 Support for modified property type name "Character" for by Felix Meschberger · 15 years ago
  83. d723e88 FELIX-1826 Throw ComponentException if newInstance fails to create a by Felix Meschberger · 15 years ago
  84. d961cbf FELIX-1825 Deactivate component instances of delayed components which by Felix Meschberger · 15 years ago
  85. 470ff26 FELIX-1823 Drop support for Framework API 1.3 (R4.0) and depend by Felix Meschberger · 15 years ago
  86. 9951ef4 FELIX-1186 Refactor log messages to use the new deferred log message by Felix Meschberger · 15 years ago
  87. c71d0e7 FELIX-1735 provide bundle jar file name to the integration tests with a by Felix Meschberger · 15 years ago
  88. 21a301e FELIX-1711 use official OSGi libraries as dependencies, control by Felix Meschberger · 15 years ago
  89. 89d6cc0 FELIX-1686 Record in the component metadata whether the activate/deactivate by Felix Meschberger · 15 years ago
  90. 64200ad FELIX-1674 fix typo (thanks Dims for reporting) by Felix Meschberger · 15 years ago
  91. 1eae9bd Fix License Header by Felix Meschberger · 15 years ago
  92. 3ef42ad Add integration tests for service binding mechanisms by Felix Meschberger · 15 years ago
  93. f4ae4e4 FELIX-1503 Add API to ComponentHolder to allow ImmediateComponentManager instances by Felix Meschberger · 15 years ago
  94. 680786b Better support for integration testing: by Felix Meschberger · 15 years ago
  95. c6708c7 Use component.id instead of service.pid as the key in the INSTANCES map by Felix Meschberger · 15 years ago
  96. d2cb225 Split integration tests into separate classes for easier maintenance by Felix Meschberger · 15 years ago
  97. 72835d2 New test verifying that a single-component XML document without the by Felix Meschberger · 15 years ago
  98. 7e572cc FELIX-1447 Remove ComponentMetadata parameter from AbstractComponentManager.log by Felix Meschberger · 15 years ago
  99. 025c63c FELIX-1443 Unify method selection and invocation mechanisms on the by Felix Meschberger · 15 years ago
  100. babdea9 FELIX-1440 Add support for method lookup termination on suitable by Felix Meschberger · 15 years ago