Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
fd651b1c9692dcbf23168c976e5eea4ca305ca69
« Previous
f0d8168
Modify Bundle.findEntries() to also search fragment content. (FELIX-1249)
by Richard S. Hall
· 15 years ago
b3e9baf
Removed extraneous whitespace after/before parenthesis.
by Richard S. Hall
· 15 years ago
157f875
Apply patch (FELIX-1235) to handle misconfigured watch directory.
by Richard S. Hall
· 15 years ago
4b7fa57
Apply patch (FELIX-1228) to allow spaces in file names.
by Richard S. Hall
· 15 years ago
b44c5e5
Modified when the framework fires BundleEvent.UNRESOLVED events. (FELIX-1247)
by Richard S. Hall
· 15 years ago
9e0fd1c
Array index out of bounds exception occurred when creating protection
by Richard S. Hall
· 15 years ago
8b6c104
Simplified PackageAdmin.getBundle() implementation. (FELIX-1246)
by Richard S. Hall
· 15 years ago
04186a2
Implemented ServiceEvent.MODIFIED_ENDMATCH. (FELIX-1244)
by Richard S. Hall
· 15 years ago
357e4d8
Fix a memory leak when stopping and restarting felix by using weakreferences inside the bundle protection domain. (FELIX-1170)
by Karl Pauls
· 15 years ago
e3e0b52
URLHandlers are broken on harmony and J9. The reason is that they don't expect somebody to call toExternalForm from inside a URLHandlers. That causes a NPE and subsequently, we don't start-up. This fixes the issue for harmony and hopefully for J9 as well. (FELIX-893)
by Karl Pauls
· 15 years ago
abed2af
Update to felix-parent 1.2.0 and use EasyMock instead of JMock
by Gert Vanthienen
· 15 years ago
5d89d56
FELIX-925 Allow activate and deactivate methods to have different signatures
by Felix Meschberger
· 15 years ago
cdec0a2
FELIX-1200: Move features-maven-plugin into Karaf
by Gert Vanthienen
· 15 years ago
3bdae60
Add a gitignore file for Karaf
by Guillaume Nodet
· 15 years ago
8b9295c
Fire STOPPING and STOPPED events if a bundle fails to activate,
by Richard S. Hall
· 15 years ago
4ab70a9
Slight modification to only call Class.forName() when an array
by Richard S. Hall
· 15 years ago
0322267
FELIX-1229 : Cache parameter map for annotations and fix activation methods if annotations are used.
by Carsten Ziegeler
· 15 years ago
d84dbf0
Fix imports
by Felix Meschberger
· 15 years ago
78da343
FELIX-925 Use names of the activate and deactivate methods from the descriptor
by Felix Meschberger
· 15 years ago
f5c48b3
FELIX-1223 Refactor Configuration support
by Felix Meschberger
· 15 years ago
acd8bcb
FELIX-1239 Do not make the AbstractComponentManager.getServiceReference method synchronized
by Felix Meschberger
· 15 years ago
c620766
FELIX-1229 : Fix some bugs introduced with implemented the new features.
by Carsten Ziegeler
· 15 years ago
f7d5706
FELIX-924 configuration policy configurable
by Felix Meschberger
· 15 years ago
aca282a
FELIX-1188 ---------- Applied a correcting patch when stopping rmiconnections.
by Stephane Frenot
· 15 years ago
b069bcd
FELIX-1229 : Correct handling method visibility and warnings
by Carsten Ziegeler
· 15 years ago
7dfe7d9
FELIX-1238 Applying patch by Filippo Diotalevi adding missing returns statements.
by Felix Meschberger
· 15 years ago
2deb597
FELIX-1229 : Correct handling of errors and warnings
by Carsten Ziegeler
· 15 years ago
10d9d2c
Implement include/exclude directives for activation policy. (FELIX-749)
by Richard S. Hall
· 15 years ago
01a2ccd
FELIX-1229 : Support new annotations
by Carsten Ziegeler
· 15 years ago
025b623
Remove hard-coded service package version. (FELIX-1236)
by Richard S. Hall
· 15 years ago
6e0c933
FELIX-1229 : Add new annotations for activate and deactivate; add enumerations for policy and strategy
by Carsten Ziegeler
· 15 years ago
f7fccad
FELIX-1229 : Deactivate has more possibilites than activate; update versions as this are new major features.
by Carsten Ziegeler
· 15 years ago
bd0aba9
Applied patch (FELIX-1203) to check for uninstalled bundle.
by Richard S. Hall
· 15 years ago
1c394ea
FELIX-1229 : Add support for new bind and unbind signatures
by Carsten Ziegeler
· 15 years ago
96f05a1
Applied patch (FELIX-1216) to avoid class cast exception
by Richard S. Hall
· 15 years ago
ea4ae41
Applied patch (FELIX-1208) to update tests to new version of EasyMock.
by Richard S. Hall
· 15 years ago
35a53ef
FELIX-1229 : Add support for new activate and deactivate signatures and custom method name
by Carsten Ziegeler
· 15 years ago
84fc435
FELIX-1229 : Use constants for xml attributes and read configuration policy.
by Carsten Ziegeler
· 15 years ago
b290cec
Use Class.forName() for class load delegation since it handles
by Richard S. Hall
· 15 years ago
c9325f7
FELIX-1229 : Support DS 1.0 and 1.1; only use new namespace if new features are used; rewrite error/warning handling.
by Carsten Ziegeler
· 15 years ago
7f29a26
FELIX-1230 - Use MetaTypeService to get all object class definitions for
by Felix Meschberger
· 15 years ago
df4efa4
FELIX-1227 various descriptor fixes (see issue for details)
by Felix Meschberger
· 15 years ago
838f307
Refer to latest parent pom
by Felix Meschberger
· 15 years ago
acf8cd9
FELIX-1226 For building the pid and factoryPid lists, the pid attribute
by Felix Meschberger
· 15 years ago
0972fa9
FELIX-1225 The pid attribute is needed and may not omitted (it will
by Felix Meschberger
· 15 years ago
28e6e81
FELIX-1225 : Set factoryPid attribute of Designate element if component is a factory.
by Carsten Ziegeler
· 15 years ago
d071a38
FELIX-1224 Use providing bundle of component to find MetaTypeInformation
by Felix Meschberger
· 15 years ago
af656a0
Initial commit of OSGi Shell contribution. (FELIX-946)
by Richard S. Hall
· 15 years ago
297e75d
More corner cases for activation policy. (FELIX-749)
by Richard S. Hall
· 15 years ago
c2cb7b3
Remove debug output
by Carsten Ziegeler
· 15 years ago
d576ed4
FELIX-1217: Second step: add multifile plugin to upload several bundles in one go
by Carsten Ziegeler
· 15 years ago
19f2de5
FELIX-1217: First step: remove start and start level input fields from list header, add new panel for install/update and add new refresh button
by Carsten Ziegeler
· 15 years ago
4d42557
FELIX-1206: config/propappend patch
by Guillaume Nodet
· 15 years ago
7584865
Add metatype to the webconsole feature so that configurations are correctly displayed
by Guillaume Nodet
· 15 years ago
711feef
Fix ssh action default help
by Guillaume Nodet
· 15 years ago
02800b2
FELIX-1215: provide hyperlinks when referring to bundles
by Guillaume Nodet
· 15 years ago
fcfaa65
More modifications for activation policies. (FELIX-749)
by Richard S. Hall
· 15 years ago
259e83c
Modified example to work with Felix 1.8.0 release.
by Richard S. Hall
· 15 years ago
ef4e770
Modified example to work with Felix 1.8.0 release.
by Richard S. Hall
· 15 years ago
c64c883
The default configuration file now refers to the correct property
by Richard S. Hall
· 15 years ago
6a6e289
Merging of fragment import package and required bundle declarations
by Richard S. Hall
· 15 years ago
50e7c7f
FELIX-1213 Reactivate component with static reference if a new service
by Felix Meschberger
· 15 years ago
c8f2fb0
Add two config files
by Guillaume Nodet
· 15 years ago
40bccdd
FELIX-1212: Possible infinite loop when a remote ssh connection is closed
by Guillaume Nodet
· 15 years ago
3191f9f
Renamed a variable. (FELIX-749)
by Richard S. Hall
· 15 years ago
094ac0f
Deferred activation should happen immediately if the bundle has already
by Richard S. Hall
· 15 years ago
6f21ed4
Ensure org.osgi.service.http package is required and not optional (thanks Sahoo for pointing out)
by Felix Meschberger
· 15 years ago
34ed19d
Updated exported package versions for new R4.2 API. (FELIX-1205)
by Richard S. Hall
· 15 years ago
3e55801
Added some new methods needed by the R4.2 API. (FELIX-1205)
by Richard S. Hall
· 15 years ago
feedf1e
Updated pom to include new R4.2 packages in bundle. (FELIX-1205)
by Richard S. Hall
· 15 years ago
880c831
These are no longer needed, since we updated to the R4.2 API. (FELIX-1205)
by Richard S. Hall
· 15 years ago
f28d676
Updated to the latest R4.2 interfaces.
by Richard S. Hall
· 15 years ago
65b51e9
FELIX-1024: Fix the karaf client/server to allow direct execution of commands
by Guillaume Nodet
· 15 years ago
4781bc9
Initial work on activation policies. (FELIX-749)
by Richard S. Hall
· 15 years ago
25c68b0
Added final patch for service registry hooks. (FELIX-905,FELIX-906)
by Richard S. Hall
· 15 years ago
0f62b5b
FELIX-1196: Allow Felix Web Console to show Karaf features
by Gert Vanthienen
· 15 years ago
f789768
FELIX-1121: Add feature for installing Felix Web Console
by Gert Vanthienen
· 15 years ago
821c762
FELIX-1185 make m_state field volatile
by Felix Meschberger
· 15 years ago
5348f26
FELIX-1185 "satisfied" state of a service factory component
by Felix Meschberger
· 15 years ago
cc5d271
FELIX-1185 Make getSatisfiedState() final in the AbstractComponentManager
by Felix Meschberger
· 15 years ago
dc90635
Set module class loader parent to the same class loader used for boot
by Richard S. Hall
· 15 years ago
d3fc8bf
FELIX-1185 Apply state machine patch by Agemo Cui (thanks alot!)
by Felix Meschberger
· 15 years ago
32039b5
FELIX-1195 Check whether the component has already been
by Felix Meschberger
· 15 years ago
23c636a
FELIX-1191 Add logging to OBR support plugin
by Felix Meschberger
· 15 years ago
6d60e6e
Apply Pierre's patch for the Felix-1183 issue.
by Clement Escoffier
· 15 years ago
6739886
Fix issue Felix-1182.
by Clement Escoffier
· 15 years ago
7093fdc
Print better message if there is an error when processing auto-install/start
by Richard S. Hall
· 15 years ago
9460db2
Add support for enabling bundle activation policy when starting the bundle;
by Richard S. Hall
· 15 years ago
52ed05a
BundleContext.ungetService() should only return false if the service usage
by Richard S. Hall
· 15 years ago
0f17c89
Applied patch (FELIX-1179) to have File Install recognize files by content
by Richard S. Hall
· 15 years ago
1a8d160
Add missing section.
by Carsten Ziegeler
· 15 years ago
4ff48d1
Applied patch (FELIX-1174) to print stack trace.
by Richard S. Hall
· 15 years ago
514de15
FELIX-1166 Be sure to unget the unregistering service (only required for dynamic
by Felix Meschberger
· 15 years ago
2da6709
FELIX-1173 Do not run tasks when the component defining bundle is not active any more.
by Felix Meschberger
· 15 years ago
8b3d464
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
· 15 years ago
e75ae47
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
· 15 years ago
7119685
Better logging: INFO log when running a task and include task descriptor
by Felix Meschberger
· 15 years ago
c732560
FELIX-1162 Move m_size field setup to the enable method
by Felix Meschberger
· 15 years ago
29f72ec
Updated depenencies to SNAPSHOT version of the CyberDomo library
by Stefano Lenzi
· 15 years ago
73a39e6
FELIX-1162 Setup the DependencyManagers when the component
by Felix Meschberger
· 15 years ago
Next »