Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
75d99c0203383ae047e086f90c4d8e7315419a01
75d99c0
update NOTICE and DEPENDENCIES
by Clement Escoffier
· 14 years ago
8697507
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 14 years ago
ba492e4
[maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-1.8.0
by Clement Escoffier
· 14 years ago
b7e1afd
remove useless dependency
by Clement Escoffier
· 14 years ago
d19892a
Fix manipulator and composite version for tests.
by Clement Escoffier
· 14 years ago
d5c5b93
Update the exported package version and the imported ones.
by Clement Escoffier
· 14 years ago
67ab62e
Fix FELIX-2781 Expose the implementation class as service when no interfaces are found in the hierachy
by Clement Escoffier
· 14 years ago
099482c
Fix FELIX-2779 iPOJO manipulator badly supports custom annotation attributes of type Class
by Clement Escoffier
· 14 years ago
9d76462
[maven-release-plugin] prepare for next development iteration
by Stuart McCulloch
· 14 years ago
5c715d2
[maven-release-plugin] prepare release maven-bundle-plugin-2.2.0
by Stuart McCulloch
· 14 years ago
1ab3168
Update changelog
by Stuart McCulloch
· 14 years ago
ca553b3
Update copyright years
by Stuart McCulloch
· 14 years ago
fba0c4a
FELIX-2777 Also consider system scoped dependencies
by Felix Meschberger
· 14 years ago
ac8d73a
Import gogo org.apache.felix.service.command package with status=provisional
by Pierre De Rop
· 14 years ago
842b1b6
FELIX-2778 (DM compat layer does not cleanup left-over Service instances when bundle is stopped)
by Pierre De Rop
· 14 years ago
d49e5a6
Avoid a potential NPE in arch
by Clement Escoffier
· 14 years ago
6c68a23
FELIX-2776 Fixed a concurrent modification exception, and the order in which individual commands were executed.
by Marcel Offermans
· 14 years ago
3589c95
Avoid using the FileLock class if cache locking is disabled to support < java5 vms (FELIX-2749)
by Karl Pauls
· 14 years ago
b5fdc94
[maven-release-plugin] prepare for next development iteration
by Richard S. Hall
· 14 years ago
3af2269
[maven-release-plugin] prepare release org.apache.felix.gogo.command-0.8.0
by Richard S. Hall
· 14 years ago
648d4ba
[maven-release-plugin] prepare for next development iteration
by Richard S. Hall
· 14 years ago
67e19e1
[maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.8.0
by Richard S. Hall
· 14 years ago
dcd4c68
[maven-release-plugin] prepare for next development iteration
by Richard S. Hall
· 14 years ago
f12fd7a
[maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.8.0
by Richard S. Hall
· 14 years ago
c6b4696
Rollback version.
by Richard S. Hall
· 14 years ago
d22f855
Update copyright year.
by Richard S. Hall
· 14 years ago
c98f414
[FELIX-2729] Webconsole - Configuration fails to print configuration for bundles without MetatypeService config
by Guillaume Nodet
· 14 years ago
9ec02fc
[maven-release-plugin] prepare for next development iteration
by Richard S. Hall
· 14 years ago
9f103ff
[maven-release-plugin] prepare release org.apache.felix.gogo.command-0.8.0
by Richard S. Hall
· 14 years ago
140fefc
Depend on final version of runtime.
by Richard S. Hall
· 14 years ago
2230306
[maven-release-plugin] prepare for next development iteration
by Richard S. Hall
· 14 years ago
93a64eb
[maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.8.0
by Richard S. Hall
· 14 years ago
2274d2b
Depend on final version of runtime.
by Richard S. Hall
· 14 years ago
83339db
[maven-release-plugin] prepare for next development iteration
by Richard S. Hall
· 14 years ago
a2dd998
[maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.8.0
by Richard S. Hall
· 14 years ago
7923fff
Update change logs.
by Richard S. Hall
· 14 years ago
f794c8f
Add Windows linefeeds. (FELIX-2651)
by Richard S. Hall
· 14 years ago
69b1f80
listen on 127.0.0.1 by default; add --ip to specify listen address. FELIX-2767
by Derek Baum
· 14 years ago
91434ad
FELIX-1962 Add ProxyListener to Bridge Sample
by Felix Meschberger
· 14 years ago
b850186
FELIX-2770 : maven-scr-plugin 1.6.0 incompatible with <packaging>pom</packaging> projects
by Carsten Ziegeler
· 14 years ago
d3226d1
FELIX-1962 Add the EventDispatcher from the Http Base bundle as listener into Jetty to allow Jetty to send events to the registered listener services
by Felix Meschberger
· 14 years ago
1779df2
FELIX-1962 Provide a ProxyListener analogous to the ProxyServlet to be called by the actual listener registered with the servlet container and to forward the events to the registered listeners.
by Felix Meschberger
· 14 years ago
2457316
FELIX-1962 Register the EventDispatcher for it to be available in the ProxyListener (see the HTTP proxy bundle)
by Felix Meschberger
· 14 years ago
14b5182
FELIX-1962 Support for listeners in the base bundle: Context Attribute and Request Attribute as well as request events are handled from within. Session and Session Attribute events are handled through a hook request to be installed in the actual servlet container. This works with the EventDispatcher class similarly to the DispatcherServlet.
by Felix Meschberger
· 14 years ago
caec9e4
FELIX-2772 Do not use HTTP or HTTPS if configured port number is less than or equal to zero even though the FELIX_HTTP[S]_ENABLE flag is true
by Felix Meschberger
· 14 years ago
e44a596
FELIX-2768 Adapt unit test: sendError is not called but only setStatus
by Felix Meschberger
· 14 years ago
37e55a1
FELIX-1978 Register the ManagedService as a service factory and dynamically import Configuration Admin API. This allows to start Jetty without Configuration Admin but to still receive configuration once the Configuration Admin service is providing configuration
by Felix Meschberger
· 14 years ago
9150619
FELIX-2768 Preset 403/FORBIDDEN response before calling HttpContext.handleSecurity instead of sendError after handleSecurity. This presets a sensible status if handleSecurity does not do it but does not overwrite the handleSecurity response if handleSecurity does not flush the buffer
by Felix Meschberger
· 14 years ago
8001288
FELIX-2394 Do not destroy any filters and servlets still registered with the HttpService when the service is ungotten before the servlets/filters have been unregistered.
by Felix Meschberger
· 14 years ago
5b517d0
FELIX-1946: Only startup Jetty if either HTTP or HTTPS is enabled and improve messaging: If Jetty is not started, say so. If Jetty is started report ports of enabled HTTP and HTTPS services.
by Felix Meschberger
· 14 years ago
9575f80
Better handle non-String configuration properties
by Felix Meschberger
· 14 years ago
9a72ae0
FELIX-2769 fix PID otherwise this is of no use
by Felix Meschberger
· 14 years ago
c2f0d5b
Avoid cleaning registration maps when an instance is disposed. This avoids the injection of null when a callback is called after the instance destruction.
by Clement Escoffier
· 14 years ago
a7f8ac9
FELIX-2769 Provide a Metatype service descriptor to support rendering configuration GUI, e.g. in the Web Console
by Felix Meschberger
· 14 years ago
ae7b495
FELIX-2398 Add configuration properties to set whether NIO is to be used for HTTP(S):
by Felix Meschberger
· 14 years ago
2cf5415
FELIX-2691 Apply patch by Misha Koshelev (thanks) fixing the name validity check for Resource registration
by Felix Meschberger
· 14 years ago
69d8ddf
Fix comment.
by Richard S. Hall
· 14 years ago
6421b6f
Remove a dependency on Java 1.4 (crash on CDC)
by Clement Escoffier
· 14 years ago
76a4738
Configure the RAT plugin for the webconsole-plugin project
by Clement Escoffier
· 14 years ago
1fc7f58
Update copyright year.
by Richard S. Hall
· 14 years ago
e93bc4d
[FELIX-2761] Do not use the o.a.f.service.command until it's part of the rfc
by Guillaume Nodet
· 14 years ago
6010cbf
[FELIX-2761][FELIX-2764] Add a listener interface called when executing commands, send an osgi event if EventAdmin is present
by Guillaume Nodet
· 14 years ago
1c7964c
[FELIX-2761] Add a way to intercept execution of command lines
by Guillaume Nodet
· 14 years ago
b65f2fc
update changelog
by Clement Escoffier
· 14 years ago
4fe6dc4
FELIX-2758 Add post-registration and post-unregistration callbacks to the iPOJO API
by Clement Escoffier
· 14 years ago
ace99f2
Add constructor-parameter attributes in the XSD.
by Clement Escoffier
· 14 years ago
99576cb
Update changelogs Update copyright year (2011)
by Clement Escoffier
· 14 years ago
6ceccd2
[maven-release-plugin] prepare for next development iteration
by Guillaume Nodet
· 14 years ago
b1666cd
[maven-release-plugin] prepare release org.apache.felix.fileinstall-3.1.4
by Guillaume Nodet
· 14 years ago
6b42542
[FELIX-2756] NPE when loading configurations
by Guillaume Nodet
· 14 years ago
df35b85
FELIX-2755 Allow the manipulator and the different front end to use several metadata files
by Clement Escoffier
· 14 years ago
a0f88a9
Fix FELIX-2755 Allow the manipulator and the different front end to use several metadata files
by Clement Escoffier
· 14 years ago
ad959c9
Cosmetic fix.
by Clement Escoffier
· 14 years ago
aec0cb4
FELIX-2752 Nulled m_registration after unregistering a service.
by Marcel Offermans
· 14 years ago
f3b6a7e
Avoid using Java 5 Boolean.parseBoolean() method. (FELIX-2749)
by Richard S. Hall
· 14 years ago
ba8d46e
Update dependencies after release
by Karl Pauls
· 14 years ago
0bcc508
Update dependencies after release
by Karl Pauls
· 14 years ago
bd065af
Update dependencies after release
by Karl Pauls
· 14 years ago
8259236
Fix properties: cannot use custom attributes (must be name and value).
by Clement Escoffier
· 14 years ago
4f2c373
Fix FELIX-2746 Composite should support instance configuration
by Clement Escoffier
· 14 years ago
90d5ff8
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
bb970ba
[maven-release-plugin] prepare release org.apache.felix.main.distribution-3.0.7
by Karl Pauls
· 14 years ago
f16756f
Update dependencies for release
by Karl Pauls
· 14 years ago
5fd0420
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
269ca2c
[maven-release-plugin] prepare release org.apache.felix.main-3.0.7
by Karl Pauls
· 14 years ago
4342b41
Update dependencies for release
by Karl Pauls
· 14 years ago
ae77309
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
8640ac7
[maven-release-plugin] prepare release org.apache.felix.framework.security-1.4.1
by Karl Pauls
· 14 years ago
d7647b1
Update dependencies for release
by Karl Pauls
· 14 years ago
4c5a563
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 14 years ago
3b6c8b2
[maven-release-plugin] prepare release org.apache.felix.framework-3.0.7
by Karl Pauls
· 14 years ago
4a8c07c
Update docs.
by Karl Pauls
· 14 years ago
f1eb56e
Update changelog.
by Karl Pauls
· 14 years ago
74df4f7
Update changelog and docs.
by Karl Pauls
· 14 years ago
3f0b788
Update changelog.
by Karl Pauls
· 14 years ago
cd226f2
Update changelog.
by Karl Pauls
· 14 years ago
fa4f50e
Add some comments to the new manifest parser (FELIX-2721).
by Karl Pauls
· 14 years ago
305fcfd
Updated info about felix.cache.locking config property. (FELIX-2700)
by Richard S. Hall
· 14 years ago
2341a93
Fix FELIX-2744 Add annotations to the maven-ipojo-plugin archetype
by Clement Escoffier
· 14 years ago
7df8aee
Fix FELIX-2666 Rename the temporal handler annotation to avoid collision
by Clement Escoffier
· 14 years ago
Next »