1. 23756c8 FELIX-3859 Apply patch by Martin Böttcher (Thanks alot) by Felix Meschberger · 11 years ago
  2. cba269a Added several bits of javadoc to the public API methods. by Marcel Offermans · 11 years ago
  3. 8b6b003 Updates in preparation of the upcoming release. by Marcel Offermans · 11 years ago
  4. 620c561 FELIX-3838 Fix race condition in ImmediateComponentHolder. Patch from Glenn Marcy committed with minor formating changes, thanks by David Jencks · 11 years ago
  5. 09fcbda More bndlib fixes by Stuart McCulloch · 11 years ago
  6. 8222d98 FELIX-3402 Applied a slightly modified version of the patch. by Marcel Offermans · 11 years ago
  7. d1c9490 Missing license header and some whitespace fixes. by Marcel Offermans · 11 years ago
  8. 76ba0bc FELIX-3841 CSS issues in IE with Web Console menus by Felix Meschberger · 11 years ago
  9. 39401b4 Add snapshot repository definition in order to enable integration testing on jenkins by Guillaume Sauthier · 12 years ago
  10. 88389de FELIX-3843 ClassCastException when listing service properties of a non-ComponentFactory Factory service by Guillaume Sauthier · 12 years ago
  11. 60e8168 Perform null check when trying to get bundle from service reference. (FELIX-3842) by Richard S. Hall · 12 years ago
  12. 64d1060 FELIX-3837 PojoizationPlugin should be more extensible by Guillaume Sauthier · 12 years ago
  13. 6264000 FELIX-3827 - Bnd iPOJO Plugin, error when manipulating embed jars/bundles by Guillaume Sauthier · 12 years ago
  14. 1e32d3e First attempt to fix FELIX-3839 by Clement Escoffier · 12 years ago
  15. dbb7941 [maven-release-plugin] prepare for next development iteration by Arjun Panday · 12 years ago
  16. ffc3c69 [maven-release-plugin] prepare release org.apache.felix.servicediagnostics.plugin-0.1.2 by Arjun Panday · 12 years ago
  17. 4100ba8 upgrade parent version by Arjun Panday · 12 years ago
  18. fd49b37 [maven-release-plugin] prepare for next development iteration by Arjun Panday · 12 years ago
  19. 29b7dc7 [maven-release-plugin] prepare release servicediagnostics.parent-0.1.2 by Arjun Panday · 12 years ago
  20. 9239d9f rollback release because missing asc signatures by Arjun Panday · 12 years ago
  21. c42fb6b [maven-release-plugin] prepare for next development iteration by Arjun Panday · 12 years ago
  22. 529cea2 [maven-release-plugin] prepare release org.apache.felix.servicediagnostics.plugin-0.1.2 by Arjun Panday · 12 years ago
  23. ef37608 remove temporary stupid test by Arjun Panday · 12 years ago
  24. 8b1f997 temporary stupid test by Arjun Panday · 12 years ago
  25. 274aa24 FELIX-3820 Guard access to the ConfigurationManager field in the ConfigurationAdminImpl class (slightly modified patch by Guillaume Nodet, thanks). Also added some more guards in the context of permission checks and added integration tests. by Felix Meschberger · 12 years ago
  26. 4219ee0 FELIX-3778 Use bundle vesion qualifier to differentiate the by Felix Meschberger · 12 years ago
  27. 9152e50 Sync with latest bndlib code by Stuart McCulloch · 12 years ago
  28. 87496d0 FELIX-3798 Make name of the default category configurable. The default value is "Main" by Felix Meschberger · 12 years ago
  29. 4411f8a FELIX-3833 Need also the structured map as an internal request attribute for the AbstractWebConsole to properly render the navigation by Felix Meschberger · 12 years ago
  30. e22fd48 FELIX-3833 Provide flat map of labels to titles for backwards compatibility by Felix Meschberger · 12 years ago
  31. 27870e8 FELIX-3817 Prepare for changing non-configuration-property parameter names by Felix Meschberger · 12 years ago
  32. bee7fec FELIX-3784 Refactor support for Configuration Admin Service: by Felix Meschberger · 12 years ago
  33. 42bd667 FELIX3829 To no call toList to convert a non-existing value to a list. Instead just assume an empty ArrayList by Felix Meschberger · 12 years ago
  34. aae7b07 FELIX-3799 Apply patch by Henri Sagnior (thanks) by Felix Meschberger · 12 years ago
  35. 5190d72 FELIX-3828 Fixed both the Adapter and the Aspect filter index. by Xander Uiterlinden · 12 years ago
  36. dd7245d FELIX-3810 : @org.osgi.service.component.annotations.Component configurationPolicy attribute not processed correctly by DSAnnotationProcessor . Apply patch from Stephen Flynn by Carsten Ziegeler · 12 years ago
  37. 2cba65b fix DEPENDENCIES file. We don't include any backport-util-concurrent any more by David Jencks · 12 years ago
  38. 80a2a59 FELIX-3729 clean up excessive logging by David Jencks · 12 years ago
  39. 7e9673d FELIX-3826 clean up excessive logging by David Jencks · 12 years ago
  40. 48afc49 update ds changelog by David Jencks · 12 years ago
  41. 848705c FELIX-3825 provide correct component manager as logger to Method management objects by David Jencks · 12 years ago
  42. ac7e03a FELIX-3826 fix race enabling components. Also a little more generics by David Jencks · 12 years ago
  43. d49ad75 FELIX-3729 deal with filter change for single dynamic by David Jencks · 12 years ago
  44. c658638 FELIX-3729 register the dependency manager service listeners during activate by David Jencks · 12 years ago
  45. 5d189e8 FELIX-3729 cleanup event interval tracking when component instance is deleted by David Jencks · 12 years ago
  46. 8608936 FELIX-3825 Include component ID in logging when known by David Jencks · 12 years ago
  47. eb5ecf1 FELIX-3729 use global ordering and event range to exclude too early/too late events for a given component by David Jencks · 12 years ago
  48. 6d55cd0 FELIX-3729 start using global ordering to make sure work is complete before disposing an instance by David Jencks · 12 years ago
  49. 747c008 FELIX-3729 make tracking count a per-component global ordering by David Jencks · 12 years ago
  50. 636ac15 FELIX-3729 fix NPE in getServiceReferences, continue with tracking count by David Jencks · 12 years ago
  51. 0228062 FELIX-3729 Fix NPE in isSatisfied. Start setting up using trackingCount to track how much work is done when deactivating a component instance by David Jencks · 12 years ago
  52. a7fb87b use atomic integer to track use count to avoid possible concurrent modifications by David Jencks · 12 years ago
  53. b2d937e FELIX-3729 Remove commented out old code by David Jencks · 12 years ago
  54. 50196b6 FELIX-3729 Revert to only one (removed) event for service removal by David Jencks · 12 years ago
  55. 15cab8a FELIX-3729 Deal with service changes when target filter changes for dynamic multiple by David Jencks · 12 years ago
  56. 2f8a65e FELIX-3729 cleanup how external code obtains the set of bound services by David Jencks · 12 years ago
  57. 972f418 FELIX-3729 fix circular reference problems by David Jencks · 12 years ago
  58. f92d89c FELIX-3729 fix various bugs by David Jencks · 12 years ago
  59. accee62 fix var names by David Jencks · 12 years ago
  60. 7ee7545 FELIX-3729 fix factory setup order, don't respond to added events while tracker is opening by David Jencks · 12 years ago
  61. 74d6eba FELIX-3729 initial implementation of customizers by David Jencks · 12 years ago
  62. f2ec020 FELIX-3729 copy ServiceTracker from osgi framework and add addedService customizer method by David Jencks · 12 years ago
  63. 27df38e [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 12 years ago
  64. a0b217c [maven-release-plugin] prepare release org.apache.felix.ipojo.runtime-project-1.8.6 by Clement Escoffier · 12 years ago
  65. 0da375f update dependencies and package version by Clement Escoffier · 12 years ago
  66. 06de061 Updated changelog. (release preparation) by Clement Escoffier · 12 years ago
  67. 61cd4f0 Added distinct factory name to avoid name clash (changed because of FELIX-3789) by Clement Escoffier · 12 years ago
  68. 92246b0 Apply patch from FELIX-3789 - Deadlock due to synchronization on INSTANCE_NAME by Clement Escoffier · 12 years ago
  69. 1013b36 Defensive catch to avoid any 'unexpected' error to stop the complete system. by Clement Escoffier · 12 years ago
  70. dfd9771 Fix date parsing code in HttpServletRequestImpl to parse HTTP-specified format. Fixes issue with Web Console. by Ken Gilmer · 12 years ago
  71. 5f43130 Minor code style fix for previous patch. by Ken Gilmer · 12 years ago
  72. 7d3a84f Apply Ed Schaller's feature patch to allow host address to be specified in configuration. See FELIX-3811 for details. by Ken Gilmer · 12 years ago
  73. 73b5551 Fixed error in tests that use Java 1.5+ keyword enum. by Ken Gilmer · 12 years ago
  74. 3473093 [FELIX-3808] Upgrade ConfigAdmin to pax-exam 2 by Guillaume Nodet · 12 years ago
  75. 89c3df7 [FELIX-3824] Possible IllegalStateException thrown while unregistering bundle services by Guillaume Nodet · 12 years ago
  76. e4aa288 [FELIX-3821][FELIX-3822] Fix behavior when ConfigAdmin is unregistered and unregister all services explicitly by Guillaume Nodet · 12 years ago
  77. b7d232c [FELIX-3807] Make sure bundle locks are always acquired during refresh to ensure bundles are stopped by Guillaume Nodet · 12 years ago
  78. 6a94085 [FELIX-3803] Bundle#getResource and Bundle#findEntries always try to resolve the bundle (hence grabbing the bundle lock) even if the bundle is already resolved, which contradicts the spec by Guillaume Nodet · 12 years ago
  79. c0ee3ca Fix minor typo by Guillaume Nodet · 12 years ago
  80. f53c7cd [FELIX-3761] When a bundle registers a service, the bundle lock is obtained without any real purpose by Guillaume Nodet · 12 years ago
  81. 396ab23 Update gitignore by Guillaume Nodet · 12 years ago
  82. 9963073 FELIX-3823 Make sure the default FilePersistenceManager is properly unregistered by the bundle itself by Felix Meschberger · 12 years ago
  83. fe66664 Fix FELIX-3819 - The export directive of iPOJO is wrong by Clement Escoffier · 12 years ago
  84. 81b6bd2 Apply contribution from FELIX-3751. by Clement Escoffier · 12 years ago
  85. 7d43707 Apply patch (FELIX-3715) to make resolver thread safe. by Richard S. Hall · 12 years ago
  86. d2637c3 FELIX-3814 : Javascript error when directly invoking a configuration with IE8 by Carsten Ziegeler · 12 years ago
  87. b42f2b4 FELIX-3769 The LogService plugin belongs to the OSGi Menu by Felix Meschberger · 12 years ago
  88. b8a7b63 FELIX-3666 move workaround for framework bug to the isFragment bundle to apply it where the framework bug appears by Felix Meschberger · 12 years ago
  89. 232764b FELIX-3804: fix the failing build due to upgrade to new Felix parent POM. by Jan Willem Janssen · 12 years ago
  90. b5b1dbf FELIX-3804: Make use of versions stated in POMs for easier maintenance. by Jan Willem Janssen · 12 years ago
  91. 9684ed3 FELIX-3804: use proper license header. by Jan Willem Janssen · 12 years ago
  92. 4247234 FELIX-3801 - use latest parent POM from Felix. by Jan Willem Janssen · 12 years ago
  93. 3c805f5 FELIX-3802 - remove MongoDB as 3rd-party dependency. by Jan Willem Janssen · 12 years ago
  94. 5228682 Update changelog by Carsten Ziegeler · 12 years ago
  95. dd46578 Set dependency to snapshot again by Carsten Ziegeler · 12 years ago
  96. 9c20ad2 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 12 years ago
  97. 61fedb0 [maven-release-plugin] prepare release org.apache.felix.scr.ant-1.3.0 by Carsten Ziegeler · 12 years ago
  98. 738fb6a [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 12 years ago
  99. dedcf87 [maven-release-plugin] prepare release maven-scr-plugin-1.9.0 by Carsten Ziegeler · 12 years ago
  100. 4d190a9 Prepare for release by Carsten Ziegeler · 12 years ago