1. 9d2e6ae FELIX-483: Better exception thrown when there is an error parsing a resource by Guillaume Nodet · 14 years ago
  2. ad4de7a FELIX-2134: Change the filter implementation by Guillaume Nodet · 14 years ago
  3. e7f6718 FELIX-2106, FELIX-692: remove unneeded outer loop in ResolverImpl#searchResources() by Guillaume Nodet · 14 years ago
  4. a3fbff1 FELIX-2126: add a test case by Guillaume Nodet · 14 years ago
  5. 30677f5 FELIX-2126: Dependencies of optional resources should be optional by Guillaume Nodet · 14 years ago
  6. 66b87bd FELIX-2106, FELIX-692: Control which repositories are used for a given resolver by Guillaume Nodet · 14 years ago
  7. 9c28c1d Fixed an apparent type. (FELIX-2115) by Richard S. Hall · 14 years ago
  8. 979357f [bundlerepository] remove an unneeded import and ';' by Guillaume Nodet · 14 years ago
  9. 686cb9b FELIX-2083: bundlerepository should mark dependencies it includes as optional by Guillaume Nodet · 14 years ago
  10. 6c58a37 FELIX-1007: OBR search doesn't take 'categories' into account by Guillaume Nodet · 14 years ago
  11. 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
  12. fa28e07 Very minor formatting change. by Richard S. Hall · 14 years ago
  13. 91c6bff Minor formatting changes. by Richard S. Hall · 14 years ago
  14. 4ff5c7a FELIX-2109: OBR should support matching resources for a given requirement by Guillaume Nodet · 14 years ago
  15. cd87ae5 FELIX-2110: The resolver should be able to resolve for some requirements in addition to resources by Guillaume Nodet · 14 years ago
  16. 3f981f9 Reformat according to Felix code style. by Richard S. Hall · 14 years ago
  17. 6701f52 FELIX-2114: The reasons for adding a resource may contain the same requirement several times by Guillaume Nodet · 14 years ago
  18. 389b81a FELIX-2104: Add an optional faster stax based parser by Guillaume Nodet · 14 years ago
  19. 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
  20. 6d72924 FELIX-1621: OBR fails to take bundles into account that are already available in the framework by Guillaume Nodet · 14 years ago
  21. 0351cee Append ":" to directive names. (FELIX-2081) by Richard S. Hall · 14 years ago
  22. fda4904 FELIX-2082: Local resources should really be preferred over remote resources by Guillaume Nodet · 14 years ago
  23. b687118 FELIX-2081: Attribtues and directives and not used on local resources by Guillaume Nodet · 14 years ago
  24. b87f974 Applied patch to address some NPEs. (FELIX-1809) by Richard S. Hall · 14 years ago
  25. c26a900 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  26. 463023e [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.3 by Karl Pauls · 14 years ago
  27. ff20b2b [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  28. ee22e69 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.3 by Karl Pauls · 14 years ago
  29. fca8bd2 Update changelog by Karl Pauls · 14 years ago
  30. fa67bec Update Copyright year. by Karl Pauls · 14 years ago
  31. 2be2bd2 Fixed logic error where a Resource was being removed from the list by Richard S. Hall · 14 years ago
  32. 25ea8bf Should only depend on released versions. by Richard S. Hall · 15 years ago
  33. c87cbf0 Modify resolver candidate selection to compare capability versions, not by Richard S. Hall · 15 years ago
  34. ad09c60 Clean-up after release by Karl Pauls · 15 years ago
  35. 4ec7887 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  36. 1d1f57a [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.2 by Karl Pauls · 15 years ago
  37. e4b270c Update dependencies for release by Karl Pauls · 15 years ago
  38. cff9e86 Update changelog by Karl Pauls · 15 years ago
  39. 1d7fb59 Modify framework, main, shell, shell.tui, and obr to depend on official OSGi JAR files (FELIX-1617) by Karl Pauls · 15 years ago
  40. 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
  41. 9c1ed94 Cleanup after release by Karl Pauls · 15 years ago
  42. bc8bbed Cleanup after release by Karl Pauls · 15 years ago
  43. 4671640 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  44. 522b58e [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.1 by Karl Pauls · 15 years ago
  45. 35d7e77 Update dependencies for release by Karl Pauls · 15 years ago
  46. 25d5313 Update changelog and doc for release by Karl Pauls · 15 years ago
  47. fb50a2d Apply patch (FELIX-1433) to use Version.parseVersion(), which ignores by Richard S. Hall · 15 years ago
  48. 0cd73cf Reverted previous change since it appears to not be a bug. (FELIX-1155) by Richard S. Hall · 15 years ago
  49. d1762af OBR expected all resources to have a presentation name when listing them, by Richard S. Hall · 15 years ago
  50. 3424b84 Properly convert a version range property type. (FELIX-1155) by Richard S. Hall · 15 years ago
  51. d5e2aa3 Change log listed the wrong released version number. by Richard S. Hall · 15 years ago
  52. 1ead5b5 Apply patch (FELIX-1000) to implement a URLStreamHandler for OBR so that by Richard S. Hall · 15 years ago
  53. 51bcc3a Cleanup after releases. by Karl Pauls · 15 years ago
  54. 87d8388 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  55. b4a8644 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.0 by Karl Pauls · 15 years ago
  56. 7d13427 Update changelog and prepare 1.4.0 release. by Karl Pauls · 15 years ago
  57. ae9d491 Applied patch (FELIX-973) to add support for new operators in filter by Richard S. Hall · 15 years ago
  58. b6ad352 Forgot to add these test cases from patch. (FELIX-977) by Richard S. Hall · 15 years ago
  59. b75e462 Applied patch (FELIX-977) to try to optimize OBR's resolver. by Richard S. Hall · 15 years ago
  60. b5dbcd9 Applied patch (FELIX-976) to add a command to refresh repository URLs. by Richard S. Hall · 15 years ago
  61. f09d3ed Applied patch (FELIX-999) to avoid starting fragment bundles. by Richard S. Hall · 15 years ago
  62. 286c34e Applied patch (FELIX-986) to show symbolic in verbose listing; also removed by Richard S. Hall · 15 years ago
  63. 3b79193 FELIX-940 Add capability ee of the system bundle representing the by Felix Meschberger · 15 years ago
  64. 77e5e53 FELIX-884 and FELIX-887: Applying combined patch FELIX-884-4.patch with by Felix Meschberger · 15 years ago
  65. 41c3880 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  66. 700ec10 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.2.1 by Karl Pauls · 16 years ago
  67. 4620b67 Prepare 1.2.1 release by Karl Pauls · 16 years ago
  68. 57c0b5d Fixed potential NPE when comparing resources. (FELIX-789) by Richard S. Hall · 16 years ago
  69. 1575135 Removed the default repository URL from OBR, so now it must be configured by Richard S. Hall · 16 years ago
  70. 3e5f8ab Print message if there are no matching bundles. (FELIX-785) by Richard S. Hall · 16 years ago
  71. 11768e4 Modified the OBR shell command to hide multiple versions of available by Richard S. Hall · 16 years ago
  72. 0f37e7c Adapt Bundle-DocURL header to modified URL by Felix Meschberger · 16 years ago
  73. ca86c0c Manually set dependencies after release. by Karl Pauls · 16 years ago
  74. 6cae2db [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  75. cd63b81 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.2.0 by Karl Pauls · 16 years ago
  76. 549b838 Prepare the Felix 1.2 release. by Karl Pauls · 16 years ago
  77. aaaee7f FELIX-706 Depend on minimum suitable version by Felix Meschberger · 16 years ago
  78. 0caf0f3 FELIX-701 Stop running bundles before updating it and start only by Felix Meschberger · 16 years ago
  79. 7d3f0ed Pointing URLs in the manifest to the Felix site by Felix Meschberger · 16 years ago
  80. e6cb500 FELIX-108 Prevent NullPointerException if a locally installed bundle by Felix Meschberger · 16 years ago
  81. 44cc39a Added OBR descriptor and updated to the newest bundle plugin. (FELIX-672) by Richard S. Hall · 16 years ago
  82. a360205 Reformatted some files to bring them in alignment with Felix coding style by Richard S. Hall · 16 years ago
  83. 552d60b Applied patch (FELIX-482) to use logger instead of System.err. by Richard S. Hall · 16 years ago
  84. a1dbe0d Modified OBR to correctly consider the namespace attribute when matching by Richard S. Hall · 16 years ago
  85. 2b2f25b FELIX-399 Implement Referral with hop count support by Felix Meschberger · 16 years ago
  86. ffc3af9 Applied patch (FELIX-480) to return an empty resource array when querying by Richard S. Hall · 16 years ago
  87. 61d37f3 Fixed improper synchronization with respect to visibility rules. by Richard S. Hall · 16 years ago
  88. 61662df Modified RequirementImpl to throw an invalid syntax exception instead of by Richard S. Hall · 16 years ago
  89. 03443f1 Move repository URL list initialization later to avoid added the default by Richard S. Hall · 16 years ago
  90. b70a9a6 Manually update dependencies to snapshot. by Karl Pauls · 16 years ago
  91. 55d47bd [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  92. a2fd3e0 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.0.3 by Karl Pauls · 16 years ago
  93. 116f916 Manually update dependencies to minor release. by Karl Pauls · 16 years ago
  94. 5a9efed Update dependency on obr service interfaces to 1.1.0-SNAPSHOT. by Karl Pauls · 16 years ago
  95. 2ef0ab2 Update NOTICE file to new layout, prepare changelog for 1.0.3 release, and delete redundant LICENSE and NOTICE files as well as moving LICENSE.kxml2 to top-level. by Karl Pauls · 16 years ago
  96. cf6e51b Add/Update bundle vendor. by Carsten Ziegeler · 16 years ago
  97. 2eddde0 Read repository information in a doPriv to make security easier. by Karl Pauls · 16 years ago
  98. 876ca72 Use 1.4.0 bundleplugin, and enable jdk13 classifier build in UPNP basedriver by Stuart McCulloch · 16 years ago
  99. 9555800 FELIX-498: add 'obr javadoc' command to bundlerepository by Stuart McCulloch · 16 years ago
  100. cb8192f Upgrade to release 1.2.1 of the maven-bundle-plugin (improved uses calculation) by Stuart McCulloch · 16 years ago