Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
618162b879e83f6f32f032cb6a3435d0eb59d162
618162b
[maven-release-plugin] prepare release org.apache.felix.dependencymanager-2.0.0
by Marcel Offermans
· 16 years ago
d4dbbb0
Updated the POM and cleaned up some code (documentation) in preparation for the release.
by Marcel Offermans
· 16 years ago
50ab333
Updated the POM in preparation for a release.
by Marcel Offermans
· 16 years ago
b6d0561
Update dependencies to point on the 1.3.0-SNAPSHOT. So, the trunk should rebuild correctly.
by Clement Escoffier
· 16 years ago
379fac9
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
13d35d6
[maven-release-plugin] prepare for next development iteration
by Felix Meschberger
· 16 years ago
2dacccf
[maven-release-plugin] prepare release org.apache.felix.configadmin-1.0.10
by Felix Meschberger
· 16 years ago
f5c8285
Forgot to reverse the order in which services are started and optional callbacks invoked.
by Marcel Offermans
· 16 years ago
0dbd01c
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
dc3bc1c
[maven-release-plugin] prepare release org.apache.felix.ipojo.handler.whiteboard-1.2.0
by Clement Escoffier
· 16 years ago
c699539
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
785fefd
[maven-release-plugin] prepare release org.apache.felix.ipojo.handler.temporal-1.2.0
by Clement Escoffier
· 16 years ago
10e8852
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
f2e2d32
[maven-release-plugin] prepare release org.apache.felix.ipojo.handler.jmx-1.2.0
by Clement Escoffier
· 16 years ago
6aa421c
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
f4d141a
[maven-release-plugin] prepare release org.apache.felix.ipojo.handler.extender-1.2.0
by Clement Escoffier
· 16 years ago
599281b
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
512f1cd
[maven-release-plugin] prepare release org.apache.felix.ipojo.handler.eventadmin-1.2.0
by Clement Escoffier
· 16 years ago
05d31e8
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
4b2ba26
[maven-release-plugin] prepare release org.apache.felix.ipojo.composite-1.2.0
by Clement Escoffier
· 16 years ago
2769dc8
Update dependencies to point on iPOJO 1.2.0.
by Clement Escoffier
· 16 years ago
e40b291
Ensure configuration directory for the mock goes into target to be cleaned properly
by Felix Meschberger
· 16 years ago
4e0acb3
FELIX-903 testcases to verify felix.cm.loglevel property use
by Felix Meschberger
· 16 years ago
dcb98d4
FELIX-903 add felix.cm.loglevel property to limit the log output
by Felix Meschberger
· 16 years ago
c8ce6a8
Fix a memory leak in Permissions.
by Karl Pauls
· 16 years ago
a374086
FELIX-783 Extended initializeHTTPS() to use NIO or traditional IO based on the property.
by Marcel Offermans
· 16 years ago
95ec99f
FELIX-784 Added support for new properties. Falls back to old ones if new ones are not provided.
by Marcel Offermans
· 16 years ago
8715772
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
070a4aa
Improved handling Bundle-Version. (FELIX-851)
by Richard S. Hall
· 16 years ago
37b1d3e
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
3db3ffd
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
2f3f2aa
Fixed minor refactoring bug. (FELIX-851)
by Richard S. Hall
· 16 years ago
a13195b
Added back in support for extension bundle exports. (FELIX-851)
by Richard S. Hall
· 16 years ago
5e0d9ee
More attempts to make resolver state handling more consistent. (FELIX-851)
by Richard S. Hall
· 16 years ago
e8bcbcf
Improved move of resolver state handling to bundle. (FELIX-851)
by Richard S. Hall
· 16 years ago
65d1654
Moved resolver state handling to the bundle so we can guarantee state changes
by Richard S. Hall
· 16 years ago
01f32f5
Moved security check and setting of bundle protection domain to the
by Richard S. Hall
· 16 years ago
def3d12
More refactoring. Moved manifest parsing into module constructor. (FELIX-851)
by Richard S. Hall
· 16 years ago
e42c810
Verify that package name is not empty for imports and exports. (FELIX-897)
by Richard S. Hall
· 16 years ago
9fb05fb
FELIX-884 and FELIX-887: Applying combined patch FELIX-884-4.patch with
by Felix Meschberger
· 16 years ago
2330ec4
Removed unneeded locking method. (FELIX-851)
by Richard S. Hall
· 16 years ago
e5bbf96
More refactoring. (FELIX-851)
by Richard S. Hall
· 16 years ago
5bd2698
Loosened locking by firing some events outside of bundle locking region.
by Richard S. Hall
· 16 years ago
d3d340f
Only mark a bundle as lock after it is verified it is lockable. (FELIX-891)
by Richard S. Hall
· 16 years ago
6348fde
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
f68c3ec
Needed to loosen locking otherwise a deadlock could occur during framework
by Richard S. Hall
· 16 years ago
372bc78
Set mime type and character set for response.
by Carsten Ziegeler
· 16 years ago
e96f401
Update dependencies to snapshot versions.
by Clement Escoffier
· 16 years ago
4ff556d
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
e1bf953
[maven-release-plugin] prepare release org.apache.felix.ipojo.arch-1.2.0
by Clement Escoffier
· 16 years ago
2e34b4e
Update the dependency to point on 1.2.0
by Clement Escoffier
· 16 years ago
956e8bd
Update the dependency to point on 1.2.0
by Clement Escoffier
· 16 years ago
569a105
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
c59f6c6
[maven-release-plugin] prepare release org.apache.felix.ipojo.annotations-1.2.0
by Clement Escoffier
· 16 years ago
dd09f19
Update dependencies to use snapshots.
by Clement Escoffier
· 16 years ago
521f93e
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
fd285ea
[maven-release-plugin] prepare release org.apache.felix.ipojo-1.2.0
by Clement Escoffier
· 16 years ago
59d8fab
Update dependency to 1.2.0 Update XSD location
by Clement Escoffier
· 16 years ago
d2712b5
Update dependencies to use snapshot versions.
by Clement Escoffier
· 16 years ago
779358a
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
62a1be5
[maven-release-plugin] prepare release maven-ipojo-plugin-1.2.0
by Clement Escoffier
· 16 years ago
81bcca2
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
96f24ea
[maven-release-plugin] prepare release org.apache.felix.ipojo.ant-1.2.0
by Clement Escoffier
· 16 years ago
3878871
Update metadata version to use the 1.2.0 and manipulator 1.2.0
by Clement Escoffier
· 16 years ago
f8e260b
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
7019ead
[maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-1.2.0
by Clement Escoffier
· 16 years ago
0c29622
Update metadata version to use the 1.2.0
by Clement Escoffier
· 16 years ago
9a97d70
Update iPOJO Package version to 1.2.0 for the next iPOJO version.
by Clement Escoffier
· 16 years ago
0f749f6
Remove those @author and @version tags
by Felix Meschberger
· 16 years ago
c9356b2
FELIX-890 Configuration.getProperties() must return a full copy of the
by Felix Meschberger
· 16 years ago
3382f86
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
045a66d
[maven-release-plugin] prepare release org.apache.felix.ipojo.metadata-1.2.0
by Clement Escoffier
· 16 years ago
bb4d2a5
[maven-release-plugin] rollback the release of org.apache.felix.ipojo.metadata-1.2.0
by Clement Escoffier
· 16 years ago
5556bf9
[maven-release-plugin] prepare release org.apache.felix.ipojo.metadata-1.2.0
by Clement Escoffier
· 16 years ago
192227e
FELIX-889 Ensure arrays of primitives are also accepted plus some more test cases
by Felix Meschberger
· 16 years ago
6ce443c
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
f71a7bc
Fix the issue Felix-860.
by Clement Escoffier
· 16 years ago
685cdd7
FELIX-885 Only create a new factory configuration instance if the
by Felix Meschberger
· 16 years ago
4980f41
Typo in vendor name property
by Felix Meschberger
· 16 years ago
8251f60
Update documentation
by Clement Escoffier
· 16 years ago
1a86292
Update changelog files
by Clement Escoffier
· 16 years ago
7acea2a
FELIX-882 Replace three uses of the servlet context logger by the Logger.
by Felix Meschberger
· 16 years ago
9f14227
Update Property.java. The TYPE[].class construction is not supported by Apache Harmony. So, an empty array has to be created and the .getClass() method called.
by Clement Escoffier
· 16 years ago
4c3da9c
[maven-release-plugin] prepare for next development iteration
by Felix Meschberger
· 16 years ago
36f305c
[maven-release-plugin] prepare release org.apache.felix.configadmin-1.0.8
by Felix Meschberger
· 16 years ago
99856a0
FELIX-881 Also clear the configurationAdminRegistration field before
by Felix Meschberger
· 16 years ago
98fca8e
FELIX-881 provide getter for the service reference preventing
by Felix Meschberger
· 16 years ago
502f4df
[maven-release-plugin] prepare for next development iteration
by Felix Meschberger
· 16 years ago
bfdf85b
[maven-release-plugin] prepare release org.apache.felix.configadmin-1.0.6
by Felix Meschberger
· 16 years ago
fecb0a0
Update copyright year
by Felix Meschberger
· 16 years ago
b91ea25
FELIX-880 get the ServiceReference from the ServiceRegistration to
by Felix Meschberger
· 16 years ago
d58f730
FELIX-878 : Add export of configurations as json. The configs are exported by adding ".json" to the request url. The url can either contain a pid as the path info or a filter expression.
by Carsten Ziegeler
· 16 years ago
61d38c1
FELIX-878 : Add export of configurations as json. The configs are exported by adding ".json" to the request url. The url can either contain a pid as the path info or a filter expression.
by Carsten Ziegeler
· 16 years ago
ff67d23
FELIX-740 Check ServiceReference's Bundle before using it, since the
by Felix Meschberger
· 16 years ago
8e49b2b
FELIX-879 Replace Vector by Collection and copy provided
by Felix Meschberger
· 16 years ago
1d98e8f
Correct response type.
by Carsten Ziegeler
· 16 years ago
a6be793
- Update the iPOJO Package Version to 1.1.0
by Clement Escoffier
· 16 years ago
98436a2
SLING-875 Treat bundle files indicating the system.bundle symbolic
by Felix Meschberger
· 16 years ago
31f33f8
SLING-874 Fix wrong form field name to set the bundle start level
by Felix Meschberger
· 16 years ago
062af89
FELIX-863 Merge license information from enclosed bundlerpository bundle
by Felix Meschberger
· 16 years ago
Next »