Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
8bae92d53bf8b48db32eea8ab3bad47053f00770
/
scr
/
src
0bb0794
FELIX-1445 Check for UNSATISIFED state instead of ENABLED state in the
by Felix Meschberger
· 15 years ago
7e572cc
FELIX-1447 Remove ComponentMetadata parameter from AbstractComponentManager.log
by Felix Meschberger
· 15 years ago
025c63c
FELIX-1443 Unify method selection and invocation mechanisms on the
by Felix Meschberger
· 15 years ago
babdea9
FELIX-1440 Add support for method lookup termination on suitable
by Felix Meschberger
· 15 years ago
009af02
FELIX-927 Complete bind/unbind method signature extension for
by Felix Meschberger
· 15 years ago
ca0c270
FELIX-927 Add support to use a ServiceReference as the data
by Felix Meschberger
· 15 years ago
5fc75cd
FELIX-1437 Include declaration namespace in the decision of which
by Felix Meschberger
· 15 years ago
0ebae47
Explicitaly address super class method
by Felix Meschberger
· 15 years ago
df9c8bb
FELIX-1436 Ensure duplicate implementation and/or service elements render
by Felix Meschberger
· 15 years ago
3e0a1b6
FELIX-928 For Java 1.3 compilation we need casts
by Felix Meschberger
· 15 years ago
e7f0df8
FELIX-928 Apply patch by Alin Derhiciu (thanks) and factored the actual descriptor
by Felix Meschberger
· 15 years ago
61523ea
FELIX-1413 Do not immediately bind to newly registered services for static
by Felix Meschberger
· 15 years ago
2041e3d
FELIX-1414 Reverting changes of FELIX-950 and FELIX-1213 thus not rebinding
by Felix Meschberger
· 15 years ago
dcb192f
FELIX-1232 Add integration test ensuring private component
by Felix Meschberger
· 15 years ago
e812b5c
FELIX-1232 Apply modified patch by Alin Dreghiciu (thanks). The service
by Felix Meschberger
· 15 years ago
6f61629
FELIX-1416 ComponentFactoryImpl was not correctly implemented correctly
by Felix Meschberger
· 15 years ago
e325c0f
Formatting: replace tabs with spaces
by Felix Meschberger
· 15 years ago
bf021d4
FELIX-927 Apply patch by Alin Dreghiciu to allow for better bind/unbind
by Felix Meschberger
· 15 years ago
8a5793e
FELIX-1416 Implement new ComponentHolder abstraction and adapt uses.
by Felix Meschberger
· 15 years ago
fc0c15a
FELIX-1284 Add support to call a modified method for dynamic configuration update
by Felix Meschberger
· 15 years ago
e7019f0
FELIX-1284 Add support to check whether a dynamic configuration update
by Felix Meschberger
· 15 years ago
693acc6
FELIX-925 to support the new activate and modified method signatures
by Felix Meschberger
· 15 years ago
8c64e85
FELIX-1416 Add unit and integration tests for new and fixed configuration behaviour
by Felix Meschberger
· 15 years ago
e354850
* Remove "stupid" javadoc
by Felix Meschberger
· 15 years ago
e39e0a9
FELIX-1314 Split main "impl" package by moving classes to helper, manager,
by Felix Meschberger
· 15 years ago
cf4a8cf
FELIX-925 Add support for new activate/deactivate method signatures and
by Felix Meschberger
· 15 years ago
d6b571e
FELIX-925 Provide the new ComponentConstants (deactivation reason codes)
by Felix Meschberger
· 15 years ago
e626479
FELIX-1284 implementation of "modified" attribute support
by Felix Meschberger
· 15 years ago
7e345c5
FELIX-1284 unit tests for new "modified" attribute
by Felix Meschberger
· 15 years ago
f53fd02
FELIX-925 Allow activate and deactivate methods to have different signatures
by Felix Meschberger
· 15 years ago
0c91782
Fix imports
by Felix Meschberger
· 15 years ago
24aff2d
FELIX-925 Use names of the activate and deactivate methods from the descriptor
by Felix Meschberger
· 15 years ago
77914b7
FELIX-1223 Refactor Configuration support
by Felix Meschberger
· 15 years ago
2044187
FELIX-1239 Do not make the AbstractComponentManager.getServiceReference method synchronized
by Felix Meschberger
· 15 years ago
962b367
FELIX-924 configuration policy configurable
by Felix Meschberger
· 15 years ago
1955fd2
FELIX-1238 Applying patch by Filippo Diotalevi adding missing returns statements.
by Felix Meschberger
· 15 years ago
fc11b57
FELIX-1213 Reactivate component with static reference if a new service
by Felix Meschberger
· 15 years ago
6f3d1cb
FELIX-1185 make m_state field volatile
by Felix Meschberger
· 15 years ago
dd6b903
FELIX-1185 "satisfied" state of a service factory component
by Felix Meschberger
· 15 years ago
3eb52d2
FELIX-1185 Make getSatisfiedState() final in the AbstractComponentManager
by Felix Meschberger
· 15 years ago
4440e3a
FELIX-1185 Apply state machine patch by Agemo Cui (thanks alot!)
by Felix Meschberger
· 15 years ago
9754eb1
FELIX-1195 Check whether the component has already been
by Felix Meschberger
· 15 years ago
1c53fa5
FELIX-1166 Be sure to unget the unregistering service (only required for dynamic
by Felix Meschberger
· 16 years ago
b550e66
FELIX-1173 Do not run tasks when the component defining bundle is not active any more.
by Felix Meschberger
· 16 years ago
1f42b65
FELIX-1178 Add m_pendingDeactivation flag to ensure a component is scheduled for activation if deactivation is scheduled but the component is still active if a service reference change occurrs
by Felix Meschberger
· 16 years ago
580204c
FELIX-1177 Better handling of IllegalStateException thrown when getting the service registration lock fails and retry service unregistration if not possible in the first place
by Felix Meschberger
· 16 years ago
a79af5f
Better logging: INFO log when running a task and include task descriptor
by Felix Meschberger
· 16 years ago
d4fc218
SLING-1162 Move m_size field setup to the enable method
by Felix Meschberger
· 16 years ago
01d0c50
SLING-1162 Setup the DependencyManagers when the component
by Felix Meschberger
· 16 years ago
9f82740
FELIX-993 / FELIX-1053: Fix service handling when using target filters
by Felix Meschberger
· 16 years ago
0831668
FELIX-993 drop checking the target filter on service unregistration
by Felix Meschberger
· 16 years ago
b7b422e
FELIX-1044 Refactor of component instance handling in the DependencyManager
by Felix Meschberger
· 16 years ago
e2cb6fd
FELIX-950 Replace bound service for non-multiple references if a new
by Felix Meschberger
· 16 years ago
124da72
FELIX-639 Logger interface is missing.
by Felix Meschberger
· 16 years ago
92c6a3c
FELIX-639 add some logging for unexpected elements in the XML file and
by Felix Meschberger
· 16 years ago
1c65204
FELIX-639 Just log on duplicate reference names instead of throwing
by Felix Meschberger
· 16 years ago
dfe4248
Reformat to Apache Felix formatting guidlines
by Felix Meschberger
· 16 years ago
1a28356
FELIX-639 Apply patch to ComponentMetadata.java
by Felix Meschberger
· 16 years ago
106c14f
FELIX-832 Ensure services are ungotten even in the absence of an unbind method
by Felix Meschberger
· 16 years ago
847544c
FELIX-714 Prevent cycling of components if there is no configuration
by Felix Meschberger
· 16 years ago
6154163
FELIX-836 Some fixes in asynchronicity of deactivation:
by Felix Meschberger
· 16 years ago
ee24a68
FELIX-923 Provide more information in case of component name duplication
by Felix Meschberger
· 16 years ago
bd047e7
FELIX-861 Check class loader of target class, which may be null if the
by Felix Meschberger
· 16 years ago
88b72fa
Fix name.
by Carsten Ziegeler
· 16 years ago
c1caf6a
Fix name.
by Carsten Ziegeler
· 16 years ago
a33f698
FELIX-694 : Use the class which declares the bind/unmind method to load the service class.
by Carsten Ziegeler
· 16 years ago
e01e1e0
FELIX-698 Log an INFO message only if the bundle whose components
by Felix Meschberger
· 16 years ago
eb1a2d6
FELIX-695 : Inner elements of component might not have a namespace.
by Carsten Ziegeler
· 16 years ago
b769469
FELIX-646 Use initial configuration of Configuration object induced
by Felix Meschberger
· 16 years ago
bf67f50
Clean up code.
by Carsten Ziegeler
· 16 years ago
805a333
FELIX-624: Use the classloader of the bundle exporting the service to load the service class.
by Carsten Ziegeler
· 16 years ago
188caaa
Remove DEBUG logging which may fill the log and move fields to the front
by Felix Meschberger
· 16 years ago
2198726
FELIX-601 Reactivation upon reconfiguration happens completeley asynchronous
by Felix Meschberger
· 16 years ago
66950c7
FELIX-599 Mutliple changes to service registration locking:
by Felix Meschberger
· 16 years ago
a5247a5
FELIX-490 Print the message in case of asynchronous deactivation
by Felix Meschberger
· 16 years ago
a71ba38
FELIX-490 Do not synchronously deactivate a component if it is currently
by Felix Meschberger
· 16 years ago
a3c0aa8
FELIX-593 change accepted and default values for immediate attribute
by Felix Meschberger
· 16 years ago
27c3181
FELIX-550 Tentative fix by guarding access the service registration field by a lock
by Felix Meschberger
· 16 years ago
b07d319
FELIX-591 Guard disableInternal and disposeInternal against disabling after
by Felix Meschberger
· 16 years ago
070a3c3
FELIX-579 Modified logging calls by adding an AbstractComponentManager.log method, which
by Felix Meschberger
· 16 years ago
2983427
FELIX-578 Ensure ComponentFactoryImpl.newInstance() enables the created component
by Felix Meschberger
· 16 years ago
c0b434a
Add more logging
by Felix Meschberger
· 17 years ago
0c88d67
FELIX-464 Always return the dependency manager regardless of its internal count value
by Felix Meschberger
· 17 years ago
4cccee2
Correct javadocs and clean up code a little bit.
by Carsten Ziegeler
· 17 years ago
38927d0
Move license and notice file to root directory.
by Carsten Ziegeler
· 17 years ago
aed494d
FELIX-425 Decrement service counter when a service is removed whose
by Felix Meschberger
· 17 years ago
3dc5a9e
FELIX-284 Missed adding the scr command for the Felix Shell
by Felix Meschberger
· 17 years ago
d25a63d
FELIX-284 Add Management API
by Felix Meschberger
· 17 years ago
970fcbc
Fixed typo
by Felix Meschberger
· 17 years ago
23915b8
FELIX-392 Better handle unexpected issues when trying to get a activation or binding method by reflection
by Felix Meschberger
· 17 years ago
7d193a3
FELIX-374 Register ManagedService on behalf of components to receive Configuration
by Felix Meschberger
· 17 years ago
444f5b1
FELIX-387 Fix support for reference service target properties
by Felix Meschberger
· 17 years ago
9b6b509
FELIX-387 Fix support for reference service target properties
by Felix Meschberger
· 17 years ago
0490262
FELIX-110 completion of the current Felix SCR implementation to take into account components <properties> elements
by Felix Meschberger
· 17 years ago
c3fb97a
FELIX-385 ReferenceMetadata.setTarget includes the interface name in the target filter
by Felix Meschberger
· 17 years ago
e427122
FELIX-374 Register ManagedService on behalf of components to receive Configuration
by Felix Meschberger
· 17 years ago
f72fba2
FELIX-384 Possible deadlock on framework startlevel change
by Felix Meschberger
· 17 years ago
fa25b9e
Use released versions where possible.
by Carsten Ziegeler
· 17 years ago
3f87087
FELIX-373 Log the unsatisfied dependencies of a component which prevent activation of the component
by Felix Meschberger
· 17 years ago
edf6169
FELIX-373 Log the unsatisfied dependencies of a component which prevent activation of the component
by Felix Meschberger
· 17 years ago
Next »