1. c281962 Apply patch FELIX-3257 to consider bundle version when selecting between by Richard S. Hall · 13 years ago
  2. 005bd12 Update Utils dependency to snapshot version. (FELIX-3119) by Richard S. Hall · 13 years ago
  3. a7d1231 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 13 years ago
  4. ddb6fb2 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.6 by Stuart McCulloch · 13 years ago
  5. fe053e9 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 13 years ago
  6. 85ab993 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.6 by Stuart McCulloch · 13 years ago
  7. 4f6747a Use 2.1 parent pom by Stuart McCulloch · 13 years ago
  8. 819318d Update scm info by Stuart McCulloch · 13 years ago
  9. af18da4 [maven-release-plugin] prepare for next development iteration by Stuart McCulloch · 13 years ago
  10. 4a39ff8 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.6 by Stuart McCulloch · 13 years ago
  11. ad7fd44 Update changelog by Stuart McCulloch · 13 years ago
  12. a9a891d Update copyright year by Stuart McCulloch · 13 years ago
  13. 8201206 Update copyright year by Stuart McCulloch · 13 years ago
  14. b2870be Use latest Felix parent pom, utils, and bundleplugin by Stuart McCulloch · 13 years ago
  15. d5b12a9 Use ${project...} instead of the deprecated ${pom...} variables by Stuart McCulloch · 13 years ago
  16. 75f8ee6 Add headers to test resources by Stuart McCulloch · 13 years ago
  17. d422a8b Fix repository delete bug. (FELIX-2958) by Richard S. Hall · 14 years ago
  18. d40c4b7 Apply patch to improve exception message. (FELIX-2912) by Richard S. Hall · 14 years ago
  19. 998ab6c FELIX-2884 - The multiplicity isn't taken into account by the maven bundle plugin and bundlerepository when generating the repository xml by Guillaume Nodet · 14 years ago
  20. 38509d8 Remove some dead code. by Richard S. Hall · 14 years ago
  21. c0f1c7b Don't use String.contains(). (FELIX-2611) by Richard S. Hall · 14 years ago
  22. e0aa950 Don't use Boolean.parseBoolean(). (FELIX-2612) by Richard S. Hall · 14 years ago
  23. eafeb7a [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  24. 8d80e56 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.4 by Guillaume Nodet · 14 years ago
  25. cc036d0 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  26. bf8bc36 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.4 by Guillaume Nodet · 14 years ago
  27. 4ee8ae5 FELIX-2306: ClassCastException in Wrapper.unwrap() when calling Resolver.add(x implements Resource) by Guillaume Nodet · 14 years ago
  28. 3d19938 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  29. fe6d062 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.4 by Guillaume Nodet · 14 years ago
  30. 06e9f4e [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  31. 26ae162 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.4 by Guillaume Nodet · 14 years ago
  32. 0c29039 Update to new NOTICE/DEPENDENCIES files. by Richard S. Hall · 14 years ago
  33. 00585e7 FELIX-2385: Execution environment property is not correctly exposed by Guillaume Nodet · 14 years ago
  34. c2baa4d [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  35. fb8f07c [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.2 by Guillaume Nodet · 15 years ago
  36. 094a994 [bundlerepository] upgrade to latest felix-parent by Guillaume Nodet · 15 years ago
  37. 58c18b2 FELIX-2304: Single quotes need to be escaped in xml attribute values by Guillaume Nodet · 15 years ago
  38. c224b72 FELIX-2276: Authentication credentials for proxies are not set when retrieving resources by Guillaume Nodet · 15 years ago
  39. 726c902 FELIX-2269: Only the higher version of a given bundle is kept in a repository by Guillaume Nodet · 15 years ago
  40. a47bf48 Refer to released versions of dependencies by Felix Meschberger · 15 years ago
  41. 6ee01bc revert to SNAPSHOT version to not break build by Felix Meschberger · 15 years ago
  42. abd18b5 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  43. 65bc16f [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.0 by Felix Meschberger · 15 years ago
  44. 7bf6bdb update to version about to be released by Felix Meschberger · 15 years ago
  45. 949aa9d update OSGi software copyright year by Felix Meschberger · 15 years ago
  46. 3f0dcb2 [utils][bundlerepository] remove support for '<' and '>' in the filter, but transform the filters when building the requirement by Guillaume Nodet · 15 years ago
  47. 0b13c69 [bundlerepository] write resources with relative uri when possible by Guillaume Nodet · 15 years ago
  48. 88f851c FELIX-2221 Throw documented (checked) exception instead of undocumented unchecked exception (IllegalArgumentException) by Felix Meschberger · 15 years ago
  49. c258703 FELIX-2215: Refactor bundlerepository and maven bundle plugin obr data model by Guillaume Nodet · 15 years ago
  50. 8764ef2 FELIX-2211: Simplify the repository parser based on KXml2 by Guillaume Nodet · 15 years ago
  51. 4698874 [bundlerepository] remove unused method by Guillaume Nodet · 15 years ago
  52. 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
  53. a54cbcf [bundlerepository] fix stax parser which does not read additional resource properties (license, copyright, size, etc...) by Guillaume Nodet · 15 years ago
  54. 5374e7e [bundlerepository] fix the NO_LOCAL_RESOURCES flag by Guillaume Nodet · 15 years ago
  55. 0663f13 FELIX-1531: Mandatory directive is ignored on the Export-Package when it comes to resolve the bundles by Guillaume Nodet · 15 years ago
  56. 0c65f91 FELIX-2151: Use Strings instead of URLs in the API by Guillaume Nodet · 15 years ago
  57. af51b8c FELIX-2144: API changes: by Guillaume Nodet · 15 years ago
  58. fa028a8 [bundlerepository] use 1.0.2 version of the org.osgi.service.obr package by Guillaume Nodet · 15 years ago
  59. 11688d8 FELIX-2144: add global requirements and capabilities to the resolver by Guillaume Nodet · 15 years ago
  60. dec5a88 FELIX-1492: add a flag to exclude optional resources in both resolution and deployment by Guillaume Nodet · 15 years ago
  61. b1f1cf9 FELIX-2140: The Requirement#isSatisfied() method should actually check the capability/requirement namespace by Guillaume Nodet · 15 years ago
  62. 47dc56a FELIX-2127: The explanation why a resource is included is nearly useless by Guillaume Nodet · 15 years ago
  63. d8ab50f FELIX-2139: Change the pacakge name of the api to better control it by Guillaume Nodet · 15 years ago
  64. 7542f36 FELIX-2127: improve explanations by adding a way to link the requirement to the requesting resource by Guillaume Nodet · 15 years ago
  65. cde01fb [bundlerepository] add toString() method to help debugging by Guillaume Nodet · 15 years ago
  66. 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
  67. 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
  68. ba06988 FELIX-483: Better exception thrown when there is an error parsing a resource by Guillaume Nodet · 15 years ago
  69. ab4bc33 FELIX-2134: Change the filter implementation by Guillaume Nodet · 15 years ago
  70. 8ac308e FELIX-2106, FELIX-692: remove unneeded outer loop in ResolverImpl#searchResources() by Guillaume Nodet · 15 years ago
  71. 5c2d3ee FELIX-2126: add a test case by Guillaume Nodet · 15 years ago
  72. 91af24d FELIX-2126: Dependencies of optional resources should be optional by Guillaume Nodet · 15 years ago
  73. 001f4ac FELIX-2106, FELIX-692: Control which repositories are used for a given resolver by Guillaume Nodet · 15 years ago
  74. 97e4f09 Fixed an apparent type. (FELIX-2115) by Richard S. Hall · 15 years ago
  75. 65bf677 [bundlerepository] remove an unneeded import and ';' by Guillaume Nodet · 15 years ago
  76. 986d493 FELIX-2083: bundlerepository should mark dependencies it includes as optional by Guillaume Nodet · 15 years ago
  77. eec4c04 FELIX-1007: OBR search doesn't take 'categories' into account by Guillaume Nodet · 15 years ago
  78. 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
  79. 0124ee9 Very minor formatting change. by Richard S. Hall · 15 years ago
  80. 2dc4751 Minor formatting changes. by Richard S. Hall · 15 years ago
  81. b6e524b FELIX-2109: OBR should support matching resources for a given requirement by Guillaume Nodet · 15 years ago
  82. bd7945b FELIX-2110: The resolver should be able to resolve for some requirements in addition to resources by Guillaume Nodet · 15 years ago
  83. 07b23ae Reformat according to Felix code style. by Richard S. Hall · 15 years ago
  84. 499caf2 FELIX-2114: The reasons for adding a resource may contain the same requirement several times by Guillaume Nodet · 15 years ago
  85. 9ab12dc FELIX-2104: Add an optional faster stax based parser by Guillaume Nodet · 15 years ago
  86. 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
  87. d375f15 FELIX-1621: OBR fails to take bundles into account that are already available in the framework by Guillaume Nodet · 15 years ago
  88. 532a2ce Append ":" to directive names. (FELIX-2081) by Richard S. Hall · 15 years ago
  89. 710bb1f FELIX-2082: Local resources should really be preferred over remote resources by Guillaume Nodet · 15 years ago
  90. d6dae31 FELIX-2081: Attribtues and directives and not used on local resources by Guillaume Nodet · 15 years ago
  91. af00b62 Applied patch to address some NPEs. (FELIX-1809) by Richard S. Hall · 15 years ago
  92. 6725c64 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  93. 3fcca37 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.3 by Karl Pauls · 15 years ago
  94. 8a02f2c [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  95. d5e58ca [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.3 by Karl Pauls · 15 years ago
  96. c751cd1 Update changelog by Karl Pauls · 15 years ago
  97. 3026322 Update Copyright year. by Karl Pauls · 15 years ago
  98. 379f2d9 Fixed logic error where a Resource was being removed from the list by Richard S. Hall · 15 years ago
  99. f4d1dab Should only depend on released versions. by Richard S. Hall · 15 years ago
  100. 3a3a982 Modify resolver candidate selection to compare capability versions, not by Richard S. Hall · 15 years ago