1. 647941e [maven-release-plugin] prepare release org.apache.felix.main-1.4.1 by Karl Pauls · 16 years ago
  2. 20ec604 Prepare 1.4.1 release by Karl Pauls · 16 years ago
  3. 4994cb0 Update docs by Karl Pauls · 16 years ago
  4. ac89231 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  5. d720f58 [maven-release-plugin] prepare release org.apache.felix.framework-1.4.1 by Karl Pauls · 16 years ago
  6. 1be3b03 Update the framework and main changelog by Karl Pauls · 16 years ago
  7. 559546e Forgot an instanceof check in the URLHandlers by Karl Pauls · 16 years ago
  8. d04c0bb We cannot call stop() on fragments, so make sure the bundle is active by Richard S. Hall · 16 years ago
  9. 154bc23 Modify error message to include bundle ID. by Richard S. Hall · 16 years ago
  10. 5522601 Refactor the URLHandlers implementation to address several issue. by Karl Pauls · 16 years ago
  11. 1ea63b5 Missing javax.security.cert in JRE 1.4 and 1.5. (FELIX-854) by Richard S. Hall · 16 years ago
  12. b321000 Fix incorrect condition while waiting to acquire locks. by Richard S. Hall · 16 years ago
  13. e2f64af Check for null when locking bundles. by Richard S. Hall · 16 years ago
  14. 422057d Fix issue Felix-853. by Clement Escoffier · 16 years ago
  15. 15d520c Properly dispose of the module if it is determined that its native library by Richard S. Hall · 16 years ago
  16. f9fa078 Removed unnecessary constant. by Richard S. Hall · 16 years ago
  17. b8b8f31 Fix table sort problem - the parsers weren't initialized as initially the table is empty. by Carsten Ziegeler · 16 years ago
  18. e0e4b29 Use doPriv to get PackageAdmin reference otherwise we might have somebody with not enough permissions on the stack (FELIX-849). by Karl Pauls · 16 years ago
  19. 5dbf9ce FELIX-610 ---------- Minor bug fix, to be compatible with latest felix version. by Stephane Frenot · 16 years ago
  20. e143678 Fixed/improved the global locking code for refreshes and resolves; now by Richard S. Hall · 16 years ago
  21. 7f33075 Changed some final/volatile modifiers. by Richard S. Hall · 16 years ago
  22. 0bfa0ab Edited svn:ignore. by Richard S. Hall · 16 years ago
  23. 8d88835 - Change bundle symbolic name to avoid "org.apache.felix.org.apache.felix.ipojo..." by Clement Escoffier · 16 years ago
  24. f9762d1 FELIX-843: commit temporary patch to local BND files by Stuart McCulloch · 16 years ago
  25. e812518 Additional debug to help with problem determination by Stuart McCulloch · 16 years ago
  26. ebabb74 Begin the work about new creation policies. by Clement Escoffier · 16 years ago
  27. 66469e0 FELIX-660: temporarily commit BND patch by Stuart McCulloch · 16 years ago
  28. f29ef3f Temporarily add BND library code to the build, to try out some patches by Stuart McCulloch · 16 years ago
  29. 2be4db7 Apply latest Bindex patch by Stuart McCulloch · 16 years ago
  30. 84bf81e Make sure we don't rely on any side-effects of BND property processing by Stuart McCulloch · 16 years ago
  31. de5fbec FELIX-760: commit latest bindex code by Stuart McCulloch · 16 years ago
  32. d5136ef FELIX-831: update to version 0.0.295 of the Bnd tool by Stuart McCulloch · 16 years ago
  33. 18bfd02 The test suites now use the new junit4osgi (the group id has changed). by Clement Escoffier · 16 years ago
  34. 88d7d6b Migrate the test suites to the new junit4osgi development model (use getContext() to get the bundle context instead of context). by Clement Escoffier · 16 years ago
  35. 9fe4ec8 Several changes in the junit4osgi subproject (copy preparation) by Clement Escoffier · 16 years ago
  36. 129e802 Fix a minor bug when a MBean has'nt properties. This bug was inserted during the last refactoring (namespace sub-elements) by Clement Escoffier · 16 years ago
  37. 46970f6 FELIX-840: Ignore invalid scr files in dependent bundles. by Carsten Ziegeler · 16 years ago
  38. 1f311f8 FELIX-824 Fix since tags (should be version 1.0.9 instead of 1.0.10) by Felix Meschberger · 16 years ago
  39. ced274f FELIX-824 Fix since tags (should be version 1.0.9 instead of 1.0.10) by Felix Meschberger · 16 years ago
  40. 1f60cee FELIX-824 Applied slightly modified patch by Thijs Metsch (Thanks) by Felix Meschberger · 16 years ago
  41. 0b07ca4 Fix issue Felix-834. by Clement Escoffier · 16 years ago
  42. 7738dfc Updated some headers, based the modified service tracker on the lastest one from OSGi R4.1, some minor changes for the shell bundle. by Marcel Offermans · 16 years ago
  43. b264a2a Added some extra options after feedback from initial users. by Marcel Offermans · 16 years ago
  44. dad1350 Add the dependency comparator test suite to the pom file. by Clement Escoffier · 16 years ago
  45. a095881 Commit the integration-test project embedding iPOJO Integration test by Clement Escoffier · 16 years ago
  46. 1c15ed0 Add session to junit4osgi: by Clement Escoffier · 16 years ago
  47. 20578b6 Move the junit4osgi maven plugin to the trunk by Clement Escoffier · 16 years ago
  48. 3280251 Check to see whether there is a stdin, if not then the thread just exits. by Richard S. Hall · 16 years ago
  49. 734d712 Accidentally applied this patch, so reverting it now. by Richard S. Hall · 16 years ago
  50. acbaf55 Applied patch (FELIX-820) to throw an exception when there is an attempt by Richard S. Hall · 16 years ago
  51. f2ec7d5 Patch to address a bug during shutdown where uninstalled fragments are not by Richard S. Hall · 16 years ago
  52. 31f25df Fix issue Felix-828 by Clement Escoffier · 16 years ago
  53. 67d13fa Try to improve multi bundle locking to make sure we make multi bundle operation atomic and so are not interleaved with single bundle operations. by Karl Pauls · 16 years ago
  54. 82244b7 Avoid adding dependent bundles that have already been removed. by Richard S. Hall · 16 years ago
  55. f5a813c Downgraded the dependency on org.osgi.core from 1.2.0 to 1.0.1 to be more by Richard S. Hall · 16 years ago
  56. b4efd97 Moved all dependencies on org.osgi.core-1.1.0-SNAPSHOT to org.osgi.core-1.2.0, by Richard S. Hall · 16 years ago
  57. 28caccf Modified the pom file to export the OSGi packages; this can be helpful for by Richard S. Hall · 16 years ago
  58. 17bd0b7 Adapt to latest felix version. by Karl Pauls · 16 years ago
  59. dee59ad Missing a comma in default.properties. by Richard S. Hall · 16 years ago
  60. 0d328b5 Fixed a few style issues. by Richard S. Hall · 16 years ago
  61. 4f16966 Applied a patch (FELIX-804) to add partial support for new service registry by Richard S. Hall · 16 years ago
  62. 50b8a10 Commit a missing file (core.xsd in the manipulator). by Clement Escoffier · 16 years ago
  63. aa52ee3 Fix issue Felix-815. by Clement Escoffier · 16 years ago
  64. 5639f2a Refactor js to make it better reusable for other plugins by Carsten Ziegeler · 16 years ago
  65. 541ce70 Fix issue Felix-813. by Clement Escoffier · 16 years ago
  66. df63625 Fixed Felix' delegation hack so that it correctly delegates to the parent by Richard S. Hall · 16 years ago
  67. 1be6aa1 Align log level property name in pom.xml and config.properties by Stuart McCulloch · 16 years ago
  68. 06bd1cf Upgrade to latest snapshots by Karl Pauls · 16 years ago
  69. d3dd54e [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  70. 8a8e8ce [maven-release-plugin] prepare release org.apache.felix.main-1.4.0 by Karl Pauls · 16 years ago
  71. e4df1d4 Downgrade and fix debug level. by Karl Pauls · 16 years ago
  72. 942d153 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  73. 77fbf50 [maven-release-plugin] prepare release org.apache.felix.main-1.4.0 by Karl Pauls · 16 years ago
  74. b3cd851 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  75. 7fe714e [maven-release-plugin] prepare release org.apache.felix.framework-1.4.0 by Karl Pauls · 16 years ago
  76. f7d389c Prepare 1.4.0 release by Karl Pauls · 16 years ago
  77. 89beb9b Prepare 1.4.0 release by Karl Pauls · 16 years ago
  78. 41c3880 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  79. 700ec10 [maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.2.1 by Karl Pauls · 16 years ago
  80. 4620b67 Prepare 1.2.1 release by Karl Pauls · 16 years ago
  81. 18af769 Make overriding the built-in url handlers the default and only way. My last commit did remove the performance problems and it looks like this will become spec so we might as well already implement it (FELIX-756). by Karl Pauls · 16 years ago
  82. 2bbf30b * Fix issue Felix-803: by Clement Escoffier · 16 years ago
  83. 6bc2d19 Fix a small issue where relative urls would not be resolved when override is enabled. Furthermore, improve the performance of the stream handler proxy a bit. by Karl Pauls · 16 years ago
  84. b083dd4 Applied patch (FELIX-799) to implement ServiceReference.compareTo() method. by Richard S. Hall · 16 years ago
  85. 515715e CSS Updates to event console. by Carsten Ziegeler · 16 years ago
  86. f4d1b49 FELIX-802 Fix display of JVM information - only extract from system properties by Felix Meschberger · 16 years ago
  87. d8547de Minor changes to comments. (FELIX-753) by Richard S. Hall · 16 years ago
  88. e77663b Improved some comments and other minor edits. (FELIX-753) by Richard S. Hall · 16 years ago
  89. 6db46ac Switch URLHandlers to the old behavior of not overriding built-in handlers by default. Overriding can be enabled using a felix.service.urlhandlers.override=true system property. Furthermore, fix a bug that made URLHandlersBundleStreamHandler.openConnection(URL) fail when extending Felix. (FELIX-756, FELIX-800) by Karl Pauls · 16 years ago
  90. 8608913 Fix issue Felix-801 by Clement Escoffier · 16 years ago
  91. 9929aa3 Decreases the log level of some messages (WARNING => INFO, INFO => DEBUG) reducing the number of useless traces. by Clement Escoffier · 16 years ago
  92. 75bf1ba Fixed a possible NPE. by Richard S. Hall · 16 years ago
  93. 0aad7be Make some members in the ldap operators final to hopefully fix toString() visibility issues. (FELIX-765) by Karl Pauls · 16 years ago
  94. e3b7738 Remove System.out debug message. by Karl Pauls · 16 years ago
  95. d6497f0 In certain cases it might be desirable to override built-in URLStreamHandlers with services provided by bundles. We will first see whether there is a service for the protocol and if so use that one else, we try to lookup a built-in one as we do now. This includes the possibility to add locations to the default locations. What changes is that we first look at the services. (FELIX-756) by Karl Pauls · 16 years ago
  96. 3b17a63 Fixed spec compliance issues around getting a service reference from an by Richard S. Hall · 16 years ago
  97. 2bd16ae Fix issue Felix-797. by Clement Escoffier · 16 years ago
  98. 2b7eba9 Export the helper package of junit4osgi. by Clement Escoffier · 16 years ago
  99. 0f3faa4 Fix issue Felix-796. by Clement Escoffier · 16 years ago
  100. d4a6593 Fix issue Felix-795. by Clement Escoffier · 16 years ago