Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
3229b52c398637d3cc864a9a6ddb3ea9df5d3794
« Previous
e39fd13
Applied additional patch (FELIX-920) so that bundles will only be installed.
by Richard S. Hall
· 16 years ago
3c0a05f
[maven-release-plugin] prepare for next development iteration
by Carsten Ziegeler
· 16 years ago
ca733be
[maven-release-plugin] prepare release felix-1.0.3
by Carsten Ziegeler
· 16 years ago
f4ed56a
Add sources jar to release profile and update all plugin versions.
by Carsten Ziegeler
· 16 years ago
621b99f
Only mark missing packages red, packages from boot delegation should be grey.
by Carsten Ziegeler
· 16 years ago
86ca51a
FELIX-919 : Rename edit to configure and only add configure button if either a configuration is available or a meta type description.
by Carsten Ziegeler
· 16 years ago
12af567
FELIX-933 : Allow direct display of config form even if no config is stored (throug meta type info)
by Carsten Ziegeler
· 16 years ago
cb7ec75
Use sendError() instead of setStatus() for 404 and 500 responses.
by Carsten Ziegeler
· 16 years ago
4438c79
Autostart factories
by Clement Escoffier
· 16 years ago
7ecffce
FELIX-919 : Use new table layout for components panel, fix some layout problems and add new configure option.
by Carsten Ziegeler
· 16 years ago
da703f9
Applied patch (FELIX-920) to add a configuration option to only install
by Richard S. Hall
· 16 years ago
63b3e80
Remove dependencies on Java 5 in the API
by Clement Escoffier
· 16 years ago
de0a683
Move the iPOJO API in the trunk.
by Clement Escoffier
· 16 years ago
3b6ee43
Migrate the test suite to iPOJO 1.3.0-SNAPSHOT
by Clement Escoffier
· 16 years ago
6c60f93
Fed up seeing build failures on Bamboo
by Stuart McCulloch
· 16 years ago
1c567b8
Fix typo.
by Carsten Ziegeler
· 16 years ago
6b9ddf3
FELIX-639 Logger interface is missing.
by Felix Meschberger
· 16 years ago
bcb2a4b
FELIX-639 add some logging for unexpected elements in the XML file and
by Felix Meschberger
· 16 years ago
43813d9
Implemented new bundle locking protocol which will cause waiting threads
by Richard S. Hall
· 16 years ago
105e8fe
FELIX-639 Just log on duplicate reference names instead of throwing
by Felix Meschberger
· 16 years ago
b10e1f2
Reformat to Apache Felix formatting guidlines
by Felix Meschberger
· 16 years ago
72f2c5a
FELIX-639 Apply patch to ComponentMetadata.java
by Felix Meschberger
· 16 years ago
d1f742c
FELIX-858 : Fix red marker for missing packages/boot delegation packages etc.
by Carsten Ziegeler
· 16 years ago
c0df73b
FELIX-832 Ensure services are ungotten even in the absence of an unbind method
by Felix Meschberger
· 16 years ago
aa07948
Forgot to make the import for the portlet api optional.
by Carsten Ziegeler
· 16 years ago
ccf916b
FELIX-714 Prevent cycling of components if there is no configuration
by Felix Meschberger
· 16 years ago
2aaf898
FELIX-836 Some fixes in asynchronicity of deactivation:
by Felix Meschberger
· 16 years ago
e060366
FELIX-923 Provide more information in case of component name duplication
by Felix Meschberger
· 16 years ago
718f7fd
FELIX-858 : Fix minor display problem in Safari with upload box.
by Carsten Ziegeler
· 16 years ago
1122a32
FELIX-858 : Fix minor display problem in Safari with upload box.
by Carsten Ziegeler
· 16 years ago
411622d
Ignore cache dir
by Carsten Ziegeler
· 16 years ago
ac36cf6
FELIX-858 : Fix sorting problems and sort table by name per default.
by Carsten Ziegeler
· 16 years ago
32196dc
FELIX-904 : Include commons-io and commons-fileupload as complete jars instead of embedding the classes directly.
by Carsten Ziegeler
· 16 years ago
a7cde09
FELIX-918 : Add utility method for making relative redirects absolute.
by Carsten Ziegeler
· 16 years ago
f987915
FELIX-858 : Use new table layout for the bundles list. Several UI improvements and cleanups.
by Carsten Ziegeler
· 16 years ago
53b62a5
Needed to modify StartLevelActivator to use the new StartLevelImpl
by Richard S. Hall
· 16 years ago
be8af75
Made sure thread run() methods are reasonably robust in the face of
by Richard S. Hall
· 16 years ago
69bd0bd
FELIX-917 : Use latest qdox release to fix several parsing problems
by Carsten Ziegeler
· 16 years ago
dbe182a
FELIX-916 Use string constant instead of LogService class to register ServiceTracker
by Felix Meschberger
· 16 years ago
d3da40f
Made access to BundleImpl.m_state volatile rather than synchronized. (FELIX-908)
by Richard S. Hall
· 16 years ago
b63b45c
Modified PackageAdmin.getBundle(Class) to return the system bundle for
by Richard S. Hall
· 16 years ago
f44c499
Trapezoid shape example.
by Richard S. Hall
· 16 years ago
e1d5942
Update to latest Bnd Tool (0.0.310)
by Stuart McCulloch
· 16 years ago
0a46914
[maven-release-plugin] prepare for next development iteration
by Felix Meschberger
· 16 years ago
f76bdd1
[maven-release-plugin] prepare release org.apache.felix.shell.remote-1.0.4
by Felix Meschberger
· 16 years ago
40ffec1
Update copyright year
by Felix Meschberger
· 16 years ago
73bf123
FELIX-914 Ensure remote shell connections are terminated
by Felix Meschberger
· 16 years ago
5182570
FELIX-734 Apply patch by Patrick Frohan (thanks) to allow setting the socket timeout
by Felix Meschberger
· 16 years ago
43e7c77
FELIX-913 Fix Servlet/Resource registration and unregistration:
by Felix Meschberger
· 16 years ago
87f8815
Added NOTICE and LICENSE files.
by Marcel Offermans
· 16 years ago
483e77e
Added NOTICE and LICENSE files.
by Marcel Offermans
· 16 years ago
04ff76a
Added missing license headers.
by Marcel Offermans
· 16 years ago
0ed3dc1
More [minor] refactoring. (FELIX-851)
by Richard S. Hall
· 16 years ago
8b25729
Fixed a bug introduced in my refactoring. (FELIX-910)
by Richard S. Hall
· 16 years ago
4ec7217
Remove stray empty directory
by Felix Meschberger
· 16 years ago
3590103
FELIX-826 Apply patch by Peter Triller (Thanks)
by Felix Meschberger
· 16 years ago
378e76c
FELIX-806: pickup <archive> settings in bundleplugin configuration (otherwise fall back to the jarplugin settings) and enable support of the addMavenDescriptor setting
by Stuart McCulloch
· 16 years ago
5f3f0a5
Made ModuleClassLoader an inner class of ModuleImpl, since they are so
by Richard S. Hall
· 16 years ago
0a239a3
Fixed a bug from a previous refactoring patch against the manifest parser.
by Richard S. Hall
· 16 years ago
3fcc729
FELIX-850: local fix for MSHARED-86 (should use isFile instead of exists)
by Stuart McCulloch
· 16 years ago
3f9b05f
Fix an NPE issue if state file is empty. (FELIX-902)
by Richard S. Hall
· 16 years ago
fcfc4bc
FELIX-807: apply suggested patch to Bnd
by Stuart McCulloch
· 16 years ago
ff2b6ed
FELIX-907: patch local copy of Bnd code to fix regression
by Stuart McCulloch
· 16 years ago
53e42e1
Dump classpath passed to BND when debug logging is enabled
by Stuart McCulloch
· 16 years ago
ab25927
Re-apply FELIX-843 patch to latest BND code
by Stuart McCulloch
· 16 years ago
5c83c4c
Re-apply FELIX-660 patch to latest BND code
by Stuart McCulloch
· 16 years ago
a75a515
FELIX-899: update to latest editions of Bnd and Bindex
by Stuart McCulloch
· 16 years ago
f7d0c7c
FELIX-899: first step, widen dependency resolution and pass everything except test dependencies onto BND
by Stuart McCulloch
· 16 years ago
6802b5e
[maven-release-plugin] prepare for next development iteration
by Marcel Offermans
· 16 years ago
e3dfe9a
[maven-release-plugin] prepare release org.apache.felix.dependencymanager.shell-2.0.0
by Marcel Offermans
· 16 years ago
0a498d7
[maven-release-plugin] prepare for next development iteration
by Marcel Offermans
· 16 years ago
00016b9
[maven-release-plugin] prepare release org.apache.felix.dependencymanager-2.0.0
by Marcel Offermans
· 16 years ago
abca785
Updated the POM and cleaned up some code (documentation) in preparation for the release.
by Marcel Offermans
· 16 years ago
5fdbb96
Updated the POM in preparation for a release.
by Marcel Offermans
· 16 years ago
8f27ebe
Update dependencies to point on the 1.3.0-SNAPSHOT. So, the trunk should rebuild correctly.
by Clement Escoffier
· 16 years ago
076ea4f
FELIX-783 Uses reflection now to not create a compile time dependency on Java 5 classes. Runtime, it still has if you use SSL and NIO together, so configure your server to not use that combination if appropriate.
by Marcel Offermans
· 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
75db9bd
Forgot to reverse the order in which services are started and optional callbacks invoked.
by Marcel Offermans
· 16 years ago
3eeae0b
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
947279f
[maven-release-plugin] prepare release org.apache.felix.ipojo.handler.whiteboard-1.2.0
by Clement Escoffier
· 16 years ago
82ef678
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
b77241d
[maven-release-plugin] prepare release org.apache.felix.ipojo.handler.temporal-1.2.0
by Clement Escoffier
· 16 years ago
6751915
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
b1d46d3
[maven-release-plugin] prepare release org.apache.felix.ipojo.handler.jmx-1.2.0
by Clement Escoffier
· 16 years ago
37d07dc
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
be08ded
[maven-release-plugin] prepare release org.apache.felix.ipojo.handler.extender-1.2.0
by Clement Escoffier
· 16 years ago
9605354
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
01d3509
[maven-release-plugin] prepare release org.apache.felix.ipojo.handler.eventadmin-1.2.0
by Clement Escoffier
· 16 years ago
caae53e
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
b2f5821
[maven-release-plugin] prepare release org.apache.felix.ipojo.composite-1.2.0
by Clement Escoffier
· 16 years ago
6e0a82a
Update dependencies to point on iPOJO 1.2.0.
by Clement Escoffier
· 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
d3b0374
Fix a memory leak in Permissions.
by Karl Pauls
· 16 years ago
db8845d
FELIX-783 Extended initializeHTTPS() to use NIO or traditional IO based on the property.
by Marcel Offermans
· 16 years ago
675e7c2
FELIX-784 Added support for new properties. Falls back to old ones if new ones are not provided.
by Marcel Offermans
· 16 years ago
662d4e3
Updated Jetty to the current latest stable version: 6.1.14 and added a dependency to jetty-sslengine in preparation for FELIX-783.
by Marcel Offermans
· 16 years ago
7561a37
Improved handling Bundle-Version. (FELIX-851)
by Richard S. Hall
· 16 years ago
Next »