Steinar Bang
|
3a388ed0fd
Merge branch 'add-felix-webconsole-to-gogo' into add-named-inject-support-merge-with-webconsole
|
10 роки тому |
Steinar Bang
|
e609fe3941
Added minimal Felix Webconsole instructions to the README.
|
10 роки тому |
Steinar Bang
|
fc772e8004
Added the Felix webconsole to the gogo shell.
|
10 роки тому |
Steinar Bang
|
9ef305fe58
If a @Named annotation is present on the Provider<> and non-null, put the @Named value as the service property "id" when registering the service.
|
10 роки тому |
Steinar Bang
|
016d5b1779
Add "(id=namedAnnotationValue)" to the service filter, if a @Named annotation is present on the Injection and non-null.
|
10 роки тому |
Steinar Bang
|
eae38bfd9b
Added method Injection.getNamedValue() to the interface.
|
10 роки тому |
Steinar Bang
|
4766c5bc87
Added two unit tests for named injections.
|
10 роки тому |
Steinar Bang
|
b96fafea6b
Implemented limited support for properties in the MockBundleContext
|
10 роки тому |
Steinar Bang
|
49852cdba0
Implemented the property accessor methods in MockServiceReference.
|
10 роки тому |
Steinar Bang
|
0da46f954f
Added a Provider<> with two named HelloService injections for use in unit tests.
|
10 роки тому |
Steinar Bang
|
15db22ab50
Corrected the return value of Provider<HelloService>.get()
|
10 роки тому |
Steinar Bang
|
4c1586ae1d
Added the @Named Provider<HelloService> "hello2" for use in unit tests.
|
10 роки тому |
Steinar Bang
|
84c2c1a3bd
Copied verbatim to preserve history.
|
10 роки тому |
Steinar Bang
|
cecc6e87ae
Added the @Named Provider<HelloService> "hello1" for use in unit tests.
|
10 роки тому |
Steinar Bang
|
b992a98c75
Copied verbatim to preserve history-
|
10 роки тому |
Steinar Bang
|
cc4fa0543f
Made a real integration test for the NamedServiceInjectionCatcher service.
|
10 роки тому |
Steinar Bang
|
78e2fa4c51
Added @Named StorageService injections to NamedServiceInjectionCatcherProvider.
|
10 роки тому |
Steinar Bang
|
c06792235d
Changed service interface NamedServiceInjectionCatcher to have methods more useful for testing.
|
10 роки тому |
Steinar Bang
|
2a03d7987a
Describe when to embed and when not to embed in the README.
|
10 роки тому |
Steinar Bang
|
5c4174ecb1
Revert "Made it possible to access @Named annotation on injected StorageService instances."
|
10 роки тому |
Steinar Bang
|
478403b939
Use reflection to get the value of a @Named annotation on an injected StorageService.
|
10 роки тому |
Steinar Bang
|
74a6dc3c79
More detail on the new testbundles used in the integration tests added to the README.
|
10 роки тому |
Steinar Bang
|
5f01bbf9a2
Simpler way of accessing the @Named annotation.
|
10 роки тому |
Steinar Bang
|
b635f6ae6c
Added a version history to the README.
|
10 роки тому |
Steinar Bang
|
f1b94228c6
Preparing for the next release: changed version from 1.0.2-SNAPSHOT to 1.1.0-SNAPSHOT.
|
10 роки тому |
Steinar Bang
|
7c0cc86e1c
Minimize try/catch clauses when getting a field as a collection.
|
10 роки тому |
Steinar Bang
|
ba1d3bcd37
Exclude new bundles used by integration tests from code coverage.
|
10 роки тому |
Steinar Bang
|
9130cd0731
CollectionInjectionCatcherProvider integration test does actual work with one of the injected StorageService instances.
|
10 роки тому |
Steinar Bang
|
e186ae7e94
Implemented the CollectionInjectionCatcherProvider getInjectedStorageServiceNames() and getStorageService() methods.
|
10 роки тому |
Steinar Bang
|
9e79f5dd97
Made it possible to access @Named annotation on injected StorageService instances.
|
10 роки тому |