1. 3999617 Revert incorrect release action. by Jan Willem Janssen · 11 years ago
  2. 631ce08 [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 11 years ago
  3. 142600a [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.5 by Jan Willem Janssen · 11 years ago
  4. 276999c [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 11 years ago
  5. f857121 [maven-release-plugin] prepare release org.apache.felix.http-4 by Jan Willem Janssen · 11 years ago
  6. 8885931 [FELIX-4336] Fix unit tests by Guillaume Nodet · 11 years ago
  7. 7501d57 [FELIX-4336] Use smarter thread locals for ThreadIo so that streams that have been deactivated won't be used and delegate to the previous stream instead by Guillaume Nodet · 11 years ago
  8. 7d84ea6 Fix FELIX-4335 (https://issues.apache.org/jira/browse/FELIX-4335) by Clement Escoffier · 11 years ago
  9. f98142e Added FELIX-4334 issue. by Pierre De Rop · 11 years ago
  10. 489a474 FELIX-4334: When a dependency is modified, the component "change" callback must be invoked by Pierre De Rop · 11 years ago
  11. b88bf3d Added tests for the FELIX-4334 issue. by Pierre De Rop · 11 years ago
  12. 96d078a FELIX-4334: Added getBundle method, which is needed by "ModifiedBundleDependencyTest" test. by Pierre De Rop · 11 years ago
  13. 3fe8e01 FELIX-3910: Renamed some methods/class attributes starting with an underscore. by Pierre De Rop · 11 years ago
  14. 908fe14 FELIX-3910: Renamed some methods/class attributes starting with an underscore. by Pierre De Rop · 11 years ago
  15. 20bb3dd Upgrade to bndlib 2.2.0 by Stuart McCulloch · 11 years ago
  16. 18c12a3 [FELIX-4326] Revert bad commit by Guillaume Nodet · 11 years ago
  17. d83dd4e Added testAdapterWithAspectsAndPropagationNoCallbacks test by Pierre De Rop · 11 years ago
  18. a5b7a73 added another testAspectsWithPropagationAndNoCallbacks test by Pierre De Rop · 11 years ago
  19. 57b3575 reverted to previous version and use 10 aspects per services by Pierre De Rop · 11 years ago
  20. 5d87528 Include FELIX-4326 in SCR by Guillaume Nodet · 11 years ago
  21. 4115302 [FELIX-4326] Possible Invalid BundleContext exception when shutting down the extender by Guillaume Nodet · 11 years ago
  22. 2241a5f [FELIX-4317] SCR implementation should avoid using bundleContext.getBundle() by Guillaume Nodet · 11 years ago
  23. a58c8f7 [FELIX-4316] Packages imported dynamically should also be imported statically with an optional flag by Guillaume Nodet · 11 years ago
  24. 48e9027 [FELIX-4313] Bad synchronization in scr where a lock is held while ungetting a service by Guillaume Nodet · 11 years ago
  25. bf19361 [FELIX-4325] [DS] Synchronization issue when activating component by Guillaume Nodet · 11 years ago
  26. 3651814 [FELIX-4309] Make timeout configurable by Guillaume Nodet · 11 years ago
  27. 80506e4 FELIX-4323 fix CCH.getComponents to return complete list of components, including possible single component. by David Jencks · 11 years ago
  28. 4c66b4f FELIX-4322 Only report satsifed once the tracker is set up by David Jencks · 11 years ago
  29. 866f7e4 Use a more reasonable number of aspects per services. Configure threadpools with 4 threads at minimum, or with all available cores by Pierre De Rop · 11 years ago
  30. 84bddb7 added org.netbeans in boot delegation, in order to use jvisualvm by Pierre De Rop · 11 years ago
  31. 1cb8c11 FELIX-4318 - prepare for initial release of JAAS Bundle by Chetan Mehrotra · 11 years ago
  32. 45f473f FELIX-4318 - prepare for initial release of JAAS Bundle by Chetan Mehrotra · 11 years ago
  33. 06a9441 Added a testcase for an adapter which depends on some aspect services. The test validates that when by Pierre De Rop · 11 years ago
  34. 5e908cf [FELIX-4305] Added a testcase for Aspect service properties propagation. by Pierre De Rop · 11 years ago
  35. e6a9e81 fixed some parameter names by Pierre De Rop · 11 years ago
  36. 830c94c FELIX-4184 Fixed the issue that was already identified, which also makes the test pass. by Marcel Offermans · 11 years ago
  37. a8dffe4 FELIX-4184 Added a test case that shows the failure described in the issue. Did not yet commit a fix, so it will now fail. by Marcel Offermans · 11 years ago
  38. 579b0ad FELIX-3355 Added the metatype API as a substitutable exported package. by Marcel Offermans · 11 years ago
  39. 603a58e FELIX-4230 - Enhance SSL filter to forward client certificates: by Jan Willem Janssen · 11 years ago
  40. df0ef6e FELIX-4314 Accidentally committed a small experiment I did in the pom. Undoing. by Marcel Offermans · 11 years ago
  41. 37fa773 FELIX-4314 Fixed the code as described. Adapted the test cases as this affected some of the mock objects we were constructing. by Marcel Offermans · 11 years ago
  42. 6574df2 [FELIX-4309] Under high load, SCR leaves some components in DISABLED state by Guillaume Nodet · 11 years ago
  43. 511072f FELIX-3103 - let CometdActivator inherit from AbstractActivator: by Jan Willem Janssen · 11 years ago
  44. c9a8b55 FELIX-2786 - allow random port to be used: by Jan Willem Janssen · 11 years ago
  45. 7df460a FELIX-3987 - do not set content-length too late: by Jan Willem Janssen · 11 years ago
  46. 38987a3 FELIX-1955 - configure keystore/truststore types: by Jan Willem Janssen · 11 years ago
  47. e698331 FELIX-4312 - avoid pointless service interruptions: by Jan Willem Janssen · 11 years ago
  48. 4c5d173 Applied code formatting rules. by Jan Willem Janssen · 11 years ago
  49. b6cb268 FELIX-4311 - log real Jetty version; include custom bundle header to reflect the used Jetty version. by Jan Willem Janssen · 11 years ago
  50. 2198f94 FELIX-4311 - log real Jetty version; include custom bundle header to reflect the used Jetty version. by Jan Willem Janssen · 11 years ago
  51. b16e99c FELIX-4311 - log real Jetty version. by Jan Willem Janssen · 11 years ago
  52. fb67ddb Fixed typo in default config. by Jan Willem Janssen · 11 years ago
  53. 0846b32 FELIX-4307: only log something when a real context ID is given. by Jan Willem Janssen · 11 years ago
  54. 926e71c FELIX-4310, FELIX-4282 - mixed Jetty versions: by Jan Willem Janssen · 11 years ago
  55. 2c1241f Added testcase for FELIX-4305 by Pierre De Rop · 11 years ago
  56. 71ba6da Rewrote the debug logging methods from single method with m_debug check to m_debug check at all places where debug logging is done. The single method caused a performance hit. by Xander Uiterlinden · 11 years ago
  57. c89425a FELIX-4301 Make sure the request data is transmitted as part of the by Felix Meschberger · 11 years ago
  58. a7ac9af FELIX-3861 Assign the plugin to the "OSGi" category by Felix Meschberger · 11 years ago
  59. 3817d2e Ignore build artifacts by Felix Meschberger · 11 years ago
  60. f5ec0d2 FELIX-3861 Assign the plugin to the "OSGi" category by Felix Meschberger · 11 years ago
  61. be76ce5 FELIX-3861 Assign the plugin to the "Web Console" category by Felix Meschberger · 11 years ago
  62. 1eec405 FELIX-3861 Assign the plugin to the "Web Console" category by Felix Meschberger · 11 years ago
  63. 2929e08 FELIX-3861 Assign the plugin to the "OSGi" category by Felix Meschberger · 11 years ago
  64. 4a18dc1 FELIX-3861 Assign the plugin to the "OSGi" category by Felix Meschberger · 11 years ago
  65. 0ea76e1 FELIX-3861 Assign the plugin to the "Web Console" category by Felix Meschberger · 11 years ago
  66. 22e313e FELIX-4299 Support encoded passwords and make sure the default by Felix Meschberger · 11 years ago
  67. 5bdc4f7 [maven-release-plugin] prepare for next development iteration by David Jencks · 11 years ago
  68. 38d83a2 [maven-release-plugin] prepare release org.apache.felix.scr-1.8.0 by David Jencks · 11 years ago
  69. 2fe519b FELIX-4297 Fix deadlock when binding one reference creates another, with a test by David Jencks · 11 years ago
  70. 6d7bce8 FELIX-4297 Make sure that all EdgeInfos are completely unlocked before a failed activation attempt is abandoned by David Jencks · 11 years ago
  71. 320b276 FELIX-4298 update changelog by David Jencks · 11 years ago
  72. c03f8e5 FELIX-4298 change to running tests against R5 config admin by default by David Jencks · 11 years ago
  73. 7378d6a FELIX-4297 fix timing hole while opening DependencyManager by David Jencks · 11 years ago
  74. 54df7d9 Add eclipse files to svn:ignore by Carsten Ziegeler · 11 years ago
  75. 9b84d94 Add target to svn:ignore by Carsten Ziegeler · 11 years ago
  76. 29db287 Add target to svn:ignore by Carsten Ziegeler · 11 years ago
  77. e53a381 FELIX-4293 test for location changed event with null properties. Be sure to run with -PcaR5,felix by David Jencks · 11 years ago
  78. 664f920 FELIX-4293 Do not try to reconfigure based on CM_LOCATION_CHANGED events with null properties, although code does set the bundle location if null by David Jencks · 11 years ago
  79. 94ec200 added FELIX-3910, FELIX-4285 by Pierre De Rop · 11 years ago
  80. 1d14e8b FELIX-4285: Remove abstract modifier from DependencyActivatorBase.destroy() by Pierre De Rop · 11 years ago
  81. 0caef20 FELIX-4293 slight refactoring of use of config admin to make control flow more obvious, and fix mistake introduced in FELIX-3651 rev 1480108 by David Jencks · 11 years ago
  82. 6aaa404 FELIX-3910: Moved inherited m_serviceInstance attribute to this class. Made protected the getService method. by Pierre De Rop · 11 years ago
  83. 1ad6732 FELIX-3910: Refactored public methods with the BlockingSerialExecutor class. Made protected the getService method. by Pierre De Rop · 11 years ago
  84. 438a685 FELIX-3910: Made final or volatile some class attributes, which are set from synchronized setters, by Pierre De Rop · 11 years ago
  85. afe1295 FELIX-3910: Added new SerialExecutor, which blocks other invokers while a leader is executing a task. by Pierre De Rop · 11 years ago
  86. ce690b5 Removed unused import. by Xander Uiterlinden · 11 years ago
  87. 0babfd4 Fixed ResourceAdapterDependencyAddAndRemoveTest2 expected behavior. by Xander Uiterlinden · 11 years ago
  88. 29a1e3e Modified ServiceDependencyImpl debug logging to also include the debugKey in the actual log messages. by Xander Uiterlinden · 11 years ago
  89. 0aeb753 Changed map of tracked items to a LinkedHashMap to make the ServiceTracker behavior on close more deterministic. by Xander Uiterlinden · 11 years ago
  90. 853b55b FELIX-4290 Commit a slightly simpler fix than Pierre proposed and his test, moved into the existing ComponentFactory test class by David Jencks · 11 years ago
  91. 8807b7b FELIX-4289 : Spaces within values are removed for default values by Carsten Ziegeler · 11 years ago
  92. b84e545 FELIX-4171 Always install the open latch when opening a dependency manager, and don't duplicate the satisfied check. by David Jencks · 11 years ago
  93. 7cf983e rollback cancelled release by David Jencks · 11 years ago
  94. 99fcc6e fix release number listed in changelog by David Jencks · 11 years ago
  95. 64ea507 [maven-release-plugin] prepare for next development iteration by David Jencks · 11 years ago
  96. 90416c6 [maven-release-plugin] prepare release org.apache.felix.scr-1.8 by David Jencks · 11 years ago
  97. edd8830 remove snapshot dependency on utils by David Jencks · 11 years ago
  98. 3cb5787 [maven-release-plugin] prepare for next development iteration by David Jencks · 11 years ago
  99. 1c057f8 [maven-release-plugin] prepare release org.apache.felix.utils-1.4.0 by David Jencks · 11 years ago
  100. 4d1f45f update changelog by David Jencks · 11 years ago