1. 7808a15 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  2. 7fcda14 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.4 by Guillaume Nodet · 14 years ago
  3. 88c42e9 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  4. 3f2bd59 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.4 by Guillaume Nodet · 14 years ago
  5. cf1d932 FELIX-2306: ClassCastException in Wrapper.unwrap() when calling Resolver.add(x implements Resource) by Guillaume Nodet · 14 years ago
  6. de1c44d [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  7. 7971360 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.4 by Guillaume Nodet · 14 years ago
  8. 90c75cc [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  9. 12bbf06 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.4 by Guillaume Nodet · 14 years ago
  10. bb2d43e Update to new NOTICE/DEPENDENCIES files. by Richard S. Hall · 14 years ago
  11. 6580d72 FELIX-2385: Execution environment property is not correctly exposed by Guillaume Nodet · 14 years ago
  12. f083801 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  13. d9f1642 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.2 by Guillaume Nodet · 14 years ago
  14. 9c777e9 [bundlerepository] upgrade to latest felix-parent by Guillaume Nodet · 14 years ago
  15. 733698e FELIX-2304: Single quotes need to be escaped in xml attribute values by Guillaume Nodet · 14 years ago
  16. 504e9c2 FELIX-2276: Authentication credentials for proxies are not set when retrieving resources by Guillaume Nodet · 14 years ago
  17. ac9a3e2 FELIX-2269: Only the higher version of a given bundle is kept in a repository by Guillaume Nodet · 14 years ago
  18. 21d70d7 Refer to released versions of dependencies by Felix Meschberger · 14 years ago
  19. 8a613a4 revert to SNAPSHOT version to not break build by Felix Meschberger · 14 years ago
  20. cd1e259 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  21. fd15241 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.0 by Felix Meschberger · 14 years ago
  22. 8bae48d update to version about to be released by Felix Meschberger · 14 years ago
  23. 76204b0 update OSGi software copyright year by Felix Meschberger · 14 years ago
  24. 2ef36f7 [utils][bundlerepository] remove support for '<' and '>' in the filter, but transform the filters when building the requirement by Guillaume Nodet · 14 years ago
  25. fd4184f [bundlerepository] write resources with relative uri when possible by Guillaume Nodet · 14 years ago
  26. cafe41e FELIX-2221 Throw documented (checked) exception instead of undocumented unchecked exception (IllegalArgumentException) by Felix Meschberger · 14 years ago
  27. 8d5faf6 FELIX-2215: Refactor bundlerepository and maven bundle plugin obr data model by Guillaume Nodet · 14 years ago
  28. 5e1b3a6 FELIX-2211: Simplify the repository parser based on KXml2 by Guillaume Nodet · 14 years ago
  29. c47788e [bundlerepository] remove unused method by Guillaume Nodet · 14 years ago
  30. feb8161 [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 · 14 years ago
  31. 2974063 [bundlerepository] fix stax parser which does not read additional resource properties (license, copyright, size, etc...) by Guillaume Nodet · 14 years ago
  32. a5a72c3 [bundlerepository] fix the NO_LOCAL_RESOURCES flag by Guillaume Nodet · 14 years ago
  33. c738f32 FELIX-1531: Mandatory directive is ignored on the Export-Package when it comes to resolve the bundles by Guillaume Nodet · 14 years ago
  34. e20e011 FELIX-2151: Use Strings instead of URLs in the API by Guillaume Nodet · 14 years ago
  35. e1cea2c FELIX-2144: API changes: by Guillaume Nodet · 14 years ago
  36. c63f7ff [bundlerepository] use 1.0.2 version of the org.osgi.service.obr package by Guillaume Nodet · 14 years ago
  37. b8de3e7 FELIX-2144: add global requirements and capabilities to the resolver by Guillaume Nodet · 14 years ago
  38. cf77d21 FELIX-1492: add a flag to exclude optional resources in both resolution and deployment by Guillaume Nodet · 14 years ago
  39. b6584b7 FELIX-2140: The Requirement#isSatisfied() method should actually check the capability/requirement namespace by Guillaume Nodet · 14 years ago
  40. 24b00a4 FELIX-2127: The explanation why a resource is included is nearly useless by Guillaume Nodet · 14 years ago
  41. 6aa7224 FELIX-2139: Change the pacakge name of the api to better control it by Guillaume Nodet · 14 years ago
  42. 3977a84 FELIX-2127: improve explanations by adding a way to link the requirement to the requesting resource by Guillaume Nodet · 14 years ago
  43. f49ddd7 [bundlerepository] add toString() method to help debugging by Guillaume Nodet · 14 years ago
  44. 480383c FELIX-2138: The resolver should prefer required resources over optional resources to minimize the set of required resources by Guillaume Nodet · 14 years ago
  45. 12331b9 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 · 14 years ago
  46. 9d2e6ae FELIX-483: Better exception thrown when there is an error parsing a resource by Guillaume Nodet · 14 years ago
  47. ad4de7a FELIX-2134: Change the filter implementation by Guillaume Nodet · 14 years ago
  48. e7f6718 FELIX-2106, FELIX-692: remove unneeded outer loop in ResolverImpl#searchResources() by Guillaume Nodet · 14 years ago
  49. a3fbff1 FELIX-2126: add a test case by Guillaume Nodet · 14 years ago
  50. 30677f5 FELIX-2126: Dependencies of optional resources should be optional by Guillaume Nodet · 14 years ago
  51. 66b87bd FELIX-2106, FELIX-692: Control which repositories are used for a given resolver by Guillaume Nodet · 14 years ago
  52. 9c28c1d Fixed an apparent type. (FELIX-2115) by Richard S. Hall · 14 years ago
  53. 979357f [bundlerepository] remove an unneeded import and ';' by Guillaume Nodet · 14 years ago
  54. 686cb9b FELIX-2083: bundlerepository should mark dependencies it includes as optional by Guillaume Nodet · 14 years ago
  55. 6c58a37 FELIX-1007: OBR search doesn't take 'categories' into account by Guillaume Nodet · 14 years ago
  56. a6f375e FELIX-2115: The api offers no way to have a timeout or cancel the resolution if it takes too long by Guillaume Nodet · 14 years ago
  57. fa28e07 Very minor formatting change. by Richard S. Hall · 14 years ago
  58. 91c6bff Minor formatting changes. by Richard S. Hall · 14 years ago
  59. 4ff5c7a FELIX-2109: OBR should support matching resources for a given requirement by Guillaume Nodet · 14 years ago
  60. cd87ae5 FELIX-2110: The resolver should be able to resolve for some requirements in addition to resources by Guillaume Nodet · 14 years ago
  61. 3f981f9 Reformat according to Felix code style. by Richard S. Hall · 14 years ago
  62. 6701f52 FELIX-2114: The reasons for adding a resource may contain the same requirement several times by Guillaume Nodet · 14 years ago
  63. 389b81a FELIX-2104: Add an optional faster stax based parser by Guillaume Nodet · 14 years ago
  64. 0396617 FELIX-2102, FELIX-2103: Improve the obr url handler to support installing bundles by their symbolicname and version by Guillaume Nodet · 14 years ago
  65. 6d72924 FELIX-1621: OBR fails to take bundles into account that are already available in the framework by Guillaume Nodet · 14 years ago
  66. 0351cee Append ":" to directive names. (FELIX-2081) by Richard S. Hall · 14 years ago
  67. fda4904 FELIX-2082: Local resources should really be preferred over remote resources by Guillaume Nodet · 14 years ago
  68. b687118 FELIX-2081: Attribtues and directives and not used on local resources by Guillaume Nodet · 14 years ago
  69. b87f974 Applied patch to address some NPEs. (FELIX-1809) by Richard S. Hall · 14 years ago
  70. c26a900 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  71. 463023e [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.3 by Karl Pauls · 14 years ago
  72. ff20b2b [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  73. ee22e69 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.3 by Karl Pauls · 14 years ago
  74. fca8bd2 Update changelog by Karl Pauls · 14 years ago
  75. fa67bec Update Copyright year. by Karl Pauls · 14 years ago
  76. 2be2bd2 Fixed logic error where a Resource was being removed from the list by Richard S. Hall · 14 years ago
  77. 25ea8bf Should only depend on released versions. by Richard S. Hall · 15 years ago
  78. c87cbf0 Modify resolver candidate selection to compare capability versions, not by Richard S. Hall · 15 years ago
  79. ad09c60 Clean-up after release by Karl Pauls · 15 years ago
  80. 4ec7887 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  81. 1d1f57a [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.2 by Karl Pauls · 15 years ago
  82. e4b270c Update dependencies for release by Karl Pauls · 15 years ago
  83. cff9e86 Update changelog by Karl Pauls · 15 years ago
  84. 1d7fb59 Modify framework, main, shell, shell.tui, and obr to depend on official OSGi JAR files (FELIX-1617) by Karl Pauls · 15 years ago
  85. 62db4b5 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
  86. 9c1ed94 Cleanup after release by Karl Pauls · 15 years ago
  87. bc8bbed Cleanup after release by Karl Pauls · 15 years ago
  88. 4671640 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  89. 522b58e [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.1 by Karl Pauls · 15 years ago
  90. 35d7e77 Update dependencies for release by Karl Pauls · 15 years ago
  91. 25d5313 Update changelog and doc for release by Karl Pauls · 15 years ago
  92. fb50a2d Apply patch (FELIX-1433) to use Version.parseVersion(), which ignores by Richard S. Hall · 15 years ago
  93. 0cd73cf Reverted previous change since it appears to not be a bug. (FELIX-1155) by Richard S. Hall · 15 years ago
  94. d1762af OBR expected all resources to have a presentation name when listing them, by Richard S. Hall · 15 years ago
  95. 3424b84 Properly convert a version range property type. (FELIX-1155) by Richard S. Hall · 15 years ago
  96. d5e2aa3 Change log listed the wrong released version number. by Richard S. Hall · 15 years ago
  97. 1ead5b5 Apply patch (FELIX-1000) to implement a URLStreamHandler for OBR so that by Richard S. Hall · 15 years ago
  98. 51bcc3a Cleanup after releases. by Karl Pauls · 15 years ago
  99. 87d8388 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  100. b4a8644 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.0 by Karl Pauls · 15 years ago