1. 0663f13 FELIX-1531: Mandatory directive is ignored on the Export-Package when it comes to resolve the bundles by Guillaume Nodet · 15 years ago
  2. 0c65f91 FELIX-2151: Use Strings instead of URLs in the API by Guillaume Nodet · 15 years ago
  3. af51b8c FELIX-2144: API changes: by Guillaume Nodet · 15 years ago
  4. fa028a8 [bundlerepository] use 1.0.2 version of the org.osgi.service.obr package by Guillaume Nodet · 15 years ago
  5. 11688d8 FELIX-2144: add global requirements and capabilities to the resolver by Guillaume Nodet · 15 years ago
  6. dec5a88 FELIX-1492: add a flag to exclude optional resources in both resolution and deployment by Guillaume Nodet · 15 years ago
  7. b1f1cf9 FELIX-2140: The Requirement#isSatisfied() method should actually check the capability/requirement namespace by Guillaume Nodet · 15 years ago
  8. 47dc56a FELIX-2127: The explanation why a resource is included is nearly useless by Guillaume Nodet · 15 years ago
  9. d8ab50f FELIX-2139: Change the pacakge name of the api to better control it by Guillaume Nodet · 15 years ago
  10. 7542f36 FELIX-2127: improve explanations by adding a way to link the requirement to the requesting resource by Guillaume Nodet · 15 years ago
  11. cde01fb [bundlerepository] add toString() method to help debugging by Guillaume Nodet · 15 years ago
  12. 7b595bc FELIX-2138: The resolver should prefer required resources over optional resources to minimize the set of required resources by Guillaume Nodet · 15 years ago
  13. 892de87 FELIX-2136: a few further optimisations to improve OBR speeed. - insertion of a resource in the repository does not create a full copy of the array + sorting, this is now done lazily by Guillaume Nodet · 15 years ago
  14. ba06988 FELIX-483: Better exception thrown when there is an error parsing a resource by Guillaume Nodet · 15 years ago
  15. ab4bc33 FELIX-2134: Change the filter implementation by Guillaume Nodet · 15 years ago
  16. 8ac308e FELIX-2106, FELIX-692: remove unneeded outer loop in ResolverImpl#searchResources() by Guillaume Nodet · 15 years ago
  17. 5c2d3ee FELIX-2126: add a test case by Guillaume Nodet · 15 years ago
  18. 91af24d FELIX-2126: Dependencies of optional resources should be optional by Guillaume Nodet · 15 years ago
  19. 001f4ac FELIX-2106, FELIX-692: Control which repositories are used for a given resolver by Guillaume Nodet · 15 years ago
  20. 97e4f09 Fixed an apparent type. (FELIX-2115) by Richard S. Hall · 15 years ago
  21. 65bf677 [bundlerepository] remove an unneeded import and ';' by Guillaume Nodet · 15 years ago
  22. 986d493 FELIX-2083: bundlerepository should mark dependencies it includes as optional by Guillaume Nodet · 15 years ago
  23. eec4c04 FELIX-1007: OBR search doesn't take 'categories' into account by Guillaume Nodet · 15 years ago
  24. 1eaee92 FELIX-2115: The api offers no way to have a timeout or cancel the resolution if it takes too long by Guillaume Nodet · 15 years ago
  25. 0124ee9 Very minor formatting change. by Richard S. Hall · 15 years ago
  26. 2dc4751 Minor formatting changes. by Richard S. Hall · 15 years ago
  27. b6e524b FELIX-2109: OBR should support matching resources for a given requirement by Guillaume Nodet · 15 years ago
  28. bd7945b FELIX-2110: The resolver should be able to resolve for some requirements in addition to resources by Guillaume Nodet · 15 years ago
  29. 07b23ae Reformat according to Felix code style. by Richard S. Hall · 15 years ago
  30. 499caf2 FELIX-2114: The reasons for adding a resource may contain the same requirement several times by Guillaume Nodet · 15 years ago
  31. 9ab12dc FELIX-2104: Add an optional faster stax based parser by Guillaume Nodet · 15 years ago
  32. eb6c401 FELIX-2102, FELIX-2103: Improve the obr url handler to support installing bundles by their symbolicname and version by Guillaume Nodet · 15 years ago
  33. d375f15 FELIX-1621: OBR fails to take bundles into account that are already available in the framework by Guillaume Nodet · 15 years ago
  34. 532a2ce Append ":" to directive names. (FELIX-2081) by Richard S. Hall · 15 years ago
  35. 710bb1f FELIX-2082: Local resources should really be preferred over remote resources by Guillaume Nodet · 15 years ago
  36. d6dae31 FELIX-2081: Attribtues and directives and not used on local resources by Guillaume Nodet · 15 years ago
  37. af00b62 Applied patch to address some NPEs. (FELIX-1809) by Richard S. Hall · 15 years ago
  38. 6725c64 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  39. 3fcca37 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.3 by Karl Pauls · 15 years ago
  40. 8a02f2c [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  41. d5e58ca [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.3 by Karl Pauls · 15 years ago
  42. c751cd1 Update changelog by Karl Pauls · 15 years ago
  43. 3026322 Update Copyright year. by Karl Pauls · 15 years ago
  44. 379f2d9 Fixed logic error where a Resource was being removed from the list by Richard S. Hall · 15 years ago
  45. f4d1dab Should only depend on released versions. by Richard S. Hall · 15 years ago
  46. 3a3a982 Modify resolver candidate selection to compare capability versions, not by Richard S. Hall · 15 years ago
  47. 814787a Clean-up after release by Karl Pauls · 15 years ago
  48. e973f59 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  49. b87869c [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.2 by Karl Pauls · 15 years ago
  50. 6574878 Update dependencies for release by Karl Pauls · 15 years ago
  51. 01710e1 Update changelog by Karl Pauls · 15 years ago
  52. 6eb9283 Modify framework, main, shell, shell.tui, and obr to depend on official OSGi JAR files (FELIX-1617) by Karl Pauls · 15 years ago
  53. 5485681 Commit a basic fix for FELIX-1650. Remove ;singleton:=true from the symbolic name during the local repository computation. by Clement Escoffier · 15 years ago
  54. 1a53d93 Cleanup after release by Karl Pauls · 15 years ago
  55. abf382a Cleanup after release by Karl Pauls · 15 years ago
  56. 4beeb72 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  57. b51d826 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.1 by Karl Pauls · 15 years ago
  58. 70a3115 Update dependencies for release by Karl Pauls · 15 years ago
  59. cf2ea0d Update changelog and doc for release by Karl Pauls · 15 years ago
  60. 3e61890 Apply patch (FELIX-1433) to use Version.parseVersion(), which ignores by Richard S. Hall · 15 years ago
  61. 53a94f0 Reverted previous change since it appears to not be a bug. (FELIX-1155) by Richard S. Hall · 16 years ago
  62. 3125303 OBR expected all resources to have a presentation name when listing them, by Richard S. Hall · 16 years ago
  63. 24b1b17 Properly convert a version range property type. (FELIX-1155) by Richard S. Hall · 16 years ago
  64. 62750c9 Change log listed the wrong released version number. by Richard S. Hall · 16 years ago
  65. 5481900 Apply patch (FELIX-1000) to implement a URLStreamHandler for OBR so that by Richard S. Hall · 16 years ago
  66. 1b2f5d2 Cleanup after releases. by Karl Pauls · 16 years ago
  67. 7fc40e5 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  68. 78d346b [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.0 by Karl Pauls · 16 years ago
  69. 84b482e Update changelog and prepare 1.4.0 release. by Karl Pauls · 16 years ago
  70. ab1b23b Applied patch (FELIX-973) to add support for new operators in filter by Richard S. Hall · 16 years ago
  71. 6a2adb8 Forgot to add these test cases from patch. (FELIX-977) by Richard S. Hall · 16 years ago
  72. 4bced9f Applied patch (FELIX-977) to try to optimize OBR's resolver. by Richard S. Hall · 16 years ago
  73. adec1d0 Applied patch (FELIX-976) to add a command to refresh repository URLs. by Richard S. Hall · 16 years ago
  74. ab1bfbf Applied patch (FELIX-999) to avoid starting fragment bundles. by Richard S. Hall · 16 years ago
  75. f0ad5cb Applied patch (FELIX-986) to show symbolic in verbose listing; also removed by Richard S. Hall · 16 years ago
  76. 507551c FELIX-940 Add capability ee of the system bundle representing the by Felix Meschberger · 16 years ago
  77. 9fb05fb FELIX-884 and FELIX-887: Applying combined patch FELIX-884-4.patch with by Felix Meschberger · 16 years ago
  78. 2a9beef [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  79. cd5257e [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.2.1 by Karl Pauls · 16 years ago
  80. 7cfbed3 Prepare 1.2.1 release by Karl Pauls · 16 years ago
  81. bf43e66 Fixed potential NPE when comparing resources. (FELIX-789) by Richard S. Hall · 16 years ago
  82. 5b2f204 Removed the default repository URL from OBR, so now it must be configured by Richard S. Hall · 16 years ago
  83. 11a35f1 Print message if there are no matching bundles. (FELIX-785) by Richard S. Hall · 16 years ago
  84. e5788b6 Modified the OBR shell command to hide multiple versions of available by Richard S. Hall · 16 years ago
  85. fcf6496 Adapt Bundle-DocURL header to modified URL by Felix Meschberger · 16 years ago
  86. aa03a5f Manually set dependencies after release. by Karl Pauls · 16 years ago
  87. 5ab232d [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  88. 42c18c7 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.2.0 by Karl Pauls · 16 years ago
  89. a09fd2e Prepare the Felix 1.2 release. by Karl Pauls · 16 years ago
  90. 6911996 FELIX-706 Depend on minimum suitable version by Felix Meschberger · 16 years ago
  91. ab8acbf FELIX-701 Stop running bundles before updating it and start only by Felix Meschberger · 16 years ago
  92. 410f5ab Pointing URLs in the manifest to the Felix site by Felix Meschberger · 16 years ago
  93. 03fb2b5 FELIX-108 Prevent NullPointerException if a locally installed bundle by Felix Meschberger · 16 years ago
  94. 489b492 Added OBR descriptor and updated to the newest bundle plugin. (FELIX-672) by Richard S. Hall · 16 years ago
  95. 0c45336 Reformatted some files to bring them in alignment with Felix coding style by Richard S. Hall · 16 years ago
  96. f1085c8 Applied patch (FELIX-482) to use logger instead of System.err. by Richard S. Hall · 16 years ago
  97. d4748fc Modified OBR to correctly consider the namespace attribute when matching by Richard S. Hall · 16 years ago
  98. 4153930 FELIX-399 Implement Referral with hop count support by Felix Meschberger · 16 years ago
  99. 50e9925 Applied patch (FELIX-480) to return an empty resource array when querying by Richard S. Hall · 17 years ago
  100. 2d4503e Fixed improper synchronization with respect to visibility rules. by Richard S. Hall · 17 years ago