1. 5bd2698 Loosened locking by firing some events outside of bundle locking region. by Richard S. Hall · 16 years ago
  2. d3d340f Only mark a bundle as lock after it is verified it is lockable. (FELIX-891) by Richard S. Hall · 16 years ago
  3. 6348fde Refactor ServiceReferenceImpl to be an inner class of ServiceRegistrationImpl. This makes it easier to call the registration directly where needed and fixes an IllegalStateException that could happen in hashCode and equals (FELIX-892). by Karl Pauls · 16 years ago
  4. f68c3ec Needed to loosen locking otherwise a deadlock could occur during framework by Richard S. Hall · 16 years ago
  5. 372bc78 Set mime type and character set for response. by Carsten Ziegeler · 16 years ago
  6. e96f401 Update dependencies to snapshot versions. by Clement Escoffier · 16 years ago
  7. 4ff556d [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  8. e1bf953 [maven-release-plugin] prepare release org.apache.felix.ipojo.arch-1.2.0 by Clement Escoffier · 16 years ago
  9. 2e34b4e Update the dependency to point on 1.2.0 by Clement Escoffier · 16 years ago
  10. 956e8bd Update the dependency to point on 1.2.0 by Clement Escoffier · 16 years ago
  11. 569a105 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  12. c59f6c6 [maven-release-plugin] prepare release org.apache.felix.ipojo.annotations-1.2.0 by Clement Escoffier · 16 years ago
  13. dd09f19 Update dependencies to use snapshots. by Clement Escoffier · 16 years ago
  14. 521f93e [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  15. fd285ea [maven-release-plugin] prepare release org.apache.felix.ipojo-1.2.0 by Clement Escoffier · 16 years ago
  16. 59d8fab Update dependency to 1.2.0 Update XSD location by Clement Escoffier · 16 years ago
  17. d2712b5 Update dependencies to use snapshot versions. by Clement Escoffier · 16 years ago
  18. 779358a [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  19. 62a1be5 [maven-release-plugin] prepare release maven-ipojo-plugin-1.2.0 by Clement Escoffier · 16 years ago
  20. 81bcca2 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  21. 96f24ea [maven-release-plugin] prepare release org.apache.felix.ipojo.ant-1.2.0 by Clement Escoffier · 16 years ago
  22. 3878871 Update metadata version to use the 1.2.0 and manipulator 1.2.0 by Clement Escoffier · 16 years ago
  23. f8e260b [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  24. 7019ead [maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-1.2.0 by Clement Escoffier · 16 years ago
  25. 0c29622 Update metadata version to use the 1.2.0 by Clement Escoffier · 16 years ago
  26. 9a97d70 Update iPOJO Package version to 1.2.0 for the next iPOJO version. by Clement Escoffier · 16 years ago
  27. 0f749f6 Remove those @author and @version tags by Felix Meschberger · 16 years ago
  28. c9356b2 FELIX-890 Configuration.getProperties() must return a full copy of the by Felix Meschberger · 16 years ago
  29. 3382f86 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 16 years ago
  30. 045a66d [maven-release-plugin] prepare release org.apache.felix.ipojo.metadata-1.2.0 by Clement Escoffier · 16 years ago
  31. bb4d2a5 [maven-release-plugin] rollback the release of org.apache.felix.ipojo.metadata-1.2.0 by Clement Escoffier · 16 years ago
  32. 5556bf9 [maven-release-plugin] prepare release org.apache.felix.ipojo.metadata-1.2.0 by Clement Escoffier · 16 years ago
  33. 192227e FELIX-889 Ensure arrays of primitives are also accepted plus some more test cases by Felix Meschberger · 16 years ago
  34. 6ce443c Felix-888 : Add support for {symbolic-name}[:{version}] in the url which can be used instead of the bundle id to get information of a bundle as json, or perform an action on this bundle. by Carsten Ziegeler · 16 years ago
  35. f71a7bc Fix the issue Felix-860. by Clement Escoffier · 16 years ago
  36. 685cdd7 FELIX-885 Only create a new factory configuration instance if the by Felix Meschberger · 16 years ago
  37. 4980f41 Typo in vendor name property by Felix Meschberger · 16 years ago
  38. 8251f60 Update documentation by Clement Escoffier · 16 years ago
  39. 1a86292 Update changelog files by Clement Escoffier · 16 years ago
  40. 7acea2a FELIX-882 Replace three uses of the servlet context logger by the Logger. by Felix Meschberger · 16 years ago
  41. 9f14227 Update Property.java. The TYPE[].class construction is not supported by Apache Harmony. So, an empty array has to be created and the .getClass() method called. by Clement Escoffier · 16 years ago
  42. 4c3da9c [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  43. 36f305c [maven-release-plugin] prepare release org.apache.felix.configadmin-1.0.8 by Felix Meschberger · 16 years ago
  44. 99856a0 FELIX-881 Also clear the configurationAdminRegistration field before by Felix Meschberger · 16 years ago
  45. 98fca8e FELIX-881 provide getter for the service reference preventing by Felix Meschberger · 16 years ago
  46. 502f4df [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  47. bfdf85b [maven-release-plugin] prepare release org.apache.felix.configadmin-1.0.6 by Felix Meschberger · 16 years ago
  48. fecb0a0 Update copyright year by Felix Meschberger · 16 years ago
  49. b91ea25 FELIX-880 get the ServiceReference from the ServiceRegistration to by Felix Meschberger · 16 years ago
  50. d58f730 FELIX-878 : Add export of configurations as json. The configs are exported by adding ".json" to the request url. The url can either contain a pid as the path info or a filter expression. by Carsten Ziegeler · 16 years ago
  51. 61d38c1 FELIX-878 : Add export of configurations as json. The configs are exported by adding ".json" to the request url. The url can either contain a pid as the path info or a filter expression. by Carsten Ziegeler · 16 years ago
  52. ff67d23 FELIX-740 Check ServiceReference's Bundle before using it, since the by Felix Meschberger · 16 years ago
  53. 8e49b2b FELIX-879 Replace Vector by Collection and copy provided by Felix Meschberger · 16 years ago
  54. 1d98e8f Correct response type. by Carsten Ziegeler · 16 years ago
  55. a6be793 - Update the iPOJO Package Version to 1.1.0 by Clement Escoffier · 16 years ago
  56. 98436a2 SLING-875 Treat bundle files indicating the system.bundle symbolic by Felix Meschberger · 16 years ago
  57. 31f33f8 SLING-874 Fix wrong form field name to set the bundle start level by Felix Meschberger · 16 years ago
  58. 062af89 FELIX-863 Merge license information from enclosed bundlerpository bundle by Felix Meschberger · 16 years ago
  59. 695bb84 FELIX-873 Refactor VMStatRender with shutdown support into VMStatPlugin by Felix Meschberger · 16 years ago
  60. df638c8 Action should return true if successfull by Felix Meschberger · 16 years ago
  61. 2120898 Minor changes. (FELIX-851) by Richard S. Hall · 16 years ago
  62. 65c1f29 Major refactoring of module layer. Removed IModuleDefition and IContentLoader, by Richard S. Hall · 16 years ago
  63. 00b868e Implement the new iPOJO introspection API. by Clement Escoffier · 16 years ago
  64. 9bf3cde FELIX-871 Show a note if no RepositoryAdmin service is available by Felix Meschberger · 16 years ago
  65. f86f354 FELIX-870 Added config property to allow NIO to be selectively disabled in favour of simple blocking sockets. by Rob Walker · 16 years ago
  66. ec6b1d0 Add the junit4osgi module in the iPOJO pom. by Clement Escoffier · 16 years ago
  67. 3781bd7 Move junit4osgi out of the 'examples' by Clement Escoffier · 16 years ago
  68. 48c99d6 - Refactor instance descriptions to fit with the new introspection and reconfiguration API (instances will be reconfigurable directly from their instance description). by Clement Escoffier · 16 years ago
  69. 0304dab Fix issue Felix-866 by Clement Escoffier · 16 years ago
  70. bd047e7 FELIX-861 Check class loader of target class, which may be null if the by Felix Meschberger · 16 years ago
  71. a766acf FELIX-865 Remove service dependencies, which are not "real" dependencies by Felix Meschberger · 16 years ago
  72. 207a18c Previously fragments were only being attached to hosts when the host was by Richard S. Hall · 16 years ago
  73. 574850f Started refactoring of resolver code, breaking R4SearchPolicyCore into by Richard S. Hall · 16 years ago
  74. aa8bd86 Fix issue Felix-846. by Clement Escoffier · 16 years ago
  75. 8368d92 Fix XSD locations. by Clement Escoffier · 16 years ago
  76. 85da109 Update XSD Schemas to integrate latest temporal dependencies improvements (proxy and specification attributes) by Clement Escoffier · 16 years ago
  77. fdb8f3e Fix issue Felix-855 and Felix-860 by Clement Escoffier · 16 years ago
  78. e68989e [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  79. 976a7c2 [maven-release-plugin] prepare release org.apache.felix.webconsole-1.2.2 by Felix Meschberger · 16 years ago
  80. c91bb72 FELIX-738 Replace "Update" button by "Refresh" button on the bundles page by Felix Meschberger · 16 years ago
  81. a6cdce2 Fix wrong Bundle-DocURL by Felix Meschberger · 16 years ago
  82. f64fd5d FELIX-857 Statically register DepPackServlet in the OSGi Manager by Felix Meschberger · 16 years ago
  83. 93add2f SLING-859 - Clear border style attribute for inner table to remove lines. by Carsten Ziegeler · 16 years ago
  84. 7cb41f1 FELIX-857 Statically register EventAdminServlet in the OSGi Manager by Felix Meschberger · 16 years ago
  85. 98503fb FELIX-856 During bundle activation and deactivation, the OSGiManager just by Felix Meschberger · 16 years ago
  86. 4b2e143 FELIX-767 Add notice about inclusion of OSGi classes by Felix Meschberger · 16 years ago
  87. f53be0b FELIX-752 Manually load plugin classes included with the web console by Felix Meschberger · 16 years ago
  88. 9f93f94 Make sure that factoryPid is spelled correctly. by Carsten Ziegeler · 16 years ago
  89. bab8a6c Factory pid has been returned twice in the resulting json. As the factory pid will be included by addConfiguration() this statement can be removed. by Carsten Ziegeler · 16 years ago
  90. baa367e Update to development dependencies. by Karl Pauls · 16 years ago
  91. 30a7b1f [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  92. 3c3f765 [maven-release-plugin] prepare release org.apache.felix.main-1.4.1 by Karl Pauls · 16 years ago
  93. f96a7f7 Prepare 1.4.1 release by Karl Pauls · 16 years ago
  94. b3f08e0 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  95. 3c32e9c [maven-release-plugin] prepare release org.apache.felix.main-1.4.1 by Karl Pauls · 16 years ago
  96. 1d73efe Prepare 1.4.1 release by Karl Pauls · 16 years ago
  97. 6721c02 Update docs by Karl Pauls · 16 years ago
  98. f324f29 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 16 years ago
  99. c215cac [maven-release-plugin] prepare release org.apache.felix.framework-1.4.1 by Karl Pauls · 16 years ago
  100. ce87378 Update the framework and main changelog by Karl Pauls · 16 years ago