1. a49a068 [maven-release-plugin] prepare release maven-bundle-plugin-2.2.0 by Stuart McCulloch · 13 years ago
  2. d5c2269 Update changelog by Stuart McCulloch · 13 years ago
  3. a8e4f2a Update copyright years by Stuart McCulloch · 13 years ago
  4. c7cd34f FELIX-2777 Also consider system scoped dependencies by Felix Meschberger · 13 years ago
  5. 0443465 Import gogo org.apache.felix.service.command package with status=provisional by Pierre De Rop · 13 years ago
  6. 44d9982 FELIX-2778 (DM compat layer does not cleanup left-over Service instances when bundle is stopped) by Pierre De Rop · 13 years ago
  7. 71ff463 Avoid a potential NPE in arch by Clement Escoffier · 13 years ago
  8. e489bcf FELIX-2776 Fixed a concurrent modification exception, and the order in which individual commands were executed. by Marcel Offermans · 13 years ago
  9. 85a99e5 Avoid using the FileLock class if cache locking is disabled to support < java5 vms (FELIX-2749) by Karl Pauls · 14 years ago
  10. b161dcb [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  11. 621a922 [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.8.0 by Richard S. Hall · 14 years ago
  12. c221002 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  13. 04cd842 [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.8.0 by Richard S. Hall · 14 years ago
  14. aae4f2b [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  15. 1b3fcb9 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.8.0 by Richard S. Hall · 14 years ago
  16. 1aa254b Rollback version. by Richard S. Hall · 14 years ago
  17. d889594 Update copyright year. by Richard S. Hall · 14 years ago
  18. 019b2eb [FELIX-2729] Webconsole - Configuration fails to print configuration for bundles without MetatypeService config by Guillaume Nodet · 14 years ago
  19. ced02ac [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  20. 5538eac [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.8.0 by Richard S. Hall · 14 years ago
  21. 2d84fe8 Depend on final version of runtime. by Richard S. Hall · 14 years ago
  22. 2efce8c [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  23. 381e3bf [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.8.0 by Richard S. Hall · 14 years ago
  24. 4d2e164 Depend on final version of runtime. by Richard S. Hall · 14 years ago
  25. a1b2640 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  26. 304f37f [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.8.0 by Richard S. Hall · 14 years ago
  27. bed97cc Update change logs. by Richard S. Hall · 14 years ago
  28. d4172f7 Add Windows linefeeds. (FELIX-2651) by Richard S. Hall · 14 years ago
  29. d7b3b4c listen on 127.0.0.1 by default; add --ip to specify listen address. FELIX-2767 by Derek Baum · 14 years ago
  30. a996e90 FELIX-1962 Add ProxyListener to Bridge Sample by Felix Meschberger · 14 years ago
  31. 0a83883 FELIX-2770 : maven-scr-plugin 1.6.0 incompatible with <packaging>pom</packaging> projects by Carsten Ziegeler · 14 years ago
  32. 29ec83c 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
  33. e4cd8cd 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
  34. fc35ff7 FELIX-1962 Register the EventDispatcher for it to be available in the ProxyListener (see the HTTP proxy bundle) by Felix Meschberger · 14 years ago
  35. 8cd166b 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
  36. e6c9b03 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
  37. eb87faf FELIX-2768 Adapt unit test: sendError is not called but only setStatus by Felix Meschberger · 14 years ago
  38. d7f9433 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
  39. f903916 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
  40. cafc563 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
  41. 93d1cdf 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
  42. 358cb3e Better handle non-String configuration properties by Felix Meschberger · 14 years ago
  43. d656101 FELIX-2769 fix PID otherwise this is of no use by Felix Meschberger · 14 years ago
  44. 4625cab 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
  45. 1ac50ed FELIX-2769 Provide a Metatype service descriptor to support rendering configuration GUI, e.g. in the Web Console by Felix Meschberger · 14 years ago
  46. ccce121 FELIX-2398 Add configuration properties to set whether NIO is to be used for HTTP(S): by Felix Meschberger · 14 years ago
  47. 541821c FELIX-2691 Apply patch by Misha Koshelev (thanks) fixing the name validity check for Resource registration by Felix Meschberger · 14 years ago
  48. 7e7a521 Fix comment. by Richard S. Hall · 14 years ago
  49. 43f7725 Remove a dependency on Java 1.4 (crash on CDC) by Clement Escoffier · 14 years ago
  50. 9286871 Configure the RAT plugin for the webconsole-plugin project by Clement Escoffier · 14 years ago
  51. 5094ba3 Update copyright year. by Richard S. Hall · 14 years ago
  52. c8e3319 [FELIX-2761] Do not use the o.a.f.service.command until it's part of the rfc by Guillaume Nodet · 14 years ago
  53. ab11637 [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
  54. 1acb7c3 [FELIX-2761] Add a way to intercept execution of command lines by Guillaume Nodet · 14 years ago
  55. 76ac231 update changelog by Clement Escoffier · 14 years ago
  56. 4104d2d FELIX-2758 Add post-registration and post-unregistration callbacks to the iPOJO API by Clement Escoffier · 14 years ago
  57. 9301366 Add constructor-parameter attributes in the XSD. by Clement Escoffier · 14 years ago
  58. 02ca349 Update changelogs Update copyright year (2011) by Clement Escoffier · 14 years ago
  59. 8bd4535 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  60. 80b710b [maven-release-plugin] prepare release org.apache.felix.fileinstall-3.1.4 by Guillaume Nodet · 14 years ago
  61. e26bf5b [FELIX-2756] NPE when loading configurations by Guillaume Nodet · 14 years ago
  62. cff4cc8 FELIX-2755 Allow the manipulator and the different front end to use several metadata files by Clement Escoffier · 14 years ago
  63. 9048d97 Fix FELIX-2755 Allow the manipulator and the different front end to use several metadata files by Clement Escoffier · 14 years ago
  64. 86967cf Cosmetic fix. by Clement Escoffier · 14 years ago
  65. a1bc22a FELIX-2752 Nulled m_registration after unregistering a service. by Marcel Offermans · 14 years ago
  66. 6b7dd21 Avoid using Java 5 Boolean.parseBoolean() method. (FELIX-2749) by Richard S. Hall · 14 years ago
  67. 4c280de Update dependencies after release by Karl Pauls · 14 years ago
  68. 6114df3 Update dependencies after release by Karl Pauls · 14 years ago
  69. b0d0be0 Update dependencies after release by Karl Pauls · 14 years ago
  70. fe9e0db Fix properties: cannot use custom attributes (must be name and value). by Clement Escoffier · 14 years ago
  71. dd85477 Fix FELIX-2746 Composite should support instance configuration by Clement Escoffier · 14 years ago
  72. 52663c5 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  73. 692f6ae [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.0.7 by Karl Pauls · 14 years ago
  74. 20eaabe Update dependencies for release by Karl Pauls · 14 years ago
  75. ae225cc [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  76. b078e10 [maven-release-plugin] prepare release org.apache.felix.main-3.0.7 by Karl Pauls · 14 years ago
  77. 3bf5549 Update dependencies for release by Karl Pauls · 14 years ago
  78. 22b426b [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  79. 6a53ab1 [maven-release-plugin] prepare release org.apache.felix.framework.security-1.4.1 by Karl Pauls · 14 years ago
  80. e0a9f3d Update dependencies for release by Karl Pauls · 14 years ago
  81. d08e3fa [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  82. ae74193 [maven-release-plugin] prepare release org.apache.felix.framework-3.0.7 by Karl Pauls · 14 years ago
  83. 424d5a6 Update docs. by Karl Pauls · 14 years ago
  84. 279d541 Update changelog. by Karl Pauls · 14 years ago
  85. bbc2957 Update changelog and docs. by Karl Pauls · 14 years ago
  86. b6a5d3f Update changelog. by Karl Pauls · 14 years ago
  87. 4d06aa6 Update changelog. by Karl Pauls · 14 years ago
  88. e6d51fc Add some comments to the new manifest parser (FELIX-2721). by Karl Pauls · 14 years ago
  89. b66be4f Updated info about felix.cache.locking config property. (FELIX-2700) by Richard S. Hall · 14 years ago
  90. f05574a Fix FELIX-2744 Add annotations to the maven-ipojo-plugin archetype by Clement Escoffier · 14 years ago
  91. 546f0a3 Fix FELIX-2666 Rename the temporal handler annotation to avoid collision by Clement Escoffier · 14 years ago
  92. 5059901 Tests should use the latest maven-ipojo-plugin. by Clement Escoffier · 14 years ago
  93. 169b043 Another manifest parser from Karl; looks a little faster. (FELIX-2721) by Richard S. Hall · 14 years ago
  94. 131ef02 FELIX-2578 Intermediate fix for Configuration Admin API dependency: mark import required by Felix Meschberger · 14 years ago
  95. 44add77 FELIX-2712 Add Gogo commands and ensure proper compilation by Felix Meschberger · 14 years ago
  96. 28bf508 FELIX-2743 Modify Pojoization to be more easily customizable by Clement Escoffier · 14 years ago
  97. f2e2747 Integrate the constructor-injection branch into the trunk. by Clement Escoffier · 14 years ago
  98. 570b2b1 Make method private. (FELIX-2721) by Richard S. Hall · 14 years ago
  99. 52a3ab4 Add configuration property to control bundle cache locking. (FELIX-2700) by Richard S. Hall · 14 years ago
  100. 46a0a1b Implement custom manifest parsing to avoid using JarFiles, since they by Richard S. Hall · 14 years ago