Steinar Bang
|
6f9713c600
Made comment on what will be in the next release in the README.
|
10 years ago |
Steinar Bang
|
33cc1d28d9
Added links to released version javadocs on javadoc.io.
|
10 years ago |
Steinar Bang
|
ab6284b918
Spelling corrections.
|
10 years ago |
Steinar Bang
|
0a3b66c2a3
Added a usage example for the OSGi mocks.
|
10 years ago |
Steinar Bang
|
99c7ed8d3c
Added a description of the branch implementing @Optional.
|
10 years ago |
Steinar Bang
|
b3e53777db
Described the branch with @Named support and added a table showing code growth when implementing new features.
|
10 years ago |
Steinar Bang
|
e609fe3941
Added minimal Felix Webconsole instructions to the README.
|
10 years ago |
Steinar Bang
|
fc772e8004
Added the Felix webconsole to the gogo shell.
|
10 years ago |
Steinar Bang
|
2a03d7987a
Describe when to embed and when not to embed in the README.
|
10 years ago |
Steinar Bang
|
5c4174ecb1
Revert "Made it possible to access @Named annotation on injected StorageService instances."
|
10 years ago |
Steinar Bang
|
478403b939
Use reflection to get the value of a @Named annotation on an injected StorageService.
|
10 years ago |
Steinar Bang
|
74a6dc3c79
More detail on the new testbundles used in the integration tests added to the README.
|
10 years ago |
Steinar Bang
|
5f01bbf9a2
Simpler way of accessing the @Named annotation.
|
10 years ago |
Steinar Bang
|
b635f6ae6c
Added a version history to the README.
|
10 years ago |
Steinar Bang
|
f1b94228c6
Preparing for the next release: changed version from 1.0.2-SNAPSHOT to 1.1.0-SNAPSHOT.
|
10 years ago |
Steinar Bang
|
7c0cc86e1c
Minimize try/catch clauses when getting a field as a collection.
|
10 years ago |
Steinar Bang
|
ba1d3bcd37
Exclude new bundles used by integration tests from code coverage.
|
10 years ago |
Steinar Bang
|
9130cd0731
CollectionInjectionCatcherProvider integration test does actual work with one of the injected StorageService instances.
|
10 years ago |
Steinar Bang
|
e186ae7e94
Implemented the CollectionInjectionCatcherProvider getInjectedStorageServiceNames() and getStorageService() methods.
|
10 years ago |
Steinar Bang
|
9e79f5dd97
Made it possible to access @Named annotation on injected StorageService instances.
|
10 years ago |
Steinar Bang
|
0909c8d267
Added a note about the collection injection in the README.
|
10 years ago |
Steinar Bang
|
37888d9614
Fixed unit test for @Inject annotated non-generic List field.
|
10 years ago |
Steinar Bang
|
afd3448c9e
Correctly create collection for uninitialized collection field.
|
10 years ago |
Steinar Bang
|
94eec2aeff
Let the StorageService extend Comparable to make it usable as a TreeSet item.
|
10 years ago |
Steinar Bang
|
7e14e21563
Added unit tests for various collection types as injection points.
|
10 years ago |
Steinar Bang
|
db62e22e74
Copied verbatim to preserve history.
|
10 years ago |
Steinar Bang
|
2bf96355c7
Added a test for injection into a Set<> field, with the field already instantiated.
|
10 years ago |
Steinar Bang
|
f4703ebea4
Copied verbatim to preserve history.
|
10 years ago |
Steinar Bang
|
f66a1183a3
Implemented Collection injection for List fields.
|
10 years ago |
Steinar Bang
|
45b2e6afa4
Check the number of injected StorageService instances in the CollectionInjectionCatcher service provider.
|
10 years ago |