Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
ea7c8788f3a94cb978b91e1fc9f39dc5a2003a06
/
bundlerepository
/
src
/
main
/
java
c738f32
FELIX-1531: Mandatory directive is ignored on the Export-Package when it comes to resolve the bundles
by Guillaume Nodet
· 15 years ago
e20e011
FELIX-2151: Use Strings instead of URLs in the API
by Guillaume Nodet
· 15 years ago
e1cea2c
FELIX-2144: API changes:
by Guillaume Nodet
· 15 years ago
b8de3e7
FELIX-2144: add global requirements and capabilities to the resolver
by Guillaume Nodet
· 15 years ago
cf77d21
FELIX-1492: add a flag to exclude optional resources in both resolution and deployment
by Guillaume Nodet
· 15 years ago
b6584b7
FELIX-2140: The Requirement#isSatisfied() method should actually check the capability/requirement namespace
by Guillaume Nodet
· 15 years ago
24b00a4
FELIX-2127: The explanation why a resource is included is nearly useless
by Guillaume Nodet
· 15 years ago
6aa7224
FELIX-2139: Change the pacakge name of the api to better control it
by Guillaume Nodet
· 15 years ago
3977a84
FELIX-2127: improve explanations by adding a way to link the requirement to the requesting resource
by Guillaume Nodet
· 15 years ago
f49ddd7
[bundlerepository] add toString() method to help debugging
by Guillaume Nodet
· 15 years ago
480383c
FELIX-2138: The resolver should prefer required resources over optional resources to minimize the set of required resources
by Guillaume Nodet
· 15 years ago
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
· 15 years ago
9d2e6ae
FELIX-483: Better exception thrown when there is an error parsing a resource
by Guillaume Nodet
· 15 years ago
ad4de7a
FELIX-2134: Change the filter implementation
by Guillaume Nodet
· 15 years ago
e7f6718
FELIX-2106, FELIX-692: remove unneeded outer loop in ResolverImpl#searchResources()
by Guillaume Nodet
· 15 years ago
30677f5
FELIX-2126: Dependencies of optional resources should be optional
by Guillaume Nodet
· 15 years ago
66b87bd
FELIX-2106, FELIX-692: Control which repositories are used for a given resolver
by Guillaume Nodet
· 15 years ago
9c28c1d
Fixed an apparent type. (FELIX-2115)
by Richard S. Hall
· 15 years ago
979357f
[bundlerepository] remove an unneeded import and ';'
by Guillaume Nodet
· 15 years ago
6c58a37
FELIX-1007: OBR search doesn't take 'categories' into account
by Guillaume Nodet
· 15 years ago
a6f375e
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
fa28e07
Very minor formatting change.
by Richard S. Hall
· 15 years ago
91c6bff
Minor formatting changes.
by Richard S. Hall
· 15 years ago
4ff5c7a
FELIX-2109: OBR should support matching resources for a given requirement
by Guillaume Nodet
· 15 years ago
cd87ae5
FELIX-2110: The resolver should be able to resolve for some requirements in addition to resources
by Guillaume Nodet
· 15 years ago
3f981f9
Reformat according to Felix code style.
by Richard S. Hall
· 15 years ago
6701f52
FELIX-2114: The reasons for adding a resource may contain the same requirement several times
by Guillaume Nodet
· 15 years ago
389b81a
FELIX-2104: Add an optional faster stax based parser
by Guillaume Nodet
· 15 years ago
0396617
FELIX-2102, FELIX-2103: Improve the obr url handler to support installing bundles by their symbolicname and version
by Guillaume Nodet
· 15 years ago
6d72924
FELIX-1621: OBR fails to take bundles into account that are already available in the framework
by Guillaume Nodet
· 15 years ago
0351cee
Append ":" to directive names. (FELIX-2081)
by Richard S. Hall
· 15 years ago
fda4904
FELIX-2082: Local resources should really be preferred over remote resources
by Guillaume Nodet
· 15 years ago
b687118
FELIX-2081: Attribtues and directives and not used on local resources
by Guillaume Nodet
· 15 years ago
b87f974
Applied patch to address some NPEs. (FELIX-1809)
by Richard S. Hall
· 15 years ago
2be2bd2
Fixed logic error where a Resource was being removed from the list
by Richard S. Hall
· 15 years ago
c87cbf0
Modify resolver candidate selection to compare capability versions, not
by Richard S. Hall
· 15 years ago
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
fb50a2d
Apply patch (FELIX-1433) to use Version.parseVersion(), which ignores
by Richard S. Hall
· 15 years ago
0cd73cf
Reverted previous change since it appears to not be a bug. (FELIX-1155)
by Richard S. Hall
· 16 years ago
d1762af
OBR expected all resources to have a presentation name when listing them,
by Richard S. Hall
· 16 years ago
3424b84
Properly convert a version range property type. (FELIX-1155)
by Richard S. Hall
· 16 years ago
1ead5b5
Apply patch (FELIX-1000) to implement a URLStreamHandler for OBR so that
by Richard S. Hall
· 16 years ago
ae9d491
Applied patch (FELIX-973) to add support for new operators in filter
by Richard S. Hall
· 16 years ago
b75e462
Applied patch (FELIX-977) to try to optimize OBR's resolver.
by Richard S. Hall
· 16 years ago
b5dbcd9
Applied patch (FELIX-976) to add a command to refresh repository URLs.
by Richard S. Hall
· 16 years ago
f09d3ed
Applied patch (FELIX-999) to avoid starting fragment bundles.
by Richard S. Hall
· 16 years ago
286c34e
Applied patch (FELIX-986) to show symbolic in verbose listing; also removed
by Richard S. Hall
· 16 years ago
3b79193
FELIX-940 Add capability ee of the system bundle representing the
by Felix Meschberger
· 16 years ago
77e5e53
FELIX-884 and FELIX-887: Applying combined patch FELIX-884-4.patch with
by Felix Meschberger
· 16 years ago
57c0b5d
Fixed potential NPE when comparing resources. (FELIX-789)
by Richard S. Hall
· 16 years ago
1575135
Removed the default repository URL from OBR, so now it must be configured
by Richard S. Hall
· 16 years ago
3e5f8ab
Print message if there are no matching bundles. (FELIX-785)
by Richard S. Hall
· 16 years ago
11768e4
Modified the OBR shell command to hide multiple versions of available
by Richard S. Hall
· 16 years ago
0caf0f3
FELIX-701 Stop running bundles before updating it and start only
by Felix Meschberger
· 16 years ago
e6cb500
FELIX-108 Prevent NullPointerException if a locally installed bundle
by Felix Meschberger
· 16 years ago
a360205
Reformatted some files to bring them in alignment with Felix coding style
by Richard S. Hall
· 16 years ago
552d60b
Applied patch (FELIX-482) to use logger instead of System.err.
by Richard S. Hall
· 16 years ago
a1dbe0d
Modified OBR to correctly consider the namespace attribute when matching
by Richard S. Hall
· 16 years ago
2b2f25b
FELIX-399 Implement Referral with hop count support
by Felix Meschberger
· 17 years ago
ffc3af9
Applied patch (FELIX-480) to return an empty resource array when querying
by Richard S. Hall
· 17 years ago
61d37f3
Fixed improper synchronization with respect to visibility rules.
by Richard S. Hall
· 17 years ago
61662df
Modified RequirementImpl to throw an invalid syntax exception instead of
by Richard S. Hall
· 17 years ago
03443f1
Move repository URL list initialization later to avoid added the default
by Richard S. Hall
· 17 years ago
2eddde0
Read repository information in a doPriv to make security easier.
by Karl Pauls
· 17 years ago
9555800
FELIX-498: add 'obr javadoc' command to bundlerepository
by Stuart McCulloch
· 17 years ago
e0e48f9
Change default repository url from oscar-osgi.sf.net to oscar-osgi.sourceforge.net to not be redirected.
by Karl Pauls
· 17 years ago
f7639f3
Applied patch (FELIX-410) to add support for zipped repository files.
by Richard S. Hall
· 17 years ago
081eb16
Updated OBR's VersionRange to match the Framework's VersionRange...duplication
by Richard S. Hall
· 17 years ago
285fcc2
Extract OSGi OBR service API to a non-bundle jar to avoid circular build problems
by Stuart McCulloch
· 17 years ago
bbf4f95
Fixed two filter syntax errors when using inclusive version ranges. (FELIX-327)
by Richard S. Hall
· 18 years ago
39c25d5
Applied patch (FELIX-285) to improve OBR dependency resolution by searching
by Richard S. Hall
· 18 years ago
def1c24
Applied patch (FELIX-242) to correctly initialized member fields to
by Richard S. Hall
· 18 years ago
515c793
Applied patch (FELIX-173) to properly deal with optional imports of locally
by Richard S. Hall
· 18 years ago
6d0310e
Applied a patch to avoid an NPE.
by Richard S. Hall
· 18 years ago
104af71
Updated headers (FELIX-144).
by Richard S. Hall
· 18 years ago
0fcc271
Shortened the subproject directory names.
by Richard S. Hall
· 18 years ago