Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
d66c5cecd215567779d58cca1dc5c78f9b0ef3f7
« Previous
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
19434d7
Slightly modified (improved) the order in which optional dependencies are injected and their callbacks invoked. The callbacks now occur after the start method is invoked, the injections done before.
by Marcel Offermans
· 16 years ago
6cdf877
Added two patches suggested by Pierre and Arjun to fix an issue with service dependencies that use a filter, where the filter can return services that are of a different type than the specified type. Also added some logging.
by Marcel Offermans
· 16 years ago
3f45e9b
Fixed minor refactoring bug. (FELIX-851)
by Richard S. Hall
· 16 years ago
fc5d786
Added back in support for extension bundle exports. (FELIX-851)
by Richard S. Hall
· 16 years ago
3011efc
More attempts to make resolver state handling more consistent. (FELIX-851)
by Richard S. Hall
· 16 years ago
5717782
Improved move of resolver state handling to bundle. (FELIX-851)
by Richard S. Hall
· 16 years ago
95827c0
Moved resolver state handling to the bundle so we can guarantee state changes
by Richard S. Hall
· 16 years ago
d603eff
Moved security check and setting of bundle protection domain to the
by Richard S. Hall
· 16 years ago
0093b3c
More refactoring. Moved manifest parsing into module constructor. (FELIX-851)
by Richard S. Hall
· 16 years ago
fa78057
Verify that package name is not empty for imports and exports. (FELIX-897)
by Richard S. Hall
· 16 years ago
77e5e53
FELIX-884 and FELIX-887: Applying combined patch FELIX-884-4.patch with
by Felix Meschberger
· 16 years ago
b6b5ceb
Removed unneeded locking method. (FELIX-851)
by Richard S. Hall
· 16 years ago
733ea2c
More refactoring. (FELIX-851)
by Richard S. Hall
· 16 years ago
7811ef7
Loosened locking by firing some events outside of bundle locking region.
by Richard S. Hall
· 16 years ago
ffcfab8
Only mark a bundle as lock after it is verified it is lockable. (FELIX-891)
by Richard S. Hall
· 16 years ago
77489a7
Refactor ServiceReferenceImpl to be an inner class of ServiceRegistrationImpl. This makes it easier to call the registration directly where needed and fixes an IllegalStateException that could happen in hashCode and equals (FELIX-892).
by Karl Pauls
· 16 years ago
64d91b9
Needed to loosen locking otherwise a deadlock could occur during framework
by Richard S. Hall
· 16 years ago
a817e5a
Set mime type and character set for response.
by Carsten Ziegeler
· 16 years ago
705456d
Update dependencies to snapshot versions.
by Clement Escoffier
· 16 years ago
6ab0011
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
a7b8786
[maven-release-plugin] prepare release org.apache.felix.ipojo.arch-1.2.0
by Clement Escoffier
· 16 years ago
b3b5d2d
Update the dependency to point on 1.2.0
by Clement Escoffier
· 16 years ago
8a7c7c7
Update the dependency to point on 1.2.0
by Clement Escoffier
· 16 years ago
e84a692
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
0585e0d
[maven-release-plugin] prepare release org.apache.felix.ipojo.annotations-1.2.0
by Clement Escoffier
· 16 years ago
9af6e7f
Update dependencies to use snapshots.
by Clement Escoffier
· 16 years ago
00acd53
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
bf692b0
[maven-release-plugin] prepare release org.apache.felix.ipojo-1.2.0
by Clement Escoffier
· 16 years ago
70101e8
Update dependency to 1.2.0 Update XSD location
by Clement Escoffier
· 16 years ago
3642c20
Update dependencies to use snapshot versions.
by Clement Escoffier
· 16 years ago
f971b74
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
0b54056
[maven-release-plugin] prepare release maven-ipojo-plugin-1.2.0
by Clement Escoffier
· 16 years ago
50f4a29
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
f42afdf
[maven-release-plugin] prepare release org.apache.felix.ipojo.ant-1.2.0
by Clement Escoffier
· 16 years ago
2b95023
Update metadata version to use the 1.2.0 and manipulator 1.2.0
by Clement Escoffier
· 16 years ago
06246d6
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
8d2fb91
[maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-1.2.0
by Clement Escoffier
· 16 years ago
a81174f
Update metadata version to use the 1.2.0
by Clement Escoffier
· 16 years ago
dc4c118
Update iPOJO Package version to 1.2.0 for the next iPOJO version.
by Clement Escoffier
· 16 years ago
93c409a
Remove those @author and @version tags
by Felix Meschberger
· 16 years ago
a0903df
FELIX-890 Configuration.getProperties() must return a full copy of the
by Felix Meschberger
· 16 years ago
c1b8807
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
d93da47
[maven-release-plugin] prepare release org.apache.felix.ipojo.metadata-1.2.0
by Clement Escoffier
· 16 years ago
4999c2b
[maven-release-plugin] rollback the release of org.apache.felix.ipojo.metadata-1.2.0
by Clement Escoffier
· 16 years ago
24fd078
[maven-release-plugin] prepare release org.apache.felix.ipojo.metadata-1.2.0
by Clement Escoffier
· 16 years ago
88d6d10
FELIX-889 Ensure arrays of primitives are also accepted plus some more test cases
by Felix Meschberger
· 16 years ago
3a7e09a
Felix-888 : Add support for {symbolic-name}[:{version}] in the url which can be used instead of the bundle id to get information of a bundle as json, or perform an action on this bundle.
by Carsten Ziegeler
· 16 years ago
8839821
Fix the issue Felix-860.
by Clement Escoffier
· 16 years ago
fbeb58e
FELIX-885 Only create a new factory configuration instance if the
by Felix Meschberger
· 16 years ago
792b98f
Typo in vendor name property
by Felix Meschberger
· 16 years ago
3e0db1e
Update documentation
by Clement Escoffier
· 16 years ago
Next »