1. 695cde8 Fix a memory leak (FELIX-2283). by Karl Pauls · 15 years ago
  2. 9e74777 Update NOTICE year (2008-2010) by Clement Escoffier · 15 years ago
  3. 14ef3cb Release Preparation - Update changelog Cosmetic fix by Clement Escoffier · 15 years ago
  4. 440dbbf Fixed FELIX-2245 /Log Plugin - level sorting should be by level/ by Valentin Pavlov Valchev · 15 years ago
  5. 15fb1fa Fixed FELIX-2257 /Bundle sort order is not stored in a cookie anymore/ by Valentin Pavlov Valchev · 15 years ago
  6. 964acdd Fixed FELIX-2274 /404 when plugin is missing/ by Valentin Pavlov Valchev · 15 years ago
  7. cbcb7c2 FELIX-1141 German Transalation of new error message by Felix Meschberger · 15 years ago
  8. 48fc521 [FELIX-2278] refactor features-maven-plugin to use Parser/Clause/VersionRange from utils by Freeman Yue Fang · 15 years ago
  9. c224b72 FELIX-2276: Authentication credentials for proxies are not set when retrieving resources by Guillaume Nodet · 15 years ago
  10. e2f5cf8 FELIX-2275 : Component descriptor reference elements are not ordered - Applied patch from Stephen Flynn by Carsten Ziegeler · 15 years ago
  11. 2fafa58 by Valentin Pavlov Valchev · 15 years ago
  12. 5f423ca Fixed FELIX-2267 /Improved locale detection/ by Valentin Pavlov Valchev · 15 years ago
  13. f878b1b No code changes - just code and javadoc cleanup by Carsten Ziegeler · 15 years ago
  14. 14bbbb2 Prepare the release process: by Clement Escoffier · 15 years ago
  15. 726c902 FELIX-2269: Only the higher version of a given bundle is kept in a repository by Guillaume Nodet · 15 years ago
  16. fb0f79b [bundleplugin] minor improvements to the index goal by Guillaume Nodet · 15 years ago
  17. 852e58e FELIX-2248: fileinstall does not restart bundles when the underlying file is modified by Guillaume Nodet · 15 years ago
  18. a7b6084 Fixed FELIX-2256 /Some small visual defects in the WebConsole/ by Valentin Pavlov Valchev · 15 years ago
  19. c8ae38c Added bg localization for FELIX-2261 /On the Servlets page the list of using bundles is not displayed/ by Valentin Pavlov Valchev · 15 years ago
  20. e44e875 FELIX-2264 Implement for lazy service registration and dynamic API binding by Felix Meschberger · 15 years ago
  21. e3f0afc FELIX-2262 Fix symbolic name of Memory Usage plugin bundle by Felix Meschberger · 15 years ago
  22. ebdc51d FELIX-2263 Ensure response is committed when the OsgiManager.service method terminates by Felix Meschberger · 15 years ago
  23. 4fe6955 FELIX-2261 Display using bundles along with links to the bundle page by Felix Meschberger · 15 years ago
  24. 8045629 FELIX-2260 Prevent NullPointerException if no services are available by Felix Meschberger · 15 years ago
  25. 668bb87 FELIX-2259 Use getAllServiceReferences method to retrieve service references to not miss some services by Felix Meschberger · 15 years ago
  26. 61e746e FELIX-2246 Do not check for label property twice upon service events by Felix Meschberger · 15 years ago
  27. e3a7818 Fixing visual defect 1 & 2 of FELIX-2256 by Valentin Pavlov Valchev · 15 years ago
  28. 11d0b4d FELIX-2255 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 · 15 years ago
  29. 74f89d8 FELIX-2246 Allow for lazy loading of WebConsole plugins by Felix Meschberger · 15 years ago
  30. 7b3b21c 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 · 15 years ago
  31. 06471f1 Fixed FELIX-2253 /Display progress indiciator on configuration status page/ by Valentin Pavlov Valchev · 15 years ago
  32. 2edaeff Fixed an issue with not all callbacks being invoked on service compositions, introduced as part of the refactoring of Friday. by Marcel Offermans · 15 years ago
  33. 1405245 Removed unexpected return in invokeCallbackMethod(Object[] instances, String methodName, Class[][] signatures, Object[][] parameters) method by Pierre De Rop · 15 years ago
  34. 35bf83d reactivated testResourceAdapterAnnotation: this test is still failing and we have to investigate by Pierre De Rop · 15 years ago
  35. 573efb4 applied DependencyManager.createAdapterService() API modification: service name is now defined as a String, not as a Class by Pierre De Rop · 15 years ago
  36. d68fa0f 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 · 15 years ago
  37. 59b0fae added new test for Service Composition by Pierre De Rop · 15 years ago
  38. a28eb2a fixed findbug warning: Integer was not parsed using String.valueOf by Pierre De Rop · 15 years ago
  39. 7ca5a2c fixed findbugs warning: File.exists() and File.delete() return value was not checked by Pierre De Rop · 15 years ago
  40. a06f37d applied DependencyManager.createResourceAdapterService() API modification: service name is now defined as a String, not as a Class by Pierre De Rop · 15 years ago
  41. c2aab66 fixed invalid classcast in remove method by Pierre De Rop · 15 years ago
  42. 2c0b6f0 Changed the exception handling after Friday's refactoring. No such method exceptions should be ignored here. by Marcel Offermans · 15 years ago
  43. 43d2a16 Applied patch (FELIX-2249) to change the log level of some messages. by Richard S. Hall · 15 years ago
  44. ccc755f FELIX-2244 Correctly accept VersionRange for Import-Package headers of installed (not resolved) bundles. by Felix Meschberger · 15 years ago
  45. dc934de Added a missing method in the interface. by Marcel Offermans · 15 years ago
  46. a47bf48 Refer to released versions of dependencies by Felix Meschberger · 15 years ago
  47. 7f76b51 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 · 15 years ago
  48. 509f1de Updated to Pax Exam 1.2.0. by Marcel Offermans · 15 years ago
  49. d916b15 FELIX-2247: Gogo badly prints empty maps and dictionaries by Guillaume Nodet · 15 years ago
  50. 0244b47 Simplify how packages are merged from reexported bundles. (FELIX-2035) by Richard S. Hall · 15 years ago
  51. 8d1b9d4 Edit some tasks and add method call counting. (FELIX-2035) by Richard S. Hall · 15 years ago
  52. 66862cb Move native library checking to resolver state. (FELIX-2035) by Richard S. Hall · 15 years ago
  53. fdbc9d6 Minor formatting edits. (FELIX-2195) by Richard S. Hall · 15 years ago
  54. 008c0a3 Fixed FELIX-2243 /Bundle Plugin 'Find All" button generates error with Opera/ by Valentin Pavlov Valchev · 15 years ago
  55. 4ab371f Move exec env checking to resolver state. (FELIX-2035) by Richard S. Hall · 15 years ago
  56. 31db07c Remove duplicate code for checking substrings. (FELIX-2035) by Richard S. Hall · 15 years ago
  57. f7724e1 Check size of blame list before getting last element. (FELIX-2035) by Richard S. Hall · 15 years ago
  58. 97b583a Fixed UserAdminEventDispatcher thread to exit when bundle is stopped by Adam Wojtuniak · 15 years ago
  59. 6aa7871 fixed a small problem with unregistering the listener by Valentin Pavlov Valchev · 15 years ago
  60. 79826c1 FELIX-2241 support multipart/form-data POST parameters by Felix Meschberger · 15 years ago
  61. 3266bd6 temporarily commented the testResourceAdapterAnnotation until the issue is resolved in ResourceAdapterImpl by Pierre De Rop · 15 years ago
  62. 9c0996a Try to fix the build from the whole trunk by Guillaume Nodet · 15 years ago
  63. 291842c [karaf] remove dependency from obr to woodstox by Guillaume Nodet · 15 years ago
  64. ee9180a run project setup outside of synchronized block to avoid potential deadlock by David Morgan Spenser Savage · 15 years ago
  65. 8432a74 revert to SNAPSHOT version to not break build by Felix Meschberger · 15 years ago
  66. 304620e [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  67. 6d8606c [maven-release-plugin] prepare release org.apache.felix.webconsole.plugins.upnp-1.0.0 by Felix Meschberger · 15 years ago
  68. e33028c update to version about to be released by Felix Meschberger · 15 years ago
  69. 184ea4d revert to SNAPSHOT version to not break build by Felix Meschberger · 15 years ago
  70. f12aa03 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  71. 3ca4937 [maven-release-plugin] prepare release org.apache.felix.webconsole.plugins.memoryusage-1.0.0 by Felix Meschberger · 15 years ago
  72. 4e893a9 update to version about to be released by Felix Meschberger · 15 years ago
  73. f699713 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  74. 73af088 [maven-release-plugin] prepare release org.apache.felix.webconsole.plugins.event-1.0.2 by Felix Meschberger · 15 years ago
  75. d7a4962 revert to SNAPSHOT version to not break build by Felix Meschberger · 15 years ago
  76. a54c658 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  77. f01fcb8 [maven-release-plugin] prepare release org.apache.felix.webconsole-3.0.0 by Felix Meschberger · 15 years ago
  78. 00ed3fa update to version about to be released by Felix Meschberger · 15 years ago
  79. 9be8dcc update to version about to be released by Felix Meschberger · 15 years ago
  80. 6ee01bc revert to SNAPSHOT version to not break build by Felix Meschberger · 15 years ago
  81. abd18b5 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  82. 65bc16f [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.0 by Felix Meschberger · 15 years ago
  83. 7bf6bdb update to version about to be released by Felix Meschberger · 15 years ago
  84. a02fc47 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  85. 83aabe1 [maven-release-plugin] prepare release org.apache.felix.utils-1.0.0 by Felix Meschberger · 15 years ago
  86. 135a942 Ignore Eclipse project files Add treeview LICENSE file by Felix Meschberger · 15 years ago
  87. 949aa9d update OSGi software copyright year by Felix Meschberger · 15 years ago
  88. aec198b 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 · 15 years ago
  89. cf41963 FELIX-2237: ^C should interrupt the thread by Guillaume Nodet · 15 years ago
  90. 2dd1d59 Set maven-bundle-plugin version number to ensure correct build by Felix Meschberger · 15 years ago
  91. 1e05795 FELIX-2236 Improvement and fixes: by Felix Meschberger · 15 years ago
  92. c33ed75 [utils] remove unneeded import by Guillaume Nodet · 15 years ago
  93. 3f0dcb2 [utils][bundlerepository] remove support for '<' and '>' in the filter, but transform the filters when building the requirement by Guillaume Nodet · 15 years ago
  94. ca2ad58 Minor edits to the resolver and editing of some "to do" tasks. (FELIX-2035) by Richard S. Hall · 15 years ago
  95. ad33f05 Resolved FELIX-2235 /Deployment plugin fails with internal server error/ by Valentin Pavlov Valchev · 15 years ago
  96. c6c10c8 Add utils project to the build and make sure utils/bundlerepository are built before the bundleplugin as they are dependencies by Guillaume Nodet · 15 years ago
  97. 303c8bf 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 · 15 years ago
  98. b698dc9 FELIX-2231 Prevent NullPointerException and uncaught IllegalStateException if bundle has been stopped while the component is being started by Felix Meschberger · 15 years ago
  99. 4187b85 Ignore Eclipse project files and build target by Felix Meschberger · 15 years ago
  100. 526d487 Modify service registry to use a CapabilitySet for indexed service by Richard S. Hall · 15 years ago