- 38509d8 Remove some dead code. by Richard S. Hall · 14 years ago
- c0f1c7b Don't use String.contains(). (FELIX-2611) by Richard S. Hall · 14 years ago
- e0aa950 Don't use Boolean.parseBoolean(). (FELIX-2612) by Richard S. Hall · 14 years ago
- eafeb7a [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
- 8d80e56 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.4 by Guillaume Nodet · 14 years ago
- cc036d0 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
- bf8bc36 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.4 by Guillaume Nodet · 14 years ago
- 4ee8ae5 FELIX-2306: ClassCastException in Wrapper.unwrap() when calling Resolver.add(x implements Resource) by Guillaume Nodet · 14 years ago
- 3d19938 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
- fe6d062 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.4 by Guillaume Nodet · 14 years ago
- 06e9f4e [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
- 26ae162 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.4 by Guillaume Nodet · 14 years ago
- 0c29039 Update to new NOTICE/DEPENDENCIES files. by Richard S. Hall · 14 years ago
- 00585e7 FELIX-2385: Execution environment property is not correctly exposed by Guillaume Nodet · 14 years ago
- c2baa4d [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
- fb8f07c [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.2 by Guillaume Nodet · 15 years ago
- 094a994 [bundlerepository] upgrade to latest felix-parent by Guillaume Nodet · 15 years ago
- 58c18b2 FELIX-2304: Single quotes need to be escaped in xml attribute values by Guillaume Nodet · 15 years ago
- c224b72 FELIX-2276: Authentication credentials for proxies are not set when retrieving resources by Guillaume Nodet · 15 years ago
- 726c902 FELIX-2269: Only the higher version of a given bundle is kept in a repository by Guillaume Nodet · 15 years ago
- a47bf48 Refer to released versions of dependencies by Felix Meschberger · 15 years ago
- 6ee01bc revert to SNAPSHOT version to not break build by Felix Meschberger · 15 years ago
- abd18b5 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
- 65bc16f [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.0 by Felix Meschberger · 15 years ago
- 7bf6bdb update to version about to be released by Felix Meschberger · 15 years ago
- 949aa9d update OSGi software copyright year by Felix Meschberger · 15 years ago
- 3f0dcb2 [utils][bundlerepository] remove support for '<' and '>' in the filter, but transform the filters when building the requirement by Guillaume Nodet · 15 years ago
- 0b13c69 [bundlerepository] write resources with relative uri when possible by Guillaume Nodet · 15 years ago
- 88f851c FELIX-2221 Throw documented (checked) exception instead of undocumented unchecked exception (IllegalArgumentException) by Felix Meschberger · 15 years ago
- c258703 FELIX-2215: Refactor bundlerepository and maven bundle plugin obr data model by Guillaume Nodet · 15 years ago
- 8764ef2 FELIX-2211: Simplify the repository parser based on KXml2 by Guillaume Nodet · 15 years ago
- 4698874 [bundlerepository] remove unused method by Guillaume Nodet · 15 years ago
- 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
- a54cbcf [bundlerepository] fix stax parser which does not read additional resource properties (license, copyright, size, etc...) by Guillaume Nodet · 15 years ago
- 5374e7e [bundlerepository] fix the NO_LOCAL_RESOURCES flag by Guillaume Nodet · 15 years ago
- 0663f13 FELIX-1531: Mandatory directive is ignored on the Export-Package when it comes to resolve the bundles by Guillaume Nodet · 15 years ago
- 0c65f91 FELIX-2151: Use Strings instead of URLs in the API by Guillaume Nodet · 15 years ago
- af51b8c FELIX-2144: API changes: by Guillaume Nodet · 15 years ago
- fa028a8 [bundlerepository] use 1.0.2 version of the org.osgi.service.obr package by Guillaume Nodet · 15 years ago
- 11688d8 FELIX-2144: add global requirements and capabilities to the resolver by Guillaume Nodet · 15 years ago
- dec5a88 FELIX-1492: add a flag to exclude optional resources in both resolution and deployment by Guillaume Nodet · 15 years ago
- b1f1cf9 FELIX-2140: The Requirement#isSatisfied() method should actually check the capability/requirement namespace by Guillaume Nodet · 15 years ago
- 47dc56a FELIX-2127: The explanation why a resource is included is nearly useless by Guillaume Nodet · 15 years ago
- d8ab50f FELIX-2139: Change the pacakge name of the api to better control it by Guillaume Nodet · 15 years ago
- 7542f36 FELIX-2127: improve explanations by adding a way to link the requirement to the requesting resource by Guillaume Nodet · 15 years ago
- cde01fb [bundlerepository] add toString() method to help debugging by Guillaume Nodet · 15 years ago
- 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
- 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
- ba06988 FELIX-483: Better exception thrown when there is an error parsing a resource by Guillaume Nodet · 15 years ago
- ab4bc33 FELIX-2134: Change the filter implementation by Guillaume Nodet · 15 years ago
- 8ac308e FELIX-2106, FELIX-692: remove unneeded outer loop in ResolverImpl#searchResources() by Guillaume Nodet · 15 years ago
- 5c2d3ee FELIX-2126: add a test case by Guillaume Nodet · 15 years ago
- 91af24d FELIX-2126: Dependencies of optional resources should be optional by Guillaume Nodet · 15 years ago
- 001f4ac FELIX-2106, FELIX-692: Control which repositories are used for a given resolver by Guillaume Nodet · 15 years ago
- 97e4f09 Fixed an apparent type. (FELIX-2115) by Richard S. Hall · 15 years ago
- 65bf677 [bundlerepository] remove an unneeded import and ';' by Guillaume Nodet · 15 years ago
- 986d493 FELIX-2083: bundlerepository should mark dependencies it includes as optional by Guillaume Nodet · 15 years ago
- eec4c04 FELIX-1007: OBR search doesn't take 'categories' into account by Guillaume Nodet · 15 years ago
- 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
- 0124ee9 Very minor formatting change. by Richard S. Hall · 15 years ago
- 2dc4751 Minor formatting changes. by Richard S. Hall · 15 years ago
- b6e524b FELIX-2109: OBR should support matching resources for a given requirement by Guillaume Nodet · 15 years ago
- bd7945b FELIX-2110: The resolver should be able to resolve for some requirements in addition to resources by Guillaume Nodet · 15 years ago
- 07b23ae Reformat according to Felix code style. by Richard S. Hall · 15 years ago
- 499caf2 FELIX-2114: The reasons for adding a resource may contain the same requirement several times by Guillaume Nodet · 15 years ago
- 9ab12dc FELIX-2104: Add an optional faster stax based parser by Guillaume Nodet · 15 years ago
- 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
- d375f15 FELIX-1621: OBR fails to take bundles into account that are already available in the framework by Guillaume Nodet · 15 years ago
- 532a2ce Append ":" to directive names. (FELIX-2081) by Richard S. Hall · 15 years ago
- 710bb1f FELIX-2082: Local resources should really be preferred over remote resources by Guillaume Nodet · 15 years ago
- d6dae31 FELIX-2081: Attribtues and directives and not used on local resources by Guillaume Nodet · 15 years ago
- af00b62 Applied patch to address some NPEs. (FELIX-1809) by Richard S. Hall · 15 years ago
- 6725c64 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
- 3fcca37 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.3 by Karl Pauls · 15 years ago
- 8a02f2c [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
- d5e58ca [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.3 by Karl Pauls · 15 years ago
- c751cd1 Update changelog by Karl Pauls · 15 years ago
- 3026322 Update Copyright year. by Karl Pauls · 15 years ago
- 379f2d9 Fixed logic error where a Resource was being removed from the list by Richard S. Hall · 15 years ago
- f4d1dab Should only depend on released versions. by Richard S. Hall · 15 years ago
- 3a3a982 Modify resolver candidate selection to compare capability versions, not by Richard S. Hall · 15 years ago
- 814787a Clean-up after release by Karl Pauls · 15 years ago
- e973f59 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
- b87869c [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.2 by Karl Pauls · 15 years ago
- 6574878 Update dependencies for release by Karl Pauls · 15 years ago
- 01710e1 Update changelog by Karl Pauls · 15 years ago
- 6eb9283 Modify framework, main, shell, shell.tui, and obr to depend on official OSGi JAR files (FELIX-1617) by Karl Pauls · 15 years ago
- 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
- 1a53d93 Cleanup after release by Karl Pauls · 15 years ago
- abf382a Cleanup after release by Karl Pauls · 15 years ago
- 4beeb72 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
- b51d826 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.4.1 by Karl Pauls · 15 years ago
- 70a3115 Update dependencies for release by Karl Pauls · 15 years ago
- cf2ea0d Update changelog and doc for release by Karl Pauls · 15 years ago
- 3e61890 Apply patch (FELIX-1433) to use Version.parseVersion(), which ignores by Richard S. Hall · 15 years ago
- 53a94f0 Reverted previous change since it appears to not be a bug. (FELIX-1155) by Richard S. Hall · 16 years ago
- 3125303 OBR expected all resources to have a presentation name when listing them, by Richard S. Hall · 16 years ago
- 24b1b17 Properly convert a version range property type. (FELIX-1155) by Richard S. Hall · 16 years ago
- 62750c9 Change log listed the wrong released version number. by Richard S. Hall · 16 years ago
- 5481900 Apply patch (FELIX-1000) to implement a URLStreamHandler for OBR so that by Richard S. Hall · 16 years ago