Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
5dfc9adcfb276af3b958034fbc3919e6afd153db
/
configadmin
51d21ad
Use latest releases
by Carsten Ziegeler
· 13 years ago
0ae60e6
Use latest snapshot
by Carsten Ziegeler
· 14 years ago
031638e
Update changelog
by Guillaume Nodet
· 14 years ago
f3870bb
FELIX-2885 - The config admin bundle does not indicate its provided and required services dependencies
by Guillaume Nodet
· 14 years ago
dc8a553
FELIX-2847 Prevent NPE if service already unregistered
by Felix Meschberger
· 14 years ago
cc75552
FELIX-1747 Use new Felix Parent POM 2-SNAPSHOT and move legal file additions
by Felix Meschberger
· 14 years ago
72f9507
Add missing ASL license header
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
b3c6ac9
Add Bundle-DocURL to manifest
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
33ad4a7
FELIX-2813 This test shows the issue, even though it does not fail. If somebody knows how to make a test fail if another thread throws a NPE, feel free to jump in.
by Marcel Offermans
· 14 years ago
b506d79
[maven-release-plugin] prepare for next development iteration
by Felix Meschberger
· 14 years ago
76fb338
[maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.8
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
80a9d5f
FELIX-1984 Define proper import versions for the packages exported/expected by the bundle and also define the proper version for the dynamic log service import
by Felix Meschberger
· 14 years ago
574dd36
Backup version for aborted release
by Felix Meschberger
· 14 years ago
b8620b8
[maven-release-plugin] prepare for next development iteration
by Felix Meschberger
· 14 years ago
774b17b
[maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.8
by Felix Meschberger
· 14 years ago
8c4700f
Add svn location
by Carsten Ziegeler
· 14 years ago
5e871e2
Modified DEPS format.
by Richard S. Hall
· 14 years ago
54b45c4
update changelog
by Felix Meschberger
· 14 years ago
a2024a4
FELIX-2559 rename existing NOTICE file to DEPENDENCIES and add ASF compliant NOTICE file
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
3b2b415
Add some delay in the ConfigurationBindingTest to ensure newly created configurations are not immediately distributed to starting bundles.
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
51e9c90
FELIX-1545 Use DEBUG level for log messages during test
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
f5d3f0f
Add changelog.txt
by Felix Meschberger
· 14 years ago
f2641a2
FELIX-2554 simplify integration test setup by adding a build profile "ide" generating a version of the bundle easily accessible with PAX Exam both from within Maven build and from within IDEs
by Felix Meschberger
· 14 years ago
a37988a
FELIX-2179 Actually none of the dependencies need to be compile. So changing dependencies to provided and upgrading bundle plugin to be able to include classes from the provded dependency.
by Felix Meschberger
· 15 years ago
b93eea9
FELIX-2179 Apply patch by David Jencks (thanks)
by Felix Meschberger
· 15 years ago
5e18fac
FELIX-1727 fixed key validation allowing leading dots and throwing on
by Felix Meschberger
· 15 years ago
6f13aa2
FELIX-1543 Refer to official OSGi core and compendium library
by Felix Meschberger
· 15 years ago
affab19
[maven-release-plugin] prepare for next development iteration
by Felix Meschberger
· 15 years ago
28e7e13
[maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.6
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
bbc2778
FELIX-1545 remove System.out.println() from helper classes ...
by Felix Meschberger
· 15 years ago
f23eb07
FELIX-1545 implement last modification and last update trackers
by Felix Meschberger
· 15 years ago
cec9c32
FELIX-1545 integration testcases exhibiting the concurrency issues of
by Felix Meschberger
· 15 years ago
c67f9dc
Instead of just sitting for a number of seconds we add a ConfigurationAdmin
by Felix Meschberger
· 15 years ago
5f71d44
[maven-release-plugin] prepare for next development iteration
by Felix Meschberger
· 15 years ago
3e6b0d5
[maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.4
by Felix Meschberger
· 15 years ago
74d75ab
Describe in OBR as implementing version 1.3 of the Configuration Admin Service
by Felix Meschberger
· 15 years ago
fd52e31
FELIX-1542 add lastModificationTime and lastUpdateTime fields to track
by Felix Meschberger
· 15 years ago
52f8a5d
FELIX-1541 Include official org.osgi.service.cm sources received
by Felix Meschberger
· 15 years ago
e833bde
[maven-release-plugin] prepare for next development iteration
by Felix Meschberger
· 15 years ago
9555f47
[maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.2
by Felix Meschberger
· 15 years ago
35ab36a
FELIX-1535 check permission against current access control context
by Felix Meschberger
· 15 years ago
f0cb52b
Add use of codehaus plugins and OPS4J stuff to the NOTICE file
by Felix Meschberger
· 15 years ago
186cdd5
Have to use the project. properties instead of pom. properties in ant tasks for older maven versions
by Felix Meschberger
· 15 years ago
6b477c8
[maven-release-plugin] prepare for next development iteration
by Felix Meschberger
· 15 years ago
b9924d8
[maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.0
by Felix Meschberger
· 15 years ago
13e9151
Have to explicitly state the test bundle and not scan the target
by Felix Meschberger
· 15 years ago
0ad1379
Use new Felix Parent POM 1.2
by Felix Meschberger
· 15 years ago
f32700a
FELIX-1448 setting the static bundle to a different location than
by Felix Meschberger
· 15 years ago
ecfd530
FELIX-1488 Since the reassignement of configuration is desired but not
by Felix Meschberger
· 15 years ago
78ea08e
FELIX-1488 Disable configuration reassignment due to changing the static
by Felix Meschberger
· 15 years ago
85bb47c
FELIX-1488 Since the reassignement of configuration is desired but not
by Felix Meschberger
· 15 years ago
2e9e50d
FELIX-1508 Have to adapt the overwritten method signature
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
8659e39
Further integration tests and split up of tests into
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
42764b8
Split integration tests into separate classes with a
by Felix Meschberger
· 15 years ago
6469912
Update OSGi copyright years
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
0fa74f1
Integration tests for :
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
4393f3d
FELIX-1486 support testing with multi-value PIDs
by Felix Meschberger
· 15 years ago
aac8a01
Remove FailureActivator not ready for SVN yet (erroneously committed
by Felix Meschberger
· 15 years ago
3434f38
FELIX-1479 Enhance FilePersistenceManager by checks for the system
by Felix Meschberger
· 15 years ago
82563bb
FELIX-1165 Integration test ensuring ManagedService reconfiguration
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
5a87a0d
FELIX-1219 Bump cm package export as per the OSGi Alliance decision
by Felix Meschberger
· 15 years ago
5dfaa96
FELIX-1234 Use factory PID for configuration plugin selection if the
by Felix Meschberger
· 15 years ago
819d0b7
FELIX-1484 integration test ensuring bundle location of configuration
by Felix Meschberger
· 15 years ago
4ae8697
Update pom files to use the 1.0.4 parent pom (bulk change).
by Clement Escoffier
· 16 years ago
2c2a5be
FELIX-979 Prevent bundle event handling after the bundle activator's stop method has terminated
by Felix Meschberger
· 16 years ago
e99d7ed
[maven-release-plugin] prepare for next development iteration
by Felix Meschberger
· 16 years ago
6d5a6db
[maven-release-plugin] prepare release org.apache.felix.configadmin-1.0.10
by Felix Meschberger
· 16 years ago
988d041
Ensure configuration directory for the mock goes into target to be cleaned properly
by Felix Meschberger
· 16 years ago
1311eb3
FELIX-903 testcases to verify felix.cm.loglevel property use
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
Next »