1. 3030244 refactored junk main test into junit test by David Morgan Spenser Savage · 15 years ago
  2. d1e0cd3 refactored junk main test into junit test by David Morgan Spenser Savage · 15 years ago
  3. 5c0f5ae allow version table to parse "" qualifer by David Morgan Spenser Savage · 15 years ago
  4. 27f65a7 [webconsole] remove optional dependencies resolution as it can take a fair amount of time by Guillaume Nodet · 15 years ago
  5. 8eec632 Check if we are able to permutate before doing it. (FELIX-2037) by Richard S. Hall · 15 years ago
  6. 58e68ed [bundlerepository] fix uri handling which incorrectly change urls for uris which aren't really specified.One problem i found was when parsing some license headers which aren't actually considered URIs, such as the BND one which looks like: ASL20;name="This material is licensed under the Apache Software License, Version 2.0"; url="http://www.apache.org/licenses/LICENSE-2.0";distribution=repo The solution is to let the user deal with URI unless the type is actually specified (and for the main resource URI). by Guillaume Nodet · 15 years ago
  7. a54cbcf [bundlerepository] fix stax parser which does not read additional resource properties (license, copyright, size, etc...) by Guillaume Nodet · 15 years ago
  8. 5374e7e [bundlerepository] fix the NO_LOCAL_RESOURCES flag by Guillaume Nodet · 15 years ago
  9. 346d305 [webconsole] fix rev 903286 (FELIX-2009) which breaks again FELIX-1370 (configuration for org.apache.felix.webconsole.internal.servlet.OsgiManager is sometimes ignored)The test is wrong, as they may be other changes (such as user / password) that may affect the service, so always rebind the main servlet if there is any change by Guillaume Nodet · 15 years ago
  10. b47d660 [webconsole] fix some styling problems when displaying configurations by Guillaume Nodet · 15 years ago
  11. e00edeb FELIX-2162, FELIX-2171: rewrite the OBR webconsole page to be more scalable and display detailed informations about a given bundle by Guillaume Nodet · 15 years ago
  12. 53218d2 Add a "to do" comment. by Richard S. Hall · 15 years ago
  13. 920af56 More improvements to new filter impl. (FELIX-2039) by Richard S. Hall · 15 years ago
  14. 75f591c Warning message was being incorrectly displayed. by Richard S. Hall · 15 years ago
  15. ee8e706 Improve error message. by Richard S. Hall · 15 years ago
  16. 70c2657 Ensure internal cache is flushed on project delete (fix for FELIX-2168) by David Morgan Spenser Savage · 15 years ago
  17. a5cb550 FELIX-2169: Improve dev:show-tree performance and avoid NPE when no matching export is found by Gert Vanthienen · 15 years ago
  18. 4eeaeee FELIX-2167 Call Bundle.update() to update the bundle using bundle manifest provided update location instead of implementing update through Bundle location ourselves. by Felix Meschberger · 15 years ago
  19. be3f73d validate factory/factoryMethod AspectService attributes by Pierre De Rop · 15 years ago
  20. b66b73c code factorization: merged setServiceComposition/setServiceCallbacks methods into setCommonServiceParams method. Added factory/factoryMethod attributes in AspectService annotation by Pierre De Rop · 15 years ago
  21. 4bd4683 added factory and factoryMethod attributes in AspectService annotation by Pierre De Rop · 15 years ago
  22. 5cd7447 trivial tidyup by David Morgan Spenser Savage · 15 years ago
  23. 6ab4b3c Progress towards fixing bundle import resolution on project import FELIX-1349 by David Morgan Spenser Savage · 15 years ago
  24. 4251cd8 Improvements to new filter implementation. (FELIX-2039) by Richard S. Hall · 15 years ago
  25. 03bc7e7 fixed javadoc by Pierre De Rop · 15 years ago
  26. 5b4bee9 fixed javadoc by Pierre De Rop · 15 years ago
  27. 84ca675 Activate dm.log system property in order to display logs from annotation stuff by Pierre De Rop · 15 years ago
  28. 860ddaf Register a default LogService in order to display logs from annotation stuff by Pierre De Rop · 15 years ago
  29. 3fa3382 Activate dm logging. added integration test for new BundleAdapterService annotation by Pierre De Rop · 15 years ago
  30. 96e6e9d added integration test for new BundleAdapterService annotation by Pierre De Rop · 15 years ago
  31. 66afb93 added annotation support for BundleAdapterService by Pierre De Rop · 15 years ago
  32. 5e5f451 added annotation support for BundleAdapterService. Fixed wrong default value for "propagate" BundleDependency attribute by Pierre De Rop · 15 years ago
  33. f0d0e18 added annotation support for BundleAdapterService by Pierre De Rop · 15 years ago
  34. 9b120b6 Remove debug print. by Richard S. Hall · 15 years ago
  35. b43a1ca tidy up non existent refactoring reference by David Morgan Spenser Savage · 15 years ago
  36. ea99013 Patch to improve IDE performance - avoid recalculating dependencies if no requirements or capabilities have changed (FELIX-2164) by David Morgan Spenser Savage · 15 years ago
  37. 224abaa Added a test that validates aspect chaining, creating 3 aspects on top of the original service and invoking the service, triggering calls through the whole chain. by Marcel Offermans · 15 years ago
  38. 45e0be7 Updated tests to new annotation API. by Marcel Offermans · 15 years ago
  39. 5d4f828 Updated these test classes. by Marcel Offermans · 15 years ago
  40. a49caea Updated the dictionary aspect sample. by Marcel Offermans · 15 years ago
  41. e8e95c7 Implemented the ranking property of aspects. by Marcel Offermans · 15 years ago
  42. cbfe88e Attempt to implement aspect API change in the runtime. by Marcel Offermans · 15 years ago
  43. 98c43f7 Added the notion of ranking to aspects so they can dynamically be chained. Fixed a bug in bundle dependencies. by Marcel Offermans · 15 years ago
  44. 3c31abf More changes due to abstraction changes for the new resolver implementation. by Richard S. Hall · 15 years ago
  45. 518b059 Reimplement resolver to improve "worst case" performance. (FELIX-2037, FELIX-2035) by Richard S. Hall · 15 years ago
  46. 4becfdb Improve generic capability/requirement abstraction and prepare for by Richard S. Hall · 15 years ago
  47. 9b6dd10 Initial version of new filter implementation. (FELIX-2039) by Richard S. Hall · 15 years ago
  48. 98f1be0 FELIX-2120 Apply patch by Valentin Valchev (thanks). by Felix Meschberger · 15 years ago
  49. a1b6606 FELIX-2119 Prevent ClassDefNotFoundException if OBR API is not available: Use constant string for service name instead of PackageAdmin.class expression, which requires the class to load by Felix Meschberger · 15 years ago
  50. 6cb5052 FELIX-2119 Actually have the BaseUpdateInstallHelper class implement the Runnable interface makes creating the Thread simpler. by Felix Meschberger · 15 years ago
  51. 9dd6bdd FELIX-2119 Prevent ClassDefNotFoundException if OBR API is not available: Refactoring the BaseUpdateInstallHelper class to not extend the Thread class any more. by Felix Meschberger · 15 years ago
  52. 37462c9 FELIX-2124 Apply patch by Valentin Valchev (thanks). by Felix Meschberger · 15 years ago
  53. 9aaf91f FELIX-2142 Apply patch by Valentin Valchev (thanks). by Felix Meschberger · 15 years ago
  54. e42965f FELIX-2157 Set content length to zero when sending the 401/UNAUTHORIZED response by Felix Meschberger · 15 years ago
  55. 9007b68 FELIX-2125 Apply patch by Valentin Valchev (thanks) with a small change: The Comparator is created each time for the locale instead of synchronizing on the comparator and setting the locale field. IMHO this is cleaner and the cost of creating the comparator instance is close zero. by Felix Meschberger · 15 years ago
  56. 8f61c8d Ensure rich client view is updated if file is changed by external process - i.e. after refresh by David Morgan Spenser Savage · 15 years ago
  57. fa8bda2 tidy up by David Morgan Spenser Savage · 15 years ago
  58. 9e0edaa update after annotation package change by David Morgan Spenser Savage · 15 years ago
  59. 05c1eb7 move annotation to own package by David Morgan Spenser Savage · 15 years ago
  60. c84a713 Remove unused interfaces by David Morgan Spenser Savage · 15 years ago
  61. d5082ac FELIX-2123 Introduce new WebConsoleUtil.urlDecode method to hide the fact that some platforms do not provide the Java 1.4 URLDecoder.decode(String, String) method. by Felix Meschberger · 15 years ago
  62. 2cc1cc7 FELIX-2129 - [Karaf] Possible hang with slave instances of Karaf when using Oracle JDBC lock. by Chris Custine · 15 years ago
  63. ba294d4 Fixed duplicate/redundant .asc.asc sigs by Chris Custine · 15 years ago
  64. bc422ef add license header by David Morgan Spenser Savage · 15 years ago
  65. 662eb10 Fix for npe found in FELIX-2159 missing ()'s by David Morgan Spenser Savage · 15 years ago
  66. 34bb64d Patches for FELIX-2160 and FELIX-2161 - now manages project warnings internally vs in external job also added support for refreshing project and ensure that views are updated when editting in rich client or text editor by David Morgan Spenser Savage · 15 years ago
  67. 916905a pass in monitor to allow user feedback by David Morgan Spenser Savage · 15 years ago
  68. 880ad2f tidy up unused import by David Morgan Spenser Savage · 15 years ago
  69. d8f24d6 FELIX-2113: update to latest OBR snapshot by Guillaume Nodet · 15 years ago
  70. d442efb FELIX-2155: the maven bundle plugin generates wrong capabilities for packages with directives by Guillaume Nodet · 15 years ago
  71. 0663f13 FELIX-1531: Mandatory directive is ignored on the Export-Package when it comes to resolve the bundles by Guillaume Nodet · 15 years ago
  72. 0c65f91 FELIX-2151: Use Strings instead of URLs in the API by Guillaume Nodet · 15 years ago
  73. 7a96b11 fix for FELIX-2154 do not call dispose on shared image! by David Morgan Spenser Savage · 15 years ago
  74. 69b8b0e Workspace repository now filters exports that project doesn't actually contain in "compile time" resolution mode (FELIX-1502) by David Morgan Spenser Savage · 15 years ago
  75. ac5f0d1 tidy up unused imports by David Morgan Spenser Savage · 15 years ago
  76. dcbb4f5 Make sigil projects singletons within IDE to fix problems with inconsistent views (FELIX-2153) by David Morgan Spenser Savage · 15 years ago
  77. 2e33628 Related fix for FELIX-2152 by David Morgan Spenser Savage · 15 years ago
  78. 1f56a96 Override clone method to perform model specific actions (FELIX-2152) also some minor code refactoring to move all overridden methods to one block of code by David Morgan Spenser Savage · 15 years ago
  79. cea3484 Implement equals and hashCode methods by David Morgan Spenser Savage · 15 years ago
  80. ae6e75f tidy up unused import by David Morgan Spenser Savage · 15 years ago
  81. af51b8c FELIX-2144: API changes: by Guillaume Nodet · 15 years ago
  82. 19fac15 - Add missing license headers by Chris Custine · 15 years ago
  83. fa028a8 [bundlerepository] use 1.0.2 version of the org.osgi.service.obr package by Guillaume Nodet · 15 years ago
  84. 0e54eb3 FELIX-2113: update to latest OBR snapshot by Guillaume Nodet · 15 years ago
  85. db06345 Check for "system bundle" vs null after change made in FELIX-2133 by David Morgan Spenser Savage · 15 years ago
  86. 39f7f91 SLING-2146 Use the configuration printer title to order the tabs and use the (optional) web console registration label to address the configuration printer for delayed load. Includes converting the threads and system properties printing into internal ConfigurationPrinter instances. Finally the deactivate is overwritten to cleanup the configuration printer service tracker. by Felix Meschberger · 15 years ago
  87. 6e218d3 FELIX-2145: Add a new feature for woodstox stax parser (and make the obr feature depend on it for correct speed) by Guillaume Nodet · 15 years ago
  88. e30ef7e FELIX-2113: update to latest OBR snapshot by Guillaume Nodet · 15 years ago
  89. f144378 tidy up org.cauldron namespace in schema doc by David Morgan Spenser Savage · 15 years ago
  90. 335a474 tidy up npe when system bundle does not have framework bundle set (FELIX-2143) by David Morgan Spenser Savage · 15 years ago
  91. 11688d8 FELIX-2144: add global requirements and capabilities to the resolver by Guillaume Nodet · 15 years ago
  92. dec5a88 FELIX-1492: add a flag to exclude optional resources in both resolution and deployment by Guillaume Nodet · 15 years ago
  93. 8be8bc4 Update to newer version of rat plugin by Chris Custine · 15 years ago
  94. fefbcf6 Add missing license headers by Chris Custine · 15 years ago
  95. 45921e6 Add missing license header by Chris Custine · 15 years ago
  96. b1f1cf9 FELIX-2140: The Requirement#isSatisfied() method should actually check the capability/requirement namespace by Guillaume Nodet · 15 years ago
  97. 47dc56a FELIX-2127: The explanation why a resource is included is nearly useless by Guillaume Nodet · 15 years ago
  98. 7c0a458 Remove empty dirs by Guillaume Nodet · 15 years ago
  99. d8ab50f FELIX-2139: Change the pacakge name of the api to better control it by Guillaume Nodet · 15 years ago
  100. 7542f36 FELIX-2127: improve explanations by adding a way to link the requirement to the requesting resource by Guillaume Nodet · 15 years ago