1. ca79792 FELIX-1711 use official OSGi libraries as dependencies, control by Felix Meschberger · 15 years ago
  2. fdbfdd2 FELIX-1714 Typo in output (Thanks Dims for reporting) by Felix Meschberger · 15 years ago
  3. bdd108a FELIX-1530 Add methods to ask for the activate/deactivate method names and whether by Felix Meschberger · 15 years ago
  4. 40a2677 FELIX-1686 Record in the component metadata whether the activate/deactivate by Felix Meschberger · 15 years ago
  5. 1f88baa FELIX-1674 fix typo (thanks Dims for reporting) by Felix Meschberger · 15 years ago
  6. 8b1ef0f Fix License Header by Felix Meschberger · 15 years ago
  7. f975aa5 Add integration tests for service binding mechanisms by Felix Meschberger · 15 years ago
  8. 31181f2 FELIX-1503 Add API to ComponentHolder to allow ImmediateComponentManager instances by Felix Meschberger · 15 years ago
  9. 2e88542 Better support for integration testing: by Felix Meschberger · 15 years ago
  10. d458eaa FELIX-1504 Move the "official" implementation of the ComponentInstance by Felix Meschberger · 15 years ago
  11. be682e3 Use component.id instead of service.pid as the key in the INSTANCES map by Felix Meschberger · 15 years ago
  12. a6ad976 Split integration tests into separate classes for easier maintenance by Felix Meschberger · 15 years ago
  13. 883c48c New test verifying that a single-component XML document without the by Felix Meschberger · 15 years ago
  14. b7c2760 FELIX-1445 Check for UNSATISIFED state instead of ENABLED state in the by Felix Meschberger · 15 years ago
  15. bbfc717 FELIX-1447 Remove ComponentMetadata parameter from AbstractComponentManager.log by Felix Meschberger · 15 years ago
  16. ab4aac3 FELIX-1443 Unify method selection and invocation mechanisms on the by Felix Meschberger · 15 years ago
  17. e886020 FELIX-1440 Add support for method lookup termination on suitable by Felix Meschberger · 15 years ago
  18. 7eb26b9 FELIX-927 Complete bind/unbind method signature extension for by Felix Meschberger · 15 years ago
  19. beda50d FELIX-927 Add support to use a ServiceReference as the data by Felix Meschberger · 15 years ago
  20. 4592f83 FELIX-1437 Include declaration namespace in the decision of which by Felix Meschberger · 15 years ago
  21. 1ce2389 Explicitaly address super class method by Felix Meschberger · 15 years ago
  22. 01ead65 FELIX-1436 Ensure duplicate implementation and/or service elements render by Felix Meschberger · 15 years ago
  23. a9930f3 FELIX-928 For Java 1.3 compilation we need casts by Felix Meschberger · 15 years ago
  24. 04fe77a FELIX-928 Apply patch by Alin Derhiciu (thanks) and factored the actual descriptor by Felix Meschberger · 15 years ago
  25. afbd25f FELIX-1413 Do not immediately bind to newly registered services for static by Felix Meschberger · 15 years ago
  26. 644ef09 FELIX-1414 Reverting changes of FELIX-950 and FELIX-1213 thus not rebinding by Felix Meschberger · 15 years ago
  27. 4dab8ea FELIX-1232 Add integration test ensuring private component by Felix Meschberger · 15 years ago
  28. 4092440 FELIX-1232 Apply modified patch by Alin Dreghiciu (thanks). The service by Felix Meschberger · 15 years ago
  29. 839f415 FELIX-1416 ComponentFactoryImpl was not correctly implemented correctly by Felix Meschberger · 15 years ago
  30. ed82943 Formatting: replace tabs with spaces by Felix Meschberger · 15 years ago
  31. 8c1d3ec FELIX-927 Apply patch by Alin Dreghiciu to allow for better bind/unbind by Felix Meschberger · 15 years ago
  32. 689e5f4 FELIX-1416 Implement new ComponentHolder abstraction and adapt uses. by Felix Meschberger · 15 years ago
  33. 0256624 FELIX-1284 Add support to call a modified method for dynamic configuration update by Felix Meschberger · 15 years ago
  34. e21cefd FELIX-1284 Add support to check whether a dynamic configuration update by Felix Meschberger · 15 years ago
  35. bf9430e FELIX-925 to support the new activate and modified method signatures by Felix Meschberger · 15 years ago
  36. 47eb037 FELIX-1416 Add unit and integration tests for new and fixed configuration behaviour by Felix Meschberger · 15 years ago
  37. 2b415b7 * Remove "stupid" javadoc by Felix Meschberger · 15 years ago
  38. 9c77865 FELIX-1314 Split main "impl" package by moving classes to helper, manager, by Felix Meschberger · 15 years ago
  39. ba3da7a FELIX-925 Add support for new activate/deactivate method signatures and by Felix Meschberger · 15 years ago
  40. 05041c8 FELIX-925 Provide the new ComponentConstants (deactivation reason codes) by Felix Meschberger · 15 years ago
  41. 4a8719b FELIX-1284 implementation of "modified" attribute support by Felix Meschberger · 15 years ago
  42. d07f180 FELIX-1284 unit tests for new "modified" attribute by Felix Meschberger · 15 years ago
  43. 5d89d56 FELIX-925 Allow activate and deactivate methods to have different signatures by Felix Meschberger · 15 years ago
  44. d84dbf0 Fix imports by Felix Meschberger · 15 years ago
  45. 78da343 FELIX-925 Use names of the activate and deactivate methods from the descriptor by Felix Meschberger · 15 years ago
  46. f5c48b3 FELIX-1223 Refactor Configuration support by Felix Meschberger · 15 years ago
  47. acd8bcb FELIX-1239 Do not make the AbstractComponentManager.getServiceReference method synchronized by Felix Meschberger · 15 years ago
  48. f7d5706 FELIX-924 configuration policy configurable by Felix Meschberger · 15 years ago
  49. 7dfe7d9 FELIX-1238 Applying patch by Filippo Diotalevi adding missing returns statements. by Felix Meschberger · 15 years ago
  50. 50e7c7f FELIX-1213 Reactivate component with static reference if a new service by Felix Meschberger · 15 years ago
  51. 821c762 FELIX-1185 make m_state field volatile by Felix Meschberger · 15 years ago
  52. 5348f26 FELIX-1185 "satisfied" state of a service factory component by Felix Meschberger · 15 years ago
  53. cc5d271 FELIX-1185 Make getSatisfiedState() final in the AbstractComponentManager by Felix Meschberger · 15 years ago
  54. d3fc8bf FELIX-1185 Apply state machine patch by Agemo Cui (thanks alot!) by Felix Meschberger · 15 years ago
  55. 32039b5 FELIX-1195 Check whether the component has already been by Felix Meschberger · 15 years ago
  56. 514de15 FELIX-1166 Be sure to unget the unregistering service (only required for dynamic by Felix Meschberger · 15 years ago
  57. 2da6709 FELIX-1173 Do not run tasks when the component defining bundle is not active any more. by Felix Meschberger · 15 years ago
  58. 8b3d464 FELIX-1178 Add m_pendingDeactivation flag to ensure a component is scheduled for activation if deactivation is scheduled but the component is still active if a service reference change occurrs by Felix Meschberger · 15 years ago
  59. e75ae47 FELIX-1177 Better handling of IllegalStateException thrown when getting the service registration lock fails and retry service unregistration if not possible in the first place by Felix Meschberger · 15 years ago
  60. 7119685 Better logging: INFO log when running a task and include task descriptor by Felix Meschberger · 15 years ago
  61. c732560 FELIX-1162 Move m_size field setup to the enable method by Felix Meschberger · 15 years ago
  62. 73a39e6 FELIX-1162 Setup the DependencyManagers when the component by Felix Meschberger · 15 years ago
  63. f60039b FELIX-993 / FELIX-1053: Fix service handling when using target filters by Felix Meschberger · 15 years ago
  64. 68f19a8 FELIX-993 drop checking the target filter on service unregistration by Felix Meschberger · 15 years ago
  65. 3e26f2d FELIX-1044 Refactor of component instance handling in the DependencyManager by Felix Meschberger · 15 years ago
  66. e956e03 FELIX-950 Replace bound service for non-multiple references if a new by Felix Meschberger · 15 years ago
  67. 6b9ddf3 FELIX-639 Logger interface is missing. by Felix Meschberger · 15 years ago
  68. bcb2a4b FELIX-639 add some logging for unexpected elements in the XML file and by Felix Meschberger · 15 years ago
  69. 105e8fe FELIX-639 Just log on duplicate reference names instead of throwing by Felix Meschberger · 15 years ago
  70. b10e1f2 Reformat to Apache Felix formatting guidlines by Felix Meschberger · 15 years ago
  71. 72f2c5a FELIX-639 Apply patch to ComponentMetadata.java by Felix Meschberger · 15 years ago
  72. c0df73b FELIX-832 Ensure services are ungotten even in the absence of an unbind method by Felix Meschberger · 15 years ago
  73. ccf916b FELIX-714 Prevent cycling of components if there is no configuration by Felix Meschberger · 15 years ago
  74. 2aaf898 FELIX-836 Some fixes in asynchronicity of deactivation: by Felix Meschberger · 15 years ago
  75. e060366 FELIX-923 Provide more information in case of component name duplication by Felix Meschberger · 15 years ago
  76. e928b66 FELIX-861 Check class loader of target class, which may be null if the by Felix Meschberger · 16 years ago
  77. cf5dba4 Fix name. by Carsten Ziegeler · 16 years ago
  78. 4997391 Fix name. by Carsten Ziegeler · 16 years ago
  79. 2cd7b66 FELIX-694 : Use the class which declares the bind/unmind method to load the service class. by Carsten Ziegeler · 16 years ago
  80. f9b7336 FELIX-698 Log an INFO message only if the bundle whose components by Felix Meschberger · 16 years ago
  81. 04d29f0 FELIX-695 : Inner elements of component might not have a namespace. by Carsten Ziegeler · 16 years ago
  82. 9e32eaa FELIX-646 Use initial configuration of Configuration object induced by Felix Meschberger · 16 years ago
  83. 79d7933 Clean up code. by Carsten Ziegeler · 16 years ago
  84. e4b192e FELIX-624: Use the classloader of the bundle exporting the service to load the service class. by Carsten Ziegeler · 16 years ago
  85. 18d009c Remove DEBUG logging which may fill the log and move fields to the front by Felix Meschberger · 16 years ago
  86. 7422ef1 FELIX-601 Reactivation upon reconfiguration happens completeley asynchronous by Felix Meschberger · 16 years ago
  87. 63eeb52 FELIX-599 Mutliple changes to service registration locking: by Felix Meschberger · 16 years ago
  88. afdbe7b FELIX-490 Print the message in case of asynchronous deactivation by Felix Meschberger · 16 years ago
  89. 3a77224 FELIX-490 Do not synchronously deactivate a component if it is currently by Felix Meschberger · 16 years ago
  90. 46b3314 FELIX-593 change accepted and default values for immediate attribute by Felix Meschberger · 16 years ago
  91. cf33bf7 FELIX-550 Tentative fix by guarding access the service registration field by a lock by Felix Meschberger · 16 years ago
  92. b6352ef FELIX-591 Guard disableInternal and disposeInternal against disabling after by Felix Meschberger · 16 years ago
  93. 1f928f2 FELIX-579 Modified logging calls by adding an AbstractComponentManager.log method, which by Felix Meschberger · 16 years ago
  94. 1f3ed4a FELIX-578 Ensure ComponentFactoryImpl.newInstance() enables the created component by Felix Meschberger · 16 years ago
  95. c0b434a Add more logging by Felix Meschberger · 16 years ago
  96. 0c88d67 FELIX-464 Always return the dependency manager regardless of its internal count value by Felix Meschberger · 17 years ago
  97. 4cccee2 Correct javadocs and clean up code a little bit. by Carsten Ziegeler · 17 years ago
  98. 38927d0 Move license and notice file to root directory. by Carsten Ziegeler · 17 years ago
  99. aed494d FELIX-425 Decrement service counter when a service is removed whose by Felix Meschberger · 17 years ago
  100. 3dc5a9e FELIX-284 Missed adding the scr command for the Felix Shell by Felix Meschberger · 17 years ago