Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
3fbf657a5257e350559aef95ab5538885af68f4a
/
dependencymanager
098586b
Replaced canceled r7 release by r8.
by Pierre De Rop
· 9 years ago
6053171
Added license files for lambda library.
by Pierre De Rop
· 9 years ago
e07665b
Fixed thrown exception when a bundle does not contain expected license files.
by Pierre De Rop
· 9 years ago
47cec58
Fixed typo.
by Pierre De Rop
· 9 years ago
13ff144
Updated license files to 2016.
by Pierre De Rop
· 9 years ago
dfe72a1
Incremented dmRelease to r8.
by Pierre De Rop
· 9 years ago
bc9dfb8
use java8.
by Pierre De Rop
· 9 years ago
1381441
Updated java8 version to be used when building.
by Pierre De Rop
· 9 years ago
ca38ede
Fixed release process: once the tagged version is created, then release the necessary bundles under bndtools before running the "gradlew makeStaging" command.
by Pierre De Rop
· 9 years ago
8d8cea0
Turn off baselining by default.
by Pierre De Rop
· 9 years ago
f1afb44
Removes Include-Resource header in order to reduce binary diff between same bundles.
by Pierre De Rop
· 9 years ago
6e0d11a
Updated dm release to r7
by Pierre De Rop
· 9 years ago
9ddcd3d
Use component.getClassName() when checking default dependency mode.
by Pierre De Rop
· 9 years ago
3076794
FELIX-5201: Improved getClassName() method: check if the factory instance is a class name or is an object which provides a toString() method.
by Pierre De Rop
· 9 years ago
603359a
Finished to apply the recommendations made by Jan Willen regarding the new dm-lambda library.
by Pierre De Rop
· 9 years ago
c3e905f
FELIX-5177: use configuration type.
by Pierre De Rop
· 9 years ago
5140732
FELIX-4689: Added a new method in the component context which allows to invoke callbacks with a flag
by Pierre De Rop
· 9 years ago
ef4fcf6
FELIX-5201: Improve how components are displayed with gogo shell.
by Pierre De Rop
· 9 years ago
bdd13ce
FELIX-5200: Factory Configuration Adapter Not Retarted.
by Pierre De Rop
· 9 years ago
5441f95
FELIX-5200: Added test case which reproduces the problem.
by Pierre De Rop
· 9 years ago
743bc41
FELIX-4689: added a "withCnf(Class<?> configurationType)" method in ComponentBuilder.
by Pierre De Rop
· 9 years ago
70a3304
added r7 changlogs.
by Pierre De Rop
· 9 years ago
a622eca
FELIX-5126: build dm with java8.
by Pierre De Rop
· 9 years ago
7addedf
FELIX-5178: Make some component parameters volatile.
by Pierre De Rop
· 9 years ago
c923dd9
FELIX-4689: javadoc.
by Pierre De Rop
· 9 years ago
fbef2ad
FELIX-4689: Added test case for CompletableFuture dependency.
by Pierre De Rop
· 9 years ago
ac2d938
FELIX-5177: Renamed ComponentContext.createConfigurationProxy method to ComponentContext.createConfigurationProxy.createConfigurationType.
by Pierre De Rop
· 9 years ago
0deb5c1
FELIX-5177: tests must ensure that configurations are removed by CM.
by Pierre De Rop
· 9 years ago
a8b4a27
FELIX-5177: fixed javadoc.
by Pierre De Rop
· 9 years ago
6e8f921
Javadoc. Added missing license headers. Fixed some bnd descriptors in dm-lambda samples.
by Pierre De Rop
· 9 years ago
3cf5246
FELIX-5192: ConfigurationDependency race condition when component is stopped.
by Pierre De Rop
· 9 years ago
9db1fd3
FELIX-5126: Build DM using Java 8.
by Pierre De Rop
· 9 years ago
dc0993c
FELIX-5126: build DM with java8.
by Pierre De Rop
· 9 years ago
01b0df6
FELIX-5177: increment minor version because the createConfigurationProxy() method has been added in order to allow to create
by Pierre De Rop
· 9 years ago
f8ebc61
FELIX-5155: dependency callbacks must not be applied on the internal adapter component for the factory pid adapter.
by Pierre De Rop
· 9 years ago
57ffa3f
Fixed some javadocs.
by Pierre De Rop
· 9 years ago
1152750
Applied feedbacks that Jan Willem sent to me about the new dm-lambda library:
by Pierre De Rop
· 9 years ago
6718b9a
use config type instead of factoryPidClass attribute
by Pierre De Rop
· 9 years ago
9e5cdba
FELIX-5177:
by Pierre De Rop
· 9 years ago
70ff1bd
FELIX-5188: No error log when a factory pid adapter update callback is not found.
by Pierre De Rop
· 9 years ago
9cb1c04
FELIX-5187: Removed unnecessary null-check when using the logger.
by Pierre De Rop
· 9 years ago
e4f4309
FELIX-5187: No errog log when configuration dependency callback is not found.
by Pierre De Rop
· 9 years ago
85a643a
FELIX-5155: Do not invoke update callback in case the component implementation is an internal adapter object.
by Pierre De Rop
· 9 years ago
e771fea
FELIX-5177: added test case for the support of configuration proxy used with the @FactoryConfigurationAdapterService annotation.
by Pierre De Rop
· 9 years ago
9e5db82
FELIX-5177: Added support for configuration proxy on @FactoryConfigurationAdapterService annotation:
by Pierre De Rop
· 9 years ago
35dab2a
FELIX-5177: refactoring: removed unecessary catch in updateService method.
by Pierre De Rop
· 9 years ago
97cd15b
FELIX-5177: Did some refactoring:
by Pierre De Rop
· 9 years ago
cb6ab1e
cleaned imports.
by Pierre De Rop
· 9 years ago
17274a7
FELIX-5177: Committed the patch from Jan-Willem (:-)) which implements config proxy for factory conf adapters.
by Pierre De Rop
· 9 years ago
7dcc17b
Removed log that was committed accidentally.
by Pierre De Rop
· 9 years ago
453344a
FELIX-5177: added tests when @ConfigurationDependency is applied on an updated method which takes as argument
by Pierre De Rop
· 9 years ago
40ecace
FELIX-5182: Cleanup DM samples.
by Pierre De Rop
· 9 years ago
9c082ef
FELIX-5181: Only log info/debug if dm annotation log parameter is enabled.
by Pierre De Rop
· 9 years ago
340ca39
FELIX-5177: when we are losing a configuration, the dictionary is null, and we then should pass a null configuration proxy to callbacks that accept a proxy config.
by Pierre De Rop
· 9 years ago
1c0431f
FELIX-5180: Support for Java8 Repeatable Properties in DM annotations. Also, fixed some javadoc issues.
by Pierre De Rop
· 9 years ago
24d9d9d
FELIX-5177: it is safer to declare m_configType as volatile (as Jan Willem did in its initial patch), because we
by Pierre De Rop
· 9 years ago
f36ab09
FELIX-5177: use type-safe configuration dependency.
by Pierre De Rop
· 9 years ago
4973a4b
FELIX-5177: Added some comments about the ConfigurationDependencyImpl.needsInstance method.
by Pierre De Rop
· 9 years ago
38626d3
FELIX-5177: Support injecting configuration proxies.
by Pierre De Rop
· 9 years ago
c90bfa3
FELIX-5177: Applied the patch from Jan Willem, and slightly modified it in order to check when callbackInstance is null.
by Pierre De Rop
· 9 years ago
501d61b
Fixed javadoc.
by Pierre De Rop
· 9 years ago
0fdefef
Renamed DependencyManagerActivator.init() method to DependencyManagerActivator.activate().
by Pierre De Rop
· 9 years ago
0aac136
cleanup.
by Pierre De Rop
· 9 years ago
342c200
FELIX-5126: Build DM using Java 8
by Pierre De Rop
· 9 years ago
643674c
Added comments. Cleaned hello sample.
by Pierre De Rop
· 9 years ago
770011b
Simplified hello sample.
by Pierre De Rop
· 9 years ago
faca289
FELIX-4689: Create a more fluent syntax for the dependency manager builder.
by Pierre De Rop
· 9 years ago
6d461de
FELIX-5126: Build DM using Java 8.
by Pierre De Rop
· 9 years ago
53fe398
FELIX-5164: Increased minor version because API has been modified in order to support callback instance for Aspects.
by Pierre De Rop
· 9 years ago
24ad154
FELIX-5164: increase minor bundle version because the API has been modified in order to support callback instance for aspects.
by Pierre De Rop
· 9 years ago
becfed4
FELIX-5155: Do not invoke callbacks on Factory Pid Adapters components and on AbstractDecorator components (excepts for the first internal dependency declared by aspects and adapters).
by Pierre De Rop
· 9 years ago
eee1f14
FELIX-5164: added test that validates aspects that are using a callback instance.
by Pierre De Rop
· 9 years ago
32b68c8
FELIX-5164: Add support for callback instance in Aspects.
by Pierre De Rop
· 9 years ago
cc3f816
FELIX-5155: cleanup possibly cached dependency callback instance when removing a dependency from an aspect or adapter component.
by Pierre De Rop
· 9 years ago
e04b687
Added comments.
by Pierre De Rop
· 9 years ago
2c3aeab
FELIX-5155: Adapter/Aspect extra service dependencies injected twice if using callback instance.
by Pierre De Rop
· 9 years ago
0e62afd
FELI-5155: added test case for 5155 issue.
by Pierre De Rop
· 9 years ago
5714eda
FELIX-5153: Added test for 5153 issue.
by Pierre De Rop
· 9 years ago
6bf6413
FELIX-5153: No need to measure the time used to stop scenario bundles.
by Pierre De Rop
· 9 years ago
fd90eda
FELIX-5153: DM4 calls stop before ungetService() on ServiceFactory components.
by Pierre De Rop
· 9 years ago
82e47a4
FELIX-5147: Bundle Adapter auto configures class fields even if callbacks are used.
by Pierre De Rop
· 9 years ago
607609d
FELIX-5147: added test for this issue.
by Pierre De Rop
· 9 years ago
adea09f
FELIX-5146: Service adapters must not turn on autoconf mode if callbacks are ever used.
by Pierre De Rop
· 9 years ago
51e4541
FELIX-5146: added test for this issue.
by Pierre De Rop
· 9 years ago
1c2d2aa
deactivate test when the test is done (successful).
by Pierre De Rop
· 9 years ago
b9cc242
removed unecessary comment.
by Pierre De Rop
· 9 years ago
e822723
Improved the makeStaging task in order to get latest available versions from the release repo.
by Pierre De Rop
· 9 years ago
ccb2355
Preparing release r6.
by Pierre De Rop
· 9 years ago
41e1471
Added FELIX-5114
by Pierre De Rop
· 9 years ago
c723eb3
FELIX-5114: Schedule configuration update in Component executor synchronously.
by Pierre De Rop
· 9 years ago
b2a6811
added author.
by Pierre De Rop
· 9 years ago
95a550f
Fixed wait time for step 4.
by Pierre De Rop
· 9 years ago
1038ad7
refresh repo indexes.
by Pierre De Rop
· 9 years ago
239c9da
refresh repo indexes.
by Pierre De Rop
· 9 years ago
a7ea9e1
[FELIX-4921] Don't activate baselining by default, because unmodified modules don't compile anymore once all bundles are recompiled after artifacts are released.
by Pierre De Rop
· 9 years ago
a291216
[FELIX-5055] - Upgrade DM to BndTools 3.0.0
by Pierre De Rop
· 9 years ago
04ac0ed
Added a missing test that is verifying that a ConfigurationDependency callback instance is always called on a Factory object
by Pierre De Rop
· 9 years ago
58018a1
[FELIX-5113] - Remove useless wrong test in ConfigurationDependencyImpl.
by Pierre De Rop
· 9 years ago
030a431
Revert to previous r5 artifacts.
by Pierre De Rop
· 9 years ago
3a01602
Replaced old r5 jars by new r6 jars.
by Pierre De Rop
· 9 years ago
Next »