1. 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
  2. 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
  3. 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
  4. 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
  5. 358cb3e Better handle non-String configuration properties by Felix Meschberger · 14 years ago
  6. d656101 FELIX-2769 fix PID otherwise this is of no use by Felix Meschberger · 14 years ago
  7. 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
  8. 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
  9. ccce121 FELIX-2398 Add configuration properties to set whether NIO is to be used for HTTP(S): by Felix Meschberger · 14 years ago
  10. 541821c FELIX-2691 Apply patch by Misha Koshelev (thanks) fixing the name validity check for Resource registration by Felix Meschberger · 14 years ago
  11. 7e7a521 Fix comment. by Richard S. Hall · 14 years ago
  12. 43f7725 Remove a dependency on Java 1.4 (crash on CDC) by Clement Escoffier · 14 years ago
  13. 9286871 Configure the RAT plugin for the webconsole-plugin project by Clement Escoffier · 14 years ago
  14. 5094ba3 Update copyright year. by Richard S. Hall · 14 years ago
  15. 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
  16. 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
  17. 1acb7c3 [FELIX-2761] Add a way to intercept execution of command lines by Guillaume Nodet · 14 years ago
  18. 76ac231 update changelog by Clement Escoffier · 14 years ago
  19. 4104d2d FELIX-2758 Add post-registration and post-unregistration callbacks to the iPOJO API by Clement Escoffier · 14 years ago
  20. 9301366 Add constructor-parameter attributes in the XSD. by Clement Escoffier · 14 years ago
  21. 02ca349 Update changelogs Update copyright year (2011) by Clement Escoffier · 14 years ago
  22. 8bd4535 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  23. 80b710b [maven-release-plugin] prepare release org.apache.felix.fileinstall-3.1.4 by Guillaume Nodet · 14 years ago
  24. e26bf5b [FELIX-2756] NPE when loading configurations by Guillaume Nodet · 14 years ago
  25. cff4cc8 FELIX-2755 Allow the manipulator and the different front end to use several metadata files by Clement Escoffier · 14 years ago
  26. 9048d97 Fix FELIX-2755 Allow the manipulator and the different front end to use several metadata files by Clement Escoffier · 14 years ago
  27. 86967cf Cosmetic fix. by Clement Escoffier · 14 years ago
  28. a1bc22a FELIX-2752 Nulled m_registration after unregistering a service. by Marcel Offermans · 14 years ago
  29. 6b7dd21 Avoid using Java 5 Boolean.parseBoolean() method. (FELIX-2749) by Richard S. Hall · 14 years ago
  30. 4c280de Update dependencies after release by Karl Pauls · 14 years ago
  31. 6114df3 Update dependencies after release by Karl Pauls · 14 years ago
  32. b0d0be0 Update dependencies after release by Karl Pauls · 14 years ago
  33. fe9e0db Fix properties: cannot use custom attributes (must be name and value). by Clement Escoffier · 14 years ago
  34. dd85477 Fix FELIX-2746 Composite should support instance configuration by Clement Escoffier · 14 years ago
  35. 52663c5 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  36. 692f6ae [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.0.7 by Karl Pauls · 14 years ago
  37. 20eaabe Update dependencies for release by Karl Pauls · 14 years ago
  38. ae225cc [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  39. b078e10 [maven-release-plugin] prepare release org.apache.felix.main-3.0.7 by Karl Pauls · 14 years ago
  40. 3bf5549 Update dependencies for release by Karl Pauls · 14 years ago
  41. 22b426b [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  42. 6a53ab1 [maven-release-plugin] prepare release org.apache.felix.framework.security-1.4.1 by Karl Pauls · 14 years ago
  43. e0a9f3d Update dependencies for release by Karl Pauls · 14 years ago
  44. d08e3fa [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  45. ae74193 [maven-release-plugin] prepare release org.apache.felix.framework-3.0.7 by Karl Pauls · 14 years ago
  46. 424d5a6 Update docs. by Karl Pauls · 14 years ago
  47. 279d541 Update changelog. by Karl Pauls · 14 years ago
  48. bbc2957 Update changelog and docs. by Karl Pauls · 14 years ago
  49. b6a5d3f Update changelog. by Karl Pauls · 14 years ago
  50. 4d06aa6 Update changelog. by Karl Pauls · 14 years ago
  51. e6d51fc Add some comments to the new manifest parser (FELIX-2721). by Karl Pauls · 14 years ago
  52. b66be4f Updated info about felix.cache.locking config property. (FELIX-2700) by Richard S. Hall · 14 years ago
  53. f05574a Fix FELIX-2744 Add annotations to the maven-ipojo-plugin archetype by Clement Escoffier · 14 years ago
  54. 546f0a3 Fix FELIX-2666 Rename the temporal handler annotation to avoid collision by Clement Escoffier · 14 years ago
  55. 5059901 Tests should use the latest maven-ipojo-plugin. by Clement Escoffier · 14 years ago
  56. 169b043 Another manifest parser from Karl; looks a little faster. (FELIX-2721) by Richard S. Hall · 14 years ago
  57. 131ef02 FELIX-2578 Intermediate fix for Configuration Admin API dependency: mark import required by Felix Meschberger · 14 years ago
  58. 44add77 FELIX-2712 Add Gogo commands and ensure proper compilation by Felix Meschberger · 14 years ago
  59. 28bf508 FELIX-2743 Modify Pojoization to be more easily customizable by Clement Escoffier · 14 years ago
  60. f2e2747 Integrate the constructor-injection branch into the trunk. by Clement Escoffier · 14 years ago
  61. 570b2b1 Make method private. (FELIX-2721) by Richard S. Hall · 14 years ago
  62. 52a3ab4 Add configuration property to control bundle cache locking. (FELIX-2700) by Richard S. Hall · 14 years ago
  63. 46a0a1b Implement custom manifest parsing to avoid using JarFiles, since they by Richard S. Hall · 14 years ago
  64. f0fbbca Handle security-sensitive operations correctly in DirectoryContent. (FELIX-2738) by Richard S. Hall · 14 years ago
  65. 487fef2 Fix minor property substitution issue. (FELIX-2695) by Richard S. Hall · 14 years ago
  66. f3a9aea Rollback an experimental patch by Karl Pauls · 14 years ago
  67. e2913e6 Update to latest framework snapshot (FELIX-2739). by Karl Pauls · 14 years ago
  68. 50f3c0e Modify DirectoryContent to verify that an entry is a directory if by Richard S. Hall · 14 years ago
  69. 106fa80 Optimize resolver to not re-calculate "uses" constraints for already by Richard S. Hall · 14 years ago
  70. 22d3ed6 Modified resolver to re-verify package space consistency for bundles performing by Richard S. Hall · 14 years ago
  71. fa9acd8 Close HttpURLConnections to workaround a bug on android. (FELIX-2728) by Richard S. Hall · 14 years ago
  72. 82aecb7 Fixed FELIX-2713 /Problem in HtmlConfigurationWriter/ by Valentin Valchev · 14 years ago
  73. 9e84004 Fixed FELIX-2735 /ClassCastException in PermissionsConfigurationPrinter/ by Valentin Valchev · 14 years ago
  74. 6db9773 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  75. 6551c79 [maven-release-plugin] prepare release org.apache.felix.fileinstall-3.1.2 by Guillaume Nodet · 14 years ago
  76. 01bf757 FELIX-2675: add the configuration to the metatype info by Guillaume Nodet · 14 years ago
  77. 4ab4cef Update changelog for fileinstall by Guillaume Nodet · 14 years ago
  78. e5176bf Fix FELIX-2732 by Clement Escoffier · 14 years ago
  79. 1f0a416 Lookup component classes in WEB-INF/classes if not found in the root. by Clement Escoffier · 14 years ago
  80. 4744ab3 Fix FELIX-2733 by Clement Escoffier · 14 years ago
  81. e7baff5 Synchronized access to m_sr. by Marcel Offermans · 14 years ago
  82. fe4880a FELIX-2731 : NPE while scanning sources with QDox by Carsten Ziegeler · 14 years ago
  83. e29f88f Use latest snapshot by Carsten Ziegeler · 14 years ago
  84. 3ca0af4 Fix bug where the resolver was not correctly calculating exported packages by Richard S. Hall · 14 years ago
  85. fd1ec79 Try to reproduce the issue described in http://www.mail-archive.com/users@felix.apache.org/msg09205.html by Clement Escoffier · 14 years ago
  86. 5b106fb Apply the patch provided by Mario (FELIX-2711 The event admin handler should provides a Handler Description) by Clement Escoffier · 14 years ago
  87. 1522fa6 [FELIX-2723] When the execution of a closure with pipes is interrupted, pipes should be interrupted too by Guillaume Nodet · 14 years ago
  88. 74c75c1 Fix FELIX-2711 The event admin handler should provides a Handler Description by Clement Escoffier · 14 years ago
  89. 23f0ee4 Need to fire UNRESOLVED event when bundles are refreshed if they by Richard S. Hall · 14 years ago
  90. aa4ad75 Remove some dead code. by Richard S. Hall · 14 years ago
  91. 925aaeb Fix javadoc. by Clement Escoffier · 14 years ago
  92. b38a92d FELIX-2719 Updated auto config to use the new snapshot version of metatype. Also, add a header so we can easily recognize what resource processor is present in this bundle. by Marcel Offermans · 14 years ago
  93. 2a62aca FELIX-2719 Implemented name space support, added a test for it. by Marcel Offermans · 14 years ago
  94. c9247cb Add a test checking that we don't create proxies for abstract and concrete classes. by Clement Escoffier · 14 years ago
  95. 2bba0b1 Fix FELIX-2716 [iPOJO] Failure when creating proxies for classes in java.* packages by Clement Escoffier · 14 years ago
  96. 6c41cd4 Check the module owning the capability, not the capability identity to determine by Richard S. Hall · 14 years ago
  97. e71b91f Remove unused code to track dependencies on capabilities. by Richard S. Hall · 14 years ago
  98. 721baed update jvm-packages to include Apache header updated contents based on felix-framework default.properties by David Morgan Spencer Savage · 14 years ago
  99. f917f29 [FELIX-2675] fileinstall always starts bundle eagerly by Guillaume Nodet · 14 years ago
  100. 11d8bd9 [maven-release-plugin] prepare for next development iteration by Sanjeeb Kumar Sahoo · 14 years ago