1. e956e03 FELIX-950 Replace bound service for non-multiple references if a new by Felix Meschberger · 15 years ago
  2. 6fdbec6 Change the dependency on framework to target version 1.4.1 since we need to port it to the current trunk first. by Karl Pauls · 15 years ago
  3. 3b53455 Need to double check for a cycle when creating wires for a fragment. (FELIX-852) by Richard S. Hall · 15 years ago
  4. 898f09c FELIX-948 : Remove casts to integer. by Carsten Ziegeler · 15 years ago
  5. 1850968 Modified service reference comparison to check whether rank is an Integer and by Richard S. Hall · 15 years ago
  6. fdad09f Applied patch (FELIX-947) to modify start level processing to do nothing if by Richard S. Hall · 15 years ago
  7. 839ca81 FELIX-323 Added support for ConfigAdmin. Also added a couple of extra configuration settings. Documented on the wiki. by Marcel Offermans · 15 years ago
  8. 6e0a303 More refactoring for FELIX-851: by Richard S. Hall · 15 years ago
  9. 99f4aa6 Fix missing component (use local version) by Stuart McCulloch · 15 years ago
  10. 3a33d6d Use local copy of maven-osgi until MSHARED-53 and MSHARED-86 are fixed (also clean up pom) by Stuart McCulloch · 15 years ago
  11. b371e7e FELIX-912: add all source-based packages to default Private-Package, set default Export-Package to include all non-internal packages by Stuart McCulloch · 15 years ago
  12. 7cc941e Fix display problems if details are already displayed for an entry and directly another details view is requested. by Carsten Ziegeler · 15 years ago
  13. b918b1d Fix display problem if configMgr is opened: no configuration should be preselected. by Carsten Ziegeler · 15 years ago
  14. daa2402 Fix bad line-break in pom.xml by Stuart McCulloch · 15 years ago
  15. 50bcd3d Helper script to test new versions of the bundleplugin on the local Felix tree by Stuart McCulloch · 15 years ago
  16. 6b4157c Update changelog by Stuart McCulloch · 15 years ago
  17. 29d509c Fix Felix-944 by Clement Escoffier · 15 years ago
  18. cb23550 Update dependencies to use iPOJO 1.3.0-SNAPSHOT by Clement Escoffier · 15 years ago
  19. 8562ff6 Fix issue Felix-943. by Clement Escoffier · 15 years ago
  20. 233c1ae Update dependencies to use iPOJO 1.3.0-SNAPSHOT by Clement Escoffier · 15 years ago
  21. 97c61f9 Use latest version of the Bnd Tool by Stuart McCulloch · 15 years ago
  22. 5341ef0 FELIX-912: set default Export-Package based on local source files by Stuart McCulloch · 15 years ago
  23. 888d6da FELIX-684: support filters in excludeDependencies, such as *;scope=runtime by Stuart McCulloch · 15 years ago
  24. 233a574 FELIX-684: separate out dependency filtering code so we can re-use it when excluding by Stuart McCulloch · 15 years ago
  25. 38ce4ac FELIX-684: separate out dependency filtering code so we can re-use it when excluding by Stuart McCulloch · 15 years ago
  26. 6d4c837 FELIX-941: store the generated default symbolicname in $(maven-symbolicname) property by Stuart McCulloch · 15 years ago
  27. 3b79193 FELIX-940 Add capability ee of the system bundle representing the by Felix Meschberger · 15 years ago
  28. 1a33c97 Eliminated the URL policy abstraction. (FELIX-851) by Richard S. Hall · 15 years ago
  29. 2cd911d Properly fixed boot delegation. (FELIX-934) by Richard S. Hall · 15 years ago
  30. 13c3366 Improve error handling in the ProvidedService handler by Clement Escoffier · 15 years ago
  31. 8d2b29d Now use iPOJO 1.3.0-SNAPSHOT by Clement Escoffier · 15 years ago
  32. 9e3df08 Fix issue Felix-936. by Clement Escoffier · 15 years ago
  33. 5e01105 Error in manual application of patch. (FELIX-926) by Richard S. Hall · 15 years ago
  34. 11c948d Moved the customized OSGi classes to a different package to make them more easily recognizable. Copied the same include resource mechanism the framework uses to ensure the customized classes get picked instead the ones in the compendium. by Marcel Offermans · 15 years ago
  35. 989b893 The shell actually did not need the NOTICE and LICENSE included explicitly. by Marcel Offermans · 15 years ago
  36. b2701a8 Added LICENSE and NOTICE files for log. by Richard S. Hall · 15 years ago
  37. 44002cf Modified the log bundle package structure, since there didn't appear to be by Richard S. Hall · 15 years ago
  38. a00b5d7 Applied patch (FELIX-926) to have File Install read all its config properties by Richard S. Hall · 15 years ago
  39. dec1f33 Added an include statement for the LICENSE and NOTICE files. by Marcel Offermans · 15 years ago
  40. 81535c4 Changed the notice because it does not actually include OSGi code, it only uses it. by Marcel Offermans · 15 years ago
  41. d630901 Added an include statement for the LICENSE and NOTICE files. by Marcel Offermans · 15 years ago
  42. d51d266 Modified refresh and resolve operations to properly acquire the global by Richard S. Hall · 15 years ago
  43. 44a0c1f The determination of when to boot delegate was broken and would incorrectly by Richard S. Hall · 15 years ago
  44. e39fd13 Applied additional patch (FELIX-920) so that bundles will only be installed. by Richard S. Hall · 15 years ago
  45. 3c0a05f [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  46. ca733be [maven-release-plugin] prepare release felix-1.0.3 by Carsten Ziegeler · 15 years ago
  47. f4ed56a Add sources jar to release profile and update all plugin versions. by Carsten Ziegeler · 15 years ago
  48. 621b99f Only mark missing packages red, packages from boot delegation should be grey. by Carsten Ziegeler · 15 years ago
  49. 86ca51a FELIX-919 : Rename edit to configure and only add configure button if either a configuration is available or a meta type description. by Carsten Ziegeler · 15 years ago
  50. 12af567 FELIX-933 : Allow direct display of config form even if no config is stored (throug meta type info) by Carsten Ziegeler · 15 years ago
  51. cb7ec75 Use sendError() instead of setStatus() for 404 and 500 responses. by Carsten Ziegeler · 15 years ago
  52. 4438c79 Autostart factories by Clement Escoffier · 15 years ago
  53. 7ecffce FELIX-919 : Use new table layout for components panel, fix some layout problems and add new configure option. by Carsten Ziegeler · 15 years ago
  54. da703f9 Applied patch (FELIX-920) to add a configuration option to only install by Richard S. Hall · 15 years ago
  55. 63b3e80 Remove dependencies on Java 5 in the API by Clement Escoffier · 15 years ago
  56. de0a683 Move the iPOJO API in the trunk. by Clement Escoffier · 15 years ago
  57. 3b6ee43 Migrate the test suite to iPOJO 1.3.0-SNAPSHOT by Clement Escoffier · 15 years ago
  58. 6c60f93 Fed up seeing build failures on Bamboo by Stuart McCulloch · 15 years ago
  59. 1c567b8 Fix typo. by Carsten Ziegeler · 15 years ago
  60. 6b9ddf3 FELIX-639 Logger interface is missing. by Felix Meschberger · 15 years ago
  61. bcb2a4b FELIX-639 add some logging for unexpected elements in the XML file and by Felix Meschberger · 15 years ago
  62. 43813d9 Implemented new bundle locking protocol which will cause waiting threads by Richard S. Hall · 15 years ago
  63. 105e8fe FELIX-639 Just log on duplicate reference names instead of throwing by Felix Meschberger · 15 years ago
  64. b10e1f2 Reformat to Apache Felix formatting guidlines by Felix Meschberger · 15 years ago
  65. 72f2c5a FELIX-639 Apply patch to ComponentMetadata.java by Felix Meschberger · 15 years ago
  66. d1f742c FELIX-858 : Fix red marker for missing packages/boot delegation packages etc. by Carsten Ziegeler · 15 years ago
  67. c0df73b FELIX-832 Ensure services are ungotten even in the absence of an unbind method by Felix Meschberger · 15 years ago
  68. aa07948 Forgot to make the import for the portlet api optional. by Carsten Ziegeler · 15 years ago
  69. ccf916b FELIX-714 Prevent cycling of components if there is no configuration by Felix Meschberger · 15 years ago
  70. 2aaf898 FELIX-836 Some fixes in asynchronicity of deactivation: by Felix Meschberger · 15 years ago
  71. e060366 FELIX-923 Provide more information in case of component name duplication by Felix Meschberger · 15 years ago
  72. 718f7fd FELIX-858 : Fix minor display problem in Safari with upload box. by Carsten Ziegeler · 15 years ago
  73. 1122a32 FELIX-858 : Fix minor display problem in Safari with upload box. by Carsten Ziegeler · 15 years ago
  74. 411622d Ignore cache dir by Carsten Ziegeler · 15 years ago
  75. ac36cf6 FELIX-858 : Fix sorting problems and sort table by name per default. by Carsten Ziegeler · 15 years ago
  76. 32196dc FELIX-904 : Include commons-io and commons-fileupload as complete jars instead of embedding the classes directly. by Carsten Ziegeler · 15 years ago
  77. a7cde09 FELIX-918 : Add utility method for making relative redirects absolute. by Carsten Ziegeler · 15 years ago
  78. f987915 FELIX-858 : Use new table layout for the bundles list. Several UI improvements and cleanups. by Carsten Ziegeler · 15 years ago
  79. 53b62a5 Needed to modify StartLevelActivator to use the new StartLevelImpl by Richard S. Hall · 15 years ago
  80. be8af75 Made sure thread run() methods are reasonably robust in the face of by Richard S. Hall · 15 years ago
  81. 69bd0bd FELIX-917 : Use latest qdox release to fix several parsing problems by Carsten Ziegeler · 15 years ago
  82. dbe182a FELIX-916 Use string constant instead of LogService class to register ServiceTracker by Felix Meschberger · 15 years ago
  83. d3da40f Made access to BundleImpl.m_state volatile rather than synchronized. (FELIX-908) by Richard S. Hall · 15 years ago
  84. b63b45c Modified PackageAdmin.getBundle(Class) to return the system bundle for by Richard S. Hall · 15 years ago
  85. f44c499 Trapezoid shape example. by Richard S. Hall · 15 years ago
  86. e1d5942 Update to latest Bnd Tool (0.0.310) by Stuart McCulloch · 15 years ago
  87. 0a46914 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  88. f76bdd1 [maven-release-plugin] prepare release org.apache.felix.shell.remote-1.0.4 by Felix Meschberger · 15 years ago
  89. 40ffec1 Update copyright year by Felix Meschberger · 15 years ago
  90. 73bf123 FELIX-914 Ensure remote shell connections are terminated by Felix Meschberger · 15 years ago
  91. 5182570 FELIX-734 Apply patch by Patrick Frohan (thanks) to allow setting the socket timeout by Felix Meschberger · 15 years ago
  92. 43e7c77 FELIX-913 Fix Servlet/Resource registration and unregistration: by Felix Meschberger · 15 years ago
  93. 87f8815 Added NOTICE and LICENSE files. by Marcel Offermans · 15 years ago
  94. 483e77e Added NOTICE and LICENSE files. by Marcel Offermans · 15 years ago
  95. 04ff76a Added missing license headers. by Marcel Offermans · 15 years ago
  96. 0ed3dc1 More [minor] refactoring. (FELIX-851) by Richard S. Hall · 15 years ago
  97. 8b25729 Fixed a bug introduced in my refactoring. (FELIX-910) by Richard S. Hall · 15 years ago
  98. 4ec7217 Remove stray empty directory by Felix Meschberger · 15 years ago
  99. 3590103 FELIX-826 Apply patch by Peter Triller (Thanks) by Felix Meschberger · 15 years ago
  100. 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 · 15 years ago