1. 821c762 FELIX-1185 make m_state field volatile by Felix Meschberger · 15 years ago
  2. 5348f26 FELIX-1185 "satisfied" state of a service factory component by Felix Meschberger · 15 years ago
  3. cc5d271 FELIX-1185 Make getSatisfiedState() final in the AbstractComponentManager by Felix Meschberger · 15 years ago
  4. d3fc8bf FELIX-1185 Apply state machine patch by Agemo Cui (thanks alot!) by Felix Meschberger · 15 years ago
  5. 32039b5 FELIX-1195 Check whether the component has already been by Felix Meschberger · 15 years ago
  6. 514de15 FELIX-1166 Be sure to unget the unregistering service (only required for dynamic by Felix Meschberger · 15 years ago
  7. 2da6709 FELIX-1173 Do not run tasks when the component defining bundle is not active any more. by Felix Meschberger · 15 years ago
  8. 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
  9. 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
  10. 7119685 Better logging: INFO log when running a task and include task descriptor by Felix Meschberger · 15 years ago
  11. c732560 FELIX-1162 Move m_size field setup to the enable method by Felix Meschberger · 15 years ago
  12. 73a39e6 FELIX-1162 Setup the DependencyManagers when the component by Felix Meschberger · 15 years ago
  13. 98e5637 Add uses reference for ASF bundles by Felix Meschberger · 15 years ago
  14. c9f07c3 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  15. 6334cab [maven-release-plugin] prepare release org.apache.felix.scr-1.0.8 by Felix Meschberger · 15 years ago
  16. 4753fcb Revert after failed release by Felix Meschberger · 15 years ago
  17. 4e6ba36 [maven-release-plugin] prepare release org.apache.felix.scr-1.0.8 by Felix Meschberger · 15 years ago
  18. 13b7200 Updated Copyright Year by Felix Meschberger · 15 years ago
  19. a4ad70a FELIX-1046 Upgrade to latest Felix parent pom by Felix Meschberger · 15 years ago
  20. f60039b FELIX-993 / FELIX-1053: Fix service handling when using target filters by Felix Meschberger · 15 years ago
  21. 68f19a8 FELIX-993 drop checking the target filter on service unregistration by Felix Meschberger · 15 years ago
  22. 3e26f2d FELIX-1044 Refactor of component instance handling in the DependencyManager by Felix Meschberger · 15 years ago
  23. 4ae8697 Update pom files to use the 1.0.4 parent pom (bulk change). by Clement Escoffier · 15 years ago
  24. e956e03 FELIX-950 Replace bound service for non-multiple references if a new by Felix Meschberger · 15 years ago
  25. 6b9ddf3 FELIX-639 Logger interface is missing. by Felix Meschberger · 15 years ago
  26. bcb2a4b FELIX-639 add some logging for unexpected elements in the XML file and by Felix Meschberger · 15 years ago
  27. 105e8fe FELIX-639 Just log on duplicate reference names instead of throwing by Felix Meschberger · 15 years ago
  28. b10e1f2 Reformat to Apache Felix formatting guidlines by Felix Meschberger · 15 years ago
  29. 72f2c5a FELIX-639 Apply patch to ComponentMetadata.java by Felix Meschberger · 15 years ago
  30. c0df73b FELIX-832 Ensure services are ungotten even in the absence of an unbind method by Felix Meschberger · 15 years ago
  31. ccf916b FELIX-714 Prevent cycling of components if there is no configuration by Felix Meschberger · 15 years ago
  32. 2aaf898 FELIX-836 Some fixes in asynchronicity of deactivation: by Felix Meschberger · 15 years ago
  33. e060366 FELIX-923 Provide more information in case of component name duplication by Felix Meschberger · 15 years ago
  34. e928b66 FELIX-861 Check class loader of target class, which may be null if the by Felix Meschberger · 16 years ago
  35. cf5dba4 Fix name. by Carsten Ziegeler · 16 years ago
  36. 4997391 Fix name. by Carsten Ziegeler · 16 years ago
  37. 0ea8e18 FELIX-717 : Add bsd licence to the licence list. by Carsten Ziegeler · 16 years ago
  38. a0313e5 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  39. 7e5cd85 [maven-release-plugin] prepare release org.apache.felix.scr-1.0.6 by Carsten Ziegeler · 16 years ago
  40. 2cd7b66 FELIX-694 : Use the class which declares the bind/unmind method to load the service class. by Carsten Ziegeler · 16 years ago
  41. f9b7336 FELIX-698 Log an INFO message only if the bundle whose components by Felix Meschberger · 16 years ago
  42. 04d29f0 FELIX-695 : Inner elements of component might not have a namespace. by Carsten Ziegeler · 16 years ago
  43. 8ad75cb Reformat NOTICE file new style formatting by Felix Meschberger · 16 years ago
  44. c8ea357 FELIX-668 Add obr.xml descriptor file provided by Clement Escoffier by Felix Meschberger · 16 years ago
  45. ddf314f [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  46. e844bea [maven-release-plugin] prepare release org.apache.felix.scr-1.0.4 by Felix Meschberger · 16 years ago
  47. 9e32eaa FELIX-646 Use initial configuration of Configuration object induced by Felix Meschberger · 16 years ago
  48. 79d7933 Clean up code. by Carsten Ziegeler · 16 years ago
  49. e4b192e FELIX-624: Use the classloader of the bundle exporting the service to load the service class. by Carsten Ziegeler · 16 years ago
  50. a1e75c8 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  51. 9340094 [maven-release-plugin] prepare release org.apache.felix.scr-1.0.2 by Felix Meschberger · 16 years ago
  52. e74d5b7 Considering the implementation complete, hence removing the todolist by Felix Meschberger · 16 years ago
  53. 18d009c Remove DEBUG logging which may fill the log and move fields to the front by Felix Meschberger · 16 years ago
  54. 7422ef1 FELIX-601 Reactivation upon reconfiguration happens completeley asynchronous by Felix Meschberger · 16 years ago
  55. 63eeb52 FELIX-599 Mutliple changes to service registration locking: by Felix Meschberger · 16 years ago
  56. afdbe7b FELIX-490 Print the message in case of asynchronous deactivation by Felix Meschberger · 16 years ago
  57. 3a77224 FELIX-490 Do not synchronously deactivate a component if it is currently by Felix Meschberger · 16 years ago
  58. 46b3314 FELIX-593 change accepted and default values for immediate attribute by Felix Meschberger · 16 years ago
  59. cf33bf7 FELIX-550 Tentative fix by guarding access the service registration field by a lock by Felix Meschberger · 16 years ago
  60. b6352ef FELIX-591 Guard disableInternal and disposeInternal against disabling after by Felix Meschberger · 16 years ago
  61. 1f928f2 FELIX-579 Modified logging calls by adding an AbstractComponentManager.log method, which by Felix Meschberger · 16 years ago
  62. 1f3ed4a FELIX-578 Ensure ComponentFactoryImpl.newInstance() enables the created component by Felix Meschberger · 16 years ago
  63. cf6e51b Add/Update bundle vendor. by Carsten Ziegeler · 16 years ago
  64. c0b434a Add more logging by Felix Meschberger · 16 years ago
  65. 876ca72 Use 1.4.0 bundleplugin, and enable jdk13 classifier build in UPNP basedriver by Stuart McCulloch · 16 years ago
  66. cb8192f Upgrade to release 1.2.1 of the maven-bundle-plugin (improved uses calculation) by Stuart McCulloch · 16 years ago
  67. f310f70 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  68. 4a2f3ce [maven-release-plugin] prepare release org.apache.felix.scr-1.0.0 by Carsten Ziegeler · 16 years ago
  69. d48ff39 Update notice files. by Carsten Ziegeler · 16 years ago
  70. c340ecf Use released version of compendium. by Carsten Ziegeler · 16 years ago
  71. 78bcc77 Use released version of maven bundle plugin. by Carsten Ziegeler · 17 years ago
  72. 646b9f1 Use latest released parent pom. by Carsten Ziegeler · 17 years ago
  73. 0c88d67 FELIX-464 Always return the dependency manager regardless of its internal count value by Felix Meschberger · 17 years ago
  74. 269f455 Add merge-first to prevent a warning while building the bundle by Felix Meschberger · 17 years ago
  75. 2ec4809 Update to use latest parent snapshot to avoid build problems with empty repository (1.0.2-SNAPSHOT was never deployed to the snapshot repo) by Stuart McCulloch · 17 years ago
  76. 4fec096 Specify xml schema location in one line as this is required by the maven release plugin (otherwise it removes the license header during the release process) by Carsten Ziegeler · 17 years ago
  77. 4cccee2 Correct javadocs and clean up code a little bit. by Carsten Ziegeler · 17 years ago
  78. 38927d0 Move license and notice file to root directory. by Carsten Ziegeler · 17 years ago
  79. b61fe0e Update to releast version of parent pom and add missing licence headers. by Carsten Ziegeler · 17 years ago
  80. 871e7db Required POM changes to use the latest snapshot of the bundleplugin for the complete build by Stuart McCulloch · 17 years ago
  81. aed494d FELIX-425 Decrement service counter when a service is removed whose by Felix Meschberger · 17 years ago
  82. 3dc5a9e FELIX-284 Missed adding the scr command for the Felix Shell by Felix Meschberger · 17 years ago
  83. d25a63d FELIX-284 Add Management API by Felix Meschberger · 17 years ago
  84. 970fcbc Fixed typo by Felix Meschberger · 17 years ago
  85. 23915b8 FELIX-392 Better handle unexpected issues when trying to get a activation or binding method by reflection by Felix Meschberger · 17 years ago
  86. 7d193a3 FELIX-374 Register ManagedService on behalf of components to receive Configuration by Felix Meschberger · 17 years ago
  87. 444f5b1 FELIX-387 Fix support for reference service target properties by Felix Meschberger · 17 years ago
  88. f87f96e Update todo list by Felix Meschberger · 17 years ago
  89. 9b6b509 FELIX-387 Fix support for reference service target properties by Felix Meschberger · 17 years ago
  90. 0490262 FELIX-110 completion of the current Felix SCR implementation to take into account components <properties> elements by Felix Meschberger · 17 years ago
  91. c3fb97a FELIX-385 ReferenceMetadata.setTarget includes the interface name in the target filter by Felix Meschberger · 17 years ago
  92. e427122 FELIX-374 Register ManagedService on behalf of components to receive Configuration by Felix Meschberger · 17 years ago
  93. f72fba2 FELIX-384 Possible deadlock on framework startlevel change by Felix Meschberger · 17 years ago
  94. fa25b9e Use released versions where possible. by Carsten Ziegeler · 17 years ago
  95. 3f87087 FELIX-373 Log the unsatisfied dependencies of a component which prevent activation of the component by Felix Meschberger · 17 years ago
  96. edf6169 FELIX-373 Log the unsatisfied dependencies of a component which prevent activation of the component by Felix Meschberger · 17 years ago
  97. 38b77d7 FELIX-366 Bound Service Replacement incorrect by Felix Meschberger · 17 years ago
  98. b609eca - Rename DependencyManager.isValid to isSatisfied to clarify the intent of the method by Felix Meschberger · 17 years ago
  99. 9dadeef FELIX-368 Service binding odities if (un)bind methods take ServiceReferences by Felix Meschberger · 17 years ago
  100. 9dfb526 Enhance AbstractComponentManager.getMethod to specify whether only the declared methods by Felix Meschberger · 17 years ago