Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
e4826792bafde54e910ad08d79efb13deb22a0ca
« Previous
2502388
Use latest parent pom and specify java 6 as minimum
by Carsten Ziegeler
· 9 years ago
98a696f
Use latest parent pom and specify java 6 as minimum
by Carsten Ziegeler
· 9 years ago
a1b9188
Use latest parent pom and specify java 6 as minimum
by Carsten Ziegeler
· 9 years ago
800a677
Use latest parent pom and specify java 6 as minimum
by Carsten Ziegeler
· 9 years ago
83081ea
Use latest parent pom and specify java 6 as minimum
by Carsten Ziegeler
· 9 years ago
1be7ee8
Use latest parent pom
by Carsten Ziegeler
· 9 years ago
60bda11
Add require capability
by Carsten Ziegeler
· 9 years ago
ba9dd8f
Catch potential exceptions from serlvet context listener
by Carsten Ziegeler
· 9 years ago
179391c
FELIX-4972 : Make SSL renegotiation configurable. Apply patch from Thomas Franconville
by Carsten Ziegeler
· 9 years ago
44bccd7
Fix resource unregistration problem2
by Carsten Ziegeler
· 9 years ago
1da75c6
Clean up code
by Carsten Ziegeler
· 9 years ago
859955c
Clean up code, remove unused code
by Carsten Ziegeler
· 9 years ago
04cec85
FELIX-4968 Throw coercion exceptions when members are accessed
by David Jencks
· 9 years ago
bd7adcb
FELIX-4967 handle char and char types in config annotations, and fix boolean handling
by David Jencks
· 9 years ago
3299536
Fix filter handling for includes and forwards
by Carsten Ziegeler
· 9 years ago
ceab811
FELIX-4962 : Configadmin leaks caller's security context downstream. Apply patch by Ray Auge and move to parent pom 3
by Carsten Ziegeler
· 9 years ago
9c8475c
Move to latest parent pom and base on Java 6
by Carsten Ziegeler
· 9 years ago
051c943
Update to latest parent pom
by Carsten Ziegeler
· 9 years ago
d97546a
FELIX-4963 : Eventadmin leaks caller's security context downstream. Apply patch from Ray Auge
by Carsten Ziegeler
· 9 years ago
615882f
Correct error code handler overlaying
by Carsten Ziegeler
· 9 years ago
3909033
FELIX-4965 throw ComponentException for invalid annotation member types
by David Jencks
· 9 years ago
d521253
FELIX-4964 Activate a component at most once from a service event
by David Jencks
· 9 years ago
f9fbb36
Cleanup shared service object
by Carsten Ziegeler
· 9 years ago
27a514a
Improve sync handling for service objects. Update to spec
by Carsten Ziegeler
· 9 years ago
11db82c
Simplify component service objects handling
by Carsten Ziegeler
· 9 years ago
4096ded
Fix dispatcher handling
by Carsten Ziegeler
· 9 years ago
5f1d2ed
Fix getResourceAsStream
by Carsten Ziegeler
· 9 years ago
917aacd
FELIX-4957 : [DS][RFC-212] Various issues with field references
by Carsten Ziegeler
· 9 years ago
ff9e55a
FELIX-4957 : [DS][RFC-212] Various issues with field references
by Carsten Ziegeler
· 9 years ago
feddfb6
FELIX-4957 : [DS][RFC-212] Various issues with field references
by Carsten Ziegeler
· 9 years ago
b734048
Fix context methods
by Carsten Ziegeler
· 9 years ago
6c46d6e
FELIX-4960 Remove dependency on Java 7 API.
by A. J. David Bosschaert
· 9 years ago
5889d6d
FELIX-4960 NPE in BundleRevisionImpl.getResourcesLocal()
by A. J. David Bosschaert
· 9 years ago
230e88b
FELIX-4957 : [DS][RFC-212] Various issues with field references
by Carsten Ziegeler
· 9 years ago
ea8173d
[SCR] Additional Unit Tests for SingleComponentManager.getService()
by A. J. David Bosschaert
· 9 years ago
e2ea8e7
[SCR] Fix potential NPE in concurrent scenarios
by A. J. David Bosschaert
· 9 years ago
a51034e
FELIX-4957 : [DS][RFC-212] Various issues with field references
by Carsten Ziegeler
· 9 years ago
99e7b95
FELIX-4957 : [DS][RFC-212] Various issues with field references
by Carsten Ziegeler
· 9 years ago
5e6d2ba
[FELIX-4942] Fix problem with resolved fragments
by Guillaume Nodet
· 9 years ago
7a7bd41
[FELIX-4942] Make sure all exceptions are propagated back to the caller when using the executor
by Guillaume Nodet
· 9 years ago
dbdc30c
[FELIX-4942] Upgrade framework to use the new resolver
by Guillaume Nodet
· 9 years ago
f577fb6
[FELIX-4942] Fix some errors not being propagated properly
by Guillaume Nodet
· 9 years ago
e9d83cb
[FELIX-4942] Upgrade to latest felix parent, fix jdk 5 compatibility issues
by Guillaume Nodet
· 9 years ago
44837d3
[FELIX-4942] Use depth-first search
by Guillaume Nodet
· 9 years ago
7eb7982
[FELIX-4942] Do not store permutations on the session
by Guillaume Nodet
· 9 years ago
1321612
[FELIX-4942] Slightly refactor Candidates.populate() to remove the recursion.
by Guillaume Nodet
· 9 years ago
9a550f6
[FELIX-4942] Speed up collections a bit
by Guillaume Nodet
· 9 years ago
2aa9e8d
[FELIX-4942] Make computation of package sources parallel for all resources that do not have required packages.
by Guillaume Nodet
· 9 years ago
0bffcf2
[FELIX-4942] Finally introduce some parallelism in the resolver
by Guillaume Nodet
· 9 years ago
c1047d8
[FELIX-4942] Compute package spaces by stages
by Guillaume Nodet
· 9 years ago
b3adf5f
[FELIX-4942] Iterate through values instead of entries
by Guillaume Nodet
· 9 years ago
8ad45b1
[FELIX-4942] Introduce a WireCandidate class instead of using parallel lists
by Guillaume Nodet
· 9 years ago
0d9a0fd
[FELIX-4942] Reuse checkConsistency for dynamic resolution
by Guillaume Nodet
· 9 years ago
caf5edc
[FELIX-4942] Do not use an intermediary list inside calculateExportedPackages
by Guillaume Nodet
· 9 years ago
18162fd
[FELIX-4942] The test is already done in mergeUses
by Guillaume Nodet
· 9 years ago
e51ed89
[FELIX-4942] Small improvements in mergeUses()
by Guillaume Nodet
· 9 years ago
3107062
[FELIX-4942] Use getFirstCandidate method
by Guillaume Nodet
· 9 years ago
2305d27
[FELIX-4942] Reuse the Util.isDynamic method
by Guillaume Nodet
· 9 years ago
657a829
[FELIX-4942] Avoid the creation of an intermediary list
by Guillaume Nodet
· 9 years ago
6f2eb92
[FELIX-4942] Improve mergeCandidatePackage
by Guillaume Nodet
· 9 years ago
b6a7ac5
[FELIX-4942] Small improvements to mergeUses
by Guillaume Nodet
· 9 years ago
dfaf2ad
[FELIX-4942] Compute all package sources for a given resource at the same time.
by Guillaume Nodet
· 9 years ago
e080d85
[FELIX-4942] Improve isCompatible to avoid creating useless lists
by Guillaume Nodet
· 9 years ago
f1332e6
[FELIX-4942] Small improvements in checkPackageSpaceConsistency
by Guillaume Nodet
· 9 years ago
5039063
[FELIX-4942] Avoid one additional call in the stack for each recurtion
by Guillaume Nodet
· 9 years ago
88ed1cf
[FELIX-4942] Move package source cache into Packages
by Guillaume Nodet
· 9 years ago
633e625
[FELIX-4942] Remove dead code
by Guillaume Nodet
· 9 years ago
adf5772
[FELIX-4942] Use OpenHashMap in Packages and introduce a very fast ArrayMap for very small maps
by Guillaume Nodet
· 9 years ago
41758ff
[FELIX-4942] Better use of OpenHashMap in Candidates
by Guillaume Nodet
· 9 years ago
f985081
[FELIX-4942] Extract the consistency check into its own method
by Guillaume Nodet
· 9 years ago
c38ce1f
[FELIX-4942] Remove unused parameter in populate(Dynamic)WireMap
by Guillaume Nodet
· 9 years ago
80b684f
[FELIX-4942] Avoid creating and throwing exceptions to report resolution problems internally. Also lazily create the error messages reported to the user.
by Guillaume Nodet
· 9 years ago
941c931
[FELIX-4942] Introduce a Util.isReExport() method
by Guillaume Nodet
· 9 years ago
922a646
[FELIX-4942] Improve Logger to provide isDebugEnabled() and debug() methods
by Guillaume Nodet
· 9 years ago
72b58b6
[FELIX-4942] Faster linked hash map implementation based on fastutil
by Guillaume Nodet
· 9 years ago
6ecdcb9
[FELIX-4942] Capabilities should not really implements equals
by Guillaume Nodet
· 9 years ago
f4f26aa
[FELIX-4942] Add some missing capabilities to a test.
by Guillaume Nodet
· 9 years ago
1225f59
[FELIX-4942] Improve the big resolution test to help testing for performance
by Guillaume Nodet
· 9 years ago
7ef644a
[maven-release-plugin] prepare for next development iteration
by Carsten Ziegeler
· 9 years ago
0d34dd1
[maven-release-plugin] prepare release org.apache.felix.webconsole-4.2.10
by Carsten Ziegeler
· 9 years ago
e7a4d7a
FELIX-4852 ; Unbinding configuration does not have desired effect
by Carsten Ziegeler
· 9 years ago
fffc937
[FELIX-4691] Empty string value for property causes build failure
by Guillaume Nodet
· 9 years ago
b94d746
FELIX-4951 : [DS][RFC-190] Correct pid handling
by Carsten Ziegeler
· 9 years ago
064c762
FELIX-4957 : [DS][RFC-212] Various issues with field references
by Carsten Ziegeler
· 9 years ago
202f3fe
FELIX-4957 : [DS][RFC-212] Various issues with field references
by Carsten Ziegeler
· 9 years ago
a8b8fe7
[DS][RFC-212] Various issues with field references
by Carsten Ziegeler
· 9 years ago
a06eafb
[DS][RFC-212] Various issues with field references
by Carsten Ziegeler
· 9 years ago
a1170e7
[DS][RFC-212] Various issues with field references
by Carsten Ziegeler
· 9 years ago
cab043c
Update changelog
by Guillaume Nodet
· 9 years ago
b7f9668
[FELIX-4823] Filtering snapshots is failing if version qualifier contains more than "SNAPSHOT"
by Guillaume Nodet
· 9 years ago
88239df
[FELIX-3324] Allow maven-bundle-plugin:manifest to dump SCR component definitions generated by bnd
by Guillaume Nodet
· 9 years ago
dfe0fe7
[FELIX-3994] Optional merging of duplicate manifest headers
by Guillaume Nodet
· 9 years ago
ed7b110
[FELIX-3565] Embed-Transitive leaks transitive dependencies of excluded artifacts
by Guillaume Nodet
· 9 years ago
10dae65
[FELIX-4809] More flexibility for selecting the comparison artifact
by Guillaume Nodet
· 9 years ago
88ce738
[FELIX-4956] Embed latest bndlib
by Guillaume Nodet
· 9 years ago
254454f
Add maven animal sniffer plugin and fix refs to > Java5 (FELIX-4952).
by Karl Pauls
· 9 years ago
84e560d
FELIX-4951 : [DS][RFC-190] Correct pid handling
by Carsten Ziegeler
· 9 years ago
dc04a3c
FELIX-4951 : [DS][RFC-190] Correct pid handling - use scalar if single pid
by Carsten Ziegeler
· 9 years ago
97d7562
FELIX-4950 : [DS][RFC-190] Within a component instance for each reference to the same service the same object needs to be injected
by Carsten Ziegeler
· 9 years ago
88d5af7
FELIX-4949 : [DS][RFC-190] Implement prototype_required
by Carsten Ziegeler
· 9 years ago
Next »