Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
ef2cdfb8c93b2988ddab534802d2b62fe55ce570
ef2cdfb
Some refactoring to prepare for resolver hooks. (FELIX-2986)
by Richard S. Hall
· 13 years ago
baa2448
Use R4.3 capability namespaces where possible. (FELIX-2950)
by Richard S. Hall
· 13 years ago
0e80b77
Fixed messed up fragment wire log message.
by Richard S. Hall
· 13 years ago
3c5596e
Fix a bug in previous commit plus minor optimization. (FELIX-2973)
by Richard S. Hall
· 13 years ago
5f408f3
fixed some javadocs
by Pierre De Rop
· 13 years ago
c87b16d
FELIX-2908 - Use same mechanism to get single annotation values as for multiple annotation values
by Carsten Ziegeler
· 13 years ago
cbd118b
Update changelog
by Carsten Ziegeler
· 13 years ago
78d251a
FELIX-2492 : scr plugin: using src annotations causes NoClassDefFoundError and other errors
by Carsten Ziegeler
· 13 years ago
732862e
Update changelog
by Carsten Ziegeler
· 13 years ago
e9e04d8
FELIX-2963 : scr annotations @Activate @Deactivate @Modified are not detected with class inheritance
by Carsten Ziegeler
· 13 years ago
64a04d9
Ignore Eclipse project files
by Felix Meschberger
· 13 years ago
b892f83
Very rough support for generic capabilities and requirements. The parser
by Richard S. Hall
· 13 years ago
9989368
[FELIX-2982] noInitialDelay option does not work (fix possible pb when the initial polling delay is interrupted
by Guillaume Nodet
· 13 years ago
66400c1
[FELIX-2982] noInitialDelay option does not work
by Guillaume Nodet
· 13 years ago
5032450
FELIX-2978 : Lookup reference policy does not work for inherited components
by Carsten Ziegeler
· 13 years ago
c505e1e
FELIX-2980 : org.apache.felix:maven-scr-plugin:1.7.1-SNAPSHOT:scr failed. NullPointerException
by Carsten Ziegeler
· 13 years ago
e7a8d2a
FELIX-2944 Testcase for namespace handling
by Felix Meschberger
· 13 years ago
4232de7
FELIX-2944 better handle the case of unknown namespaces and ignored elements
by Felix Meschberger
· 13 years ago
5d59927
FELIX-2944 Fix namespace URI for the Apache Felix DS extension
by Felix Meschberger
· 13 years ago
46c7a67
Improve message in case MetaTypeProvider API is not available
by Felix Meschberger
· 13 years ago
37cbce5
FELIX-2979 Use String constants instead of class literals for the service names to allow the class to load
by Felix Meschberger
· 13 years ago
9865af9
JavaDoc and Doc reference
by Felix Meschberger
· 13 years ago
6660245
FELIX-2962 Oops; we do not use annotations for now
by Felix Meschberger
· 13 years ago
b9c72d0
FELIX-2962 Ensure certain invalid XML is not accepted, particularly a subsequent open element instead of a closing element, as in "<a><a>"
by Felix Meschberger
· 13 years ago
34ab423
FELIX-2962 DO not print stack traces like that ....
by Felix Meschberger
· 13 years ago
5f559c7
FELIX-2971 Apply patch by Christanto (thank you very much) to support forms on IE 7
by Felix Meschberger
· 13 years ago
ca44a33
FELIX-2976 fixed the issue by checking if the key is actually in the cache with a null value
by Marcel Offermans
· 13 years ago
3b04ba9
Modify framework wiring and framework start level object to registry
by Richard S. Hall
· 14 years ago
c59d11c
Implement new start level approach. (FELIX-2975)
by Richard S. Hall
· 14 years ago
c387381f
Change lock object. (FELIX-2969)
by Richard S. Hall
· 14 years ago
a3f0aa5
Modify URL Handlers impl to use same hook tracking mechanism as
by Richard S. Hall
· 14 years ago
37c5290
More refactoring to service registry hook handling to match
by Richard S. Hall
· 14 years ago
f4ceaf4
Refactor service hooks to use new service registry hook tracking mechanism
by Richard S. Hall
· 14 years ago
a9f9e17
Implement byte-code weaving hooks. (FELIX-2959)
by Richard S. Hall
· 14 years ago
ec62ea1
Modified the filter to properly handle the fact that keys in service properties are case insensitive.
by Marcel Offermans
· 14 years ago
7022a21
[FELIX-2970] - Factory Configuration Adapter Service does not copy adapter dependencies.
by Pierre De Rop
· 14 years ago
c279d14
Have wiring use protection domain from revision, rename security context
by Richard S. Hall
· 14 years ago
4836477
Initial pass at implementing FrameworkWiringImpl. More stress testing is likely
by Richard S. Hall
· 14 years ago
2b9b4b8
[FELIX-2965] - Apply @Registered/@Unregistered annotation on composition instances.
by Pierre De Rop
· 14 years ago
8bfac5f
[FELIX-2966] Maven plugin generates by default Import-Service and Export-Service headers.
by Pierre De Rop
· 14 years ago
9ff70e7
[FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers.
by Pierre De Rop
· 14 years ago
2b7b25e
[FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers.
by Pierre De Rop
· 14 years ago
b8d67f5
FELIX-2964 (NPE on some dependency manager adapters, when auto-configuration mode is disabled)
by Pierre De Rop
· 14 years ago
e3fc620
FELIX-2926 Log an ERROR message for a missing declared method (instead
by Felix Meschberger
· 14 years ago
e1a63eb
Removed unneeded members. (FELIX-2950)
by Richard S. Hall
· 14 years ago
687aa97
Clean up Filter impl. (FELIX-2950)
by Richard S. Hall
· 14 years ago
6fc6955
FELIX-2727 Do not check whether the plugin is "loaded" when creating the plugin map and allow the Deployment Admin plugin to load even in the absence of the DeploymentAdmin API.
by Felix Meschberger
· 14 years ago
d422a8b
Fix repository delete bug. (FELIX-2958)
by Richard S. Hall
· 14 years ago
0f31dc3
Dependents for fragments are calculated differently. (FELIX-2950)
by Richard S. Hall
· 14 years ago
e22ba4f
Lazy activation was being handled in two places; related metadata
by Richard S. Hall
· 14 years ago
c2d5c7d
Update OSGi R4.3 API. Fix a few bugs. (FELIX-2950)
by Richard S. Hall
· 14 years ago
76644b4
FELIX-2955 Forgot to commit the updated pom.xml for the test.
by Marcel Offermans
· 14 years ago
bddfe07
FELIX-2955 Fixed the bug by making sure that only dependency managers that still have a valid bundle context are returned.
by Marcel Offermans
· 14 years ago
d1e614b
FELIX-2955 Small bugfix to the test, it still failed because I forgot to do a bit of cleanup halfway through the testcase.
by Marcel Offermans
· 14 years ago
dbf397f
FELIX-2955 Extended the testcase to implement the described scenario. It now indeed fails.
by Marcel Offermans
· 14 years ago
8686d8a
FELIX-2957 - Filter scope should be an array
by Carsten Ziegeler
· 14 years ago
6bfe9d0
FELIX-2955 Added a skeleton for a test to try and reproduce this bug. There is no test that actually tries the exact scenario yet.
by Marcel Offermans
· 14 years ago
19cfcd1
FELIX-2956 (json should be embedded in the annotation scanner plugin)
by Pierre De Rop
· 14 years ago
9377fe2
FELIX-2956 (json should be embedded in the annotation scanner plugin)
by Pierre De Rop
· 14 years ago
df1ac9e
FELIX-2956 (json should be embedded in the annotation scanner plugin)
by Pierre De Rop
· 14 years ago
cc7f4f7
FELIX-2956 (json should be embedded in the annotation scanner plugin)
by Pierre De Rop
· 14 years ago
56408e1
FELIX-2954 (annotated component factory does not allow to provide a component instance explicitly)
by Pierre De Rop
· 14 years ago
3698966
Correct developer svn location
by Carsten Ziegeler
· 14 years ago
f253d2c
[maven-release-plugin] prepare for next development iteration
by Carsten Ziegeler
· 14 years ago
94801f3
[maven-release-plugin] prepare release org.apache.felix.eventadmin-1.2.12
by Carsten Ziegeler
· 14 years ago
518dcfd
Correct svn location
by Carsten Ziegeler
· 14 years ago
7a76cfb
[maven-release-plugin] rollback the release of org.apache.felix.eventadmin-1.2.12
by Carsten Ziegeler
· 14 years ago
9a43449
[maven-release-plugin] prepare release org.apache.felix.eventadmin-1.2.12
by Carsten Ziegeler
· 14 years ago
379e208
Rollback to where we were before the failed 3.2.2 release and reapply
by Richard S. Hall
· 14 years ago
01bbf0c
Update dependencies for release
by Karl Pauls
· 14 years ago
6df99f2
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
00420e4
[maven-release-plugin] prepare release org.apache.felix.main.distribution-3.2.2
by Karl Pauls
· 14 years ago
87caf8a
Update dependencies for release
by Karl Pauls
· 14 years ago
39160e7
Update dependencies for release
by Karl Pauls
· 14 years ago
28bc14b
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
4f30325
[maven-release-plugin] prepare release org.apache.felix.main-3.2.2
by Karl Pauls
· 14 years ago
9e51055
Update dependencies for release
by Karl Pauls
· 14 years ago
8430fc9
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
95a53da
[maven-release-plugin] prepare release org.apache.felix.framework-3.2.2
by Karl Pauls
· 14 years ago
fdff3a9
FELIX-2953 Made the cache size configurable via a system property.
by Marcel Offermans
· 14 years ago
e2945a0
FELIX-2948 : scr-maven-plugin fails with org.maven.ide.eclipse plugin (exploded bundle)
by Carsten Ziegeler
· 14 years ago
378e9a4
Fix bug in patch for FELIX-2935 that was causing real directory
by Richard S. Hall
· 14 years ago
b41c790
Rollback after failed release.
by Karl Pauls
· 14 years ago
9e334cb
Pull in complete OSGi R4.3 API. (FELIX-2950)
by Richard S. Hall
· 14 years ago
306f27a
Merge dynamic imports into normal imports. (FELIX-2950)
by Richard S. Hall
· 14 years ago
4a6c1af
Various cleaning up of the code. (FELIX-2950)
by Richard S. Hall
· 14 years ago
f722c35
Move all content path handling to the bundle revision implementation
by Richard S. Hall
· 14 years ago
6c66513
Move dependency bookkeeping out of BundleRevisionImpl to try to clean
by Richard S. Hall
· 14 years ago
ec70caf
Separate BundleWire implementation from BundleRevision implementation. (FELIX-2950)
by Richard S. Hall
· 14 years ago
377c640
Change class loader delegation to revision-to-revision instead
by Richard S. Hall
· 14 years ago
0e1873e
Replace internal Module abstraction with BundleRevision.
by Richard S. Hall
· 14 years ago
8e0292e
Manage a module's resolved capabilities/requirements separately from
by Richard S. Hall
· 14 years ago
72c9e88
Use BundleCapability/BundleRequirement. (FELIX-2950)
by Richard S. Hall
· 14 years ago
bbd4247
Update changelog
by Carsten Ziegeler
· 14 years ago
3fc8612
FELIX-2945 : SCR plugin: Parsing of "options" for property tag broken for java annotations. Applied slightly modified patch from Stefan Seifert
by Carsten Ziegeler
· 14 years ago
40aa8d5
updated eah snapshot version to 1.9.0-SNAPSHOT
by Clement Escoffier
· 14 years ago
6e0b108
Update changelogs and dependencies for release
by Karl Pauls
· 14 years ago
cec3658
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
49ed2e7
[maven-release-plugin] prepare release org.apache.felix.main.distribution-3.2.2
by Karl Pauls
· 14 years ago
6a113a4
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 14 years ago
Next »