Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
685c043f5b1aaa60226802fe735d1d75e4cc4ea1
685c043
[maven-release-plugin] prepare for next development iteration
by Arjun Panday
· 12 years ago
13dfe79
[maven-release-plugin] prepare release org.apache.felix.servicediagnostics.plugin-0.1.2
by Arjun Panday
· 12 years ago
38d8ece
remove temporary stupid test
by Arjun Panday
· 12 years ago
9a2fa17
temporary stupid test
by Arjun Panday
· 12 years ago
d2ab668
FELIX-3820 Guard access to the ConfigurationManager field in the ConfigurationAdminImpl class (slightly modified patch by Guillaume Nodet, thanks). Also added some more guards in the context of permission checks and added integration tests.
by Felix Meschberger
· 12 years ago
127e36e
FELIX-3778 Use bundle vesion qualifier to differentiate the
by Felix Meschberger
· 12 years ago
99e0054
Sync with latest bndlib code
by Stuart McCulloch
· 12 years ago
fcdba16
FELIX-3798 Make name of the default category configurable. The default value is "Main"
by Felix Meschberger
· 12 years ago
649006f
FELIX-3833 Need also the structured map as an internal request attribute for the AbstractWebConsole to properly render the navigation
by Felix Meschberger
· 12 years ago
e79496a
FELIX-3833 Provide flat map of labels to titles for backwards compatibility
by Felix Meschberger
· 12 years ago
956d532
FELIX-3817 Prepare for changing non-configuration-property parameter names
by Felix Meschberger
· 12 years ago
4b3011c
FELIX-3784 Refactor support for Configuration Admin Service:
by Felix Meschberger
· 12 years ago
b465657
FELIX3829 To no call toList to convert a non-existing value to a list. Instead just assume an empty ArrayList
by Felix Meschberger
· 12 years ago
449b10c
FELIX-3799 Apply patch by Henri Sagnior (thanks)
by Felix Meschberger
· 12 years ago
d443c9e
FELIX-3828 Fixed both the Adapter and the Aspect filter index.
by Xander Uiterlinden
· 12 years ago
244430f
FELIX-3810 : @org.osgi.service.component.annotations.Component configurationPolicy attribute not processed correctly by DSAnnotationProcessor . Apply patch from Stephen Flynn
by Carsten Ziegeler
· 12 years ago
1ead92f
fix DEPENDENCIES file. We don't include any backport-util-concurrent any more
by David Jencks
· 12 years ago
74ae190
FELIX-3729 clean up excessive logging
by David Jencks
· 12 years ago
ff408fc
FELIX-3826 clean up excessive logging
by David Jencks
· 12 years ago
dc3db0f
update ds changelog
by David Jencks
· 12 years ago
537aef1
FELIX-3825 provide correct component manager as logger to Method management objects
by David Jencks
· 12 years ago
866debd
FELIX-3826 fix race enabling components. Also a little more generics
by David Jencks
· 12 years ago
ad04c3a
FELIX-3729 deal with filter change for single dynamic
by David Jencks
· 12 years ago
daab6dc
FELIX-3729 register the dependency manager service listeners during activate
by David Jencks
· 12 years ago
7f837b9
FELIX-3729 cleanup event interval tracking when component instance is deleted
by David Jencks
· 12 years ago
dcc14be
FELIX-3825 Include component ID in logging when known
by David Jencks
· 12 years ago
e5429bf
FELIX-3729 use global ordering and event range to exclude too early/too late events for a given component
by David Jencks
· 12 years ago
c3452b5
FELIX-3729 start using global ordering to make sure work is complete before disposing an instance
by David Jencks
· 12 years ago
596ef94
FELIX-3729 make tracking count a per-component global ordering
by David Jencks
· 12 years ago
9b948e3
FELIX-3729 fix NPE in getServiceReferences, continue with tracking count
by David Jencks
· 12 years ago
14303f7
FELIX-3729 Fix NPE in isSatisfied. Start setting up using trackingCount to track how much work is done when deactivating a component instance
by David Jencks
· 12 years ago
3a6412e
use atomic integer to track use count to avoid possible concurrent modifications
by David Jencks
· 12 years ago
c1e1959
FELIX-3729 Remove commented out old code
by David Jencks
· 12 years ago
96cdad9
FELIX-3729 Revert to only one (removed) event for service removal
by David Jencks
· 12 years ago
092885e
FELIX-3729 Deal with service changes when target filter changes for dynamic multiple
by David Jencks
· 12 years ago
49953f6
FELIX-3729 cleanup how external code obtains the set of bound services
by David Jencks
· 12 years ago
aa4f787
FELIX-3729 fix circular reference problems
by David Jencks
· 12 years ago
82903eb
FELIX-3729 fix various bugs
by David Jencks
· 12 years ago
ddb3349
fix var names
by David Jencks
· 12 years ago
e23491f
FELIX-3729 fix factory setup order, don't respond to added events while tracker is opening
by David Jencks
· 12 years ago
9ebc01e
FELIX-3729 initial implementation of customizers
by David Jencks
· 12 years ago
a9632dc
FELIX-3729 copy ServiceTracker from osgi framework and add addedService customizer method
by David Jencks
· 12 years ago
0d34f9f
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 12 years ago
8b9f4f9
[maven-release-plugin] prepare release org.apache.felix.ipojo.runtime-project-1.8.6
by Clement Escoffier
· 12 years ago
dbef6f7
update dependencies and package version
by Clement Escoffier
· 12 years ago
0d5e44a
Updated changelog. (release preparation)
by Clement Escoffier
· 12 years ago
f696725
Added distinct factory name to avoid name clash (changed because of FELIX-3789)
by Clement Escoffier
· 12 years ago
da329fd
Apply patch from FELIX-3789 - Deadlock due to synchronization on INSTANCE_NAME
by Clement Escoffier
· 12 years ago
0a1e632
Defensive catch to avoid any 'unexpected' error to stop the complete system.
by Clement Escoffier
· 12 years ago
db49082
Fix date parsing code in HttpServletRequestImpl to parse HTTP-specified format. Fixes issue with Web Console.
by Ken Gilmer
· 12 years ago
bdb2223
Minor code style fix for previous patch.
by Ken Gilmer
· 12 years ago
7ee61a4
Apply Ed Schaller's feature patch to allow host address to be specified in configuration. See FELIX-3811 for details.
by Ken Gilmer
· 12 years ago
8f9df04
Fixed error in tests that use Java 1.5+ keyword enum.
by Ken Gilmer
· 12 years ago
d853a45
[FELIX-3808] Upgrade ConfigAdmin to pax-exam 2
by Guillaume Nodet
· 12 years ago
4c1114a
[FELIX-3824] Possible IllegalStateException thrown while unregistering bundle services
by Guillaume Nodet
· 12 years ago
817c41e
[FELIX-3821][FELIX-3822] Fix behavior when ConfigAdmin is unregistered and unregister all services explicitly
by Guillaume Nodet
· 12 years ago
4efdc71
[FELIX-3807] Make sure bundle locks are always acquired during refresh to ensure bundles are stopped
by Guillaume Nodet
· 12 years ago
c7e5726
[FELIX-3803] Bundle#getResource and Bundle#findEntries always try to resolve the bundle (hence grabbing the bundle lock) even if the bundle is already resolved, which contradicts the spec
by Guillaume Nodet
· 12 years ago
70b5bdc
Fix minor typo
by Guillaume Nodet
· 12 years ago
5e48231
[FELIX-3761] When a bundle registers a service, the bundle lock is obtained without any real purpose
by Guillaume Nodet
· 12 years ago
6e4c8e3
Update gitignore
by Guillaume Nodet
· 12 years ago
033546f
FELIX-3823 Make sure the default FilePersistenceManager is properly unregistered by the bundle itself
by Felix Meschberger
· 12 years ago
372ad23
Fix FELIX-3819 - The export directive of iPOJO is wrong
by Clement Escoffier
· 12 years ago
1c23a9f
Apply contribution from FELIX-3751.
by Clement Escoffier
· 12 years ago
0bab6b0
Apply patch (FELIX-3715) to make resolver thread safe.
by Richard S. Hall
· 12 years ago
a032cbd
FELIX-3814 : Javascript error when directly invoking a configuration with IE8
by Carsten Ziegeler
· 12 years ago
1a3067c
FELIX-3769 The LogService plugin belongs to the OSGi Menu
by Felix Meschberger
· 12 years ago
06dec2a
FELIX-3666 move workaround for framework bug to the isFragment bundle to apply it where the framework bug appears
by Felix Meschberger
· 12 years ago
ffe081d
FELIX-3804: fix the failing build due to upgrade to new Felix parent POM.
by Jan Willem Janssen
· 12 years ago
4ccf8dd
FELIX-3804: Make use of versions stated in POMs for easier maintenance.
by Jan Willem Janssen
· 12 years ago
5430d07
FELIX-3804: use proper license header.
by Jan Willem Janssen
· 12 years ago
20ad6df
FELIX-3801 - use latest parent POM from Felix.
by Jan Willem Janssen
· 12 years ago
583e8ab
FELIX-3802 - remove MongoDB as 3rd-party dependency.
by Jan Willem Janssen
· 12 years ago
af05228
Update changelog
by Carsten Ziegeler
· 12 years ago
512eaae
Set dependency to snapshot again
by Carsten Ziegeler
· 12 years ago
585dbb7
[maven-release-plugin] prepare for next development iteration
by Carsten Ziegeler
· 12 years ago
bc1f25f
[maven-release-plugin] prepare release org.apache.felix.scr.ant-1.3.0
by Carsten Ziegeler
· 12 years ago
f55010b
[maven-release-plugin] prepare for next development iteration
by Carsten Ziegeler
· 12 years ago
c39846d
[maven-release-plugin] prepare release maven-scr-plugin-1.9.0
by Carsten Ziegeler
· 12 years ago
8b28445
Prepare for release
by Carsten Ziegeler
· 12 years ago
27df628
[maven-release-plugin] prepare for next development iteration
by Carsten Ziegeler
· 12 years ago
4d437a4
[maven-release-plugin] prepare release org.apache.felix.scr.generator-1.3.0
by Carsten Ziegeler
· 12 years ago
8d05c8c
Prepare for release
by Carsten Ziegeler
· 12 years ago
7b7af1a
FELIX-3797: Remove statement about inclusion of OSGi Alliance software from DEPENDENCIES file.
by Jan Willem Janssen
· 12 years ago
7944e28
FELIX-3795 Update tabs paging plugin to support JQuery UI 1.9.2
by Felix Meschberger
· 12 years ago
044b94e
Update changelog
by Carsten Ziegeler
· 12 years ago
7db299e
FELIX-3769 Add support for top navigation categories
by Felix Meschberger
· 12 years ago
a0613bf
FELIX-3778 Remove unneeded Include-Resource element on the all-in-one profile
by Felix Meschberger
· 12 years ago
4dd77dd
FELIX-3770 Update to JQuery UI 1.9.2 and JQuery 1.8.3
by Felix Meschberger
· 12 years ago
271297a
FELIX-3778 Create an all-in-one bundle again including the org.json,
by Felix Meschberger
· 12 years ago
edb29b2
[maven-release-plugin] prepare for next development iteration
by Jan Willem Janssen
· 12 years ago
e8e772e
[maven-release-plugin] prepare release org.apache.felix.useradmin.mongodb-1.0.1
by Jan Willem Janssen
· 12 years ago
48e49b8
[maven-release-plugin] prepare for next development iteration
by Jan Willem Janssen
· 12 years ago
a98a6eb
[maven-release-plugin] prepare release org.apache.felix.useradmin.filestore-1.0.2
by Jan Willem Janssen
· 12 years ago
2cc2627
[maven-release-plugin] prepare for next development iteration
by Jan Willem Janssen
· 12 years ago
34248a6
[maven-release-plugin] prepare release org.apache.felix.useradmin-1.0.3
by Jan Willem Janssen
· 12 years ago
26e1e28
Update changelog
by Carsten Ziegeler
· 12 years ago
b7adf43
Added missing license header.
by Jan Willem Janssen
· 12 years ago
0299100
Added read me, licensing information and other legal stuff.
by Jan Willem Janssen
· 12 years ago
72c476e
Use better name for service PID.
by Jan Willem Janssen
· 12 years ago
Next »