Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
0cbb3ff1f1cb2d6587e1eb7655b17c31154943b3
/
configadmin
/
src
/
main
/
java
/
org
/
apache
/
felix
0cbb3ff
FELIX-3175 Fix the RankingComparator to accomodate for services to be sorted in collections (array, set) according to regular service.ranking property as well as service.cmRanking (for ConfigurationPlugins) ordering. Added unit tests to make sure the comparator works as expected.
by Felix Meschberger
· 13 years ago
dc8a553
FELIX-2847 Prevent NPE if service already unregistered
by Felix Meschberger
· 14 years ago
049cc07
FELIX-2766 Don't throw FileNotFoundException when calling
by Felix Meschberger
· 14 years ago
417f66c
FELIX-2771 Fix Foundation and Mika platform issues:
by Felix Meschberger
· 14 years ago
4b26df9
FELIX-2813 Make the service registration field volatile and ensure the asynchronous threads are started only after registering the service and stopped before unregistering the service.
by Felix Meschberger
· 14 years ago
e3c0e4b
FELIX-2184 The definitions of PID and configuration property name syntax are actually only recommendations not prescriptions. Thus PIDs may technically be any string and should be accepted from both the party setting up new configuration as well as from persistence. Adding tests to verify this.
by Felix Meschberger
· 14 years ago
b68d1cf
FELIX-2557 Further work on event dispatching: ConfigurationManager now uses two separate threads to dispatch configuration events and configuration updates. Both threads are configured to be members of their own thread group, which is a daemon group to be destroyed once both dispatcher threads terminate.
by Felix Meschberger
· 14 years ago
5899248
Use new isLogEnabled method to check whether DEBUG logging is enabled before calling the log method.
by Felix Meschberger
· 14 years ago
9967fbb
FELIX-2557 Refactor ConfigurationEvent dispatching:
by Felix Meschberger
· 14 years ago
8d9851a
FELIX-1545 Adding Pierre de Rop's stress test (thanks alot for providing) to the integration test suite and changed the way the last update field is set: It is now set to the value of the last modification time field at the time the properties were retrieved from the configuration for the asynchronous update call.
by Felix Meschberger
· 14 years ago
f4e20d1
FELIX-1907 added clarification statements regarding the use of the dictionaries and stability of the Enumeration
by Felix Meschberger
· 14 years ago
a86cdfc
FELIX-2552 Add chaching layer for the PersistenceManager services and remove unused PeristenceManagerProxy class
by Felix Meschberger
· 14 years ago
5e18fac
FELIX-1727 fixed key validation allowing leading dots and throwing on
by Felix Meschberger
· 15 years ago
cb46b9e
FELIX-1545 Added guards to ManagedService[Factory]Update to prevent multiple
by Felix Meschberger
· 15 years ago
d576107
For better logging (especially in cases of the LogService implemented using
by Felix Meschberger
· 15 years ago
f23eb07
FELIX-1545 implement last modification and last update trackers
by Felix Meschberger
· 15 years ago
fd52e31
FELIX-1542 add lastModificationTime and lastUpdateTime fields to track
by Felix Meschberger
· 15 years ago
35ab36a
FELIX-1535 check permission against current access control context
by Felix Meschberger
· 15 years ago
f32700a
FELIX-1448 setting the static bundle to a different location than
by Felix Meschberger
· 15 years ago
78ea08e
FELIX-1488 Disable configuration reassignment due to changing the static
by Felix Meschberger
· 15 years ago
02f457d
FELIX-1508 Prevent CM_UPDATED event from being fired after
by Felix Meschberger
· 15 years ago
ce67d73
FELIX-1507 Add unified error handling for update and delete call back methods
by Felix Meschberger
· 15 years ago
ca3cd98
FELIX-1488 ConfigurationAdminImpl.getConfiguration(String) should set
by Felix Meschberger
· 15 years ago
cefe5eb
FELIX-1488 support for another use case:
by Felix Meschberger
· 15 years ago
6f5b69e
FELIX-1488 configuration replacement if static bundle binding is
by Felix Meschberger
· 15 years ago
c12db8c
FELIX-1488 dynamic binding must not be removed before initiating the
by Felix Meschberger
· 15 years ago
41cce52
FELIX-1146 refactor update tasks to immediately gather configurations
by Felix Meschberger
· 15 years ago
ef47004
FELIX-1488 Factor out common properties of Factory and ConfigurationImpl
by Felix Meschberger
· 15 years ago
a0e8e33
Consolidate "update" flag setting with configuraiton property update setting
by Felix Meschberger
· 15 years ago
15e1c6f
Ensure update/delete is sent regardless of whether the configuration
by Felix Meschberger
· 15 years ago
a454b20
FELIX-1488 Setting a static configuration binding must
by Felix Meschberger
· 15 years ago
8f62c43
FELIX-1488 Setting a static configuration binding must
by Felix Meschberger
· 15 years ago
3f9e4da
FELIX-1488 Dynamic configuration bindings have to also be
by Felix Meschberger
· 15 years ago
56e2b7e
FELIX-1489 submit created configurations without properties to
by Felix Meschberger
· 15 years ago
851c641
FELIX-1486 Support multi-value PIDs
by Felix Meschberger
· 15 years ago
6a698df
FELIX-1488 Only persist static configuration bindings and keep dynamic
by Felix Meschberger
· 15 years ago
3434f38
FELIX-1479 Enhance FilePersistenceManager by checks for the system
by Felix Meschberger
· 15 years ago
5d3e7ac
FELIX-1165 Ensure setting the service reference field for a ManagedService
by Felix Meschberger
· 15 years ago
df26ae8
FELIX-1477 Apply slightly modified (formatting) patch by Andy Wilkinson
by Felix Meschberger
· 15 years ago
5dfaa96
FELIX-1234 Use factory PID for configuration plugin selection if the
by Felix Meschberger
· 15 years ago
2c2a5be
FELIX-979 Prevent bundle event handling after the bundle activator's stop method has terminated
by Felix Meschberger
· 16 years ago
08282c3
FELIX-903 add felix.cm.loglevel property to limit the log output
by Felix Meschberger
· 16 years ago
93c409a
Remove those @author and @version tags
by Felix Meschberger
· 16 years ago
a0903df
FELIX-890 Configuration.getProperties() must return a full copy of the
by Felix Meschberger
· 16 years ago
88d6d10
FELIX-889 Ensure arrays of primitives are also accepted plus some more test cases
by Felix Meschberger
· 16 years ago
1056835
FELIX-881 Also clear the configurationAdminRegistration field before
by Felix Meschberger
· 16 years ago
b4f83e4
FELIX-881 provide getter for the service reference preventing
by Felix Meschberger
· 16 years ago
13bcc7e
FELIX-880 get the ServiceReference from the ServiceRegistration to
by Felix Meschberger
· 16 years ago
4124319
FELIX-740 Check ServiceReference's Bundle before using it, since the
by Felix Meschberger
· 16 years ago
aeb8c5c
FELIX-879 Replace Vector by Collection and copy provided
by Felix Meschberger
· 16 years ago
fbc7dc1
FELIX-612 Don't persist newly created factory configuration objects and also
by Felix Meschberger
· 16 years ago
0c4e704
FELIX-611 Do not return new configurations from the ConfigurationAdmin.listConfiguration
by Felix Meschberger
· 16 years ago
40d4e1b
FELIX-522 Verify the correctness of the key according to symbolic-name
by Felix Meschberger
· 17 years ago
f463132
FELIX-516 Record whether a configuration change (update, delete) has been delivered
by Felix Meschberger
· 17 years ago
432e387
Add more logging
by Felix Meschberger
· 17 years ago
47b825b
Correct license headers.
by Carsten Ziegeler
· 17 years ago
7853b9a
Correct javadocs and clean up code a little bit.
by Carsten Ziegeler
· 17 years ago
4168398
Fix for FELIX-443: Make classes static and pass ConfigurationManager.
by Carsten Ziegeler
· 17 years ago
2fd5b58
Some type safety in ManagedService[Factory] service configuration
by Felix Meschberger
· 17 years ago
db90b1b
FELIX-355 ConfigurationAdmin service is unregistered after it has been cleaned up
by Felix Meschberger
· 17 years ago
1cbb4cd
Prevent possible NPE when tmpFile is null (if an error occurs before tmpFile could be set)
by Carsten Ziegeler
· 17 years ago
e1b00ed
Remove irritating test code
by Felix Meschberger
· 17 years ago
85b355d
Dynamically import LogService and user LogService class name (and not class) to name
by Felix Meschberger
· 17 years ago
5f7ac16
FELIX-348 Configuration Admin should not send a CM_UPDATED event after first registration of a ManagedService
by Felix Meschberger
· 17 years ago
6642333
FELIX-342 NullPointerException after updating a ManagedService when no Configuration exists
by Felix Meschberger
· 17 years ago
2941ef9
FELIX-335 Configuration Admin updates with empty properties and throws NullPointerExceptions due to race condition
by Felix Meschberger
· 17 years ago
eb80d51
Revert unintentional code formatting
by Carsten Ziegeler
· 17 years ago
6c6f25b
Organize imports
by Carsten Ziegeler
· 17 years ago
bb04898
FELIX-334 Missing callbacks for Configuration plugins
by Felix Meschberger
· 17 years ago
d71f410
FELIX-322 Registering a PersistenceManager service causes a ClassCastException
by Felix Meschberger
· 17 years ago
8faceff
Remove superfluouse explicit package naming
by Felix Meschberger
· 17 years ago
86a0d17
FELIX-317 Modifying a Configuration retrieved from listConfigurations is not reflected in the ConfigAdmin
by Felix Meschberger
· 17 years ago
a2cfb09
FELIX-316 Configuration Admin should use the bundle data storage area by default.
by Felix Meschberger
· 17 years ago
6b086e7
FELIX-316 Configuration Admin should use the bundle data storage area by default.
by Felix Meschberger
· 17 years ago
e2ca833
FELIX-301 Factory Configurations not unbound on bundle uninstall
by Felix Meschberger
· 17 years ago
f58d361
FELIX-271 Factory Configuration may get corrupted
by Felix Meschberger
· 18 years ago
add2b4a
FELIX-11 Implement Configuration Admin (Initial Checkin)
by Felix Meschberger
· 18 years ago