Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
4c4415730f2b0a859943e8810db29d61ec134b38
4c44157
FELIX-1855 - exec command eats first keystroke of subsequent commands
by Chris Custine
· 15 years ago
bb55fbf
Update to latest fileinstall release.
by Chris Custine
· 15 years ago
e4463f3
Add test about Felix-1854
by Clement Escoffier
· 15 years ago
1fdf68a
USe the latest Felix frameowrk.
by Clement Escoffier
· 15 years ago
f3f6476
Cosmetic fix
by Clement Escoffier
· 15 years ago
83773a3
Fix issue FELIX-1854 Ease the usage of service.* properties
by Clement Escoffier
· 15 years ago
624a133
Provide test about FELIX-1741.
by Clement Escoffier
· 15 years ago
2475aee
Add a test on service providing inheritance.
by Clement Escoffier
· 15 years ago
9e0bcd7
Remove unneeded code.
by Richard S. Hall
· 15 years ago
560eb86
Fix up bundle plugin property.
by Chris Custine
· 15 years ago
5cd15ca
Upgrade some bundles to latest released versions.
by Chris Custine
· 15 years ago
0ea9bca
FELIX-1846 Guard access to the existing target filter being null
by Felix Meschberger
· 15 years ago
31ff543
FELIX-1725 : SCR Annotations - Support "Add" Operator in annotation values. Applying patch from Stefan Seifert.
by Carsten Ziegeler
· 15 years ago
4e5b91e
Refactoring of ICapability resulted in the reporting of duplicate exports
by Richard S. Hall
· 15 years ago
6c1f750
[maven-release-plugin] prepare for next development iteration
by Felix Meschberger
· 15 years ago
dbc09e6
[maven-release-plugin] prepare release org.apache.felix.scr-1.2.0
by Felix Meschberger
· 15 years ago
fdd6764
FELIX-1711 Adapt NOTICE file to new OSGi library copyright year
by Felix Meschberger
· 15 years ago
8b4eb05
FELIX-1826 Fix integration test still using the component instance
by Felix Meschberger
· 15 years ago
eb0a490
Remove duplicate dependencies (Maven 3 complains about these now).
by Chris Custine
· 15 years ago
f77974e
Cleanup after release
by Karl Pauls
· 15 years ago
1846879
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 15 years ago
9db76e9
[maven-release-plugin] prepare release org.apache.felix.main-2.0.2
by Karl Pauls
· 15 years ago
af293a3
Prepare 2.0.2 release
by Karl Pauls
· 15 years ago
33df9e1
Update changelog.
by Karl Pauls
· 15 years ago
66e6a3f
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 15 years ago
874f2cb
[maven-release-plugin] prepare release org.apache.felix.framework-2.0.2
by Karl Pauls
· 15 years ago
35d9249
Update changelog.
by Karl Pauls
· 15 years ago
547f59e
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 15 years ago
1f90df8
[maven-release-plugin] prepare release org.apache.felix.framework-2.0.2
by Karl Pauls
· 15 years ago
4d28b7b
Rollback the change about throwing an excepiton if trying to stop the systembundle while it is still starting as we have to work on a better solution. (FELIX-1812, FELIX-1816)
by Karl Pauls
· 15 years ago
6c36966
Continued improvements to fragment merging and object allocation in
by Richard S. Hall
· 15 years ago
d366c5d
(FELIX-1834)
by Karl Pauls
· 15 years ago
33eef79
FELIX-1833 Make the ComponentActorThread a Runnable handled to a standard
by Felix Meschberger
· 15 years ago
283d2bb
FELIX-1832 Instead of deactivating in case of instantiation failure just
by Felix Meschberger
· 15 years ago
724469a
Fixed a couple of bugs related to new fragment merging. (FELIX-1534)
by Richard S. Hall
· 15 years ago
79e26ce
Resolve a possible deadlock during system startup if system bundle stop is called from inside an activator.start method and the system bundle is still in the STARTNG state. The framework will now just throw an exception as a result of the stop call. As a side effect this makes it possible again to call System.exit inside an activator.start method while the framework is still in the STARTING state. However, the framework will not be shutdown when the jvm exits. (FELIX-1816, FELIX-1812)
by Karl Pauls
· 15 years ago
87e1cd8
FELIX-1826 The m_componentInstances map contains entries where the key is
by Felix Meschberger
· 15 years ago
29f454e
FELIX-1810: improvements to Main startup class, patch provided by Jarek Gawor
by Guillaume Nodet
· 15 years ago
36ac3a4
FELIX-1817: Backspace does not work anymore when connecting from the karaf-client
by Guillaume Nodet
· 15 years ago
6713c3a
FELIX-1642: osgi:shutdown just hang when using karaf-client.jar
by Guillaume Nodet
· 15 years ago
7de3e7d
FELIX-1830 Support for modified property type name "Character" for
by Felix Meschberger
· 15 years ago
262e57b
No longer acquire global lock to check if it is possible to dynamically
by Richard S. Hall
· 15 years ago
a65a0f8
Fragments are now merged into hosts at bundle install time, no longer
by Richard S. Hall
· 15 years ago
bc8a7a9
fix broken property tester reference
by David Morgan Spenser Savage
· 15 years ago
598ca8c
FELIX-1827 Check permission to get and register services on behalf
by Felix Meschberger
· 15 years ago
0dcce32
Further patches related to FELIX-1324 - now abstracts uri scheme behind a resolver that allows for substitution of "real" urls for meta stubs:
by David Morgan Spenser Savage
· 15 years ago
d723e88
FELIX-1826 Throw ComponentException if newInstance fails to create a
by Felix Meschberger
· 15 years ago
0cbebff
FELIX-1825 Fix to naming conventions for private fields
by Felix Meschberger
· 15 years ago
d961cbf
FELIX-1825 Deactivate component instances of delayed components which
by Felix Meschberger
· 15 years ago
470ff26
FELIX-1823 Drop support for Framework API 1.3 (R4.0) and depend
by Felix Meschberger
· 15 years ago
9c29a38
FELIX-1658 Declare the Log Service package as a static but
by Felix Meschberger
· 15 years ago
9951ef4
FELIX-1186 Refactor log messages to use the new deferred log message
by Felix Meschberger
· 15 years ago
eebc662
Work on FELIX-1324, now able to boot osgi applications using trivial file format:
by David Morgan Spenser Savage
· 15 years ago
a9e1a00
Use BaseWorkbenchContentProvider instead of ContainerTreeProvider as it provides the same/better functionality
by David Morgan Spenser Savage
· 15 years ago
8d3d190
minor formatting update
by David Morgan Spenser Savage
· 15 years ago
2cb91c7
update image
by David Morgan Spenser Savage
· 15 years ago
da457a1
tidy up unused imports
by David Morgan Spenser Savage
· 15 years ago
a16f966
FELIX-1711 Ensure correct versions are imported. Especially
by Felix Meschberger
· 15 years ago
184fc84
remove system.out
by David Morgan Spenser Savage
· 15 years ago
ed930e4
FELIX-1658 Removing Enabled state (folded into Unsatisfied state) and
by Felix Meschberger
· 15 years ago
59d1397
FELIX-1686 Refactor BaseMethod.getMethod to not throw NoSuchMethodException
by Felix Meschberger
· 15 years ago
e610c43
FELIX-1186 Provide functionality to defer constructing messages until
by Felix Meschberger
· 15 years ago
a6bfd46
FELIX-1704: Added exporting of service properties in Jetty service.
by Sten Roger Sandvik
· 15 years ago
8939ae6
FELIX-1821: Fixed so that the system loggers survive restarts.
by Sten Roger Sandvik
· 15 years ago
3263146
FELIX-1818: Ctrl-C kills the karaf-client instead of being sent to the server
by Guillaume Nodet
· 15 years ago
a307b62
Patches related to FELIX-1324 create BundleForm class to encapsulate a certain bundle configuration - Client.apply(BundleForm) merges the specified form into the currently running framework configuration (i.e. applies delta to currently running bundles)
by David Morgan Spenser Savage
· 15 years ago
f399e0f
Tidy up daft double print of Errors
by David Morgan Spenser Savage
· 15 years ago
9eb50f1
Handle null string value
by David Morgan Spenser Savage
· 15 years ago
eeea847
Modify ServiceRegistrationImpl.isClassAccessible() to try to take into account
by Richard S. Hall
· 15 years ago
96a9438
update icon
by David Morgan Spenser Savage
· 15 years ago
bc19c11
add larger icons and use in sigil project wizard
by David Morgan Spenser Savage
· 15 years ago
5c15c58
update version definition to use buildQualifier
by David Morgan Spenser Savage
· 15 years ago
761c4a8
build up version using $buildQualifer vs expecting full version to be parsed in by cli
by David Morgan Spenser Savage
· 15 years ago
f8c4244
update bundle and error icons
by David Morgan Spenser Savage
· 15 years ago
911ca33
add collapse all action to repository view
by David Morgan Spenser Savage
· 15 years ago
8f79975
add bundle refesh icon (FELIX-1336)
by David Morgan Spenser Savage
· 15 years ago
f2dadcc
Update notice and changelog
by Guillaume Nodet
· 15 years ago
4feb09a
include icons in built bundle
by David Morgan Spenser Savage
· 15 years ago
60f6dc1
further icon updates (FELIX-1336)
by David Morgan Spenser Savage
· 15 years ago
e0d683e
update icon references for views (FELIX-1336)
by David Morgan Spenser Savage
· 15 years ago
4f19a2a
provide package, import-package, require-bundle, export-package + (error and optional equivalents)
by David Morgan Spenser Savage
· 15 years ago
decb68e
"borrow" icons from bnd (apache licensed) use these as the basis for remaining icons (FELIX-1336)
by David Morgan Spenser Savage
· 15 years ago
18435f8
FELIX-1808 Oh my ... IE6 does not accept event handlers when using
by Felix Meschberger
· 15 years ago
259d4ef
FELIX-1808 Support manual configuration unbinding and extend the confirmation
by Felix Meschberger
· 15 years ago
7173064
Ensure **sigil.properties pattern matches sigil.properties in top level dir (FELIX-1794)
by David Morgan Spenser Savage
· 15 years ago
200e6ed
FELIX-1805 - Upgrade equinox to 3.5.1
by Chris Custine
· 15 years ago
d30c579
FELIX-1803 - Unable to edit or backspace on multiline commands
by Chris Custine
· 15 years ago
83407fe
FELIX-1802 - Grep command line prefix (-n) not working properly
by Chris Custine
· 15 years ago
1880ff5
FELIX-1801 - Case insensitive grep outputs all uppercase in match results
by Chris Custine
· 15 years ago
b435145
FELIX-1800: Multiple related fixes:
by Felix Meschberger
· 15 years ago
7d01f45
FELIX-1799: Hot-deployment not working on admin:create'd instances
by Gert Vanthienen
· 15 years ago
bf27d1e
FELIX-1766: fix various problems
by Guillaume Nodet
· 15 years ago
8d54a19
FELIX-1766: Remove unused dir
by Guillaume Nodet
· 15 years ago
a11a3ce
FELIX-1766: Refactor and enable AdminServiceMBean
by Guillaume Nodet
· 15 years ago
9496c83
Obey fragment host version ranges. (FELIX-1795)
by Richard S. Hall
· 15 years ago
9b56f8b
FELIX-1791 - Update to the karaf web demo readme.
by Chris Custine
· 15 years ago
b94ece1
[maven-release-plugin] prepare for next development iteration
by Guillaume Nodet
· 15 years ago
a40ea5f
[maven-release-plugin] prepare release org.apache.felix.fileinstall-2.0.4
by Guillaume Nodet
· 15 years ago
14ebe4a
Remove debug statement
by Guillaume Nodet
· 15 years ago
125fa3b
[FELIX-1793]ensure launch karaf java process from KARAF_BASE folder
by Freeman Yue Fang
· 15 years ago
Next »