1. 5185b7c Fixed FELIX-2245 /Log Plugin - level sorting should be by level/ by Valentin Valchev · 14 years ago
  2. 88dbf70 Fixed FELIX-2257 /Bundle sort order is not stored in a cookie anymore/ by Valentin Valchev · 14 years ago
  3. 99c4c8d Fixed FELIX-2274 /404 when plugin is missing/ by Valentin Valchev · 14 years ago
  4. 65f2125 FELIX-1141 German Transalation of new error message by Felix Meschberger · 14 years ago
  5. 18d9e34 [FELIX-2278] refactor features-maven-plugin to use Parser/Clause/VersionRange from utils by Freeman Yue Fang · 14 years ago
  6. 504e9c2 FELIX-2276: Authentication credentials for proxies are not set when retrieving resources by Guillaume Nodet · 14 years ago
  7. 4f04c51 FELIX-2275 : Component descriptor reference elements are not ordered - Applied patch from Stephen Flynn by Carsten Ziegeler · 14 years ago
  8. 984d466 by Valentin Valchev · 14 years ago
  9. ca593d8 Fixed FELIX-2267 /Improved locale detection/ by Valentin Valchev · 14 years ago
  10. 1603769 No code changes - just code and javadoc cleanup by Carsten Ziegeler · 14 years ago
  11. 9e4e85a Prepare the release process: by Clement Escoffier · 14 years ago
  12. ac9a3e2 FELIX-2269: Only the higher version of a given bundle is kept in a repository by Guillaume Nodet · 14 years ago
  13. 2d81f33 [bundleplugin] minor improvements to the index goal by Guillaume Nodet · 14 years ago
  14. d9b5818 FELIX-2248: fileinstall does not restart bundles when the underlying file is modified by Guillaume Nodet · 14 years ago
  15. 6bd3c5b Fixed FELIX-2256 /Some small visual defects in the WebConsole/ by Valentin Valchev · 14 years ago
  16. 01df0bc Added bg localization for FELIX-2261 /On the Servlets page the list of using bundles is not displayed/ by Valentin Valchev · 14 years ago
  17. b69b26f FELIX-2264 Implement for lazy service registration and dynamic API binding by Felix Meschberger · 14 years ago
  18. e1b7ef8 FELIX-2262 Fix symbolic name of Memory Usage plugin bundle by Felix Meschberger · 14 years ago
  19. 2977ce4 FELIX-2263 Ensure response is committed when the OsgiManager.service method terminates by Felix Meschberger · 14 years ago
  20. de0ceed FELIX-2261 Display using bundles along with links to the bundle page by Felix Meschberger · 14 years ago
  21. 43ffa29 FELIX-2260 Prevent NullPointerException if no services are available by Felix Meschberger · 14 years ago
  22. 6a420d3 FELIX-2259 Use getAllServiceReferences method to retrieve service references to not miss some services by Felix Meschberger · 14 years ago
  23. c46c528 FELIX-2246 Do not check for label property twice upon service events by Felix Meschberger · 14 years ago
  24. bdb663b Fixing visual defect 1 & 2 of FELIX-2256 by Valentin Valchev · 14 years ago
  25. 8c53265 FELIX-2256 Limiting the height of the image to the head of the #lead <DIV> minus the top padding. This allows for automatic resizing of any log image provided by branding plugins which may extend into the top navigation by Felix Meschberger · 14 years ago
  26. 8295500 FELIX-2246 Allow for lazy loading of WebConsole plugins by Felix Meschberger · 14 years ago
  27. 5eb38b8 Added an extra parameter to resource adapters to specify a handler to invoke life cycle callbacks on. Experimental bit of API for now. by Marcel Offermans · 14 years ago
  28. abcf540 Fixed FELIX-2253 /Display progress indiciator on configuration status page/ by Valentin Valchev · 14 years ago
  29. 46e26fb Fixed an issue with not all callbacks being invoked on service compositions, introduced as part of the refactoring of Friday. by Marcel Offermans · 14 years ago
  30. ac583ba Removed unexpected return in invokeCallbackMethod(Object[] instances, String methodName, Class[][] signatures, Object[][] parameters) method by Pierre De Rop · 14 years ago
  31. 074063a reactivated testResourceAdapterAnnotation: this test is still failing and we have to investigate by Pierre De Rop · 14 years ago
  32. d68e9b8 applied DependencyManager.createAdapterService() API modification: service name is now defined as a String, not as a Class by Pierre De Rop · 14 years ago
  33. 142dc17 since pax exam 2.0.0 is used, the fix which remove temporary files under /tmp/tb directory has to be reactivated by Pierre De Rop · 14 years ago
  34. f0eb46e added new test for Service Composition by Pierre De Rop · 14 years ago
  35. d264688 fixed findbug warning: Integer was not parsed using String.valueOf by Pierre De Rop · 14 years ago
  36. faea8e8 fixed findbugs warning: File.exists() and File.delete() return value was not checked by Pierre De Rop · 14 years ago
  37. 49c5d51 applied DependencyManager.createResourceAdapterService() API modification: service name is now defined as a String, not as a Class by Pierre De Rop · 14 years ago
  38. e8894c2 fixed invalid classcast in remove method by Pierre De Rop · 14 years ago
  39. e43114b Changed the exception handling after Friday's refactoring. No such method exceptions should be ignored here. by Marcel Offermans · 14 years ago
  40. ea3123e Applied patch (FELIX-2249) to change the log level of some messages. by Richard S. Hall · 14 years ago
  41. d43b6d9 FELIX-2244 Correctly accept VersionRange for Import-Package headers of installed (not resolved) bundles. by Felix Meschberger · 14 years ago
  42. 8055261 Added a missing method in the interface. by Marcel Offermans · 14 years ago
  43. 21d70d7 Refer to released versions of dependencies by Felix Meschberger · 14 years ago
  44. 61a8114 Added support for invoking life cycle callbacks on something else than the service instance. Refactored some of the callback invocation code so all of them now use the same implementation. Implemented some still missing things. by Marcel Offermans · 14 years ago
  45. 8a60969 Updated to Pax Exam 1.2.0. by Marcel Offermans · 14 years ago
  46. 4290a0f FELIX-2247: Gogo badly prints empty maps and dictionaries by Guillaume Nodet · 14 years ago
  47. 92332da Simplify how packages are merged from reexported bundles. (FELIX-2035) by Richard S. Hall · 14 years ago
  48. 146008b Edit some tasks and add method call counting. (FELIX-2035) by Richard S. Hall · 14 years ago
  49. 2039f00 Move native library checking to resolver state. (FELIX-2035) by Richard S. Hall · 14 years ago
  50. 07073f4 Minor formatting edits. (FELIX-2195) by Richard S. Hall · 14 years ago
  51. e569ba2 Fixed FELIX-2243 /Bundle Plugin 'Find All" button generates error with Opera/ by Valentin Valchev · 14 years ago
  52. 9c5d632 Move exec env checking to resolver state. (FELIX-2035) by Richard S. Hall · 14 years ago
  53. 77de75d Remove duplicate code for checking substrings. (FELIX-2035) by Richard S. Hall · 14 years ago
  54. 1279fb0 Check size of blame list before getting last element. (FELIX-2035) by Richard S. Hall · 14 years ago
  55. 3520d3f Fixed UserAdminEventDispatcher thread to exit when bundle is stopped by Adam Wojtuniak · 14 years ago
  56. 39b634a fixed a small problem with unregistering the listener by Valentin Valchev · 14 years ago
  57. 5be0ac5 FELIX-2241 support multipart/form-data POST parameters by Felix Meschberger · 14 years ago
  58. b5890ba temporarily commented the testResourceAdapterAnnotation until the issue is resolved in ResourceAdapterImpl by Pierre De Rop · 14 years ago
  59. 72593da Try to fix the build from the whole trunk by Guillaume Nodet · 14 years ago
  60. 8668736 [karaf] remove dependency from obr to woodstox by Guillaume Nodet · 14 years ago
  61. f0329b3 run project setup outside of synchronized block to avoid potential deadlock by David Morgan Spencer Savage · 14 years ago
  62. f55f2d3 revert to SNAPSHOT version to not break build by Felix Meschberger · 14 years ago
  63. ad9587a [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  64. d35ffc3 [maven-release-plugin] prepare release org.apache.felix.webconsole.plugins.upnp-1.0.0 by Felix Meschberger · 14 years ago
  65. ebb54b6 update to version about to be released by Felix Meschberger · 14 years ago
  66. 629d305 revert to SNAPSHOT version to not break build by Felix Meschberger · 14 years ago
  67. 9eb9934 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  68. 0463a66 [maven-release-plugin] prepare release org.apache.felix.webconsole.plugins.memoryusage-1.0.0 by Felix Meschberger · 14 years ago
  69. 68614e8 update to version about to be released by Felix Meschberger · 14 years ago
  70. 37e0651 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  71. 9a48d92 [maven-release-plugin] prepare release org.apache.felix.webconsole.plugins.event-1.0.2 by Felix Meschberger · 14 years ago
  72. d1551f2 revert to SNAPSHOT version to not break build by Felix Meschberger · 14 years ago
  73. 86c5204 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  74. f88e9c1 [maven-release-plugin] prepare release org.apache.felix.webconsole-3.0.0 by Felix Meschberger · 14 years ago
  75. fe7fb4d update to version about to be released by Felix Meschberger · 14 years ago
  76. 9c4f208 update to version about to be released by Felix Meschberger · 14 years ago
  77. 8a613a4 revert to SNAPSHOT version to not break build by Felix Meschberger · 14 years ago
  78. cd1e259 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  79. fd15241 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.0 by Felix Meschberger · 14 years ago
  80. 8bae48d update to version about to be released by Felix Meschberger · 14 years ago
  81. 15d5153 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  82. dcbe038 [maven-release-plugin] prepare release org.apache.felix.utils-1.0.0 by Felix Meschberger · 14 years ago
  83. 563bf02 Ignore Eclipse project files Add treeview LICENSE file by Felix Meschberger · 14 years ago
  84. 76204b0 update OSGi software copyright year by Felix Meschberger · 14 years ago
  85. f85d5af FELIX-2238 create a src/main/compat folder to place the resources kept for backwards compatibility. This will take the icons once removed in Rev. 922641 and the admin_compat.css file created in Rev. 922227 by Felix Meschberger · 14 years ago
  86. 4465b39 FELIX-2237: ^C should interrupt the thread by Guillaume Nodet · 14 years ago
  87. 2e5238f Set maven-bundle-plugin version number to ensure correct build by Felix Meschberger · 14 years ago
  88. a0ada05 FELIX-2236 Improvement and fixes: by Felix Meschberger · 14 years ago
  89. 6877b08 [utils] remove unneeded import by Guillaume Nodet · 14 years ago
  90. 2ef36f7 [utils][bundlerepository] remove support for '<' and '>' in the filter, but transform the filters when building the requirement by Guillaume Nodet · 14 years ago
  91. 882044f Minor edits to the resolver and editing of some "to do" tasks. (FELIX-2035) by Richard S. Hall · 14 years ago
  92. 8b5cab4 Resolved FELIX-2235 /Deployment plugin fails with internal server error/ by Valentin Valchev · 14 years ago
  93. 0fc0055 Add utils project to the build and make sure utils/bundlerepository are built before the bundleplugin as they are dependencies by Guillaume Nodet · 14 years ago
  94. 973c672 FELIX-2231 Prevent IllegalStateException and potential NullPointerException when handling a configuration event (the bundle owning the component may have been stopped concurrently) by Felix Meschberger · 14 years ago
  95. 98908c7 FELIX-2231 Prevent NullPointerException and uncaught IllegalStateException if bundle has been stopped while the component is being started by Felix Meschberger · 14 years ago
  96. 18c9d18 Ignore Eclipse project files and build target by Felix Meschberger · 14 years ago
  97. 8f74004 Modify service registry to use a CapabilitySet for indexed service by Richard S. Hall · 14 years ago
  98. bdc1375 [bundleplugin] fix parsing of the obr.xml file by Guillaume Nodet · 14 years ago
  99. 9337c34 [bundleplugin] minor improvements to the index goal by Guillaume Nodet · 14 years ago
  100. 189c59d [utils] add support for < and > on the filter by Guillaume Nodet · 14 years ago