Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
16b512609a063d49436f612855d06f99be7f45f1
/
dependencymanager
« Previous
4b87873
added license
by Pierre De Rop
· 15 years ago
4d727b5
added integration test for BundleDependency annotation
by Pierre De Rop
· 15 years ago
78dc0fb
added integration test for BundleDependency annotation
by Pierre De Rop
· 15 years ago
630ab8c
cleaned imports
by Pierre De Rop
· 15 years ago
53a1ebe
fixed javadoc
by Pierre De Rop
· 15 years ago
01e2a18
added BundleDependency annotation
by Pierre De Rop
· 15 years ago
8b85c35
added BundleDependency annotation parsing
by Pierre De Rop
· 15 years ago
7132c5c
added BundleDependency annotation
by Pierre De Rop
· 15 years ago
9615b73
added org.osgi.core for BundleDependency annotation
by Pierre De Rop
· 15 years ago
50b7d53
fixed comments
by Pierre De Rop
· 15 years ago
130dcaa
removed org.apache.felix.dependencymanager.test.annotation artifact, which is not used anymore
by Pierre De Rop
· 15 years ago
c694d8a
added integration tests for annotated adapter services
by Pierre De Rop
· 15 years ago
707c386
fixed javadoc
by Pierre De Rop
· 15 years ago
9f0cbab
check if the system tmpdir already exists
by Pierre De Rop
· 15 years ago
1a8c2e3
added support for annotated adapter services
by Pierre De Rop
· 15 years ago
609e08c
added support for annotated adapter services
by Pierre De Rop
· 15 years ago
caef587
The package used to get the path of the bundle's classes must be searched either from Private-Package or from Export-Package directive
by Pierre De Rop
· 15 years ago
16b5383
moved sample/annotation sub-project into sample.annotation toplevel project
by Pierre De Rop
· 15 years ago
64642a1
moved sample/annotation sub-project into sample.annotation toplevel project
by Pierre De Rop
· 15 years ago
faebf92
added missing license
by Pierre De Rop
· 15 years ago
ae2e209
removed test/annotation subproject
by Pierre De Rop
· 15 years ago
56c06c3
reworked annotation junit tests
by Pierre De Rop
· 15 years ago
61e91a4
added bnd and dm annotation dependencies
by Pierre De Rop
· 15 years ago
40618d6
reworked annotation junit tests
by Pierre De Rop
· 15 years ago
51d4d32
added helper class used to generate a bundle dynamically
by Pierre De Rop
· 15 years ago
a664fa5
reworked annotation junit tests
by Pierre De Rop
· 15 years ago
74debcf
added a junit base class in order to ensure that all temporary tiny bundles are removed once a junit test is done
by Pierre De Rop
· 15 years ago
19c9f3e
reworked annotation junit tests
by Pierre De Rop
· 15 years ago
cc8adbb
only log an error if there is no implementation set AND creating an instance using a factory did not work
by Marcel Offermans
· 15 years ago
9ace4f4
Tested filter for null before using it.
by Marcel Offermans
· 15 years ago
d665eaf
Fixes for bundle adapters. Added missing methods to DAB.
by Marcel Offermans
· 15 years ago
69c9cc7
FELIX-2078 Added a test case that exposes the bug.
by Marcel Offermans
· 15 years ago
7c627bf
added new AspectWithLifecycleAnnotation test
by Pierre De Rop
· 15 years ago
f6cb134
fixed bug in ServiceProvider inner class
by Pierre De Rop
· 15 years ago
1968b54
added start/stop methods
by Pierre De Rop
· 15 years ago
f42c0d9
fixed regresion introduced by aspect annotation. Fixed aspect parsing, where callback lifecycle and composition parameters were not parsed
by Pierre De Rop
· 15 years ago
6bae039
fixed aspect service parsing (the lifecycle callbacks, and composition method name was not parsed)
by Pierre De Rop
· 15 years ago
60218d2
added Aspect junit test
by Pierre De Rop
· 15 years ago
1855681
Verify Aspect filter syntax
by Pierre De Rop
· 15 years ago
c2058de
Generate DependencyManager annotation descriptors under OSGI-INF/dependencymanager/ directory. Don't limit the Bnd class analyzer and parse every classes.
by Pierre De Rop
· 15 years ago
419bc4c
Support for Aspect annotation
by Pierre De Rop
· 15 years ago
f25bad4
added annotation for Aspects
by Pierre De Rop
· 15 years ago
bdecf87
added eclise="false" bnd option
by Pierre De Rop
· 15 years ago
7f35e94
Aspect sample with annotation
by Pierre De Rop
· 15 years ago
706ca33
fixed javadoc. Added Aspect support
by Pierre De Rop
· 15 years ago
6ed1050
fixed javadoc
by Pierre De Rop
· 15 years ago
4525b81
added AspectService
by Pierre De Rop
· 15 years ago
8cb83de
Fixed javadoc, indentation. Removed dependency over XStream third party library
by Pierre De Rop
· 15 years ago
1db5feb
metatype support
by Pierre De Rop
· 15 years ago
1a76837
metatype support. fixed logging
by Pierre De Rop
· 15 years ago
9467354
removed localization attribute. fixed javadoc
by Pierre De Rop
· 15 years ago
a2949d9
fixed javadoc
by Pierre De Rop
· 15 years ago
11f2f48
fixed javadoc
by Pierre De Rop
· 15 years ago
76a9583
added helper class which allows to generation metatype XML descriptor
by Pierre De Rop
· 15 years ago
f2ab901
Simplified sample code. Use MetaType for allowing the EnglishDictionary through ConfigAdmin/WebConsole
by Pierre De Rop
· 15 years ago
62414ca
fixed indentation
by Pierre De Rop
· 15 years ago
1474701
fixed property metadata annotation names
by Pierre De Rop
· 15 years ago
3e58dde
reworked property metadata annotations
by Pierre De Rop
· 15 years ago
10ea37d
Annotation renamed to Param
by Pierre De Rop
· 15 years ago
b7340d0
renamed Property to Param for consistency purpose
by Pierre De Rop
· 15 years ago
ce361ae
updated todolist
by Pierre De Rop
· 15 years ago
7ca77bf
fixed javadoc
by Pierre De Rop
· 15 years ago
afaf5af
fixed bnf description in javadoc
by Pierre De Rop
· 15 years ago
658857c
swith to bnd 0.0.394
by Pierre De Rop
· 15 years ago
6ce01ad
added annotation for metatype support (work in progress)
by Pierre De Rop
· 15 years ago
220e281
Use the Property annotation for declaring service properties
by Pierre De Rop
· 15 years ago
39c1a40
decreased sleep delay in annotated temporal service dependency test
by Pierre De Rop
· 15 years ago
2944728
removed "changed/removed" callbacks from temporal service dependency annotation
by Pierre De Rop
· 15 years ago
d325261
fixed javadoc
by Pierre De Rop
· 15 years ago
7f1d7f5
added missing annotation for the stop method
by Pierre De Rop
· 15 years ago
84cab25
fixed improper filter regarding Sequencer service dependency
by Pierre De Rop
· 15 years ago
8313de3
fixed license headers
by Pierre De Rop
· 15 years ago
96b6cd5
fixed license headers
by Pierre De Rop
· 15 years ago
f846bef
Reorganized annotation tests. Added tests for annotated temporal service dependencies
by Pierre De Rop
· 15 years ago
76ffc50
added support for temporal service dependency annotations
by Pierre De Rop
· 15 years ago
cd517a5
code cleanup
by Pierre De Rop
· 15 years ago
421b0cb
updated todos
by Pierre De Rop
· 15 years ago
c629982
oops, use bnd 0.0.392 instead of 390 version
by Pierre De Rop
· 15 years ago
7acf3fe
fixed javadoc
by Pierre De Rop
· 15 years ago
7d04903
fixed javadoc
by Pierre De Rop
· 15 years ago
3abf9a3
use bnd 0.0.390, which fixes a bug in the OSGi filter verifier
by Pierre De Rop
· 15 years ago
1761e26
removed useless invocation of config.setBundleLocation(null)
by Pierre De Rop
· 15 years ago
2b6d2aa
don't log in addDictionary callback, because the logger may not be injected yet
by Pierre De Rop
· 15 years ago
f0ea274
added notice
by Pierre De Rop
· 15 years ago
df56ba1
fixed ant script
by Pierre De Rop
· 15 years ago
f5793eb
changed the annotation sample code with a SpellCheck Felix Shell command: the command uses two dictionaries in order to check spelling (english dictionary, and french dictionary)
by Pierre De Rop
· 15 years ago
97d3aac
fixed bug when creating a ConfigurationDependency (the pid was not set)
by Pierre De Rop
· 15 years ago
9f26a06
register the FelixDMCommand instead of the DMCommand command
by Pierre De Rop
· 15 years ago
5dd2424
fixed symbolic name
by Pierre De Rop
· 15 years ago
9957f9f
import dependencymanager packages using version range
by Pierre De Rop
· 15 years ago
0e0ca3c
revert to previous version: this is the FelixDMCommand which properly implements the Command interface
by Pierre De Rop
· 15 years ago
bf7b5a6
fixed the DMCommand which must implement the Felix Command interface
by Pierre De Rop
· 15 years ago
1a9f4d4
added new testcase regarding annotations and dependencymanager service factories
by Pierre De Rop
· 15 years ago
2babd06
fixed bug when handling dependencymanager service factory parameters
by Pierre De Rop
· 15 years ago
d3df256
added missing license
by Pierre De Rop
· 15 years ago
8f24ac5
moved samples.annotation into samples/annotation subproject for consistency purpose
by Pierre De Rop
· 15 years ago
8132730
moved samples.annotation into samples/annotation subproject for consistency purpose
by Pierre De Rop
· 15 years ago
952a61c
moved samples.annotation into samples/annotation subproject for consistency purpose
by Pierre De Rop
· 15 years ago
316495e
moved test.annotation into test/annotation subproject for consistency purpose
by Pierre De Rop
· 15 years ago
a659e48
moved test.annotation into test/annotation subproject for consistency purpose
by Pierre De Rop
· 15 years ago
Next »